@charset "UTF-8";
/*************************
価格表16

 *************************/

.main figure{
	margin-bottom:0;
}

.category{
	border:solid 1px #ccc;
	padding:30px;
	margin-bottom:60px;
}

.category li:first-child,
.category li:nth-child(2){
	margin-bottom:20px;
}

.cate_box01,
.cate_box02,
.cate_box03{
	display:inline-block;
	width:70px;
	padding:3px 5px;
	color:#fff;
	text-align:center;
}

.cate_box01{
	background:#7bac2f;
}

.cate_box02{
	background:#26363d;
}

.cate_box03{
	background:#fb7d7d;
}

.busi_box{
	position:relative;
	padding:30px 0;
	border-bottom:solid 1px #ccc;
}

.body_contents .busi_box:first-of-type{
	border-top:solid 1px #ccc;
}

.abso span:first-child{
	margin-right:10px;
}

.b-ttl{
	font-size:18px;
	font-weight:bold;
	margin-bottom:23px;
}

.text01{
	margin-bottom:30px;
}

.cate-subttl{
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
}

.target li{
	position:relative;
	padding-left:20px;
	margin-bottom:10px;
}

.target li:last-child{
	margin-bottom:0;
}

.target li:before{
	position:absolute;
	top:0px;
	left:0px;
	content:"■";
	display:inline-block;
}

.text02{
	margin-bottom:50px;
}

.beans{
	position:relative;
	border:solid 3px #7bac2f;
	padding:45px 30px 30px;
	margin-bottom:60px;
}

.beans_ttl{
	padding:10px 15px;
	background:#7bac2f;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}

.if_box{
	padding:30px;
	background:#f0efe8;
}

.if_inner{
	padding:30px;
	background:#fff;
}

.if_ttl{
	text-align:center;
	margin-bottom:30px;
}

.if_ttl span{
	display:inline-block;
	padding-bottom:5px;
	border-bottom:solid 2px #333;
	font-size:18px;
	font-weight:bold;
}

.if_inner .float:first-of-type{
	margin-bottom:15px;
}

.if_inner .float li{
	float:left;
	position:relative;
	width:48%;
	padding-left:20px;
}

.if_inner .float li:before{
	position:absolute;
	top:0px;
	left:0px;
	content:"\f00c";
	font-family:"FontAwesome";
	display:inline-block;
	color:#7bac2f;
	
}

.if_inner .float li:first-child{
	margin-right:4%;
}

.insurance{
	margin-bottom:50px;
}

.ins_box{
	padding:30px;
	border:solid 1px #ccc;
	margin-bottom:20px;
}

.ins_ttl{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
}

.type{
	background:#f0efe8;
	padding:40px 30px 30px;
}

.type_inner{
	background:#fff;
	padding:0 30px;
}

.type_box{
	padding:30px 0;
	border-bottom:solid 1px #ccc;
}

.type_inner .type_box:last-child{
	border-bottom:none;
}

.type_box h6{
	font-size:18px;
	font-weight:bold;
	color:#7bac2f;
	margin-bottom:15px;
}


@media screen and (min-width:641px){

.category li span{
	margin-right:20px;
}

.abso{
	position:absolute;
	top:30px;
	right:0px;
}

.beans_ttl{
	position:absolute;
	top:-20px;
	left:30%;
}

}

@media screen and (max-width:640px){

.category{
	padding:20px;
	margin-bottom:40px;
}

.cate_box01,
.cate_box02,
.cate_box03{
	width:90px;
	display:block;
	margin-bottom:10px;
	font-size:16px;
}

.busi_box{
	padding:20px 0;
}

.abso{
	display:block;
}

.abso span{
	display:inline-block;
}

.b-ttl{
	line-height:1.3;
	margin-bottom:15px;
}

.text01{
	margin-bottom:20px;
}

.text02 br{
	display:none;
}

.beans{
	padding:20px;
}

.beans_ttl{
	left:0;
	font-size:14px;
	width:100%;
	margin:0 auto 20px;
}

.if_inner{
	padding:20px;
}

.if_box{
	padding:10px;
}

.if_ttl span{
	font-size:16px;
	line-height:1.3;
}

.ins_box{
	padding:20px;
}

.ins_ttl{
	font-size:16px;
	line-height:1.3;
}

.type{
	padding:20px 10px 10px;
}

.type_inner{
	padding:0 20px;
}

.type_box{
	padding:20px 0;
}

.type_box h6{
	line-height:1.3;
}

.type_box p br{
	display:none;
}

}