@charset "utf-8";
/*BASE*/
main#preschool-free {
	background-color:#FFF;
}

/*BASE TXT*/
main h1 .ja {
	font-family:"Kosugi Maru";
	font-weight:400;
}
main h2 {
	font-family:"Kosugi Maru";
}

#entry h1.title {
	display:flex;
	flex-direction:column-reverse;
	justify-content:center;
	align-items:center;
}
#entry .contents-body {
}
/*BASE INFO*/

/*KeyVisual*/
.keyvisual {
	background-color:#FFF;
	position:relative;
}
.keyvisual h1 {
	color:#7b4909;
}
.keyvisual .img-box img {
	width:100%;
}

.content-box {
	background-color:#FFF;
	border-radius:20px;
}

/*TUITION & FEE*/
.tuition-fee {
	background-color:#f7d27c;
}
.tuition-fee .common .free {
	color:#FFF;
	background-color:#F80;
	border-radius:6px;
}
.tuition-fee .individual {
	border-left:solid 1px #999;
	border-bottom:solid 1px #999;
}
.tuition-fee table {
	width:100%;
	text-align:center;
}
.tuition-fee table th,
.tuition-fee table td {
	background-color:#FFF;
	padding:.5em .75em;
	border-top:solid 1px #999;
}
.tuition-fee table th,
.tuition-fee table td {
	border-right:solid 1px #999;
}
.time-zone {
	font-weight:bold;
}
.tuition-fee table .days-a-week {
	line-height:1.1;
}
.tuition-fee table tr th.item-name {
	text-align:justify;
	text-align-last:justify;
	white-space:nowrap;
}
.tuition-fee table .long {
	background-color:#fff3d9;
}
.tuition-fee table .fee {
	text-align:right;
}

/*preschool-fee_free*/
.info {
	background-color:#508fd2;
}
.info h1.title {
	color:#0969b6;
}


/*DEVICE：SP*/
@media not screen and (min-width: 768px) {
/*KeyVisual*/
.keyvisual .title-box {
	background-color:#f7d27c;
}

/*TUITION & FEE*/
.tuition-fee {
	padding:2rem 1.5em;
}
.tuition-fee .section {
	margin-bottom:2rem;
}
.tuition-fee .content-box {
	padding:1.5em;
}

.tuition-fee .common {
	padding:0 0 2rem;
}
.tuition-fee .common .free {
	padding:.5rem 1rem;
	margin-bottom:1rem;
}
.tuition-fee .common dl {
}
.tuition-fee .common dl dt {
	font-weight:bold;
}
.tuition-fee .common dl dt:not(:nth-of-type(1)) {
	padding-top:1rem;
}
.tuition-fee .common dl dd {
	display:inline-block;
}
.tuition-fee .common dl dd.fee {
	margin-right:.5em;
}

.tuition-fee table .thead {
	font-size:14px;
}
.tuition-fee .individual {
	overflow-x: auto;
}
.tuition-fee .individual table th,
.tuition-fee .individual table td {
	white-space:nowrap;
}
.tuition-fee .individual tr th:nth-of-type(1) {
	position: sticky;
	white-space:nowrap;
	top:0;
	left:0;
	z-index:2;
}
.tuition-fee table tr th.item-name,
.tuition-fee .individual table td {
	font-size:12px;
}
.tuition-fee .individual::-webkit-scrollbar {
  height: 10px;
}
.tuition-fee .individual::-webkit-scrollbar-track {
  border-radius: 0px;
  background: #CCC;
}
.tuition-fee .individual::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #0969b6;
}
.tuition-fee .link-bt {
	padding-top:1rem;
}
.tuition-fee .link-bt a {
	display:block;
	width:max-content;
	padding:.5rem 1rem;
	margin:auto;
	font-size:12px;
	color:#FFF;
	background-color:#508fd2;
	border-radius:6px;
}


/*preschool-fee_free*/
.info {
	padding:2rem 1.5em 4rem;
}
.info .section {
	margin-bottom:2rem;
}
.info .content-box {
	padding:1.5em;
}
.info .content-box h1.title {
	font-size:max(1.6vw,16px);
}
.info .content-box h2 {
	font-size:max(1.6vw,16px);
	line-height:1.6;
	margin-bottom:1em;
}

.info .content-box dl.caption {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 1em 2em;
	font-size:max(1.6vw,16px);
	padding:2em 0;
}
.info .content-box dl dt {
	font-weight: bold;
	text-align: justify;
}
.info .content-box dl.caption dt {
	text-align-last: justify;
}
.info .content-box dl.caption dd ul li {
	display:block;
	line-height:1;
	margin-bottom:.5em;
}
.info .content-box > ul li {
	margin-bottom:.5em;
}

