@charset "UTF-8";
/*************************
 リーフレット
 *************************/

.main{
	margin-bottom:80px;
}

.main h2 img{
	width:100%;
	height:auto;	
}

.body_contents:after{
	content:"";
	display:block;
	clear:both;	
}

.body_contents figure{
	float:left;
	width:30%;
	margin-right:5%;
}

.body_contents figure img{
	width:100%;
	height:auto;
}

.body_contents .detail{
	float:left;
	width:65%;
}

.body_contents .detail p{
	margin-bottom:20px;	
}

.body_contents .detail ul{
	padding:20px;
	background:#f0efe8;	
	margin-bottom:30px;
}

.body_contents .detail ul li{
	line-height:1.8;
	font-size:16px;
	font-weight:bold;
}

.body_contents .detail ul li i{
	margin-right:10px;
}


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

.main{
	margin-bottom:60px;
}

.body_contents{
	margin-bottom:60px;
}

.body_contents figure{
	width:100%;	
	text-align:center;
	margin:0 0 30px 0;
}

.body_contents figure img{
	width:60%;	
}

.body_contents .detail{
	width:100%;
}

.body_contents .detail ul li{
	padding-left: 1.5em;
    text-indent: -1.5em;
}

.body_contents .detail ul li i{
	display: inline-block;
    /display: inline;
    text-indent: 0;
    /text-indent: -2em;
	margin-right:0.5em;
}

}

