@charset "UTF-8";
/* ================================================== *
 *
 *    旧businessページ用
 *
 * ================================================== */

.column_wrap {
  padding-bottom: 60px;
}
 @media (max-width: 767px) {
  .column_wrap {
    padding-bottom: 40px;
  }
}

.headingH3 {
  padding-top: 20px;
  margin-bottom: 30px;
  border-top: 3px #dcdcdc solid;
}
@media screen and (max-width: 767px) {
  .headingH3 {
    padding-top: 15px;
    margin-bottom: 20px;
  }
}
.headingH3 h2 {
  font-size: 26px;
  font-size: 1.625rem;
  padding: 0 0 0 22px;
  border-left-color: #004697;
  border-left: 5px #004697 solid;
  font-weight: bold;
}
@media (max-width: 767px) {
  .headingH3 h2 {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 3px 0 3px 15px;
  }
}
@media screen and (min-width: 768px) {
  .grid01-pc {
    display: flex;
    flex-wrap: wrap;
  }
  .grid01-pc.is-reverse-pc {
    flex-direction: row-reverse;
  }
  .grid01-pc.is-center-pc {
    justify-content: center;
  }
  .grid01-pc.is-vCenter-pc {
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .is-col3-pc .grid01_unit.is-col1 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .is-col3-pc .grid01_unit.is-col2 {
    width: 66.6666666667%;
  }
}

@media screen and (min-width: 768px) {
  .is-col4-pc .grid01_unit.is-col1 {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .is-col4-pc .grid01_unit.is-col2 {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .is-col3-pc > .grid01_unit {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .is-gutter40-pc {
    margin-right: -20px;
    margin-left: -20px;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .is-gutter40-pc > .grid01_unit {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 768px) {
  .u-fs16-pc {
      font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .u-fs14-sp {
      font-size: 14px;
  }
}

