@charset "utf-8";
/* CSS Document */

.wrapper{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 5%;
	font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}
.bnr{
	display: block;
	width: 50%;
	margin: 0 auto;
}
.ttl_lead{
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	margin: 8% auto 0;
	line-height: 1.8;
}
.ttl_lead span{
	color: #9bbb59;
}
.lead{
	text-align: center;
	font-size: 15px;
	line-height: 2;
	margin: 3% auto;
}
.br_s{
	display: none;
}
.box{
	width: 90%;
	margin: 10% auto 20%;
}
.main{
	position: relative;
}
.main_img{
	display: block;
	width: 45%;
	margin-left: 40%;
}
.sub{
	position: absolute;
	width: 30%;
	background-color: #9bbb59;
	box-sizing: border-box;
	padding: 2%;
	top: 5%;
	left: 15%;
}
.left25{
	left: 25%;
}
.no{
	display: block;
	width: 12%;
}
.sub p{
	color: #fff;
	font-size: 15px;
	line-height: 2;
}
.sub .no1{
	background: url("../images/no1.png") no-repeat;
	background-size: 30px;
	background-position: top 5px left 0px;
	padding-left: 40px;
}
.sub .no2{
	background: url("../images/no2.png") no-repeat;
	background-size: 30px;
	background-position: top 5px left 0px;
	padding-left: 40px;
}
.sub .no3{
	background: url("../images/no3.png") no-repeat;
	background-size: 30px;
	background-position: top 5px left 0px;
	padding-left: 40px;
}
.sub .no4{
	background: url("../images/no4.png") no-repeat;
	background-size: 30px;
	background-position: top 5px left 0px;
	padding-left: 40px;
}
.sub .no5{
	background: url("../images/no5.png") no-repeat;
	background-size: 30px;
	background-position: top 5px left 0px;
	padding-left: 40px;
}
.sub p span{
	font-weight: 700;
	text-decoration: underline;
	font-size: 20px;
}
.box .lead{
	margin: 10% auto 5%;
}
.style{
	padding: 0;
	overflow: hidden;
	margin: 5% auto;
}
.style_ttl{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 2%;
}
.style li{
	list-style: none;
	width: 25%;
	float: left;
}
.clear{
	clear: both;
}
.item_btn{
	width: 30%;
	margin: 8% auto;
	text-align: center;
	font-size: 16px;
}
.item_btn a{
	display: block;
	background-color: #000;
	color: #fff;
	padding: 5% 0;
}
.all{
	width: 50%;
	margin: 8% auto;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.all a{
	display: block;
	background-color: #000;
	color: #fff;
	padding: 5% 0;
}

@media(max-width:750px){
.bnr{
	width: 100%;
	margin: 0 auto;
}
.ttl_lead{
	font-size: 20px;
	margin: 8% auto 0;
	line-height: 1.6;
}
.lead{
	font-size: 13px;
	line-height: 1.8;
	margin: 3% auto;
}
.br_s{
	display: inline;
}
.box{
	width: 98%;
	margin: 10% auto 25%;
}
.main_img{
	width: 60%;
	margin-left: 35%;
}
.sub{
	width: 45%;
	padding: 1% 1% 1% 3%;
	top: 5%;
	left: 5%;
}
.left25{
	left: 10%;
}
.no{
	width: 12%;
}
.sub p{
	font-size: 12px;
}
.sub .no1{
	background-size: 20px;
	background-position: top 7px left 0px;
	padding-left: 25px;
}
.sub .no2{
	background-size: 20px;
	background-position: top 7px left 0px;
	padding-left: 25px;
}
.sub .no3{
	background-size: 20px;
	background-position: top 7px left 0px;
	padding-left: 25px;
}
.sub .no4{
	background-size: 20px;
	background-position: top 7px left 0px;
	padding-left: 25px;
}
.sub .no5{
	background-size: 20px;
	background-position: top 7px left 0px;
	padding-left: 25px;
}
.sub p span{
	font-size: 16px;
}
.sub p .f14{
	font-size: 14px;
}
.style_ttl{
	font-size: 20px;
}
.style li{
	width: 50%;
	line-height: 0;
}
.item_btn{
	width: 60%;
	font-size: 15px;
}
.all{
	width: 90%;
}
}