/*
Theme Name: wp-kon
Theme URI: https://kon-yosuke.jp/
Author: Nonko
Author URI: bloom-letterpress.com
Version: 1.0
Text Domain: Kon Yousuke
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/
@font-face {
    font-family: 'mobo';
    font-weight: 400;
    font-style: normal;
    src: url('https://kon-yosuke.jp/wordpress2026/wp-content/themes/wp-kon/assets/fonts/MOBO-Regular.woff') format('woff'); /* フォントファイルのパスとフォーマットを指定 */
}
@font-face {
    font-family: 'moboB';
    font-weight: 600;
    font-style: normal;
    src: url('https://kon-yosuke.jp/wordpress2026/wp-content/themes/wp-kon/assets/fonts/MOBO-SemiBold.woff') format('woff'); /* フォントファイルのパスとフォーマットを指定 */
}
@font-face {
    font-family: 'moboBB';
    font-weight: 700;
    font-style: normal;
    src: url('https://kon-yosuke.jp/wordpress2026/wp-content/themes/wp-kon/assets/fonts/MOBO-Bold.woff') format('woff'); /* フォントファイルのパスとフォーマットを指定 */
}
@font-face {
    font-family: 'axisR'; /* 任意のフォント名 */
    font-weight: 400;
    font-style: normal;
    src: url('https://kon-yosuke.jp/wordpress2026/wp-content/themes/wp-kon/assets/fonts/AxisStd-Regular.woff2') format('woff2'); /* ファイルへのパス */
}
@font-face {
    font-family: 'axisM'; /* 任意のフォント名 */
    font-weight: 500;
    font-style: normal;
    src: url('https://kon-yosuke.jp/wordpress2026/wp-content/themes/wp-kon/assets/fonts/AxisStd-Medium.woff2') format('woff2'); /* ファイルへのパス */
}
@font-face {
    font-family: 'axisB'; /* 任意のフォント名 */
    font-weight: 700;
    font-style: normal;
    src: url('https://kon-yosuke.jp/wordpress2026/wp-content/themes/wp-kon/assets/fonts/AxisStd-Bold.woff2') format('woff2'); /* ファイルへのパス */
}



/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	font-family: 'mobo', sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	height: 100%;
	font-weight: 400;
	scroll-margin-top: 100px;
}
:target {
  scroll-margin-top: 100px;
}
[id] {
  scroll-margin-top: 100px;
}
body {
	margin: 0;
	height: 100%;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	width: 100%;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

.text-center {
	text-align: center;
}
ruby {
    ruby-position:over;
}
rt {
	ruby-align: center;
}
/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #5A5757;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #4c4a4a;
	font-family: 'mobo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.66;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
	margin: 0 0 0.75em;
	padding: 1.5em 0 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}
h1 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 400;
}
h2 {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
}
h3 {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
}
h4 {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 800;
}
h5 {
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}
h6 {
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 800;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}


/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
	margin: 0 0 1.5em;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: #5A5757;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	color: #aaa;
	outline: 0;
}
a:hover img{
	opacity: 0.8;
}



/*--------------------------------------------------------------
12.0 navigation
--------------------------------------------------------------*/
.header-sec {
  height: auto;
  padding: 1% 3%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  width: 330px;
  height: auto;
}

.header-ul {
  list-style: none;
  position: relative;
  display: flex;
  margin: 0;
  justify-content: flex-end;
  gap:10px;
}

.header-ul li {
  font-size: 14px;
  font-family: 'mobo'!important;
  font-weight: 400;
}
.header-ul li.nav_item:not(:last-child)::after {
  content: "/";
  margin-left: 10px;
  color: #ccc; /* 区切り線の色を薄くする */
}
.header-ul li.nav_item_no::after {
	content: "";
	margin-right: 15px;
}
.header-ul li a {
  font-weight: bold;
  padding-bottom: 3px;
}

.header-ul li a:hover {
  color: #999;
  border-bottom: 1px solid #ccc;
  transition: 0s;
}

.header-ul li.navbar_iconBox a:hover {
	border:none;
}
.header-ul li:last-child {
  margin-right: 0px;
}

