@charset "utf-8";
/* CSS Document */
.wrapper{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 5%;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.wrapper img{
	display: block;
	line-height: 0;
}

.lead{
	text-align: center;
	font-size: 13px;
	line-height: 1.8;
	margin: 8% auto;
}

.lead span{
	font-size: 16px;
	color: #842341;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 5%;
}

.box{
	width: 98%;
	margin: 0 auto 15%;
}

.box-ttl{
	box-sizing: border-box;
	padding: 3%;
	border: solid 2px #842341;
}

.ttl{
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #b8a487;
	margin: 2% auto;
}

.box-lead{
	text-align: center;
	font-size: 13px;
	line-height: 1.7;
	margin: 3% auto; 
}

.item{
	width: 100%;
	margin: 5% auto;
}

.style{
	margin: 10% auto 5%;
}

/*文字の脇にライン*/
.style-ttl{
	width: 100%;
	margin: 0 auto 3%;
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 5px;
}

.style-ttl:before,
.style-ttl:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
}

.style-ttl:before {
	margin-right: 1rem;
}

.style-ttl:after {
	margin-left: 1rem;
}

.style-img{
	display: flex;
	column-gap: 10px;
	justify-content: center;
}

.style-harf img{
	margin-bottom: 10px;
}

.style-lead{
	text-align: center;
	font-size: 13px;
	line-height: 1.7;
	margin: 8% auto
}

.thm{
	width: 70%;
	margin: 8% auto 0;
}

.thm p{
	font-size: 13px;
	line-height: 2;
	margin: 3% 0;
}

.thm p a{
	color: #000;
}

.thm span{
	float: right;
}

.thm span:after{
	content: 'CHECK';
	display: inline-block;
	background-color: #000;
	color: #fff;
	width: 80px;
	text-align: center;
	margin-left: 15px;
}

.all{
	width: 80%;
	margin: 0 auto 10%;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
}

.all a{
	display: block;
	background-color: #842341;
	color: #fff;
	padding: 3% 0;
	border-radius: 30px;
}

@media(min-width:750px){
.bnr{
	width: 50%;
	margin: 0 auto;
}

.lead{
	font-size: 15px;
	line-height: 2;
}

.lead span{
	font-size: 20px;
	margin-bottom: 3%;
}

.br_s{
	display: none;
}

.box{
	width: 100%;
	margin: 0 auto 15%;
	position: relative;
}
	
	.box-ttl{
		width: 60%;
		margin: 0 auto;
		padding: 2%;
	}
	
.ttl{
	font-size: 26px;
	margin: 2% auto;
}

.box-lead{
	font-size: 15px;
	line-height: 1.8;
}

.item{
	width: 60%;
}

.style{
	width: 60%;
}

.style-lead{
	font-size: 15px;
	line-height: 1.8;
}

.thm{
	width: 70%;
}

.thm p{
	font-size: 15px;
}

.all{
	width: 40%;
}

}