@charset "utf-8";

/*-----------------------------------------------------------------

MV

-----------------------------------------------------------------*/
.mv{
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #f4d200;
	background-image: url(../img/mv-bg-sp.png);
	background-size: 375px auto;
	height: 430px;
}
.mv .mvInner{
	text-align: center;
	padding-top: 30px;
	vertical-align: top;
}
.mv .txtBox{
	margin: 0 auto;
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
.mv .txtBox h2{
	vertical-align: top;
	font-weight: 900;
	line-height: 1.2;
	font-size: 44px;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
}
.mv .txtBox h2 span{
	display: inline-block;
	background: #000;
	color: #fff;
	line-height: 1;
	padding: 6px;
	font-size: 24px;
	margin-bottom: 8px;
}
.mv .txtBox p{
	padding-top: 15px;
	line-height: 1.7;
}
.mv .img .imgPc{
	display: none;
}
.mv .img{
	text-align: right;
	width: 375px;
	margin: 24px auto 0;
	padding-right: 30px;
}
.mv .img img{
	width: 209px;
}


@media screen and (min-width:960px){
	.mv{
		background-position: center bottom;
		background-image: url(../img/mv-bg-pc.png);
		background-size: 1280px auto;
		height: 535px;
	}
	.mv .mvInner{
		text-align: right;
		padding-top: 60px;
		width: 960px;
		margin: 0 auto;
	}
	.mv .txtBox{
		margin: 0 ;
		
	}
	.mv .txtBox h2{
		font-size: 50px;
	}
	.mv br.pcNon{
		display: none;
	}
	.mv .txtBox h2 span{
		margin-bottom: 12px;
		padding: 6px 12px;
		letter-spacing: 1px;
	}
	.mv .img .imgSp{
		display: none;
	}
	.mv .img .imgPc{
		display: inline;
	}
	.mv .img{
		text-align: right;
		width: 960px;
		margin: 35px auto 0;
		padding-right: 0px;
	}
	.mv .img img{
		width: 486px;
	}
}

/*-----------------------------------------------------------------

コンテンツ囲み

-----------------------------------------------------------------*/
.contentsWrapper{
	padding: 0 30px;
}
.contentsWrapper .secBox{
	padding:40px 0px;
}
.contentsWrapper .secTtl{
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 30px;
	text-align: center;
}
@media screen and (min-width:960px){
	.contentsWrapper{
		width: 960px;
		margin: 0 auto;
	}

}


/*-----------------------------------------------------------------

Merit

-----------------------------------------------------------------*/
.merit{
	text-align: center;
}
.merit li{
	border-radius: 10px;
	border: 1px solid #DEDEDE;
	padding: 30px;
	margin-bottom: 20px;
}
.merit li img{
	width: 60px;
}
.merit li h3{
	font-weight: 700;
	font-size: 24px;
	border-bottom: 2px solid #45BC92;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
.merit li h3 span{
	display: inline-block;
	font-size: 10px;
	vertical-align: top;
}
.merit li p{
	line-height: 1.6;
	font-size: 14px;
	text-align: left;
}
.merit li p span{
	display: block;
	font-size: 12px;
	padding-top: 3px;
}
@media screen and (min-width:768px) {
	.merit ul{
		display: flex;
		justify-content: space-between;
	}
	.merit li{
		width: 32%;
	}
	.merit li h3{
		font-size: 18px;
	}
}
@media screen and (min-width:960px){
	.merit li{
		width: 31.5%;
	}
	.merit li img{
		width: 54px;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.merit li h3{
		font-size: 24px;
	}
	
	.merit li p{
		letter-spacing: -0.3px;
	}
	.merit li p span{

	}
}


/*-----------------------------------------------------------------

Bland

-----------------------------------------------------------------*/
.bland{
	text-align: center;
}
.bland li{
	border-radius: 10px;
	border: 1px solid #DEDEDE;
	padding: 30px;
	margin-bottom: 20px;
}
.bland li img{
	width: 120px;
}
.bland li p{
	line-height: 1.6;
	font-size: 14px;
}
.bland .notes{
	font-size: 12px;
	text-align: left;
}
@media screen and (min-width:768px) {
	.bland ul{
		display: flex;
		justify-content: space-between;
	}
	.bland li{
		width: 19%;
	}
	.bland li img{
		width: 78px;
	}
	.bland .notes{
		font-size: 13px;
		text-align: center;
	}
	.bland .notes br{
		display: none;
	}
}
@media screen and (min-width:960px){
	.bland li{
		width: 19.5%;
		padding: 10px;
	}
	.bland li img{
		width: 100px;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.bland li p{
		font-size: 12px;
		letter-spacing: 0;
	}
}

/*-----------------------------------------------------------------

FAQ

-----------------------------------------------------------------*/
.faq dl dt ,
.faq dl dd{
	display: flex;
	align-items: flex-start;
}
.faq dl dt.oneline{
	align-items: center;
}
.faq dl dt{
	border-top: 1px solid #DEDEDE;
	padding-top: 30px;
	margin-bottom: 15px;
}
.faq dl dd{
	padding-bottom: 30px;
}
.faq dl .ico{
	width: 42px;
	display: block;
}
.faq dl .ico span{
	border-radius: 100%;
	height: 42px;
	width: 42px;
	line-height: 42px;
	display: block;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #fff;
	text-align: center;
	font-size: 24px;
}
.faq dl dt .ico span{
	background: #45BC90;
}
.faq dl dd .ico span{
	background: #EEC934;
}
.faq dl .txt{
	display: block;
	width: calc(100% - 42px);
	line-height: 1.6;
	padding-left: 10px;
}
.faq dl dt .txt span{
	font-weight: 700;
}
.faq dl dd .txt span{
	font-size: 12px;
}
@media screen and (min-width:960px){
	.faq dl dt,
	.faq dl dd{
		padding:0 15px;
	}
	.faq dl dt{
		align-items: center;
		padding-top: 40px;
		margin-bottom: 15px;
	}
	.faq dl dd{
		padding-bottom: 40px;
	}
	.faq dl .txt{
		padding-left: 20px;
	}
	.faq dl dd .txt{
		padding-top: 8px;
	}
	.faq dl dd .txt span{
		font-size: 14px;
	}
}
