@charset "utf-8";

/* 2023.01 valentine */

.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: 1.8rem;
		line-height: 1.4;
		text-align: center;
		margin: .2rem auto .7rem;
	}
}

.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: 16px !important;
	text-align: left;
	margin-left: 1em;
	text-indent: -1em;
}

.remarks_material+.caution01 {
	margin-top: .2rem;
}

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

	.remarks_material+.caution01 {
		margin-top: .4rem;
	}
}

.caution02 {
	font-size: 16px !important;
	margin-top: 1.3rem;
}

@media screen and (max-width: 768px) {
	.caution02 {
		font-size: 14px !important;
		margin: 1.2rem 5% 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: 100px;
}

@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: 70px;
		width: 100%;
		overflow: hidden;
	}
}


/* 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;
	}
}

.detail .remarks_ttl span {
	font-size: .86em;
	margin: 0 -.3em;
}

.detail .remarks_material {
	font-size: 18px;
	line-height: 2;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.detail .remarks_material li {
	width: calc(100%/2);
	padding-right: 1.2rem;
}

.detail .remarks_material.l3 li {
	width: calc(100%/3);
}

.detail .remarks_material li::before {
	content: '\30FB';
	margin-right: .2rem;
}

@media screen and (max-width: 768px) {
	.detail .remarks_material {
		font-size: 16px;
		display: block;
		line-height: 1.8;
	}

	.detail .remarks_material li {
		width: 100%;
		padding-right: 0;
	}
}

.detail .preparation {
	width: 100%;
	background: #d9ecfa;
	border-radius: 20px;
	margin: 35px auto 0;
	padding: 1.8rem 50px;
	display: flex;
	align-items: flex-start;
}

.detail .preparation p:first-child {
	white-space: nowrap;
	color: #2294e6;
	font-weight: 700;
}

.detail .preparation p:first-child::after {
	content: ' : ';
	margin-right: .3rem;
}

@media screen and (max-width: 768px) {
	.detail .preparation {
		border-radius: 10px;
		margin: 30px auto 0;
		padding: 1rem 5%;
		display: block;
	}

	.detail .preparation p:first-child {
		border-bottom: 3px dotted #2294e6;
		padding-bottom: .2rem;
		display: table;
		margin: 0 auto .7rem;
	}

	.detail .preparation p:first-child::after {
		content: '';
		margin-right: 0;
	}
}

.closing_copy {
	width: 100%;
	font-size: 18px;
	background: #d9ecfa;
	border-radius: 20px;
	margin: 100px auto 0;
	padding: 2.4rem 50px 2.2rem;
	line-height: 1.8;
}

@media screen and (max-width: 768px) {
	.closing_copy {
		border-radius: 10px;
		margin: 60px auto 0;
		padding: 2rem 22px;
		display: block;
		font-size: 16px;
		border-radius: 0;
	}
}

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

@media screen and (max-width: 768px) {
	.remarks.col2 {
		width: 100%;
		margin: 50px auto 30px !important;
		padding: 35px 5% 30px !important;
		border-radius: 10px;
	}
}

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

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

.kidsContents .detail h4 {
	border-top: 3px dotted #2294e6;
	border-bottom: 3px dotted #2294e6;
	padding: .7rem 0;
	text-align: center;
	color: #2294e6;
	font-size: 28px;
	margin: 80px 0 50px;
	font-weight: 700;
}

@media screen and (max-width: 768px) {
	.kidsContents .detail h4 {
		font-size: 21px;
		margin: 50px 0 30px;
	}
}

.kidsContents .step {
	display: block;
}

.kidsContents .step li {
	margin-top: 50px;
}

@media screen and (max-width: 768px) {
	.kidsContents .step li {
		margin-top: 35px;
		width: 100%;
	}
}

.step_list_item_advice {
	width: 100%;
	border-radius: 10px;
	background: #fff1d1;
	padding: 35px 30px 23px;
	position: relative;
	margin-top: 50px;
	line-height: 1.8;
}

.step_list_item_advice:before {
	content: "";
	width: 84px;
	height: 46px;
	background: url('/kids/enjoy/drivecooking/image/ic_advice.png') no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -26px;
	left: 50%;
	margin-left: -42px;
}

@media screen and (max-width: 768px) {
	.step_list_item_advice {
		padding: 21px 5% 16px;
		margin: 37px 0 2.7rem;
	}

	.step_list_item_advice:before {
		width: 63px;
		height: 34px;
		top: -19px;
		margin-left: -31px;
	}
}

.kidsContents .step dl {
	display: flex;
}

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

.kidsContents .step dl dt {
	position: relative;
	display: block;
	margin-right: 50px;
}

.kidsContents .step dl dt img {
	width: 414px;
	border-radius: 10px;
}

@media screen and (max-width: 768px) {
	.kidsContents .step dl dt {
		margin-right: 0;
		width: 100%;
		display: block;
	}

	.kidsContents .step dl dt img {
		width: 100%;
		border-radius: 10px;
	}
}

.kidsContents .step dl dt::before {
	position: absolute;
	content: '';
	background: url('/kids/enjoy/drivecooking/image/ic_step1.png') no-repeat;
	width: 68px;
	height: 60px;
	background-size: contain;
	top: -3px;
	left: 32px;
	display: inline-block;
	z-index: 2;
}

@media screen and (max-width: 768px) {
	.kidsContents .step dl dt::before {
		width: 57px;
		height: 50px;
		top: -2px;
		left: 10px;
	}
}

.kidsContents .step dl dt.step02::before {
	background: url('/kids/enjoy/drivecooking/image/ic_step2.png') no-repeat;
	background-size: contain;
}

.kidsContents .step dl dt.step03::before {
	background: url('/kids/enjoy/drivecooking/image/ic_step3.png') no-repeat;
	background-size: contain;
}

.kidsContents .step dl dt.step04::before {
	background: url('/kids/enjoy/drivecooking/image/ic_step4.png') no-repeat;
	background-size: contain;
}

.kidsContents .step dl dt.step05::before {
	background: url('/kids/enjoy/drivecooking/image/ic_step5.png') no-repeat;
	background-size: contain;
}

.kidsContents .step dl dt.step06::before {
	background: url('/kids/enjoy/drivecooking/image/ic_step6.png') no-repeat;
	background-size: contain;
}

.detail .copy {
	margin-top: 1.5rem;
	font-size: 18px;
}

.detail .step+.copy {
	margin-top: 80px;
	border: 1px solid #2294e6;
	padding: 35px 50px 33px;
	border-radius: 10px;
	display: block;
	position: relative;
}

.detail .step+.copy::before,
.detail .step+.copy::after {
	border-left: solid 12px transparent;
	border-right: solid 12px transparent;
	border-bottom: solid 15px #2294e6;
	content: "";
	display: block;
	height: 0;
	left: 50%;
	top: -16px;
	position: absolute;
	width: 0;
	transform: translateX(-50%);
}

.detail .step+.copy::after {
	border-bottom-color: #fff;
	top: -14px;
}

.detail dd .copy {
	margin-top: 0;
}

@media screen and (max-width: 768px) {
	.detail .copy {
		margin-top: 1.2rem;
		font-size: 16px;
	}

	.detail .step+.copy {
		margin-top: 45px;
		padding: 22px 23px 20px;
	}

	.detail dd .copy {
		margin-top: 1.2rem;
	}
}

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

@media screen and (max-width: 768px) {
	.sec_tit {
		border-top: 3px solid #2294e6;
		border-bottom: 3px dotted #2294e6;
		padding: 20px 5% 17px;
		margin: 15px calc(50% - 50vw) 30px;
		width: 100vw;
		line-height: 1.5;
	}
}

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

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

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

.remarks .addition {
	font-size: 18px;
	position: relative;
	line-height: 1;
	padding-right: 2rem;
	margin: 1.5rem 0 .5rem;
	display: block;
}

.remarks .addition::after {
	position: absolute;
	content: "";
	top: 7px;
	left: 70px;
	width: calc(100% - 70px);
	height: 1px;
	background-color: #aaa;
}

@media screen and (max-width: 768px) {
	.remarks .addition {
		font-size: 16px;
	}

	.remarks .addition::after {
		top: 6px;
		left: 55px;
		width: calc(100% - 55px);
	}
}

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

/*-- 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: 55px 50px 40px;
	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: 62%;
}

@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;
	transition: all .3s;
}

@media (any-hover: hover) {
	.profile dd a:hover {
		text-decoration: none !important;
	}
}

/* 背景回避 */

.kidsContents::after {
	content: '';
	background: none;
}

#kids_enquete+#recome {
	position: relative;
	z-index: inherit;
}

#kids_enquete+#recome::before {
	position: absolute;
	top: -231px;
	content: '';
	width: 100%;
	height: 300px;
	background: url('/kids/common/image/contents_bg.gif') center -38px repeat-x;
	background-size: 72px auto;
	z-index: -1;
}

@media screen and (max-width: 768px) {
	#kids_enquete+#recome::before {
		top: -260px;
		height: 250px;
	}
}