.page-header {
  background: url(../header/registration-pc.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 479px) {
  .page-header {
    background-image: url(../header/registration-sp.jpg);
  }
}

.global-footer__wrap {
  padding-top: 20px;
}

main .main {
  max-width: 640px;
}
main .sub {
  max-width: 310px;
}

.section-01 .section__inner {
  max-width: 600px;
}

.section-02 {
  background-color: #F8F6F2;
}
@media screen and (max-width: 479px) {
  .section-02 {
    padding-bottom: 120px;
  }
}
.section-02 .main .lead {
  margin-bottom: 40px;
}
.section-02 .main .btn-03 {
  margin-bottom: 40px;
}
@media screen and (max-width: 479px) {
  .section-02 .main .btn-03 {
    margin-bottom: 80px;
  }
}
.section-02 .main .text {
  max-width: 540px;
  margin: 0 auto 80px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 479px) {
  .section-02 .main .text {
    margin-bottom: 40px;
  }
}
.section-02 .block {
  margin-bottom: 60px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 479px) {
  .section-02 .block {
    font-size: 1.4rem;
  }
}
.section-02 .block:last-of-type {
  margin-bottom: 0;
}
.section-02 .block:first-of-type {
  text-align: center;
}
.section-02 .small {
  margin-top: 15px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}
.section-02 .bank__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 479px) {
  .section-02 .bank__column {
    font-size: 1.3rem;
  }
}

.column__title {
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: solid 1px #99A3AC;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 479px) {
  .column__title {
    font-size: 1.8rem;
  }
}

.contact {
  text-align: center;
}
.contact__title {
  font-weight: bold;
  margin-bottom: 20px;
  color: #001E99;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 479px) {
  .contact__title {
    font-size: 2rem;
  }
}
.contact__tel img {
  display: block;
  width: auto;
  height: 40px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 479px) {
  .contact__tel img {
    width: 100%;
    height: auto;
  }
}