.navbar_iconBox {
	width: 30px;
}
.drawer {
  display: none;
}

/* ハンバーガーメニュー　input */
.checkbox-hidden {
  display: none;
}

label {
  position: absolute;
  top: 20px;
  right: 3.2%;
  width: 20px;
  height: 16px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.hamburger {
  z-index: 100;
}

.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  position: absolute;
  transition: transform 0.5s, opacity 0.5s, width 0.3s;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

.hamburger span:nth-child(3) {
  bottom: 0;
}

#navTgl:checked + .hamburger span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  background-color: #000;
}

#navTgl:checked + .hamburger span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0px;
  opacity: 0;
  background-color: #000;
}

#navTgl:checked + .hamburger span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
  background-color: #000;
}

.menu {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 100%;
  opacity: 0;
  z-index: 99;
  background: #FFF;
  transition: 0.5s ease-in-out;
}

.menu ul {
  text-align: center;
  margin-top: 20%;
}

.menu ul li {
  position: relative;
  margin-bottom: 70px;
}


.menu ul li a {
  font-size: 16px;
  color: #4c4a4a;
}

#navTgl:checked ~ .menu {
  left: 0;
  opacity: 1;
}

#navTgl:checked ~ .menu li {
  transform: translateX(0px);
}
@media only screen and (max-width: 1199px) {
	.header-logo {
    width: 300px;
    height: auto;
  }
  }
@media only screen and (max-width: 991px) {
	.header-logo {
    width: 260px;
    height: auto;
	margin: 10px 0;
  }
　
  /* body
--------------------------------*/

  .header-sec {
    height: 55px;
    padding: 0 20px;
  }
  .header-ul {
    display: none;
  }
  .drawer {
    display: block;
  }
  .navbar_iconBox {
  	display: inline-block;
  	width: 40px;
  	margin: 0 10px;
  }
}
/*--------------------------------------------------------------
12.01 header
--------------------------------------------------------------*/
.main-header{
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
}


/*--------------------------------------------------------------
13.01 Layout
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

#page {
	position: relative;
	word-wrap: break-word;
}

.wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	padding-left: 2em;
	padding-right: 2em;
}

.wrap:after {
	clear: both;
	content: "";
	display: block;
}
.br-sp {
	display: none;
}
.br-pc {
	display: block;
}

/*--------------------------------------------------------------
13.02 Front Page
--------------------------------------------------------------*/

#home-main {
	position: relative;
}
.main-area {
	position: relative;
}
.main-catch {
	position: absolute;
	top: 55px;
	left: 0;
	right: 0;
	padding: 3%;
}
h1.main-copy {
	font-size: 32px;
	font-family: "a-otf-gothic-mb101-pr6n", sans-serif;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 12%;
}


/*main-contents*/
section {
	padding-top: 50px;
	padding-bottom: 50px;
}
#sepalator, .sec-01 {
	background: linear-gradient(90deg, rgba(140,193,172,1) 0%, rgba(51,153,204,1) 100%);
	padding: 10px 0;
}
.sec-03{
	background: linear-gradient(90deg, rgba(140,193,172,1) 0%, rgba(51,153,204,1) 100%);
	padding: 10px 0;
}
#sepalat-area{
	background: linear-gradient(90deg, rgba(140,193,172,1) 0%, rgba(51,153,204,1) 100%);
	padding: 0 0 50px;
}

#message p{
	color: #4c4a4a;
	font-size: 22px;
	line-height: 2;
	font-family: 'moboB'!important;
	font-weight: 500;
}

/*各セクション*/
h2.sec-ttl {
	color: #fff;
	font-size: 33px;
	letter-spacing: 1px;
	line-height: 1.6;
	font-weight: normal;
	padding: 0;
	margin: 0;
	font-family: 'moboBB'!important;
	font-weight: 700;	
}
#news{
	font-family: 'axisR',sans-serif;
	font-weight: 400;
}
.news-box {
	box-sizing: border-box;
    border-right: 1px solid #4c4a4a;
}
.news-box:nth-child(1) {
	border-left: 1px solid #4c4a4a;
}

