/* Scss Document */
.request-Section .inner {
  padding-top: 5rem;
  padding-bottom: 12.5rem;
}
.request-Section .ttl {
  text-align: center;
  color: #47C76F;
  font-weight: 500;
  font-size: 2.4rem;
  position: relative;
  padding-top: 4rem;
  margin-bottom: 2rem;
}
.request-Section .ttl::before {
  transition: 0.3s;
  content: "";
  background: url(../images/ico_mail.svg) no-repeat;
  background-size: 3.7rem;
  width: 3.7rem;
  height: 2.6rem;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.request-Section .ttl2 {
  text-align: center;
  color: #47C76F;
  font-weight: 500;
  font-size: 1.85rem;
  position: relative;
  margin-bottom: 1rem;
}
.request-Section .txt {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.request-Section .txt br.pc {
  display: none;
}
.request-Section .wap {
  margin-bottom: 3rem;
}
.request-Section .unit {
  width: 31.25rem;
  height: 13.35rem;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  -webkit-flex-pack: center;
  justify-content: center;
  align-items: center;
  border-radius: 3rem;
}
.request-Section .unit.s1 {
  background: #FFDECF;
}
.request-Section .unit.s2 {
  background: #F3E8AF;
}
.request-Section .unit.s3 {
  background: #CEEEC0;
}
.request-Section .unit h2 {
  font-size: 1.5rem;
  text-align: center;
}
.request-Section .unit h2 br.pc {
  display: none;
}
.request-Section .unit .btn {
  width: 21rem;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1.65rem;
  position: relative;
}
.request-Section .unit .btn a {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #fff;
  background: #44C269;
  border-radius: 2rem;
  display: block;
  box-shadow: 13px 13px 0px -8px rgba(0, 0, 0, 0.15);
}
.request-Section .unit .btn a::before {
  content: "";
  background: url(../images/ico_btn2.svg) no-repeat;
  background-size: 1.65rem;
  width: 1.65rem;
  height: 1.15rem;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
  position: absolute;
}
.request-Section .tel-unit {
  background: #FAF7EC;
  border-radius: 3rem;
  width: 31.25rem;
  height: 13rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  -webkit-flex-pack: center;
  justify-content: center;
  align-items: center;
}
.request-Section .tel-txt1 {
  width: 20rem;
  margin-bottom: 1rem;
}
.request-Section .tel-txt2 {
  font-size: 1.05rem;
}
.request-Section .tel {
  text-align: center;
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
  color: #47C76F;
  font-weight: 700;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  position: relative;
  padding-left: 3.5rem;
}
.request-Section .tel::before {
  content: "";
  background: url(../images/request/ico_tel.svg) no-repeat;
  background-size: 2.85rem;
  width: 2.85rem;
  height: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
}

@media only screen and (min-width: 48em) {
  .request-Section {
    background: #CAEC87;
    padding-bottom: 12.5rem;
  }
  .request-Section .inner {
    background: #fff;
    width: 59rem;
    padding-top: 5rem;
    padding-bottom: 6rem;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    border-radius: 2rem;
  }
  .request-Section .ttl {
    text-align: center;
    color: #47C76F;
    font-weight: 500;
    font-size: 1.75rem;
    position: relative;
  }
  .request-Section .ttl::before {
    background-size: 2.6rem;
    width: 2.6rem;
    height: 1.8rem;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
  }
  .request-Section .ttl2 {
    font-size: 1.75rem;
    position: relative;
    margin-bottom: 1rem;
  }
  .request-Section .txt {
    font-size: 0.9rem;
    margin-bottom: 4.5rem;
    text-align: center;
  }
  .request-Section .txt br.pc {
    display: block;
  }
  .request-Section .wap {
    margin-bottom: 3rem;
    display: flex;
    -webkit-flex-pack: justify;
    justify-content: space-between;
  }
  .request-Section .unit {
    width: 15.55rem;
    height: 12.75rem;
    margin-bottom: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border-radius: 2.5rem;
  }
  .request-Section .unit h2 {
    font-size: 1.1rem;
    font-weight: 500;
    text-align: center;
    margin-top: auto;
  }
  .request-Section .unit h2 br.pc {
    display: block;
  }
  .request-Section .unit h2 br.sp {
    display: none;
  }
  .request-Section .unit .btn {
    width: 12.7rem;
    margin-top: 1.5rem;
    font-size: 0.85rem;
    margin-top: auto;
  }
  .request-Section .unit .btn a {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    color: #fff;
    background: #44C269;
    border-radius: 2rem;
    display: block;
    transition: 0.3s;
    box-shadow: 13px 13px 0px -5px rgba(0, 0, 0, 0.15);
  }
  .request-Section .unit .btn a::before {
    background-size: 0.8rem;
    width: 0.8rem;
    height: 0.55rem;
    right: 1.5rem;
  }
  .request-Section .unit .btn a:hover {
    background: #18A546;
  }
  .request-Section .tel-unit {
    background: #FAF7EC;
    border-radius: 3rem;
    width: 45rem;
    height: 13.25rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    -webkit-flex-pack: center;
    justify-content: center;
    align-items: center;
  }
  .request-Section .tel-txt1 {
    width: 17.3rem;
    margin-bottom: 1rem;
  }
  .request-Section .tel-txt2 {
    font-size: 0.9rem;
  }
  .request-Section .tel {
    font-size: 2.85rem;
    letter-spacing: 0;
    padding-left: 3.5rem;
  }
  .request-Section .tel::before {
    content: "";
    background: url(../images/request/ico_tel.svg) no-repeat;
    background-size: 2.85rem;
    width: 2.85rem;
    height: 2.5rem;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
  }
}
/*reform
---------------------------------------------------------------------------*/
.reform-Section .inner {
  padding-top: 5rem;
  padding-bottom: 12.5rem;
}
.reform-Section .ttl {
  text-align: center;
  color: #47C76F;
  font-weight: 500;
  font-size: 2.4rem;
  position: relative;
  padding-top: 4rem;
  margin-bottom: 2rem;
}
.reform-Section .ttl::before {
  transition: 0.3s;
  content: "";
  background: url(../images/ico_mail.svg) no-repeat;
  background-size: 3.7rem;
  width: 3.7rem;
  height: 2.6rem;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.reform-Section .txt {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.reform-Section .txt br.pc {
  display: none;
}
.reform-Section .table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
}
.reform-Section .table th, .reform-Section .table td {
  text-align: left;
  display: block;
  width: 100%;
}
.reform-Section .table th {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
.reform-Section .table th .mast {
  color: #FF7C00;
  margin-left: 0.5rem;
}
.reform-Section .table td {
  padding-bottom: 1rem;
}
.reform-Section .table td p {
  color: #999597;
}
.reform-Section .table input[type=email], .reform-Section .table input[type=text] {
  background: #FAF7EC;
  font-size: 16px;
  border-radius: 0.5rem;
 /*width: 100%;*/
  height: 4rem;
}
.reform-Section .table .mwform-radio-field {
  margin-right: 4rem;
}
.reform-Section .table .mwform-radio-field label {
  position: relative;
  padding-left: 2.25rem;
}
.reform-Section .table input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  left: 0;
  top: 0.3rem;
  font-size: 16px;
}
.reform-Section .table input[type=radio]::before {
  content: "";
  display: block;
  border: 2px solid #9D9A9C;
  width: 1.65rem;
  height: 1.65rem;
}
.reform-Section .table input[type=radio]:checked::after {
  content: "";
  position: absolute;
  left: 0.25rem;
  top: 0.25rem;
  display: block;
  width: 1.15rem;
  height: 1.15rem;
  background-color: #9D9A9C;
}
.reform-Section .table .flbox {
  display: flex;
}
.reform-Section .table .mwform-checkbox-field {
  line-height: 1;
}
.reform-Section .table .mwform-checkbox-field label {
  width: 100%;
  margin-bottom: 0;
  display: block;
  position: relative;
  padding-left: 2.25rem;
}
.reform-Section .table .wpcf7-checkbox .wpcf7-list-item {
  font-size: 0.9rem;
  width: 100%;
  margin-bottom: 0.5rem;
  display: block;
  position: relative;
  padding-left: 2.25rem;
}
.reform-Section .table input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  left: 0;
  top: 0.3rem;
  font-size: 16px;
}
.reform-Section .table input[type=checkbox]::before {
  content: "";
  display: block;
  border: 2px solid #9D9A9C;
  width: 1.65rem;
  height: 1.65rem;
  margin-top: -0.05rem;
}
.reform-Section .table input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 0.25rem;
  top: 0.25rem;
  display: block;
  width: 1.15rem;
  height: 1.15rem;
  background-color: #9D9A9C;
  margin-top: -0.25rem;
}
.reform-Section .table textarea {
  background: #FAF7EC;
  font-size: 16px;
  border-radius: 0.5rem;
  width: 100%;
  height: 8rem;
}
.reform-Section .table select {
  font-size: 16px;
  border: 1px solid #9D9A9C;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 3.5rem;
}
.reform-Section .wpcf7-form-control-wrap[data-name=your-sex] .wpcf7-form-control {
  display: flex;
}
.reform-Section .wpcf7-form-control-wrap[data-name=your-sex] .wpcf7-list-item {
  font-size: 16px;
  padding-left: 3.5rem;
}
.reform-Section .wpcf7-form-control-wrap[data-name=your-sex] input[type=checkbox] {
  top: 0.5rem;
}
.reform-Section .wpcf7-form-control-wrap[data-name=your-sex] input[type=checkbox]::before {
  content: "";
  display: block;
  border: 2px solid #9D9A9C;
  width: 2rem;
  height: 2rem;
}
.reform-Section .wpcf7-form-control-wrap[data-name=your-sex] input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 0.3rem;
  top: 0.5rem;
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #9D9A9C;
}
.reform-Section .wpcf7-form-control-wrap[data-name=your-check] .wpcf7-list-item {
  font-size: 16px;
  padding-left: 3.5rem;
  margin-top: 2rem;
}
.reform-Section .wpcf7-form-control-wrap[data-name=your-check] input[type=checkbox] {
  top: 0.5rem;
}
.reform-Section .wpcf7-form-control-wrap[data-name=your-check] input[type=checkbox]::before {
  content: "";
  display: block;
  border: 2px solid #9D9A9C;
  width: 2rem;
  height: 2rem;
}
.reform-Section .wpcf7-form-control-wrap[data-name=your-check] input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 0.3rem;
  top: 0.5rem;
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #9D9A9C;
}
.reform-Section .wpcf7-form-control-wrap[data-name=your-pr] .wpcf7-list-item {
  font-size: 16px;
  padding-left: 3.5rem;
  margin-top: 2rem;
}
.reform-Section .wpcf7-form-control-wrap[data-name=your-pr] input[type=checkbox] {
  top: 0.5rem;
}
.reform-Section .wpcf7-form-control-wrap[data-name=your-pr] input[type=checkbox]::before {
  content: "";
  display: block;
  border: 2px solid #9D9A9C;
  width: 2rem;
  height: 2rem;
}
.reform-Section .wpcf7-form-control-wrap[data-name=your-pr] input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 0.3rem;
  top: 0.3rem;
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #9D9A9C;
}
.reform-Section .privacy-chack {
  width: 3rem;
  height: 3rem;
  overflow: hidden;
}
.reform-Section .privacy-txt {
  font-size: 1.5rem;
  display: flex;
  -webkit-flex-pack: center;
  justify-content: center;
}
.reform-Section .privacy-txt a {
  text-decoration: underline;
}
.reform-Section .privacy-txt .mwform-checkbox-field-text {
  color: transparent;
}
.reform-Section .privacy-txt .mwform-checkbox-field label {
  width: 100%;
  margin-bottom: 1.15rem;
  display: block;
  position: relative;
  padding-left: 2.25rem;
}
.reform-Section .privacy-txt input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  left: 0;
  top: 0.3rem;
  font-size: 16px;
}
.reform-Section .privacy-txt input[type=checkbox]::before {
  content: "";
  display: block;
  border: 2px solid #9D9A9C;
  width: 1.65rem;
  height: 1.65rem;
}
.reform-Section .privacy-txt input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 0.25rem;
  top: 0.25rem;
  display: block;
  width: 1.15rem;
  height: 1.15rem;
  background-color: #9D9A9C;
}
.reform-Section .privacy-txtcontact {
  font-size: 1.5rem;
  text-align: center;
}
.reform-Section .privacy-txtcontact a {
  text-decoration: underline;
}
.reform-Section .privacy-txtcontact .txt {
  margin-top: 1.5rem;
}
.reform-Section .privacy-txtcontact .mwform-checkbox-field-text {
  color: transparent;
}
.reform-Section .privacy-txtcontact .mwform-checkbox-field label {
  width: 100%;
  margin-bottom: 1.15rem;
  display: block;
  position: relative;
  padding-left: 2.25rem;
}
.reform-Section .privacy-txtcontact input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  left: 0;
  top: 0.3rem;
  font-size: 16px;
}
.reform-Section .privacy-txtcontact input[type=checkbox]::before {
  content: "";
  display: block;
  border: 2px solid #9D9A9C;
  width: 1.65rem;
  height: 1.65rem;
}
.reform-Section .privacy-txtcontact input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 0.25rem;
  top: 0.25rem;
  display: block;
  width: 1.15rem;
  height: 1.15rem;
  background-color: #9D9A9C;
}
.reform-Section .submit-area {
  text-align: center;
}
.reform-Section .submit-area button {
  background: #47C76F;
  border-radius: 3rem;
  width: 30.5rem;
  height: 4.65rem;
  color: #fff;
  font-size: 1.55rem;
  margin-top: 0.75rem;
}
.reform-Section .submit-area button[name=submitBack] {
  background: #ccc;
  color: #000;
}
.reform-Section .submit-area input {
  background: #47C76F;
  border-radius: 3rem;
  width: 30.5rem;
  height: 4.65rem;
  color: #fff;
  font-size: 1.55rem;
  margin-top: 0.75rem;
}

