@media screen and (max-width: 479px) {
  .contents-column .main {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.aside {
  max-width: 200px;
}
@media screen and (max-width: 479px) {
  .aside {
    max-width: 100%;
  }
}
.aside .btn-02 {
  font-size: 1.6rem;
  margin-top: 20px;
}
.aside p {
  font-size: 1.4rem;
}

.lead {
  margin-bottom: 40px;
  max-width: 720px;
}
.lead .note {
  font-size: 1.4rem;
}
.leadconfirm {
  font-size: 1.4rem;
  list-style-type: disc;
  margin-left: 1.2em;
}

.page-header {
  background: url(../header/header01.png) left top repeat-x;
  background-size: auto 100%;
}
.page-header__title {
  padding: 0;
  background: none;
}

.form .block {
  margin-bottom: 40px;
  padding: 40px 60px;
  border: solid 1px transparent;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 479px) {
  .form .block {
    padding: 30px 20px 5px;
  }
}
.form .block h4 {
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 479px) {
  .form .block h4 {
    font-size: 2rem;
  }
}
.form .block-home dl:nth-of-type(2), .form .block-office dl:nth-of-type(3) {
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 479px) {
  .form .block-home dl:nth-of-type(2), .form .block-office dl:nth-of-type(3) {
    margin-bottom: 60px;
  }
}
.form .block-home dl:nth-of-type(2)::after, .form .block-office dl:nth-of-type(3)::after {
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #CDD6DD;
  content: "\f358";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 3rem;
}
@media screen and (max-width: 479px) {
  .form .block-home dl:nth-of-type(2)::after, .form .block-office dl:nth-of-type(3)::after {
    bottom: -60px;
  }
}
.form .block-home {
  border-color: #21B15D;
}
.form .block-home h4 {
  color: #21B15D;
}
.form .block-office {
  border-color: #E08D1B;
}
.form .block-office h4 {
  color: #E08D1B;
}
.form .block-bank {
  border-color: #249FE0;
}
.form .block-bank p {
  font-size: 1.4rem;
  margin-bottom: 30px;
}
.form .block-bank h4 {
  color: #249FE0;
}

.mwform-checkbox-field {
  width: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 479px) {
  .mwform-checkbox-field {
    width: calc(50% - 20px);
  }
}
.mwform-checkbox-field:last-of-type {
  width: 100%;
}