@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.wrapper{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 10%;
}

.wrapper img{
	display: block;
	line-height: 0;
}

.w50{
	margin: 0 auto;
}

.lead{
	text-align: center;
	font-size: 14px;
	line-height: 2;
	margin: 10% auto;
}

.item-content{
	width: 95%;
	margin: 15% auto;
}

.item{
	margin: 10% auto 15%;
}

.box{
	margin: 0 auto 5%;
	display: flex;
	align-items: center;
	column-gap: 10px;
}

.circle{
	width: 20%;
	position: relative;
}

.circle-box{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-color: #8EA9DB;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 18px;
	letter-spacing: 2px;
	color: #fff;
	line-height: 1.2;
}

.circle-01:after{
	content: '';
	display: inline-block;
	width: 20px;
	height: 70px;
	background-image: url("../images/item1.png");
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	position: absolute;
	top: 30px;
	right: -10px;
}

.circle-02:after{
	content: '';
	display: inline-block;
	width: 25px;
	height: 60px;
	background-image: url("../images/item2.png");
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	position: absolute;
	top: 50px;
	right: -15px;
}

.circle-03:after{
	content: '';
	display: inline-block;
	width: 33px;
	height: 50px;
	background-image: url("../images/item3.png");
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	position: absolute;
	top: 50px;
	right: -25px;
}

.box-lead{
	width: 80%;
}

.box-lead p{
	margin: 0;
	text-align: center;
	font-size: 12px;
	line-height: 1.8;
}

.box-lead span{
	font-size: 15px;
	display: inline-block;
	margin-bottom: 2%;
}

.item a{
	display: block;
	width: 40%;
	text-align: center;
	background-color: #FF9999;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.8;
	margin: 5% 0 0 40%;
	position: relative;
}

.bnr{
	width: 95%;
	margin: 10% auto;
}

.title-border {
	width: 100%;
	margin: 0 auto 3%;
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 20px;
}

.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;
}

.bnr ul{
	padding: 0;
	list-style: none;
	display: flex;
	column-gap: 10px;
	grid-row-gap: 10px;
	justify-content: center;
	flex-wrap: wrap;
}

.wrapper ul li{
	width: calc(50% - 10px);
}

.all{
	display: block;
	width: 90%;
	margin: 5% auto;
	text-align: center;
	background-color: #8EA9DB;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	line-height: 2.6;
}

@media(min-width:750px){
.w50{
	width: 50%;
	margin: 0 auto;
}

.lead{
	text-align: center;
	font-size: 14px;
	line-height: 2;
	margin: 10% auto;
}

.item-content{
	width: 90%;
	margin: 3% auto;
	display: flex;
}

.item{
	margin: 0 auto;
}

.box{
	margin: 0 auto 5%;
	display: block;
}

.circle{
	width: 40%;
	margin: 0 auto 10%;
}

.circle-box{
	width: 90px;
	height: 90px;
	font-size: 18px;
}

.circle-01:after{
	width: 20px;
	height: 70px;
	top: 30px;
	right: 0px;
}

.circle-02:after{
	width: 27px;
	height: 70px;
	top: 30px;
	right: 0px;
}

.circle-03:after{
	width: 38px;
	height: 56px;
	top: 30px;
	right: -12px;
}

.box-lead{
	width: 100%;
	margin: 0 auto;
}

.box-lead p{
	margin: 0;
	text-align: center;
	font-size: 13px;
	line-height: 1.8;
}

.box-lead span{
	font-size: 15px;
	display: inline-block;
	margin-bottom: 2%;
}

.item a{
	display: block;
	width: 60%;
	text-align: center;
	background-color: #FF9999;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.8;
	margin: 5% auto;
}

.title-border {
	font-size: 25px;
}

.wrapper ul li{
	width: calc(33.3% - 10px);
}

}