@charset "utf-8";

/* 2022.11 christmas */

.kidsContents {
	overflow-x: hidden;
}

.kidsContents .pc {
	display: inline-block;
}

.kidsContents .sp,
.kidsContents .mb {
	display: none;
}

@media screen and (max-width: 736px) {
	.kidsContents .sp {
		display: inline-block;
	}

	.kidsContents .pc,
	.kidsContents .mb {
		display: none;
	}
}

@media screen and (max-width: 420px) {

	.kidsContents .mb,
	.kidsContents .sp {
		display: inline-block;
	}
}

article.page_container * {
	box-sizing: border-box;
	letter-spacing: .07rem;
}

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

.contents_tit {
	font-size: 2.6rem;
	margin: 0 auto 1rem;
}

@media screen and (max-width: 768px) {
	.contents_tit {
		font-size: 2rem;
		text-align: center;
	}
}

.contents_tit span,
.sec_tit__rib {
	font-size: 1.5rem;
	position: relative;
	margin-top: -.7rem;
	display: block;
	color: #2294e6;
}

@media screen and (max-width: 768px) {

	.contents_tit span,
	.sec_tit__rib {
		margin-top: 0;
	}
}

.sec_tit__rib {
	margin: 120px auto 0;
	text-align: center;
	font-size: 1.7rem;
	font-weight: 700;
	color: #10952f;
}

.contents_tit span::before,
.contents_tit span::after,
.sec_tit__rib::before,
.sec_tit__rib::after {
	position: relative;
	display: inline-block;
	content: "";
	background: #2294e6;
	width: 2px;
	height: 2.3rem;
	margin: 0 1em;
	margin-top: -.2em;
	vertical-align: middle;
}

.sec_tit__rib::before,
.sec_tit__rib::after {
	background: #c00;
}

.contents_tit span::before,
.sec_tit__rib::before {
	transform: rotate(-35deg);
}

.contents_tit span::after,
.sec_tit__rib::after {
	transform: rotate(35deg);
}

@media screen and (max-width: 768px) {
	.contents_tit span {
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 768px) {
	.sec_tit__rib {
		margin: 100px auto 0;
		font-size: 1.4rem;
	}

	.sec_tit__rib::before,
	.sec_tit__rib::after {
		background: #c00;
		height: 2rem;
	}
}

.detailMain_lead {
	font-size: 18px;
	line-height: 1.9;
	margin: 1.4rem auto 0;
}

@media screen and (max-width: 768px) {
	.detailMain_lead {
		font-size: 16px;
		line-height: 1.74;
		margin: 1.2rem auto 0;
	}
}

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

.caution02 {
	font-size: .86em !important;
	text-align: left;
}

.photo+.caution01,
.photo+.caution02 {
	margin-top: 1em;
}

.caution01+.caution01,
.caution02+.caution01 {
	margin-top: 0;
}

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

.kidsContents .flex_2>div {
	align-items: center;
	width: 48.5%;
}

@media screen and (max-width: 768px) {
	.kidsContents .flex_2 {
		display: block;
	}

	.kidsContents .flex_2>div {
		width: 100%;
	}
}

.kidsContents .flex_2.remarks_copy {
	justify-content: flex-start;
	flex-wrap: wrap;
	font-size: 18px;
	line-height: 1.84;
}

.kidsContents .flex_2.remarks_copy dt {
	color: #2294e6;
	width: 9.5em;
	margin-top: .6rem;
	font-weight: 700;
	position: relative;
}

.kidsContents .flex_2.remarks_copy dt::after {
	content: ' : ';
	display: inline-block;
	position: absolute;
	right: 1rem;
	top: -2px;
}

.kidsContents .flex_2.remarks_copy dd {
	width: calc(100% - 9.5em);
	line-height: 1.74;
	margin-top: .6rem;
}

.kidsContents em {
	font-size: .86em;
	font-style: normal;
	margin: 0 -.4em;
}

@media screen and (max-width: 768px) {
	.kidsContents .flex_2.remarks_copy {
		font-size: 16px;
		line-height: 1.7;
	}

	.kidsContents .flex_2.remarks_copy dt {
		width: auto;
		position: inherit;
		margin-top: .8rem;
	}

	.kidsContents .flex_2.remarks_copy dt::after {
		content: '';
		/* position: relative;
		left: .3rem;
		top: -2px; */
	}

	.kidsContents .flex_2.remarks_copy dd {
		width: 100%;
		margin-top: .2rem;
	}
}

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

.detail {
	margin-top: 70px;
}

.detail.xmas {
	margin-top: 120px;
}

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

	article.page_container .pc {
		display: none;
	}

	article.page_container .sp {
		display: block;
	}

	.main_img.img_container {
		width: 100%;
	}

	.detail {
		margin-top: 50px;
	}

	.detail.xmas {
		margin-top: 100px;
	}
}


/* index */

.toc {
	background-color: #f0f7fd;
	padding: 20px 20px 20px;
	margin: 100px 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: 18px;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
	transition: 0.3s all;
	color: #f11;
	position: relative;
	margin: 10px 0;
	padding: 0 0 0 34px;
	line-height: 1.6;
}

