@charset "UTF-8";

/* 商標 */
.bg_ececec {
    background: #ececec;
  }

.inner_1200 {
max-width: 1200px;
height: auto;
margin: 0 auto;
padding: 0;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.flex_box .col_in_1 {
    -ms-flex: 0 1 auto;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-right: 10px;
    padding-left: 10px;
}

.fz12 {
    font-size: 1.2rem !important;
}

.taC {
    text-align: center !important;
}
  
@media screen and (max-width: 540px) {
    .taL_sp {
        text-align: left !important;
    }
}