.info .content-box .cfa-go-jp {
}
.info .content-box .cfa-go-jp h2 {
	font-size:max(1.6vw,16px);
	padding:4em 0 2em;
}
.info .content-box dl.summary dt {
	font-size:max(1.4vw,14px);
	margin-bottom:1em;
}
.info .content-box dl.summary dd {
	text-align: justify;
}
.info .content-box dl.summary dd:not(:last-of-type) {
	margin-bottom:2em;
}
.info .content-box dl.summary dd > ul > li:not(:last-child) {
	margin-bottom:1em;
}

.info .content-box a.bt-txt {
	display:block;
	text-align:left;
	width:100%;
	max-width:none;
	padding-top:1.5em;
	padding-bottom:1.5em;
	margin:1.5em 0 0;
	color:#FFF;
	background-color:#0969b6;
	background-image:url(../images/icon_next-w.svg);
	background-position: right 1em center;
	background-size: 1em;
	border:none;
	border-radius:.5em;
}
}

/*DEVICE：PC TAB*/
@media screen and (min-width: 768px) {
/*BASE*/
#header menu.pc li.fee a .en {
	color:rgba(255,178,0,1);
}

/*TUITION & FEE*/
.tuition-fee {
	padding:80px 80px;
}
.tuition-fee .section {
	margin-bottom:40px;
}
.tuition-fee .content-box {
	padding:80px 80px;
}
.tuition-fee .content-box h1.title {
	font-size:max(2.4vw,24px);
	margin-bottom:1em;
}
.tuition-fee .common {
	display:grid;
	grid-template-columns:auto 1fr ;
	gap:.5em 2em;
	padding:0 0 40px 0.75em;
	font-size:max(1.7vw,18px);
	/*font-size:clamp(16px, 1.6vw, 36px);*/
}
.tuition-fee .common .free {
	grid-row: 1 / 2;
	grid-column: 2 / 3;
	line-height:1.5;
	padding:0 4% 0 7.2%;
	display: flex;
    align-items: center;
    justify-content: center;
	font-size:max(1.6vw,18px);
}
.tuition-fee .common dl {
	grid-row: 1 / 2;
	grid-column: 1 / 2;
	display:grid;
	grid-template-columns:auto auto auto;
	gap:.5em 1em;
	width:max-content;
}
.tuition-fee .common dl dt {
	font-weight:bold;
	text-align:justify;
	text-align-last:justify;
}
.tuition-fee .common dl dd.fee {
	text-align:right;
}

.tuition-fee table .thead {
	font-size:max(1.6vw,16px);
}
.tuition-fee table .thead th.title {
	width:30%;
}
.tuition-fee .link-bt {
	padding-top:40px;
}
.tuition-fee .link-bt a {
	display:block;
	width:max-content;
	padding:1em;
	margin:auto;
	color:#508fd2;
	background-color:#FFF;
	border:solid 1px #508fd2;
	border-radius:6px;
	transition:color ease-in-out .2s,background-color ease-in-out .2s;
}
.tuition-fee .link-bt a:hover {
	color:#FFF;
	background-color:#508fd2;
}

/*preschool-fee_free*/
.info {
	padding:80px 80px 160px;
}
.info .section {
	margin-bottom:40px;
}
.info .content-box {
	padding:80px 80px;
}
.info .content-box h1.title {
	font-size:max(2.4vw,24px);
	margin-bottom:1em;
}
.info .content-box h2 {
	font-size:max(2.4vw,24px);
	margin-bottom:1em;
}

.info .content-box dl.caption {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 1em 2em;
	font-size:max(2.0vw,20px);
	padding:2em 0;
}
.info .content-box dl dt {
	font-weight: bold;
	text-align: justify;
}
.info .content-box dl.caption dt {
	text-align-last: justify;
}
.info .content-box dl.caption dd ul li {
	display:inline-block;
	line-height:1;
	margin-right:1em;
}
.info .content-box a.bt-txt {
	display:block;
	max-width:none;
	padding-top:2em;
	padding-bottom:2em;
	margin-top:60px;
	color:#0969b6;
	background-color:rgba(255,255,255,1);
	background-position: right 2em center;
	background-size: 1em;
	border:solid 2px #0969b6;
}

.info .content-box .cfa-go-jp {
}
.info .content-box .cfa-go-jp h2 {
	font-size:max(2.0vw,20px);
	padding:4em 0 2em;
}
.info .content-box dl.summary dt {
	font-size:max(1.8vw,18px);
	margin-bottom:1em;
}
.info .content-box dl.summary dd {
	text-align: justify;
}
.info .content-box dl.summary dd:not(:last-of-type) {
	margin-bottom:4em;
}
.info .content-box dl.summary dd > ul > li:not(:last-child) {
	margin-bottom:1em;
}

.info .content-box a.bt-txt:hover {
	color:rgba(255,255,255,1);
	background-color:#0969b6;
}
}