.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 5px 4px #2294E6;
	border-radius: 50%;
	width: 25px;
	height: 24px;
	position: absolute;
	top: 3px;
	left: 0px;
	z-index: 1;
	transform: rotate(180deg);
	transition: 0.3s all;
	background-size: 61%;
}

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

@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: 5px 0px !important;
		background-color: #ee7300;
		transition: .3s;
	}

	.detail a {
		transition: .2s all;
	}

	.detail a:hover {
		border-bottom: 1px solid rgba(125, 125, 125, 0);
		padding-bottom: 0.1rem;
	}
}

@media screen and (max-width: 768px) {
	.toc {
		padding: 30px 0 20px;
		margin: 70px 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: 3px;
	}
}

.kidsContents .xmas_contnts {
	width: 880px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.9;
}

@media screen and (max-width: 768px) {
	.kidsContents .xmas_contnts {
		width: 100%;
		font-size: 16px;
		line-height: 1.74;
	}
}

.xmas_contnts .copy+.pic_read,
.xmas_contnts .pic_read+.copy {
	margin-top: 2rem;
}

.xmas_contnts .copy+.photo {
	margin-top: 2.6rem;
}

.xmas_contnts .copy+.reference,
.xmas_contnts .reference+.copy,
.xmas_contnts .photo+.copy,
.xmas_contnts p+p {
	margin-top: 1.4rem;
}

@media screen and (max-width: 768px) {

	.xmas_contnts .copy+.pic_read,
	.xmas_contnts .pic_read+.copy {
		margin-top: 1.4rem;
	}

	.xmas_contnts .copy+.photo {
		margin-top: 2rem;
	}

	.xmas_contnts .copy+.reference,
	.xmas_contnts .reference+.copy,
	.xmas_contnts .photo+.copy,
	.xmas_contnts p+p {
		margin-top: 1.1rem;
	}
}

.xmas_contnts .photo .caption {
	margin-top: 1rem;
	font-size: .92em;
	line-height: 1.7;
}

.page_container .word {
	border-radius: 15px;
	border: 1px solid #2294e6;
	background-color: #fff;
	margin-top: 50px;
	overflow: hidden
}

.page_container .word .word_tit {
	text-align: center;
	font-size: 21px;
	font-weight: 700;
	background: #2294e6;
	color: #fff;
	padding: 12px 0;
}

.page_container .word .word_contents {
	padding: 30px 50px;
	font-size: 18px;
	line-height: 1.9;
}

@media screen and (max-width: 768px) {
	.page_container .word {
		border-radius: 10px;
		margin-top: 30px;
	}

	.page_container .word .word_tit {
		font-size: 18px;
		padding: 10px 0;
	}

	.page_container .word .word_contents {
		padding: 20px 6%;
		font-size: 16px;
		line-height: 1.74;
	}
}

.sec_tit {
	line-height: 1.8;
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	.sec_tit {
		border-top: 3px solid #2294e6;
		border-bottom: 3px dotted #2294e6;
		margin-top: 15px;
		padding: 20px 0 17px;
		margin-bottom: 35px;
		line-height: 1.6;
	}
}

.remarks {
	margin: 70px auto 0 !important;
	padding: 55px 50px 35px !important;
}

@media screen and (max-width: 768px) {
	.remarks_ttl {
		font-size: 21px !important;
		line-height: 1.6;
	}
}

.sec_tit.xmas {
	margin: 0 auto 35px;
}

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

.remarks p+p {
	margin-top: 1rem;
}

.remarks_text {
	font-size: 18px;
	color: #2294e6;
	text-align: center;
	font-weight: 700 !important;
}

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

@media screen and (max-width: 768px) {
	.remarks {
		margin: 50px calc(50% - 50vw) 50px !important;
		width: 100vw;
		padding: 35px 6% !important;
	}

	.sec_tit.xmas {
		width: 100%;
		margin: 0 auto 2rem;
	}

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

	.remarks p {
		font-size: 16px
	}

	.remarks_text {
		font-size: 16px;
		text-align: center !important;
	}

	.remarks a {
		display: inline-block;
	}

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

.page_container img.maru,
.detail .double_img img {
	border-radius: 15px;
	overflow: hidden
}

.detail .double_img.vertical img {
	display: block;
	margin: auto;
	height: 400px;
	width: auto;
}

@media screen and (max-width: 768px) {
	.detail .double_img+.double_img {
		margin: 1.5rem auto 0;
	}

	.page_container img.maru,
	.detail .double_img img {
		border-radius: 10px;
	}

	.detail .double_img.vertical img {
		height: auto;
		max-height: 380px;
		width: 70%;
	}
}

.detail .textArea,
.detail .double_text {
	font-size: 18px;
	line-height: 1.8;
}

@media screen and (max-width: 768px) {
	.detail .double_text {
		margin-bottom: 1rem;
		font-size: 1rem;
	}

	.textArea.mas {
		font-size: 16px;
	}
}

.page_container {
	padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
	.btn_back .transition {
		text-align: center;
		height: auto;
	}
}

@media screen and (max-width: 768px) {
	.pic_read img {
		border-radius: 10px;
	}

	.pic_read.hb {
		margin-bottom: 0;
	}
}

.btn_back .transition {
	margin: 120px auto 0;
}