@charset "utf-8";

/* *******************************************************************************************
*
* snow
*
******************************************************************************************* */
@media screen and (max-width: 768px) {
	.pc_only {
		display: none;
	}

	.sp_only {
		display: block;
	}

	.maru {
		border-radius: 10px;
	}

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

	.detail {
		margin-top: 60px;
	}

	/* ----------------------------- toc ----------------------------- */
	.toc {
		background-color: #f0f7fd;
		padding: 35px 0 20px;
		margin: 60px 0 35px;
		text-align: center;
		width: 100%;
		border-top: dashed 1px #2294E6;
		border-bottom: dashed 1px #2294E6;
		box-shadow: 0px 0px 0px 5px #f0f7fd;
		position: relative;
		border-left: none;
		border-right: none;
		border-radius: 0;
	}

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

	.toc ul {
		display: inline-flex;
		flex-direction: column;
		align-items: flex-start;
		padding: 0;
		margin: 12px;
	}

	.toc ul.toc_iner li {
		font-weight: bold;
		text-align: left;
		cursor: pointer;
		color: #f11;
		position: relative;
		margin: 5px 0;
		padding: 0 0 0 30px;
		cursor: default;
		line-height: 1.8;
		font-size: 1.1em;
	}

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

	.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%;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		position: absolute;
		top: .5em;
		left: 0;
		z-index: 1;
		transform: rotate(180deg);
	}

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

	.talk img, .detail img {
		width: 100%;
	}

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

	.flex_box {
		display: block;
	}

	.flex_box_wrap {
		flex-wrap: wrap;
	}

	.flex_box_50>div {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}

	.flex_box_50>div p {
		margin: 10px auto 16px;
	}

	.flex_box_50>div:first-child {
		margin: 28px auto 0;
	}

	.flex_box_50>div:last-child p {
		margin-bottom: 0;
	}

	dl.col1 {
		display: block;
		margin: 10vh 0 8vh !important;
	}

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

	dl.col1 dt strong {
		border-bottom: 2px dotted #ee7300;
		padding: 0 15px 2px;
		margin-bottom: 17px;
		color: #ee7300;
		font-size: 17px;
		line-height: 1.8;
		display: block;
	}

	dl.col1 dd {
		text-align: center;
	}

	[class*="note0"] {
		font-size: 15px;
		line-height: 1.7;
	}

	.note00 {
		padding: 15px 0 0;
		text-align: left;
		font-size: .84em;
	}

	.note01 {
		padding: 15px 0 0;
		text-align: right;
		font-size: .84em;
	}

	.note02 {
		padding: 10px 0 0;
		text-align: left;
	}

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

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

	.img30 {
		width: 30% !important;
		min-width: 140px;
		margin: 0 auto
	}

	.mnttl {
		font-size: 1.14em;
		font-weight: bold;
		margin: 50px auto 35px;
		display: block;
		text-align: center;
		background: #11d0d6;
		position: relative;
		padding: .5em;
		border-radius: 15px;
		color: #fff;
	}

	.mnttl::after {
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		border: solid transparent;
		content: "";
		position: absolute;
		border-top-color: #11d0d6;
		border-width: 12px;
		margin-bottom: -12px;
	}

	.caption {
		font-weight: bold;
		padding: 25px 0 12px;
		text-align: center;
	}

	.flex_box_20 .caption {
		background-color: #e6feff;
		margin-top: 1.4em;
		padding: .7em 0 .3em;
		border-radius: 6px 6px 0 0;
	}

	.tec {
		text-align: left;
	}

	.no_flex {
		display: block !important;
		margin: 20px 0 0 0;
	}

	.no_flex li {
		width: calc(100% - 20px) !important;
		padding-left: 20px;
	}

	.no_flex li::before {
		content: "・";
		position: relative;
		display: inline-block;
		margin-left: -20px;
	}

	.flex_re {
		flex-direction: row-reverse;
	}

	.flex_box_20>div, .flex_box_30>div, .flex_box_40>div {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}

	.flex_box_30>div:nth-child(2) {
		width: 100%;
		max-width: 100%;
	}

	.stt_copy {
		margin-top: 35px;
		font-size: 19px;
		text-align: center;
		padding-bottom: .6em;
		font-weight: bold;
		color: #11d0d6;
		position: relative;
	}

	.stt_copy:after {
		content: '';
		position: absolute;
		left: 50%;
		bottom: .2em;
		display: inline-block;
		width: 70px;
		height: 2px;
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		background: #11d0d6;
	}

	/* ----------------------------- Snow_detail ----------------------------- */
	#Snow_detail {
		width: auto;
		font-size: .9em;
	}

	#Snow_detail img {
		max-width: 80px;
		max-height: 80px;
		margin: 0 auto;
		display: block;
	}

	#Snow_detail .yoko {
		transform: rotate(90deg);
		max-width: 80px;
		max-height: 80px;
	}

	.accordion {
		position: relative;
		overflow: hidden;
		width: 100%;
		margin: 0 auto 1em;
	}

	.accordion input {
		position: absolute;
		z-index: -1;
		opacity: 0;
	}

	.accordion label {
		color: #fff;
		font-weight: bold;
		font-size: 16px;
		position: relative;
		display: block;
		padding: 1.1em 1em .8em;
		cursor: pointer;
		margin: 0 0 1px 0;
		background: #2294E6;
		border-radius: 5px;
		-webkit-user-select: none;
		user-select: none;
		text-align: left;
	}

	_:-ms-lang(x), .accordion label {
		padding: 1em;
	}

	.accordion .accordion-content {
		overflow: hidden;
		max-height: 0;
		transition: max-height 0.4s;
		-webkit-transition: max-height 0.4s;
		display: block;
	}

	.accordion .accordion-content .accordion-content-innner {
		padding: 1vh 0;
	}

	.accordion .accordion-content .accordion-content-innner:last-child {
		padding: 1vh 0 0;
	}

	.accordion input:checked~.accordion-content {
		max-height: 6000px;
	}

	.accordion label:after {
		color: #2294E6;
		background-color: #fff;
		content: "\FF0B";
		position: absolute;
		top: 50%;
		transform: translateY(-50%) rotate(0deg);
		right: 15px;
		font-size: 15px;
		width: 30px;
		height: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 20px;
		transition: .2s;
	}

	.accordion label:hover:after {
		color: #23dede;
	}

	.accordion input:checked~label::after {
		position: absolute;
		top: 50%;
		transform: translateY(-50%) rotate(225deg);
		right: 15px;
		color: #777;
	}

	.accordion-content-innner table {
		width: calc(100% - 2px);
		display: inline-table;
	}

	.accordion-content-innner table tr td, .accordion-content-innner table tr th {
		border: 1px solid #ccc;
		padding: .6em 1em;
	}

	.accordion-content-innner table tr th {
		background-color: #d9ecf4;
		padding-top: 1em;
		font-size: 15px;
		text-align: left;
	}

	.accordion-content-innner table tr td {
		text-align: center;
		width: 33.3%;
	}

	.accordion-content-innner table tr td.bd_none {
		height: 0px;
		display: none;
	}

	/* ----------------------------- remarks ----------------------------- */
	.remarks {
		width: 100% !important;
		margin: 50px auto !important;
		padding: 40px 6% !important;
	}

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

	.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: 4px;
		left: 0;
		transform: rotate(90deg);
	}

	.remarks a {
		margin: 8px 0 0 31px;
		display: inline-block;
	}

	.tts_type {
		font-size: 17px;
		font-weight: bold;
		margin: 16px 0 10px 0;
		line-height: 1.7;
	}

	.tts_type:first-child {
		margin: 6px 0 10px 0;
	}

	.tts_type span {
		margin: 0 .3em 0 0;
	}

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

	/* ----------------------------- summary ----------------------------- */
	.summary {
		border-radius: 21px;
	}

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

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

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

	.summary ul li::before {
		content: '\30FB';
	}

	.summary_clm-L {
		max-width: 180px;
	}

	/* ----------------------------- profile ----------------------------- */
	.member li figure {
		max-width: 140px;
	}

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

	.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;
	}

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