@charset "utf-8";

.pd-t-40 {padding-top: 40px;}
.pd-b-40 {padding-bottom: 40px;}

.keyv-wrapper {
height: 51rem;
overflow: hidden;
position: relative;
}

.down-link {
padding: 20px 0;
background: #9ecfca;
}

.down-link-item {
width: 400px;
position: relative;
}

.down-link-item a {
width: 100%;
padding: 13px 43px 13px 30px;
display: inline-block;
background: #fff;
border: solid 1px #267989;
border-radius: 5px;
color: #000;
font-size: 1.8rem;
font-weight: bold;
}

.down-link-item a:hover {text-decoration: none;}

.down-link-item a::after {
position: absolute;
top: calc(50% - 1.2rem);
right: 24px;
border: solid #267989;
border-width: 0 0.4rem 0.4rem 0;
transform: rotate(45deg);
width: 1.6rem;
height: 1.6rem;
content: '';
}

.oricon-wrapper {
width: 735px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
flex-direction: row-reverse;
}

.oricon-ttl {
width: 590px;
font-weight: bold;
line-height: 1.7;
}

.oricon-img {
width: 145px;
margin-top: 10px;
}

.oricon-txt {
width: 590px;
margin-top: -50px;
}

.article {background: url(/lp/family/peanuts/image/bg01.png) left top repeat;}

.article-box {
padding: 0 80px;
background: #fff;
border-radius: 0 0 10px 10px;
}

.article-box.box01 {
padding-top: 20px;
padding-bottom: 85px;
}

.article-box.box02 {
padding-top: 15px;
padding-bottom: 80px;
}

.article-box.box03 {
padding-top: 25px;
padding-bottom: 60px;
}

.article-ttl-xxl {
margin-bottom: 50px;
font-size: 4rem;
font-weight: bold;
line-height: 1.6;
text-align: center;
}

.article-ttl-lg {
margin: 0 auto 30px;
width: 400px;
background: #267989;
border-radius: 20px;
color: #fff;
font-size: 2.4rem;
font-weight: bold;
line-height: 1.6;
text-align: center;
}

.article-ttl-sm {font-size: 2.8rem;}

.article-ttl-underline {
text-decoration: underline #fef895;
text-decoration-thickness: 1.2rem;
text-underline-offset: -0.6rem;
}

.img-column {
width: 33.3%;
text-align: center;
}

.article-fcolor-red {color: #c30;}

.bottom {
margin-top: 20px;
background: url(/lp/family/peanuts/image/bg02.png) left bottom repeat-x;
}

@media screen and (max-width: 767px) {
	.pd-t-40 {padding-top: 20px;}
	.pd-b-40 {padding-bottom: 20px;}
	.sp-lh-16 {line-height: 1.6;}

	.l-container.sp-pd-10 {
	max-width: 748px;
	margin: 0 auto;
	padding: 0 10px;
	}

	.keyv-wrapper {height: auto;}

	.down-link {padding: 15px 0;}
	.down-link-item {width: 48%;}

	.down-link-item a {
	padding: 10px 10px 33px 10px;
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: center;
	}

	.down-link-item a::after {
	top: auto;
	right: auto;
	bottom: 15px;
	left: calc(50% - 1.2rem);
	border-width: 0 0.3rem 0.3rem 0;
	width: 1.3rem;
	height: 1.3rem;
	}

	.oricon-wrapper {
	width: 100%;
	display: block;
	}

	.oricon-ttl {
	width: 100%;
	text-align: center;
	font-weight: normal;
	line-height: 1.6;
	}

	.oricon-img {
	width: 116px;
	margin: 10px auto 0;
	}

	.oricon-txt {
	width: 100%;
	margin-top: 20px;
	}

	.article-box {
	padding: 0 20px;
	}

	.article-box.box01 {
	padding-top: 10px;
	padding-bottom: 50px;
	}

	.article-box.box02 {padding-bottom: 50px;}

	.article-box.box03 {
	padding-top: 20px;
	padding-bottom: 30px;
	}

	.article-ttl-xxl {
	margin-bottom: 30px;
	font-size: 2.4rem;
	}

	.article-ttl-lg {
	margin-bottom: 15px;
	width: 100%;
	font-size: 2rem;
	}

	.article-ttl-sm {font-size: 1.7rem;}

	.article-ttl-underline {
	text-decoration-thickness: 0.8rem;
	text-underline-offset: -0.4rem;
	}

	.img-column {
	width: 100%;
	display: flex;
	align-items: center;
	text-align: left;
	}

	.img-column figure {width: 31%;}

	.img-column p {
	width: 69%;
	padding-left: 15px;
	}
}