@charset "utf-8";

/* 2022.08 cave */

.pc {
	display: block;
}

.sp,
.mb {
	display: none;
}

.main_img.img_container {
	width: 915px;
	height: auto;
}

.detail {
	margin-top: 140px;
}

.caption {
	margin: 0.8em 0 0;
	font-size: 16px;
	text-align: left;
	line-height: 2;
}

.caution01 {
	font-size: .85em !important;
	margin: 1em 0 0;
	text-align: left;
	margin-left: 1em;
	text-indent: -1em;
}

.kidsContents ruby>rt {
	font-size: .42em;
	font-weight: 400;
}

h2.contents_tit {
	margin-top: .3em;
	line-height: 1.74em;
}

.kidsContents .col1 dd .flex_2 {
	display: flex;
	justify-content: space-between;
}

.kidsContents .col1 dd .flex_2 img {
	width: 49%;
}

@media screen and (max-width: 768px) {
	.caution01 {
		font-size: 13px !important;
	}

	.kidsContents .col1 dd .flex_2 {
		display: block;
	}

	.kidsContents .col1 dd .flex_2 img {
		width: 100%;
		max-width: 360px;
		margin: auto;
	}

	.kidsContents .col1 dd .flex_2 img+img {
		margin-top: 20px;
	}
}

.caption+.caution01 {
	margin-top: -0.3em;
}

.page_container img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.member_img {
	width: 155px !important;
	height: auto;
}

img.maru {
	border-radius: 15px;
}

