@charset "UTF-8";
/*************************
 LOGISTA
 *************************/

.main{
	margin-bottom:80px;
}

.main h2{
	margin-bottom:20px;	
}

.main p{
	text-align:center;
	font-size:16px;	
}

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

.body_contents{
	margin-bottom:80px;	
}

.point figure img{
	margin-bottom:20px;	
}

.point figure span{
	display:block;
	text-align:center;
}

.point figure span img{
	margin-bottom:12px;	
}

.point figure figcaption .title{
	font-weight:bold;
	font-size:16px;
	margin-bottom:5px;
}

.netshop .detail .inner{
	margin-bottom:30px;	
}

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

.point figure{
	float:left;
}

.point figure{
	width:30%;
	margin-right:5%;
}

.point figure:last-child{
	margin-right:0;	
}

.netshop figure{
	float:left;
	width:48%;
	margin-right:4%;
}

.netshop .detail{
	float:left;
	width:48%;
}

}

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

.main p br,
.inner p br{
	display:none;
}

.body_contents{
	margin-bottom:60px;	
}

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

.point{
	width:100%;	
}

.point figure{
	margin-bottom:30px;
}

.point .text{
	text-align:left;	
}

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

.netshop figure img{
	width:60%;
}

}