.news-thumbnail {
		aspect-ratio: 16 / 9;
		overflow: hidden;
	}
	.news-thumbnail img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
#news .date {
	font-size: 15px;
}
h3.news-title {
	font-size: 18px;
	font-weight: 500;
	font-family: 'axisM',sans-serif;
}
.news-excerpt {
	font-size: 16px;
}
.more_btn button {
	font-family: 'axisR',sans-serif;
	font-size: 18px;
	border: none;
	background-color: #4c4a4a;
	color: #fff;
	width: initial;
	padding: 16px 60px;
	margin: 50px;
	}


#pledge h3 {
	font-size: 40px;
	font-family: 'axisM',sans-serif;
	margin-bottom: 5px;
	font-weight: 500;

}
#pledge h3 span.ttl_num {
	font-family: din-2014, sans-serif;
	font-size: 82px;
	color: #7fbcb1;
	font-weight: bold;
	vertical-align: sub;
} 
#pledge p.p-lead {
	font-family: 'mobo'!important;
	font-size: 22px;
	font-weight: 400;
	line-height: 2;
	margin-bottom: 20px;
}
#pledge ul.p-cont {
	font-family: 'axisM',sans-serif;
	font-size: 14px;
	list-style: disc;
	padding-left: 15px;
}
#pledge ul.p-cont li {
	padding: 2px 0;
}


h3.prof-catch {
	font-size: 50px;
	line-height: 1.6;
	font-family: 'moboBB'!important;
	font-weight: 700;
}
h3.prof-catch span.space {
	letter-spacing: -0.6em;
}
.prof-txt h4 {
	font-size: 18px;
	font-family: 'axisM',sans-serif;
	font-weight: 400;
}
h4 span.prof-name {
	font-size: 45px;
	font-family: 'axisB',sans-serif;
	font-weight: 700;
}
.prof-txt p {
	font-size: 16px;
	font-family: 'axisR',sans-serif;
	font-weight: 400;
	line-height: 1.6;
}
.prof-txt h2 {
	margin:0 0 10px -20px;
	font-family: 'axisM',sans-serif;
    font-weight: 500;
}


.sup-lead-txt {
	font-size: 20px;
	font-family: 'mobo'!important;
	font-weight: 400;
}
.form-txt p {
	font-size: 16px;
	font-family: 'mobo'!important;
	font-weight: 400;
}
#support h5, #contact h5 {
	font-size: 16px;
	text-decoration: underline;
	font-family: 'mobo'!important;
	font-weight: 400;
}


.sns_box a{
	margin: 20px auto;
  text-align: left;
  position: relative;
  padding: 20px 10px 20px 70px;
  align-items: center;
  display: flex;
}
.sns_bunner {
  height: 80px;
  line-height: 1.4;
  font-size: 15px;
  font-weight: 700;
  transition: all .3s;
  display: block;
  margin: auto;
  padding: 10px 0;
}
.sns_bunner img {
	width: 40px;
  margin-right: 10px;
  position: absolute;
  left: 15px;
}
.sns_bunner_f {
	border: 2px solid #44568d;
	border-radius: 20px;
	background-color: #fff;
	box-shadow:  2px 2px #44568d;
}
.sns_bunner_x {
	border: 2px solid #000;
	border-radius: 20px;
	box-shadow:  2px 2px #000;
}
.sns_bunner_i {
	border: 2px solid #b62d69;
	border-radius: 20px;
	box-shadow:  2px 2px #b62d69;
}
.sns_bunner_y {
	border: 2px solid #cc3333;
	border-radius: 20px;
	box-shadow:  2px 2px #cc3333;
}
.sns_box a br{
	display: block;
}

/*--------------------------------------------------------------
13.03 history
--------------------------------------------------------------*/
.timeline-item h3 {
  font-size: 20px;
  margin-bottom: 0.5em;
  font-family: 'axisM',sans-serif;
  font-weight: 500;
  padding-top: 5px;
}


.timeline-item {
  padding: 3em 2em 2em;
  position: relative;
  color: rgba(0, 0, 0, 0.7);
  border-left: 2px solid rgba(0, 0, 0, 0.3);
}

