@charset "utf-8";

/* *******************************************************************************************
*
* mirage
*
******************************************************************************************* */
.main_img {
	filter: drop-shadow(0px 0px 3px #96aac4);
}

.cp_arrows {
	margin: 10px auto 15px;
	font-size: 2em;
	color: #96bcd9;
}

@media print, screen and (min-width: 769px) {
	.pc_only {
		display: block;
	}

	.sp_only {
		display: none;
	}

	.tec {
		display: block;
		text-align: center !important;
	}

	.tel {
		display: block;
		text-align: left !important;
	}

	[class*="caution_0"] {
		font-size: 15px;
		padding: 15px 0 0;
		text-align: left;
	}

	.caution_03 {
		font-size: 12px !important;
	}

	.detail {
		margin-top: 140px;
	}

	.maru {
		border-radius: 15px;
	}

	.maru2 {
		border-radius: 0 0 15px 15px;
	}

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

	.copy_indent {
		text-indent: -1em;
		margin-left: 1em;
	}

	.sub_ttl {
		font-size: 1.16em;
		background-color: #d9ecfa;
		padding: 1.2em 0 .8em;
		border-radius: 15px 15px 0 0;
	}

	.flex_item .sub_ttl, .flex_item2 .sub_ttl, .sub_ttl_pt {
		padding: .8em 0;
	}

	.sub_ttl_mt {
		padding-bottom: 35px;
	}

	.mt_img {
		padding-top: 24px;
	}

	.note02 {
		margin-top: 1em;
		text-align: left !important;
	}

	.ml1l {
		margin-top: 1em;
	}

	.pt1l {
		padding-top: 2em;
	}

	.pd_plus {
		padding: 10vh 0 2vh;
	}

	/* ----------------------------- toc ----------------------------- */
	.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-flex;
		flex-direction: column;
		align-items: flex-start;
		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;
		cursor: default;
		line-height: 1.8;
	}

	.toc ul.toc_iner li a {
		color: #333;
		transition: .3s;
	}

	.toc ul.toc_iner li a:hover {
		color: #2294E6;
		transition: .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;
	}

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

	/* ----------------------------- talk ----------------------------- */
	.talk {
		margin: 60px auto !important;
	}

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

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

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

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

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

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

	.img66 {
		width: 66% !important;
		margin: 0 auto
	}

	.img50 {
		width: 50% !important;
		margin: 0 auto
	}

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

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

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

	.remarks h4 {
		color: #2294e6;
		font-size: 21px;
		font-weight: bold;
		margin: 20px 0;
	}

	.remarks h4.mth4 {
		margin-top: 70px;
	}

	.remarks h5 {
		font-size: 21px;
		font-weight: bold;
		text-align: center;
		margin-bottom: .7em;
	}

	.remarks p {
		line-height: 1.8;
		font-size: 18px
	}

	.flex_item, .flex_item2 {
		display: flex;
		justify-content: space-between;
	}

	.flex_item div {
		width: 48%;
	}

	.flex_item2 div {
		width: 48%;
		height: 48%;
	}

	.flex_item2 {
		flex-wrap: wrap;
		justify-content: center;
	}

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

	.remarks.col1 ul li figure span {
		top: 308px;
	}

	.remarks.col1 ul li:last-child {
		min-height: auto;
		padding-bottom: 0;
	}

	.remarks .toukou {
		position: relative;
		padding-left: 30px;
		margin-top: 25px;
	}

	.remarks .toukou::before {
		content: '';
		background: url(/kids/common/image/pc_nav_arrow.png) no-repeat 4px 4px #2294E6;
		background-size: 12px 12px;
		border-radius: 50%;
		width: 20px;
		height: 20px;
		position: absolute;
		top: 3px;
		left: 0;
		transform: rotate(90deg);
	}

	.remarks .toukou+a {
		margin: 8px 0 0 31px;
		font-size: 18px;
		font-weight: 100;
	}

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

	.message_list_item {
		padding: 16px;
	}

	/* ----------------------------- summary ----------------------------- */
	.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: '\30FB';
	}

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

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

	/* ----------------------------- profile ----------------------------- */
	.profile {
		padding: 40px;
	}

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

	.profile dt {
		margin-bottom: 0px;
	}

	.profile dt:before {
		content: '・';
	}

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

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

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