@charset "utf-8";

/* top_img */
.top_img .inner {background:linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ),url(../img/business/business_top_bg.jpg)no-repeat center center;
                background-size:cover;}

/* contents */
.contentW {width:100%; background:#fff;}

.contentW .inner {width:58.5rem; margin:0 auto; padding:5rem 0;}

.contentW .inner .content {margin:0 0 5rem 0;}
.contentW .inner .content:last-child {margin-bottom:0;}

.contentW .inner .content h2 {text-align:center; font-size:1.4rem; padding:0 0 2.5rem 0;}
.contentW .inner .content img {display:block; max-width:100%; margin:0 auto;}
.contentW .inner .content li {font-size:0.9rem;}

.contentW .inner .con1 p.subtext {padding: 0 0 2.5rem 0; text-align: center; font-weight: bold;} 
.contentW .inner .con1 img + p {font-size: 0.8rem;}

@media (max-width:1186px ){
    
    /* contents */
    .contentW .inner {width:90%;}
    
}

@media ( min-width:0px ) and ( max-width:900px ){
    
}