.timeline-item::before {
  content: attr(date-is);
  position: absolute;
  left: auto;
  top: 1em;
  display: block;
  font-family: 'axisM',sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.timeline-item::after {
  width: 20px;
  height: 20px;
  display: block;
  top: 1.3em;
  position: absolute;
  left: -11px;
  border-radius: 20px;
  content: "";
  border: none;
  background: linear-gradient(90deg, rgba(140,193,172,1) 0%, rgba(51,153,204,1) 100%);
}
.timeline-item:last-child {
  -o-border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0)) 1 100%;
     border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0)) 1 100%;
}
.timeline-item .img img {
	padding: 10px 0;
}
.timeline-item p {
	font-family: 'axisR',sans-serif;
}
.timeline-item p.caption {
	font-size: 13px;
}
ul.timeline-cont {
  font-family: 'axisR',sans-serif;
  font-size: 18px;
  list-style: disc;
  margin:0 0 0 15px;
  font-weight: normal;
}
ul.timeline-cont li {
	padding: 8px 0;
	line-height: 1.8;
}
h3.book-ttl {
	font-family: 'axisM',sans-serif;
    font-weight: 500;
	font-size: 20px;
}

/*--------------------------------------------------------------
13.04 コンタクトフォーム
--------------------------------------------------------------*/
.cf7-form {
  margin: auto;
  border: 1px solid #ddd;
  font-size: 14px;
}
.cf7-form p {
	margin: 0;
	padding: 0;
}
.line {
	background-color: #f7f7f7;
	border-bottom: 1px solid #ddd;
}
/* ラベル */
.label {
  background: #f7f7f7;
  font-weight: bold;
}

/* 入力欄 */
.field01, .field {
  background: #fff;
  padding: 10px;
  border-left: 1px solid #ddd;
}
.f-subttl {
	display: inline;
	padding-right: 10px;
}
/* 2カラム */
.field01 input{
    width: 85%;
	border-radius: 10px;
}
.field input, .field textarea, .field select {
 	border-radius: 10px;
 	
 }

/* 必須ラベル */
.req {
  background: #e60023;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  margin-right: 6px;
}

/* 入力 */
input, textarea, select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
}

	/* ボタン */
input[type="submit"] {
  background: #fff;
  color: #1e2a78;
  padding: 12px 20px ;
  border: 2px solid #1e2a78;
  cursor: pointer;
}

.submit:hover {
	opacity: 0.7;
	background: #1e2a78;
	color: #fff;
}

/*contact*/
.contact-read {
	font-size: 20px;
	color: #039FC4;
	line-height: 2;
}

.contact-policy {
	width: 96%;
	margin: 20px auto;
	font-size: 15px;
	color: #868686;
}
dl.contact {
	margin-bottom: 0;
}
dl.contact dt {
	font-weight: normal;
}
dl.contact dd{
	margin: 0 0 1.5em;
}

.txt-blue {
	color: #119fe8;
}


/* ▼▼ レスポンシブ ▼▼ */
@media screen and (max-width: 768px) {



  .label, .field, .field01 {
    width: 100%;
	padding: 10px;
	border: none;
  }
  

}


/*--------------------------------------------------------------
13.05 Page
--------------------------------------------------------------*/
ul.pv-list {
	list-style: disc;
	padding-left: 2em;
}
ul.pv-list li {
	padding: 5px 0;
}

section.page, section.post {
	padding-top: 100px;
	
}


/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/

footer {
	position: relative;
	background-color: #d2d2d3;
}
.site-footer .footer-wrap {    
	font-family: 'axisR',sans-serif;
	font-weight: 400;

}
.footer-wrap h2 {
	
	font-weight: 400;
	font-size: 14px;
	padding-left: 1em;
	line-height: 1.8;
}
.footer-wrap h2 span {
	font-size: 24px;
	font-family: 'axisM',sans-serif;
	font-weight: 500;
	padding-right: 5px;
}
.footer-wrap h3 {
	font-size: 15px;
	margin: 0 0 5px;
	font-weight: 400;
}
.footer-wrap p {
    padding-left: 1em;
	font-size: 14px;
}
.jimin-logo {
	margin-bottom:0.7em ;
	max-width: 100px;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
	z-index: 110;
}
#page-top a {
    width: 20px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}