@media screen and (max-width: 768px) {
	a {
		word-break: break-all;
		word-wrap: break-word;
		overflow-wrap: break-word;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.main_img.img_container {
		width: 100%;
	}

	.member li figure img {
		width: 100%;
		max-width: 100%;
	}

	.detail {
		margin-top: 70px;
	}

	.profile_about>ul {
		margin-top: 1em;
	}

	.caption {
		margin: 1.2em auto 0 !important;
		font-size: 14px;
		text-align: left !important;
	}

	img.maru {
		border-radius: 8px;
	}
}

@media screen and (max-width: 420px) {
	.pc {
		display: none;
	}

	.mb,
	.sp {
		display: block;
	}
}

.toc {
	background-color: #f0f7fd;
	padding: 20px 20px 30px;
	margin: 140px auto 0;
	border-radius: 20px;
	text-align: center;
	width: auto;
	border: dashed 1px #2294E6;
	box-shadow: 0px 0px 0px 5px #f0f7fd;
	position: relative;
}

.toc .toc_title {
	position: absolute;
	top: -27px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1.5em;
	font-weight: 900;
	background-color: #2294E6;
	color: #fff;
	padding: .3em 5em;
	border-radius: 20px;
	display: inline-block;
	border: dashed 1px #f0f7fd;
	box-shadow: 0px 0px 0px 3px #2294E6;
}

.toc ul {
	display: inline-block;
	padding: 30px 0 0;
}

.toc ul.toc_iner li {
	font-size: 21px;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
	transition: 0.3s all;
	color: #f11;
	position: relative;
	margin: 10px 0;
	padding: 0 0 0 40px;
	line-height: 2;
}

.toc ul.toc_iner li a {
	color: #333;
	text-decoration: none !important;
	transition: all .3s;
}

.toc ul.toc_iner li a::before {
	content: '';
	background: url(/kids/common/image/pc_nav_arrow.png) no-repeat 6px 6px #2294E6;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 4px;
	left: 0;
	z-index: 1;
	transform: rotate(180deg);
	transition: 0.3s all;
}

@media (any-hover: hover) {
	.toc ul.toc_iner li a:hover {
		color: #2294E6;
		transition: .3s;
	}

	.toc ul.toc_iner li a:hover::before {
		background-position: 6px 0px !important;
		background-color: #ee7300;
		transition: .3s;
	}
}

@media screen and (max-width: 768px) {
	.toc {
		padding: 35px 0 20px;
		margin: 60px 0 35px;
		border-top: dashed 1px #2294E6;
		border-bottom: dashed 1px #2294E6;
		border-left: none;
		border-right: none;
		border-radius: 0;
	}

	.toc .toc_title {
		position: absolute;
		top: -22px;
		font-size: 1.1em;
		padding: .3em 2em;
		box-shadow: 0px 0px 0px 2px #2294E6;
	}

	.toc ul {
		padding: 0 .8em 0 1.1em;
	}

	.toc ul.toc_iner li {
		margin: .7em 0 0;
		padding: 0 0 0 30px;
		line-height: 1.8;
		font-size: 16px;
	}

	.toc ul.toc_iner li a::before {
		content: '';
		background: url(/kids/common/image/pc_nav_arrow.png) no-repeat 4px 4px #2294E6;
		background-size: 60%;
		width: 20px;
		height: 20px;
		position: absolute;
		top: 10px;
	}
}

.talk li {
	height: auto;
	min-height: 125px;
	letter-spacing: .1em;
}

.talk li rt {
	letter-spacing: 0em;
}

.talk dl dt,
.talk dl dd {
	text-align: center;
	margin: 0 auto;
}

.talk dl dd+dt {
	margin-top: 70px;
}

.talk li span,
.remarks p {
	line-height: 2;
}



.sec_tit {
	line-height: 1.8;
}

dl.col1 {
	margin: 70px auto 80px;
	width: 730px;
}

dl.col1 dt strong {
	border-bottom: 2px dotted #ee7300;
	padding: 10px 20px 5px;
	margin: 0 auto 45px;
	color: #ee7300;
	font-size: 1.4em;
	display: inline-block;
	text-align: center;
	line-height: 1.86;
}

.talk h4 {
	border-bottom: 3px dotted #2294e6;
	padding: 0 0 14px 0;
	text-align: center;
	color: #2294e6;
	font-size: 28px;
	margin: 80px 0 50px;
	font-weight: bold;
}

.talk h4 span {
	font-size: .86em !important;
	display: table;
	margin: 0 auto .5em;
	padding: 0 .5em 0 .8em;
	background: linear-gradient(transparent 70%, #cfe0f1 0%);
}

.img80 {
	width: 82% !important;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.talk {
		margin: 40px auto !important;
	}

	.talk li {
		min-height: 80px;
	}

	.talk li span,
	.remarks p {
		font-size: 16px;
		width: 100%;
	}

	.talk dl dd+dt {
		margin-top: 35px;
	}

	dl.col1 {
		display: block;
		width: 100%;
		margin: 6vh 0 !important;
	}

	dl.col1 dt,
	.talk dl dd {
		text-align: center;
		margin: 0 auto;
	}

	dl.col1 dt {
		text-align: center;
		margin: 20px auto 0;
	}

	dl.col1 dt strong {
		border-bottom: 2px dotted #ee7300;
		padding: 0 5px 2px;
		margin-bottom: 25px;
		color: #ee7300;
		font-size: 18px;
		display: block;
	}

	.talk h4 {
		padding: 0 0 10px 0;
		font-size: 21px;
		margin: 55px 0 35px;
	}



	.img80 {
		width: 100% !important;
		max-width: 460px;
		margin: 0 auto;
	}
}

.remarks {
	width: auto !important;
	margin: 100px auto 35px !important;
	padding: 53px 50px 50px !important;
}

.remarks.col1 {
	margin: 80px auto 60px !important;
	padding: 52px 50px 35px !important;
}

.remarks a {
	text-decoration: underline !important;
}

.remarks .remarks_ttl+p {
	font-weight: normal;
	margin: -.3em auto .8em;
}

.remarks p {
	font-size: 18px
}


.remarks>div {
	font-size: 18px;
	line-height: 2;
	font-weight: normal;
	flex: auto;
}

.remarks.col1 ul li .textArea dd {
	margin-top: 6px;
}
@-moz-document url-prefix() {
  .remarks.col1 ul li .textArea dd {
    margin-top: 0;
  }
}

.remarks.col1 ul li:last-child {
	padding-bottom: 5px;
}

.profile_about dl {
	line-height: 1.64;
}

@media screen and (max-width: 768px) {
	.remarks {
		width: 100% !important;
		margin: 100px auto 70px !important;
		padding: 40px 6% !important;
	}

	.remarks.col1 {
		margin: 70px auto 50px !important;
		padding: 40px 6% 30px !important;
	}

	.remarks .remarks_ttl+p+.note {
		padding-left: 1.2em;
		text-indent: -1em;
	}

	.remarks p {
		font-size: 16px
	}

	.remarks a {
		display: inline-block;
	}

	.remarks .remarks_ttl+p {
		text-align: left;
	}

	.remarks>div {
		line-height: 2;
	}

	.remarks.col1 ul li:last-child {
		margin-bottom: 0;
	}

}

.message {
	margin-top: 50px;
	border-radius: 21px;
}

.message_list_item {
	padding: 16px;
	line-height: 2;
}

@media screen and (max-width: 768px) {
	.message {
		margin-top: 50px;
	}

	.message_list_item {
		padding: 0;
	}
}

.summary {
	border-radius: 21px;
}

.summary ul {
	margin: 1em 0 0;
	text-indent: -1em;
}

.summary ul li {
	margin: 0 0 16px 1em;
	text-indent: -1em;
}

.summary ul li::before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 3px;
	margin: 0 7.5px;
	background: #000;
	vertical-align: 6px;
	border-radius: 2px;
}

.summary_clm-L {
	width: 200px;
	margin-right: 0px;
	margin-left: 30px;
	float: left;
}

.summary_clm-R {
	overflow: hidden;
	height: 276px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.summary_clm {
		padding: 6%;
	}

	.summary ul {
		margin: 4px 0 0;
	}

	.summary ul li:last-child {
		margin: 0 0 0 1em;
	}

	.summary ul li::before {
		margin: 0 6.5px;
		vertical-align: 6px;
	}

	.summary_clm-L {
		width: 40%;
		margin-right: 20px;
		margin-left: 0px;
		float: left;
		max-width: 180px;
	}

	.summary_clm-R {
		overflow: visible;
		line-height: 2;
		font-size: 16px;
		height: auto;
		display: block;
		justify-content: flex-start;
		align-items: flex-start;
	}
}

.profile {
	padding: 40px;
}

.profile dl {
	margin-top: 20px;
	margin-bottom: -15px;
}

.profile dt {
	padding-left: 1em;
	position: relative;
}

.profile dt::before {
	content: '\30FB';
	width: 1em;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 2px;
}

.profile dd {
	margin-bottom: 15px;
	padding-left: 1em;
}

.profile dd a {
	text-decoration: underline !important;
}

@media (any-hover: hover) {
	.profile dd a:hover {
		text-decoration: none !important;
	}
}

.sponsor {
	font-size: 14px;
	line-height: 1.8;
}

.message_tit {
	padding: 14px 0 4px;
}

@media screen and (max-width: 768px) {
	.profile {
		padding: 7%;
	}

	.profile_photo {
		max-width: 340px;
		margin: 0 auto 30px;
	}

	.profile_about {
		margin: 0 0 0 0px;
		font-size: 16px;
		line-height: 1.8;
	}

	.sponsor {
		font-size: 13px;
		line-height: 1.6;
		text-indent: -1em;
		padding: 0 5% 0 calc(5% + 1em);
		width: auto;
	}
}