@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.wrapper{
	max-width: 1000px;
	width: 100%;
	margin: 3% auto;
	color: #767171;
}

.wrapper img{
	display: block;
	line-height: 0;
}

.lead{
	text-align: center;
	font-size: 13px;
	line-height: 2;
	margin: 8% auto;
}

.point{
	width:fit-content;
	margin:15% auto;
}

.pointBox{
	display: flex;
	column-gap: 20px;
	margin-bottom: 5%;
	align-items: center;
}

.point h1{
	font-size: 25px;
	margin: 0;
	white-space: nowrap;
	line-height: 2;
	font-family: "bahnschrift-condensed", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.point h1 span{
	display: inline-block;
	background: linear-gradient(transparent 0%, #ece1ba 0%);
	box-sizing: border-box;
	padding:0 10%;
	color: #767171;
}

.point p{
	font-size: 13px;
	font-weight: 600;
	line-height: 1.8;
	margin: 0;
	display: inline-block;
	color: #767171;
}

.wrapper ul{
	padding: 0;
	list-style: none;
	width: 90%;
	margin: 10% auto 5%;
}

.wrapper ul h2{
	font-size: 16px;
	text-align: center;
	color: #767171;
}

.wrapper ul li{
	margin-bottom: 12%;
}

.wrapper ul li a{
	display: block;
	text-align: center;
	background-color: #ece1ba;
	color: #767171;
	text-decoration: none;
	font-size: 30px;
	line-height: 2;
	font-family: "bahnschrift-condensed", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.wrapper ul li .textRight{
	text-align: right;
	font-size: 13px;
	color: #767171;
}

@media(min-width:750px){
.bnr{
	width: 50%;
	margin: 0 auto;
}

.lead{
	font-size: 15px;
}

.br_s{
	display: none;
}
	
.point{
	width: fit-content;
	margin: 5% auto;
}

.pointBox p{
	font-size: 16px;
}


.wrapper ul{
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	grid-row-gap: 50px;
	justify-content: center;
}
	
.wrapper ul li{
	margin-bottom: 0%;
	width: calc(50% - 20px);
}
}