.mt-22 {
  margin-top: 22px;
}

.mt-30 {
  margin-top: 30px;
}

.whiteBox {
  padding: 20px 15px 30px;
  border-radius: 10px;
  background-color: #fff;
}
.whiteBox__innerText {
  margin-top: 0;
  font-weight: 700;
}

.button-wrap[data-col-sp="1"] .mw450 {
  margin: 0 auto !important;
}

.button__label--subText {
  font-weight: 500;
  font-size: 14px;
  line-height: 19.6px;
  text-align: center;
}
.button__underText {
  font-weight: 700;
  text-align: center;
}

.newApp__button {
  margin-top: 30px;
  border-top: 1px solid #e0e0e0;
}
.newApp__button .button-wrap {
  margin-top: 25px;
}

.anc-table__cell__add {
  border-top: 1px solid #e0e0e0 !important;
}
.anc-table__cell__add span {
  font-size: 16px !important;
}

.ib-box {
  border-radius: 10px;
}
.ib-card__body {
  padding: 25px 27px;
}
.ib-card__description {
  margin-top: 20px;
  color: #333333;
  font-weight: 700;
  text-align: center;
}
.ib-card__type {
  border: 1px solid #e0e0e0;
  border-radius: 15px;
}

.step__box {
  margin-top: 1.875em;
}
.step__box--badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.25em;
  padding: 0px 15px;
  border-radius: 20px;
  background: #ff5900;
  color: #fff;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
}
.step__box--text {
  margin-top: 10px;
  margin-bottom: 0;
}

.whiteBox .button-wrap {
  margin-top: 14px;
}

.newApp__button .button-wrap {
  margin-top: 14px;
}

.login__button .card__title {
  margin-top: 0;
}

.whiteBox .card__title {
  text-align: center;
}
.whiteBox .list-wrap {
  margin-top: 0;
}

.util-badge--campaign {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  margin-top: 1.25em !important;
  padding: 0px 15px;
  border-radius: 20px;
  background: #ff5900;
  color: #fff;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}

.util-color--ore {
  color: #ff5900;
}

.box-v23__inquiry__text {
  margin: 0;
  color: #666666;
  font-size: 14px;
}

.content-v9 {
  margin-bottom: 36px;
}

.box-underline {
  padding: 25px 30px 30px 0;
  border-bottom: 1px solid #CACACA;
}
.box-underline .lead {
  margin-top: 0;
  margin-bottom: 13px;
}

@media only screen and (max-width: 768px) {
  .mt-22-sp {
    margin-top: 22px;
  }
  .heading-column {
    display: flex;
    flex-flow: row wrap;
  }
  .heading-column__item:nth-child(2) {
    order: 3;
  }
  .newApp__button .card__title {
    padding-top: 20px;
  }
  .button__underText {
    margin: 10px 0 20px;
  }
  .box-underline {
    padding: 20px 0;
  }
  .content-v9 {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .whiteBox {
    display: flex;
    justify-content: space-between;
    padding: 15px 28.5px 20px;
    border-radius: 10px;
  }
  .whiteBox .button-wrap {
    margin-top: 8px;
  }
  .button__underText {
    margin-bottom: 20px;
  }
  .login__button {
    width: 350px;
  }
  .newApp__button {
    position: relative;
    width: 350px;
    margin-top: 0;
    border-top: 0;
  }
  .newApp__button::before {
    display: block;
    position: absolute;
    top: 0;
    left: -14%;
    width: 1px;
    height: 100%;
    border-left: 1px solid #e0e0e0;
    content: "";
  }
  .ib-card__body {
    padding: 25px 21px 23px;
  }
  .ib-card__description {
    margin-top: 20px;
    font-size: 20px;
  }
  .ib-card__type {
    border-radius: 15px;
  }
  .ib-card__imgSize {
    margin: 0 auto;
    text-align: center;
  }
  .ib-card__imgSize img {
    width: auto;
    height: 100px;
  }
  .heading-column__item:nth-child(3) {
    margin-top: -26%;
  }
  .whiteBox {
    padding: 1.6em 1.8em;
  }
  .login__button .list-wrap {
    margin-top: 10px;
  }
  .whiteBox .button-wrap {
    margin-top: 10px;
  }
  .newApp__button .button-wrap {
    margin-top: 10px;
  }
  .button__underText {
    margin: 10px 0;
  }
  .card-v3-wrap {
    margin-top: 36px;
  }
}