@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 .con2 {overflow: hidden;}
.contentW .inner .con2 .list_1 {float:left; width:48%; padding-right: 2%;}
.contentW .inner .con2 .list_2 {float:right; width:48%;}
.contentW .inner .con2 p {padding:0 0 0.4rem 0;}

@media (max-width:1186px ){
    
    /* contents */
    .contentW .inner {width:90%;}
    
}

@media ( min-width:0px ) and ( max-width:900px ){
   
}