@charset "utf-8";

/*---------------
  trademark
---------------*/

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

.col_box {
  max-width: 100%;
}

.flex_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex-wrap: wrap;
}

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

.taC {
    text-align: center !important;
}

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

.fz12 {
    font-size: 12px !important;
}

.bg_ececec {
  background: #ececec;
}

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

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