@media only screen and (min-width: 48em) {
  .reform-Section {
    background: #CAEC87;
    padding-bottom: 12.5rem;
  }
  .reform-Section .inner {
    background: #fff;
    width: 59rem;
    padding-top: 5rem;
    padding-bottom: 6rem;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    border-radius: 2rem;
  }
  .reform-Section .ttl {
    text-align: center;
    color: #47C76F;
    font-weight: 500;
    font-size: 1.75rem;
    position: relative;
  }
  .reform-Section .ttl::before {
    background-size: 2.6rem;
    width: 2.6rem;
    height: 1.8rem;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
  }
  .reform-Section .ttl br {
    display: none;
  }
  .reform-Section .txt {
    font-size: 0.9rem;
    margin-bottom: 4.5rem;
    text-align: center;
  }
  .reform-Section .txt br.pc {
    display: block;
  }
  .reform-Section .table {
    width: 45rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.85rem;
    border-bottom: #ededed 2px solid;
    margin-top: 3.5rem;
  }
  .reform-Section .table th, .reform-Section .table td {
    text-align: left;
    vertical-align: top;
    display: table-cell;
    width: auto;
  }
  .reform-Section .table th {
    width: 13.5rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  .reform-Section .table th .mast {
    margin-left: 0.1rem;
    font-size: 0.65rem;
  }
  .reform-Section .table td {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  .reform-Section .table td p {
    font-size: 0.65rem;
  }
  .reform-Section .table td p br {
    display: none;
  }
  .reform-Section .table input[type=email], .reform-Section .table input[type=text] {
    font-size: 0.85rem;
    height: 2.25rem;
  }
  .reform-Section .table .mwform-radio-field {
    margin-right: 2.25rem;
  }
  .reform-Section .table .mwform-radio-field label {
    position: relative;
    padding-left: 1.5rem;
  }
  .reform-Section .table input[type=radio] {
    left: 0;
    top: 0.15rem;
    font-size: 0.85rem;
  }
  .reform-Section .table input[type=radio]::before {
    width: 1rem;
    height: 1rem;
  }
  .reform-Section .table input[type=radio]:checked::after {
    left: 0.2rem;
    top: 0.2rem;
    width: 0.6rem;
    height: 0.6rem;
  }
  .reform-Section .table .mwform-checkbox-field label {
    padding-left: 1.5rem;
  }
  .reform-Section .table input[type=checkbox] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: absolute;
    left: 0;
    top: 0.3rem;
    font-size: 0.85rem;
  }
  .reform-Section .table input[type=checkbox]::before {
    width: 1rem;
    height: 1rem;
  }
  .reform-Section .table input[type=checkbox]:checked::after {
    left: 0.2rem;
    top: 0.2rem;
    width: 0.6rem;
    height: 0.6rem;
  }
  .reform-Section .table textarea {
    font-size: 0.85rem;
    border-radius: 0.5rem;
    height: 8rem;
  }
  .reform-Section .table select {
    font-size: 0.85rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    height: 2.25rem;
  }
  .reform-Section .wpcf7-form-control-wrap[data-name=your-sex] .wpcf7-list-item {
    font-size: 0.85rem;
    padding-left: 1.75rem;
  }
  .reform-Section .wpcf7-form-control-wrap[data-name=your-sex] input[type=checkbox] {
    top: 0.25rem;
  }
  .reform-Section .wpcf7-form-control-wrap[data-name=your-sex] input[type=checkbox]::before {
    width: 1rem;
    height: 1rem;
  }
  .reform-Section .wpcf7-form-control-wrap[data-name=your-sex] input[type=checkbox]:checked::after {
    left: 0.2rem;
    top: 0.4rem;
    width: 0.65rem;
    height: 0.65rem;
  }
  .reform-Section .wpcf7-form-control-wrap[data-name=your-check] .wpcf7-list-item {
    font-size: 0.85rem;
    padding-left: 1.75rem;
    margin-top: 1rem;
  }
  .reform-Section .wpcf7-form-control-wrap[data-name=your-check] input[type=checkbox] {
    top: 0.25rem;
  }
  .reform-Section .wpcf7-form-control-wrap[data-name=your-check] input[type=checkbox]::before {
    width: 1rem;
    height: 1rem;
  }
  .reform-Section .wpcf7-form-control-wrap[data-name=your-check] input[type=checkbox]:checked::after {
    left: 0.2rem;
    top: 0.4rem;
    width: 0.65rem;
    height: 0.65rem;
  }
  .reform-Section .wpcf7-form-control-wrap[data-name=your-pr] .wpcf7-list-item {
    font-size: 0.85rem;
    padding-left: 1.75rem;
  }
  .reform-Section .wpcf7-form-control-wrap[data-name=your-pr] input[type=checkbox] {
    top: 0.05rem;
  }
  .reform-Section .wpcf7-form-control-wrap[data-name=your-pr] input[type=checkbox]::before {
    width: 1rem;
    height: 1rem;
  }
  .reform-Section .wpcf7-form-control-wrap[data-name=your-pr] input[type=checkbox]:checked::after {
    left: 0.2rem;
    top: 0.15rem;
    width: 0.65rem;
    height: 0.65rem;
  }
  .reform-Section .privacy-chack {
    width: 2rem;
    height: 2rem;
    overflow: hidden;
  }
  .reform-Section .privacy-txt {
    font-size: 0.75rem;
  }
  .reform-Section .privacy-txt .mwform-checkbox-field label {
    padding-left: 1.5rem;
  }
  .reform-Section .privacy-txt input[type=checkbox] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: absolute;
    left: 0;
    top: 0.1rem;
    font-size: 16px;
  }
  .reform-Section .privacy-txt input[type=checkbox]::before {
    width: 1rem;
    height: 1rem;
  }
  .reform-Section .privacy-txt input[type=checkbox]:checked::after {
    left: 0.2rem;
    top: 0.2rem;
    width: 0.6rem;
    height: 0.6rem;
  }
  .reform-Section .privacy-txtcontact {
    font-size: 0.75rem;
    text-align: center;
  }
  .reform-Section .privacy-txtcontact .mwform-checkbox-field label {
    padding-left: 1.5rem;
  }
  .reform-Section .privacy-txtcontact .txt {
    margin-top: 1.5rem;
  }
  .reform-Section .privacy-txtcontact .txt br {
    display: none;
  }
  .reform-Section .privacy-txtcontact input[type=checkbox] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: absolute;
    left: 0;
    top: 0.1rem;
    font-size: 16px;
  }
  .reform-Section .privacy-txtcontact input[type=checkbox]::before {
    width: 1rem;
    height: 1rem;
  }
  .reform-Section .privacy-txtcontact input[type=checkbox]:checked::after {
    left: 0.2rem;
    top: 0.2rem;
    width: 0.6rem;
    height: 0.6rem;
  }
  .reform-Section .submit-area button {
    border-radius: 3rem;
    width: 17.95rem;
    height: 2.75rem;
    color: #fff;
    font-size: 0.9rem;
  }
}/*# sourceMappingURL=request.css.map */