.mt-46 {
  margin-top: 20px;
}

.fz-28 {
  font-size: 2.8rem;
}

@media print, screen and (min-width: 769px) {
  .mt-46 {
    margin-top: 2.875em;
  }
}
.mt-merit {
  margin-top: 6.5em;
}

.content-v2__body--sup {
  padding-right: 0;
  padding-left: 0;
}
.content-v2__image {
  text-align: center;
}

@media print, screen and (max-width: 768px) {
  .content-v2__body--sup {
    margin: 0 auto;
  }
  .content-v2__body--sup .heading2 {
    margin-top: 26px;
  }
}
.anc-table__cell__add:first-child {
  border-top: 1px solid #e0e0e0 !important;
}
.anc-table__cell__add span {
  font-size: 16px !important;
}

.apply__box--head {
  margin-bottom: 0;
  padding: 20px 7px 0 !important;
}
.apply__box .box__head {
  margin-bottom: 1.5em;
  padding-right: 0.8em;
  padding-left: 0.8em;
}
.apply__box--title {
  margin-top: 11px;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
}
.apply__box--subtitle {
  color: #00a469;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}
.apply__box--subtitle--shape {
  position: relative;
}
.apply__box--subtitle--shape::before, .apply__box--subtitle--shape::after {
  display: inline-block;
  position: absolute;
  top: -3px;
  left: -30px;
  width: 25px;
  height: 19px;
  background: url(/kojin/apply/images/top_il03.png) no-repeat;
  background-size: contain;
  content: "";
}
.apply__box--subtitle--shape::after {
  right: -30px;
  left: auto;
  transform: scale(-1, 1);
}
.apply__box--body {
  display: flex;
  justify-content: center;
  padding: 11px 15px 20px;
}
.apply__box--body--top {
  padding-right: 0;
  padding-left: 0;
}
.apply__box--app {
  display: flex;
  align-items: flex-end;
}
.apply__box--app:nth-child(1) {
  margin-right: 15px;
}
.apply__box--app p {
  margin: 0 auto 0.375em;
  text-align: center;
}
.apply__box--app .apply__box--GPCont img, .apply__box--app .apply__box--AppCont img {
  width: auto;
  height: 48px;
}
.apply__box--appQR {
  width: 6.5625em;
  margin-left: 15px;
}
.apply--link__text {
  margin-top: 22px;
  font-weight: 700;
}
.apply__card {
  padding-left: 0;
  list-style: none;
}
.apply__card p {
  margin-bottom: 5.6px;
  text-align: center;
}
.apply__card li {
  position: relative;
  width: 271px;
  margin: 0 auto;
}
.apply__card li:nth-child(n+2) {
  margin-top: 0;
}
.apply__card li:nth-child(n+2)::before {
  display: inline-block;
  position: absolute;
  top: -15%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ff5900;
  content: "OR";
  color: #fff;
  line-height: 2;
  text-align: center;
}
.apply__list--wrap {
  margin-top: 40px !important;
}
.apply__merit--list {
  padding: 0;
  list-style: none;
}
.apply__merit--list li {
  padding-bottom: 20px;
  border-bottom: 1px solid #cacaca;
}
.apply__merit--list li span {
  display: block;
  width: 175px;
  margin: 11px auto 0;
}
.apply__merit--list li:nth-child(n+2) {
  padding-top: 30px;
}
.apply__merit--lead {
  color: #01a369;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
}
.apply__merit--text {
  margin-top: 13px;
  margin-bottom: 0;
}

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

.queList {
  padding-left: 0;
}
.queList li {
  display: flex;
}
.queList li:not(:first-child) {
  margin-top: 1em;
}
.queList li span {
  display: inline-block;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  background-color: #ecf9f6;
  color: #00a469;
  text-align: center;
}

@media print, screen and (max-width: 768px) {
  .figure-wrap.util-pc-hidden {
    justify-content: center;
  }
  .anc-table__cell__add:not(:first-child) {
    border-top: none !important;
  }
  .apply__card li:nth-child(n+2) {
    margin-top: 52.4px;
  }
  .step__box--cont:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .anc-table__cell__add {
    border-top: 1px solid #e0e0e0 !important;
  }
  .anc-table__cell__add span {
    font-size: 16px !important;
  }
  .apply__box {
    padding: 32px 31px 22px;
  }
  .apply__box .box__head {
    margin-bottom: 1.5em;
    padding-top: 0;
  }
  .apply__box--title {
    font-size: 1.375em;
  }
  .apply__box--subtitle {
    font-size: 1em;
  }
  .apply__box--subtitle--shape::before, .apply__box--subtitle--shape::after {
    top: 5%;
    left: -16%;
    width: 25px;
    height: 19px;
  }
  .apply__box--subtitle--shape::after {
    right: auto;
    left: 103.5%;
  }
  .apply__box--body {
    justify-content: space-between;
    padding: 1.8125em 5.59375em 2em;
  }
  .apply__box--body--top {
    justify-content: flex-start;
    padding-right: 0;
    padding-left: 0;
  }
  .apply__box--body--top .apply__box--app {
    margin-right: 0.875em;
  }
  .apply__box--app p {
    text-align: left;
  }
  .apply__box--app .apply__box--AppCont img, .apply__box--app .apply__box--GPCont img {
    height: 75px;
  }
  .apply__box--appQR {
    width: 6.5625em;
    margin-left: 15px;
  }
  .apply__card {
    display: flex;
    padding-left: 69px;
    list-style: none;
  }
  .apply__card p {
    margin-top: 0;
    margin-bottom: 1.4375em;
    text-align: center;
  }
  .apply__card li {
    position: relative;
    width: 228px;
    margin: 0 45px 0 0;
    margin-right: 45px;
  }
  .apply__card li:nth-child(n+2)::before {
    display: inline-block;
    position: absolute;
    top: 64%;
    left: -10%;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #ff5900;
    content: "OR";
    color: #fff;
    line-height: 2.8;
    text-align: center;
  }
  .apply__list--wrap {
    margin-top: 2em !important;
  }
  .apply__merit--list li {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
  }
  .apply__merit--list li span {
    display: inline-block;
    flex-shrink: 0;
    width: 119px;
  }
  .apply__merit--list li:nth-child(n+2) {
    padding-top: 35px;
  }
  .apply__merit--cont {
    margin-left: 30px;
  }
  .apply__merit--lead {
    color: #01a369;
    font-weight: 700;
    font-size: 1.374em;
    text-align: left;
  }
  .apply__merit--text {
    margin-top: 13px;
  }
  .accordion .apply__card {
    padding-left: 0;
  }
  .step__box {
    display: flex;
    justify-content: space-between;
    margin-top: 1.875em;
  }
  .step__box--cont {
    width: 17.5em;
  }
  .step__box--text {
    margin-top: 0.9375em;
    margin-bottom: 0;
  }
  .step__box .cap__list--text {
    color: #666;
  }
}