@charset "UTF-8";
/*
  add style
*/

/* 20260515 utility 機能追加 */
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.col:after,
.row:after {
  content: "";
  display: table;
  clear: both
}

.row {
  padding-bottom: 0
}

.col {
  display: block;
  float: left;
  width: 100%
}

@media(min-width: 768px) {
  .basis .col {
    margin-left: 2%
  }
  .span_1 {
    width: 8.33333333333%
  }
  .span_2 {
    width: 16.6666666667%
  }
  .span_3 {
    width: 25%
  }
  .span_4 {
    width: 33.3333333333%
  }
  .span_5 {
    width: 41.6666666667%
  }
  .span_6 {
    width: 50%
  }
  .span_7 {
    width: 58.3333333333%
  }
  .span_8 {
    width: 66.6666666667%
  }
  .span_9 {
    width: 75%
  }
  .span_10 {
    width: 83.3333333333%
  }
  .span_11 {
    width: 91.6666666667%
  }
  .span_12 {
    width: 100%
  }
  .basis .span_1 {
    width: 6.5%
  }
  .basis .span_2 {
    width: 15%
  }
  .basis .span_3 {
    width: 23.5%
  }
  .basis .span_4 {
    width: 32%
  }
  .basis .span_5 {
    width: 40.5%
  }
  .basis .span_6 {
    width: 49%
  }
  .basis .span_7 {
    width: 57.5%
  }
  .basis .span_8 {
    width: 66%
  }
  .basis .span_9 {
    width: 74.5%
  }
  .basis .span_10 {
    width: 83%
  }
  .basis .span_11 {
    width: 91.5%
  }
  .basis .span_12 {
    width: 100%
  }
}

.row:not(:last-child) {
  margin-bottom: 4%
}

.col {
  float: none
}

.col:not(:last-child) {
  margin-bottom: 3%
}

@media(min-width: 768px) {
  .col {
    float: left
  }
  .reverse>.col {
    float: right
  }
  .col:not(:last-child) {
    margin-bottom: 0
  }
  .reverse>.col:last-child,
  :not(.reverse)>.col:first-child {
    margin-left: 0
  }
  .col.offset_1 {
    margin-left: 8.33333333333%
  }
  .basis .col.offset_1 {
    margin-left: 10.5%
  }
  .basis .col.offset_1:first-child {
    margin-left: 8.5%
  }
  .col.offset_2 {
    margin-left: 16.6666666667%
  }
  .basis .col.offset_2 {
    margin-left: 19%
  }
  .basis .col.offset_2:first-child {
    margin-left: 17%
  }
  .col.offset_3 {
    margin-left: 25%
  }
  .basis .col.offset_3 {
    margin-left: 27.5%
  }
  .basis .col.offset_3:first-child {
    margin-left: 25.5%
  }
  .col.offset_4 {
    margin-left: 33.3333333333%
  }
  .basis .col.offset_4 {
    margin-left: 36%
  }
  .basis .col.offset_4:first-child {
    margin-left: 34%
  }
  .col.offset_5 {
    margin-left: 41.6666666667%
  }
  .basis .col.offset_5 {
    margin-left: 44.5%
  }
  .basis .col.offset_5:first-child {
    margin-left: 42.5%
  }
  .col.offset_6 {
    margin-left: 50%
  }
  .basis .col.offset_6 {
    margin-left: 53%
  }
  .basis .col.offset_6:first-child {
    margin-left: 51%
  }
  .col.offset_7 {
    margin-left: 58.3333333333%
  }
  .basis .col.offset_7 {
    margin-left: 61.5%
  }
  .basis .col.offset_7:first-child {
    margin-left: 59.5%
  }
  .col.offset_8 {
    margin-left: 66.6666666667%
  }
  .basis .col.offset_8 {
    margin-left: 70%
  }
  .basis .col.offset_8:first-child {
    margin-left: 68%
  }
  .col.offset_9 {
    margin-left: 75%
  }
  .basis .col.offset_9 {
    margin-left: 78.5%
  }
  .basis .col.offset_9:first-child {
    margin-left: 76.5%
  }
  .col.offset_10 {
    margin-left: 83.3333333333%
  }
  .basis .col.offset_10 {
    margin-left: 87%
  }
  .basis .col.offset_10:first-child {
    margin-left: 85%
  }
  .col.offset_11 {
    margin-left: 91.6666666667%
  }
  .basis .col.offset_11 {
    margin-left: 95.5%
  }
  .basis .col.offset_11:first-child {
    margin-left: 93.5%
  }
  .col.offset_12 {
    margin-left: 100%
  }
    :not(.reverse)>.col.break+.col {
    clear: left;
    margin-left: 0
  }
  .reverse>.col.break {
    margin-left: 0
  }
  .reverse>.col.break+.col {
    clear: right;
    margin-right: 0
  }
  .col.break~.col {
    margin-top: 2%
  }
}