@charset "utf-8";

/* 2022.11 christmascard */

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

.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 {
	width: 1px;
	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.8;
	margin: 1.2rem auto 0;
}

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

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

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

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

.kidsContents .flex_2 {
	align-items: center;
}


.kidsContents .flex_2.detail_wrap>div,
.kidsContents .flex_3.detail_wrap>div {
	width: 49%;
}

.kidsContents .flex_2.rev {
	flex-direction: column-reverse;
}

.kidsContents .flex_2.detail_wrap.rev>.double_img {
	width: 600px
}

.kidsContents .flex_2.detail_wrap.rev>.double_text {
	width: 100%;
	margin-bottom: 1rem;
}

.kidsContents .flex_2.necessities {
	align-items: center;
}

.kidsContents .flex_2.necessities>div:nth-child(1) {
	width: 50%;
}

.kidsContents .flex_2.necessities>div:nth-child(2) {
	width: 45%;
}

.kidsContents .flex_2.single_img_wrap {
	box-sizing: border-box;
	align-items: flex-end;
	margin-top: 1rem;
}

.kidsContents .flex_2.single_img_wrap>div:nth-child(1) {
	width: 62%;
}

.kidsContents .flex_2.single_img_wrap>div:nth-child(2) {
	width: 35%;
}

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

	.kidsContents .flex_2,
	.kidsContents .flex_3,
	.kidsContents .flex_4 {
		display: block;
	}

	.kidsContents .flex_2.rev {
		display: flex;
		flex-direction: column-reverse;
	}


	.kidsContents .flex_2.detail_wrap>div,
	.kidsContents .flex_3.detail_wrap>div {
		width: 100%;
		max-width: 420px;
		margin-left: auto;
		margin-right: auto;
	}

	.kidsContents .flex_2.detail_wrap.rev>.double_img {
		width: 100%;
	}

	.kidsContents .flex_2.detail_wrap.rev>.double_text {
		max-width: inherit;
	}


	.kidsContents .flex_2.single_img_wrap>div:nth-child(1),
	.kidsContents .flex_2.necessities>div:nth-child(1),
	.kidsContents .flex_2.necessities>div:nth-child(2) {
		width: 100%;
	}

	.kidsContents .flex_2.necessities>div:nth-child(1) {
		margin-bottom: 1rem;
	}


	.kidsContents .flex_2.single_img_wrap>div:nth-child(2) {
		width: 86%;
		margin-left: auto;
		margin-right: auto;
	}

	.kidsContents .flex_2.single_img_wrap>div:nth-child(2) {
		max-width: 375px;
		margin-left: auto;
		margin-right: auto;
	}
}

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

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

.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: 35px;
	}

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

	article.page_container img.maru {
		border-radius: 10px;
	}
}

/* index */

.toc {
	background-color: #f0f7fd;
	padding: 20px 20px 30px;
	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: 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: 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;
	}
}

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

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

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

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

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

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

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

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

.remarks p {
	font-size: 18px
}

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

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

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

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

	.remarks.wtmax {
		margin: 100px calc(50% - 50vw) 70px !important;
		width: 100vw !important;
		;

	}

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

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

	#Cxmas_05 {
		overflow-x: hidden;
	}

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

.necessities_list {
	counter-reset: no-counter;
	list-style: none;
}

.necessities_list li {
	padding-left: 1.9rem;
	position: relative;
	line-height: 1.6;
	margin-bottom: .3rem;
}

.necessities_list li:last-child {
	margin-bottom: 0;
}

.necessities_list li:before {
	content: counter(no-counter);
	counter-increment: no-counter;
	border: 1px solid #666;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 22px;
	width: 22px;
	font-size: .85rem;
	line-height: 1;
	position: absolute;
	top: .18rem;
	left: 0;
}

@media screen and (max-width: 768px) {
	.necessities_list li {
		padding-left: 1.6rem;

	}

	.necessities_list li:before {
		height: 20px;
		width: 20px;
		top: .12rem;
	}
}

.pdf_link {
	border: 1px solid #999;
	border-radius: 35px;
	padding: .4rem 0 .6rem;
	font-weight: 700 !important;
	width: 100%;
	text-align: center;
	background: #fff;
	margin-top: 35px;
}

@media screen and (max-width: 768px) {
	.pdf_link {
		margin-top: 1rem;
		padding: .5rem 0 .8rem;
	}
}

.pdf_link a {
	display: block;
	text-decoration: none;
}

.pdf_link a p {
	display: inline;
}

.pdf_link a p span {
	border-bottom: 1px solid #999;
	padding-bottom: 0.1rem;
}

.pdf_link a p::before {
	content: '';
	display: inline-block;
	width: 22px;
	height: 25px;
	background: url(/kids/jiyuu-kenkyu/common/image/btn_pdf.jpg) no-repeat;
	background-size: contain;
	position: relative;
	top: 5px;
	padding-right: 1rem;
}

@media (any-hover: hover) {

	.pdf_link a,
	.pdf_link {
		transition: .3s all;
	}

	.pdf_link a:hover {
		opacity: .6;
	}

	.pdf_link:hover {
		border: 1px solid #2294e6;
	}
}

.step_list_item {
	width: 100%;
	margin-top: 3rem;
}

.step_list_item_ttl {
	background: url(/kids/enjoy/recipe/image/ic_step1.png) no-repeat;
	background-size: auto 60px;
	height: 60px;
	font-size: 28px;
	color: #2294e6;
	line-height: 1.2;
	padding: 14px 0 0 80px;
	margin-bottom: 17px;
}

.step01 .step_list_item_ttl {
	background-image: url(/kids/enjoy/recipe/image/ic_step1.png);
}

