.page-template-page-transfer > .wrapper {
  background-color: #fff;
  overflow: unset;
}

.page-template-page-transfer > .wrapper .header {
  padding: 0;
}

.page-template-page-transfer > .wrapper .header img {
  filter: none;
}

.page-template-page-transfer > .wrapper .footer {
  padding-bottom: 0;
}

.page-template-page-transfer .l-qualify {
  background-color: #fff;
  color: #0c2340;
  font-size: 18px;
  padding: 25vh 0;
  text-align: center;
}

.l-transfer {
  background-color: #fff;
  color: #0c2340;
  font-size: 18px;
  padding-top: 10vh;
  padding-bottom: 25vh;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page-template-page-transfer .l-qualify {
    padding: 140px 0;
  }
}

.page-template-page-transfer .l-qualify__top h1 {
  font-family: MinervaModern-Regular;
  font-size: clamp(3.6vw, 4.6vw, 72px);
}

.l-transfer__top h1 {
  font-family: MinervaModern-Regular;
  font-size: clamp(3.6vw, 4.6vw, 72px);
}

@media screen and (max-width: 767px) {
  .page-template-page-transfer .l-qualify__top h1 {
    font-size: 48px;
    line-height: 1.1;
  }
}

.page-template-page-transfer .l-qualify__top p {
  line-height: 1.5;
  margin-top: 12px;
}

.l-transfer__top p {
  line-height: 1.5;
  margin-top: 12px;
}

.page-template-page-transfer .l-qualify__content {
  margin: 60px auto 0;
  max-width: 1092px;
  position: relative;
}

.l-transfer__content {
  margin: 60px auto 0;
  max-width: 1092px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .page-template-page-transfer .l-qualify__content {
    margin-top: 20px;
  }
}

.page-template-page-transfer .l-qualify__content:before {
  background-color: #0c2340;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
}

.l-transfer__content:before {
  background-color: #0c2340;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
}

@media screen and (max-width: 767px) {
  .page-template-page-transfer .l-qualify__content:before {
    height: 1px;
    width: calc(100% - 40px);
  }
}

.page-template-page-transfer .l-qualify__content:after {
  background-color: #fff;
  border: 1px solid #0c2340;
  border-radius: 50%;
  content: "OR";
  font-family: Gibson-Regular;
  font-size: 14px;
  height: 39px;
  left: 50%;
  letter-spacing: 0.03em;
  line-height: 2.2;
  padding: 5px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 39px;
}

.l-transfer__content:after {
  background-color: #fff;
  border: 1px solid #0c2340;
  border-radius: 50%;
  content: "OR";
  font-family: Gibson-Regular;
  font-size: 14px;
  height: 39px;
  left: 50%;
  letter-spacing: 0.03em;
  line-height: 2.2;
  padding: 5px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 39px;
}

.page-template-page-transfer .l-qualify__choice {
  width: 46%;
}

.l-transfer__choice {
  width: 46%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-transfer {
    padding: 140px 0;
  }

  .l-transfer__top h1 {
    font-size: 48px;
    line-height: 1.1;
  }

  .l-transfer__content {
    margin-top: 20px;
    flex-direction: column;
  }

  .l-transfer__content:before {
    height: 1px;
    width: calc(100% - 40px);
  }

  .l-transfer__choice {
    width: 100%;
  }

  .l-transfer__choice:first-child {
    margin-bottom: 60px;
  }

  .l-transfer__choice:last-child {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .page-template-page-transfer .l-qualify__choice {
    width: 100%;
  }

  .page-template-page-transfer .l-qualify__choice:first-child {
    margin-bottom: 60px;
  }

  .page-template-page-transfer .l-qualify__choice:last-child {
    margin-top: 60px;
  }
}

.page-template-page-transfer .l-qualify__choice a {
  background-color: #0c2340;
  display: block;
  margin: 20px auto 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: background-color 0.3s ease-in-out;
  width: -moz-max-content;
  width: max-content;
}

.l-transfer__choice a {
  background-color: #0c2340;
  display: block;
  margin: 20px auto 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: background-color 0.3s ease-in-out;
  width: -moz-max-content;
  width: max-content;
}

.l-transfer__choice .button {
  min-width: 190px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.page-template-page-transfer .l-qualify__choice h3 {
  font-family: Gibson-Regular;
  font-size: 16px;
  font-weight: 400;
}

.l-transfer__choice h3 {
  font-family: Gibson-Regular;
  font-size: 24px;
  font-weight: 400;
}

.page-template-page-transfer .l-qualify__choice p {
  line-height: 1.2;
  margin-top: 5px;
}

.l-transfer__choice p {
  line-height: 1.2;
  margin-top: 5px;
}