/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

img,
video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

/* SVG Icons base styles */

.icon {
	display: inline-block;
	fill: currentColor;
	height: 1em;
	position: relative; /* Align more nicely with capital letters */
	top: -0.0625em;
	vertical-align: middle;
	width: 1em;
}

  


/*--------------------------------------------------------------
17.0 Original
--------------------------------------------------------------*/

/* Large devices (desktops, 1200px and up)*/
@media (min-width: 1200px) {
   .prof-txt h4 {
	font-size: 19px;
	margin-bottom: 20px;
}
    h4 span.prof-name {
	font-size: 50px;
}
    .prof-txt p {
	font-size: 16px;
	line-height: 1.8;
}

	.sns_box a{
    padding: 20px 10px 0 70px;
    display: inherit;
}
	.sns_box a br{
	display: block;
}
}


@media (max-width: 1200px) {
    #message p {
		font-size: 20px;
	}

	#pledge h3 {
		font-size: 33px;
	}
	#pledge h3 span.ttl_num {
		font-size: 66px;
	}
	#pledge p.p-lead {
		font-size: 19px;
		line-height: 1.8;
	}
	.timeline-item::before {
		font-size: 18px;
	}
	.timeline-item h3 {
		font-size: 18px;
	}
	ul.timeline-cont {
		font-size: 16px;
	}
	h3.book-ttl {
		font-size: 18px;
	}
	h3.prof-catch {
		font-size: 40px;
	}

   .prof-txt h4 {
	font-size: 16px;
	margin-bottom: 5px;
}
    h4 span.prof-name {
	font-size: 40px;
}
    .prof-txt p {
	font-size: 15px;
}
.sup-lead-txt {
	font-size: 18px;
}
.header-ul li.nav_item:not(:last-child)::after {
		margin-left: 0 ;
	}
}

@media (max-width: 991px) {
	  .br-sp {
		display: none; 
	}
	   #message p {
		font-size: 18px;
	}
	h3.news-title {
		font-size: 16px;
	}
	.news-excerpt {
		font-size: 15px;
	}
	#pledge h3 {
		font-size: 42px;
	}
	#pledge h3 span.ttl_num {
		font-size: 70px;
	}
	
	.prof-txt p {
		font-size: 14px;
	}
	h4 span.prof-name {
		font-size: 36px;
	}
	.menu ul {
		margin-top: 20%;
	}
	.menu ul li {
		margin-bottom: 50px;
	}
	.menu ul li a {
		font-size: 20px;
	}

} 
@media (max-width: 767px) {
	#home-main {
		padding-top: 70px;
	}
	.main-catch {
		top: 0;
	}
	h1.main-copy {
		padding-bottom: 15%;
	}
	h2.sec-ttl {
		font-size: 29px;
	}
	.news-box {
		border-right: none;
	}
	.news-box:nth-child(1) {
	border-left: none;
}
	.prof-txt p {
		font-size: 16px;
	}
	.sns_box a br {
		display: none;
	}
	#message p {
		line-height: 1.7;
		font-size: 18px;
		font-family: 'moboB'!important;
    font-weight: 600;
	}
	
	h3.news-title {
		font-size: 18px;
	}
	
	#news .date,
	.news-excerpt {
		font-size: 16px;
	}
	.more_btn button {
		padding: 16px 30px;
		margin: 25px;
	}
	#pledge h3 {
		font-size: 34px;
	}
	#pledge h3 span.ttl_num {
		font-size: 58px;
	}
	h3.prof-catch {
		font-size: 30px;
	}
	ul.timeline-cont {
		font-size: 18px;
	}

	.footer-wrap h2,
	.footer-wrap p {
		font-size: 16px;
	}
	.footer-wrap h2 span {
		font-size: 32px;
	}
	   .br-sp {
   	display: block;
   }
   .br-pc {
	display: none;
}


} 
@media (max-width: 576px) {

} 