.step02 .step_list_item_ttl {
	background-image: url(/kids/enjoy/recipe/image/ic_step2.png);
}

.step03 .step_list_item_ttl {
	background-image: url(/kids/enjoy/recipe/image/ic_step3.png);
}

.step04 .step_list_item_ttl {
	background-image: url(/kids/enjoy/recipe/image/ic_step4.png);
}

.step05 .step_list_item_ttl {
	background-image: url(/kids/enjoy/recipe/image/ic_step5.png);
}

@media screen and (max-width: 768px) {
	.step_list_item_ttl {
		background-size: auto 40px;
		height: 40px;
		font-size: 22px;
		padding: 9px 0 0 55px;
		margin-bottom: 17px;
	}
}

.detail .single_img,
.detail .double_img,
.detail .triple_img,
.detail .preimage {
	border-radius: 15px;
	overflow: hidden
}

.detail .single_text+.single_img {
	margin: 50px auto 0;
}

.detail .preimage {
	margin: 2rem auto 3rem;
	max-width: 600px;
}

.detail .remarks .preimage {
	margin: 2rem auto 0;
}

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

	.detail .double_img+.double_img,
	.detail .triple_img+.triple_img {
		margin: 1rem auto 0;
	}

	.detail .single_img,
	.detail .double_img,
	.detail .triple_img,
	.detail .preimage {
		border-radius: 10px;
	}

	.detail .preimage {
		margin: 1.8rem auto 2.4rem;
		max-width: 420px;
	}
}

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

.detail .single_text {
	margin-top: 3rem;
}

.detail .single_text+.double_text {
	margin-top: 1rem;
}

.detail .step_list_item+.single_text {
	margin-top: 1.5rem;
}

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

	.detail .double_text {
		margin-bottom: 1rem;
		font-size: 1rem;
	}

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

}

.detail .detail_wrap {
	margin-top: 1rem;
}

.detail .detail_wrap+.detail_wrap {
	margin-top: 3rem;
}

.detail .step_clm-full+.detail_wrap,
.detail .detail_wrap.detail_mt1 {
	margin-top: 1.3rem;
}

.mt1rem {
	margin-top: 1rem;
}

@media screen and (max-width: 768px) {
	.detail .detail_wrap+.detail_wrap {
		margin-top: 2.4rem;
	}

	.detail .step_clm-full+.detail_wrap,
	.detail .detail_wrap.detail_mt1 {
		margin-top: 1rem;
	}
}

.detail .copy_no {
	margin-left: 1.3rem;
	text-indent: -1.3rem;
}

.detail .copy_no+.copy_no {
	margin-top: .6rem;
}

.point {
	background-color: #fff1d1;
	border-radius: 15px;
	padding: 30px 20px 20px;
	margin-top: 60px;
	position: relative;
	width: 420px;
}

@media screen and (max-width: 768px) {
	.point {
		border-radius: 10px;
		padding: 25px 20px 16px;
		margin: 50px auto 35px;
		width: 90%;
		max-width: 420px;
	}
}

img.point_icon {
	position: absolute;
	top: -28px;
	left: 50%;
	margin-left: -42px;
	width: 84px;
}

.point .img_container {
	width: 100%;
	margin: 1rem auto .5rem;
}

.point_txt_full {
	width: 100%;
	text-align: center;
}

.point_ttl {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #ff9500;
	letter-spacing: 0em;
}

.point_copy {
	font-size: 1rem;
	text-align: left;
	margin-top: .4rem;
}

.text_center {
	text-align: center;
}


/*-- profile --*/

.profile {
	width: 980px;
	border: 4px dotted #2294e6;
	border-radius: 12px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	background: #fff;
	clear: both;
	padding: 50px;
	margin: 120px auto 0;
}

.profile .flex_2.profile_wrap>div:nth-child(1) {
	width: 32%;
}

.profile .flex_2.profile_wrap>div:nth-child(2) {
	width: 61%;
}

@media screen and (max-width: 768px) {
	.profile {
		width: 90%;
		border: 3px dotted #2294e6;
		padding: 7%;
		margin: 100px auto 0;
	}

	.profile .flex_2.profile_wrap>div:nth-child(1) {
		width: 74%;
		max-width: 420px;
		margin: 1rem auto;
	}

	.profile .flex_2.profile_wrap>div:nth-child(2) {
		width: 100%;
	}
}

.profile_ttl {
	width: 70px;
	margin-left: -1px;
	position: absolute;
	top: -49px;
	left: 50%;
}

.profile_name {
	font-size: 21px;
	font-weight: 700;
	color: #2294e6;
}

.profile_job {
	font-size: 16px;
	font-weight: 400;
	margin: .2rem 0 1rem;
	color: #2294e6;
}

.profile_about {
	line-height: 1.7;
}

@media screen and (max-width: 768px) {
	.profile_ttl {
		width: 53px;
		margin-left: -26px;
		top: -38px;
	}

	.profile_photo {
		margin-bottom: 20px;
	}

	.profile_name {
		margin: 0 auto;
		font-size: 19px;
		text-align: center;
	}

	.profile_job {
		margin: 0 auto 13px;
		font-size: 16px;
		text-align: center;
	}

	.profile_about {
		margin: 0 auto;
		font-size: .94rem;
	}
}

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

@media screen and (max-width: 768px) {
	.profile dl {
		font-size: .94rem;
	}
}

.profile dt {
	margin-bottom: 0px;
	margin-left: 1rem;
	text-indent: -1rem;
}

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

.page_container {
	padding-bottom: 70px;
}

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

	h4.sec_tit {
		font-size: 22px;
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	.pic_read.hb {
		margin-bottom: 1rem;
	}

	.pic_read img {
		border-radius: 10px;
	}
}