@charset "utf-8";

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

	.sp_only {
		display: block;
	}

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

	.mt60 {
		margin-top: 35px !important;
	}

	.mt110 {
		margin-top: 60px !important;
	}

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

	[class*="caution_0"] {
		font-size: .85em;
	}

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

	.caution_02 {
		margin: -10px 0 35px .7em;
		text-indent: -.7em;
		line-height: 1.8;
	}

	.caution_03 {
		padding: 15px 0 0 0;
		text-align: center;
	}

	.caution_04 {
		padding: 10px 0 20px 0;
		text-align: left;
		display: block;
	}

	.link01 {
		margin: -10px 0 35px 100px;
		font-size: .92em;
	}

	.link02 {
		font-size: .92em;
		margin-top: 16px;
		margin-left: 1em;
		text-indent: -1em;
	}

	/* ---------- linkURL改行要素------------- */
	[class*="link0"] a {
		text-decoration: underline !important;
		word-break: normal !important;
		word-wrap: break-word;
	}

	[class*="link0"] a:hover, .talk a:hover {
		text-decoration: none !important;
	}

	.detail {
		margin-top: 70px;
	}

	.maru {
		border-radius: 8px;
	}

	.m_border {
		border: 1px solid #bbb !important;
	}

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

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

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

	/* ----------------------------- 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.7;
		font-size: 1.1em;
		width: calc(100% - 24px);
	}

	.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: .2em;
		left: 0;
		z-index: 1;
		transform: rotate(180deg);
	}

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

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

	dl.col1 {
		display: block;
		margin: 7vh 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: 17px;
		color: #ee7300;
		font-size: 18px;
		line-height: 1.8;
		display: block;
	}

	dl.col1 dd.flex {
		display: block;
	}

	dl.col1 dd.flex>div {
		width: 90%;
		margin: 0 auto;
		max-width: 340px;
	}

	dl.col1 dd.flex>div:nth-child(2) {
		margin: 35px auto 0;
	}

	dl.col1 .tts_type {
		font-size: 1.2em;
		font-weight: bold;
		margin: 16px 0 10px;
	}

	.page_container section {
		margin: 70px auto;
	}

	.talk_ttl {
		margin: 30px 0 10px;
		font-weight: bold;
		line-height: 1.8;
	}

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

	.talk_copy {
		margin: 15px 0 0;
		font-size: .92em;
		text-align: left;
		line-height: 1.8;
	}

	dd.arrow_01 {
		line-height: 1;
		width: 90%;
		padding: 15px 0 20px;
		font-size: 1.5em;
		color: #ff6300;
	}

	ol.talk_copys {
		counter-reset: list;
		list-style-type: none;
		margin: 15px 0 0;
		text-align: left;
	}

	ol.talk_copys>li {
		display: block;
		height: auto;
		min-height: 1em;
		font-size: 15px;
		position: relative;
		line-height: 24px;
		margin: .4em 0 0 2em;
		padding-left: .3em;
		width: calc(100% - 30px);
	}

	ol.talk_copys>li:before {
		counter-increment: list;
		content: counter(list);
		position: absolute;
		left: -30px;
		width: 22px;
		height: 24px;
		background: #e40052;
		text-align: center;
		color: #fff;
		top: 50%;
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.talk_copy_no {
		width: 20px;
		height: 20px;
		line-height: 20px;
		background: #e40052;
		text-align: center;
		color: #fff;
		display: inline-block;
		margin: 0 5px;
	}

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

	.img66 {
		width: 77% !important;
		max-width: 420px;
		margin: 0 auto
	}

	.img50 {
		width: 60% !important;
		max-width: 340px;
		margin: 0 auto
	}

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

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

	.remarks a {
		text-decoration: underline !important;
		text-decoration-color: #777;
		display: inline-block;
	}

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

	.remarks h4 {
		color: #2294e6;
		font-size: 1.2em;
		font-weight: bold;
		margin: .8em 0 .2em;
	}

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

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

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

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

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

	.page_container section {
		margin: 40px auto 50px;
	}

	@media all and (-ms-high-contrast: none) {
		.toc ul {
			max-width: calc(100% - 24px);
		}

		.toc ul.toc_iner li a::before {
			top: 1px;
		}
	}
}