@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*===========================PC====================================== */
.concept5 ul li {
	float: none !important;
	border-bottom:1px dotted #ccc;
	padding:10px 0;
}

.flexwrap31 .box{
margin:20px 1% 0 1% ;
}
/*===========================tab====================================== */
@media screen and (min-width: 639px) and (max-width: 834px){

.flexwrap31 .box{
margin:10px 1% 0 1% ;
}
.box_tab100{
	width: 100%;
	margin:10px 1% 0 1% ;
}

}
/*===========================tab END====================================== */
/*===========================sp====================================== */
@media only screen and (max-width: 640px){


.flexwrap31 .box{
margin:10px 1% 0 1% ;
}
.box_tab100{
	width: 100%;
	margin:10px 1% 0 1% ;
}


}
/*===========================sp END====================================== */