/* Scss Document */
.request-form .title-l {
  margin-bottom: 1.5em;
}
.request-form em {
  color: #e51c24;
}
.request-head {
  margin-bottom: 2em;
  padding: 0.75em;
  color: #fff;
  background: #163b70;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.request-head h2 {
  line-height: 1;
}
.request-head .period {
  margin-top: 0.5em;
  padding: 0.25em 1em;
  border-radius: 2em;
  display: inline-block;
  color: #163b70;
  background: #fff;
}
.request-list .column-item {
  padding: 20px;
  text-align: center;
}
.request-list .column-item h3 {
  margin-bottom: 1em;
  padding-left: 2em;
  line-height: 1.3;
  position: relative;
  text-align: left;
}
.request-list .column-item h3 .num {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2em;
  width: 1.25em;
  height: 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #163b70;
  font-weight: bold;
  line-height: 1;
}
.request-list .column-item figure {
  text-align: center;
}
.request-list .column-item .target {
  margin: 1em 0;
  padding: 0.25em 0.5em;
  display: inline-block;
  color: #fff;
  background: #E95A24;
  font-size: 1.8rem;
  font-weight: bold;
}
.request-list .column-item p {
  text-align: left;
}

.caution-wrapper {
  margin-top: 2em;
  background: #f5f5f5;
  font-size: 1.4rem;
}
.caution-wrapper h3 {
  color: #163b70;
}

.form-btn-outer.not-member {
  margin-top: 1.5em;
}
.form-btn-outer.not-member .form-btn-item {
  background: #E2E2E2;
}

@media only screen and (min-width: 601px) {
  .request-head h2 {
    font-size: 3rem;
  }
  .request-head .period {
    font-size: 1.8rem;
  }
  .request-list .column-item {
    padding: 20px;
  }
  .request-list .column-item h3 .num {
    font-size: 2.4rem;
  }
  .request-list li {
    width: 50%;
  }
  .caution-wrapper {
    padding: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .request-head {
    margin-bottom: 1em;
  }
  .request-head h2 {
    font-size: 2rem;
  }
  .request-head .period {
    font-size: 1.4rem;
  }
  .request-list .column-item {
    padding: 5vw;
  }
  .caution-wrapper {
    padding: 5vw;
  }
}