@charset "utf-8";
/* CSS Document */

.wrapper{
	max-width: 1000px;
	width: 100%;
	margin: 2% auto;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.bnr{
	display: block;
	line-height: 0;
	margin: 0 auto;
}

.lead{
	text-align: center;
	font-size: 13px;
	line-height: 2;
	margin: 8% auto;
}

.box{
	width: 96%;
	margin: 0 auto 20%;
}

.ttl{
	text-align: center;
	background-color: #012B5B;
	color: #fff;
	font-size: 16px;
	padding: 2% 0;
	margin: 0 auto;
}

.thm{
	width: 90%;
	margin: 5% auto;
}

.thm p{
	font-size: 13px;
	line-height: 1.8;
	margin: 4% 0;
}

.thm p a{
	text-decoration: none;
	color: #000;
}

.thm p a:after{
	display: inline-block;
	content: 'CHECK';
	background-color: #000;
	color: #fff;
	float: right;
	padding: 0 5%;
}

.box-lead{
	text-align: center;
	font-size: 13px;
	line-height: 1.8;
	margin: 5% auto;
}

.style-ttl{
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	padding: 2% 0;
	margin: 10% auto 3%;
}

.style-ttl span{
	text-align: center;
	background: linear-gradient(transparent 50%, #e2eaf3 50%);
}

.flex{
	width: 100%;
	margin: 0 auto 2%;
	display: flex;
	align-items: center;
	background-color: #F5F5F5;
}

.style img{
	max-width: 40%;
}

.style-thm{
	width: 60%;
}

.style-thm p{
	font-size: 11px;
	line-height: 1.7;
	text-align: center;
}

.style-thm p a{
	text-decoration: none;
	color: #000;
}

.style-thm p span{
	background-color: #000;
	color: #fff;
	padding: 0 5%;
	display: inline-block;
	margin-bottom: 2%;
}

.btn{
	width: 90%;
	margin: 8% auto;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
}

.btn a{
	display: block;
	color: #fff;
	background-color: #012B5B;
	padding: 4% 0;
	text-decoration: none;
	border-radius: 30px;
}

@media(min-width:750px){
	.bnr{
		width: 50%;
	}
	.lead{
		font-size: 15px;
		line-height: 2.3;
	}
	.br_s{
		display: none;
	}
	.pc-flex{
		display: flex;
		column-gap: 20px;
		justify-content: space-between;
	}
	.box{
		width: 100%;
		margin: 0 auto 5%;
	}
	.style-thm p{
		font-size: 13px;
		line-height: 1.8;
	}
	.btn{
		font-size: 14px;
		width: 80%;
	}
}
