@charset "utf-8";
/* CSS Document */

.wrapper{
	max-width: 1000px;
	width: 100%;
	margin: 3% auto;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.wrapper img{
	display: block;
	line-height: 0;
}

.lead{
	text-align: center;
	font-size: 15px;
	line-height: 2;
	margin: 8% auto;
}

.lead span{
	font-size: 13px;
}

.box{
	width: 96%;
	margin: 10% auto 10%;
}

.ttl{
	text-align: center;
	font-size: 15px;
	line-height: 1.8;
}

.ttl span{
	font-size: 30px;
	font-family: 'Helvetica','Arial',sans-serif;
	font-weight: bold;
	background: linear-gradient(transparent 50%, #fcc9a7 50%);
}

.box ul{
	padding: 0;
	margin: 5% auto;
	list-style: none;
	display: flex;
	gap: 30px 10px;
	justify-content: center;
	flex-wrap: wrap;
}

.box ul li{
	width: calc(50% - 10px);
}

.box ul li img{
	display: block;
	line-height: 0;
}

.box ul li p{
	margin: 3% auto;
	font-size: 13px;
	line-height: 1.8;
	text-align: center;
}

.box ul li span{
	font-weight: 600;
	color: hotpink;
}

.box ul li .buy{
	width: 50%;
	margin: 3% auto;
}

.box ul li .buy a{
	display: block;
	background-color: #ed7d31;
	color: #fff;
	padding: 1% 0;
	text-decoration: none;
}

/*文字の脇にライン*/
    .title-border {
        width: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        font-weight: bold;
        font-size: 18px;
    }
    .title-border:before,
    .title-border:after {
        border-top: 1px solid;
        content: "";
        flex-grow: 1;
    }
    .title-border:before {
        margin-right: 1rem;
    }
    .title-border:after {
        margin-left: 1rem;
    }

.box .btn{
	text-align: center;
	gap:5px 5px;
}

.box .btn li{
	font-size: 12px;
	width: calc(33.3% - 5px);
}

.box .btn li a{
	display: block;
	background-color:#ed7d31;
	color: #fff;
	padding: 10% 0;
	text-decoration: none;
}

.box .btn li a:before{
	content: '▼';
	font-size: 9px;
	vertical-align: middle;
	margin-right: 3px;
}

@media(min-width:750px){
.bnr{
	width: 50%;
	margin: 0 auto;
}

.br_s{
	display: none;
}

.box{
	width: 100%;
	margin: 10% auto 10%;
}

.box ul{
	gap: 50px 20px;
}

.box ul li{
	width: calc(33.3% - 20px);
}

.box ul li p{
	font-size: 14px;
}
.box .btn{
	text-align: center;
	gap:10px 10px;
}

.box .btn li{
	font-size: 15px;
	width: calc(33.3% - 10px);
}
}

