@charset "UTF-8";
@media only screen and (max-width: 576px) {
  /* $small-breakpointで指定された幅以上のデバイスに適用されるスタイル */
}
@media only screen and (max-width: 767px) {
  /* $medium-breakpointで指定された幅以上のデバイスに適用されるスタイル */
}
@media only screen and (max-width: 992px) {
  /* $large-breakpointで指定された幅以上のデバイスに適用されるスタイル */
}
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin: 0;
}

.container {
  max-width: 1000px;
  padding-bottom: 150px;
  margin: auto;
}
@media only screen and (max-width: 576px) {
  .container {
    max-width: 95%;
  }
}

.l-Form {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(14.5%, #f2f6e1), color-stop(14.5%, #fff));
  background: linear-gradient(to bottom, #f2f6e1 14.5%, #fff 14.5%);
}
.l-Form.\--isConfirm {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25.5%, #f2f6e1), color-stop(25.5%, #fff));
  background: linear-gradient(to bottom, #f2f6e1 25.5%, #fff 25.5%);
}
@media only screen and (max-width: 992px) {
  .l-Form.\--isConfirm {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(24.5%, #f2f6e1), color-stop(24.5%, #fff));
    background: linear-gradient(to bottom, #f2f6e1 24.5%, #fff 24.5%);
  }
}

.l-Form__Logo {
  text-align: right;
  width: 90%;
  padding: 55px 0 0;
}
.l-Form__Logo img {
  max-width: calc(14rem - 9px);
  height: auto;
}
@media only screen and (max-width: 576px) {
  .l-Form__Logo img {
    max-width: 40%;
  }
}
@media only screen and (max-width: 576px) {
  .l-Form__Logo {
    text-align: center;
    width: 100%;
    padding: 35px 0 0;
  }
}

.l-Form__Headline {
  text-align: center;
}
.l-Form__Headline img {
  max-width: calc(24rem - 15px);
  height: auto;
}
@media only screen and (max-width: 576px) {
  .l-Form__Headline img {
    max-width: 95%;
    margin-top: 35px;
  }
}
.l-Form__Headline img.questionnaire {
  max-width: calc(36rem - 7px);
  height: auto;
  padding-top: 65px;
}
@media only screen and (max-width: 576px) {
  .l-Form__Headline img.questionnaire {
    max-width: 95%;
    margin-top: 0;
  }
}
.l-Form__Headline.\--isSimulation {
  position: relative;
  margin-top: -60px;
  margin-bottom: 110px;
}
.l-Form__Headline.\--isSimulation img {
  max-width: 743px;
  height: auto;
}
.l-Form__Headline.\--isSimulation::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 49px solid transparent;
  border-left: 49px solid transparent;
  border-top: 49px solid #4dac3c;
  border-bottom: 0;
  bottom: -30%;
  left: 0px;
  right: 0px;
  margin: auto;
}
.l-Form__Headline p {
  font-size: 20px;
  color: #464646;
  font-weight: 700;
}
.l-Form__Headline p br {
  display: none;
}
@media only screen and (max-width: 576px) {
  .l-Form__Headline p br {
    display: block;
  }
}

.l-Form__Contents {
  padding-top: 40px;
}
@media only screen and (max-width: 576px) {
  .l-Form__Contents {
    padding-top: 30px;
  }
}
.l-Form__Contents form {
  background: #fff;
  border: 4px solid #4dac3c;
  border-radius: 15px;
  padding: 35px 0;
}
.l-Form__Contents form table {
  width: 840px;
  margin: auto;
}
@media only screen and (max-width: 992px) {
  .l-Form__Contents form table {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .l-Form__Contents form table {
    width: 95%;
  }
}
@media only screen and (max-width: 992px) {
  .l-Form__Contents form td:nth-child(2) {
    width: 75%;
  }
}
@media only screen and (max-width: 576px) {
  .l-Form__Contents form td:nth-child(2) {
    width: 90%;
  }
}
.l-Form__Contents form tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
  border-bottom: 2px solid #4dac3c;
}
.l-Form__Contents form tr.\--isCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-Form__Contents form tr:last-child {
  border-bottom: none;
}
.l-Form__Contents form tr.isColumn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 992px) {
  .l-Form__Contents form tr.isColumn {
    padding: 25px;
  }
}
@media only screen and (max-width: 576px) {
  .l-Form__Contents form tr.isColumn.\--isSP {
    padding: 25px 0;
  }
  .l-Form__Contents form tr.isColumn.\--isSP td {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .l-Form__Contents form tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-Form__Contents form label {
  margin-bottom: 5px;
  font-weight: 700;
}
@media only screen and (max-width: 576px) {
  .l-Form__Contents form label {
    font-size: 16px;
  }
}
.l-Form__Contents form input,
.l-Form__Contents form select {
  position: relative;
  background: #f5f5f5;
  border: 1px solid #000;
  width: 583px;
  height: 36px;
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-Form__Contents form input.\--isAlert,
.l-Form__Contents form select.\--isAlert {
  background: rgb(253, 196, 196);
}
@media only screen and (max-width: 992px) {
  .l-Form__Contents form input,
  .l-Form__Contents form select {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .l-Form__Contents form input,
  .l-Form__Contents form select {
    width: 100%;
  }
}
.l-Form__Contents form .AlertTxt {
  font-size: 16px;
  margin: 0;
  color: red;
}
@media only screen and (max-width: 576px) {
  .l-Form__Contents form {
    padding: 10px 0;
  }
}

.form-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}
.form-row .form-row__text {
  font-size: 16px;
  margin-bottom: 20px;
}
.form-row .form-row__text.\--isCenter {
  text-align: center;
}
.form-row .form-row__text:last-child {
  margin-bottom: 0;
}
.form-row:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .form-row:last-child {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .form-row:last-child {
    width: 100%;
  }
}
.form-row:last-child select {
  width: 100%;
}
.form-row.is70 {
  width: 70%;
}
@media only screen and (max-width: 992px) {
  .form-row.is70 {
    width: 75%;
  }
}
@media only screen and (max-width: 576px) {
  .form-row.is70 {
    width: 100%;
  }
}
.form-row .Annotation {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin: 5px 0 0;
}
.form-row .Annotation small {
  display: block;
  font-size: 13px;
}
.form-row textarea {
  width: 840px;
  min-height: 121px;
  background: #f5f5f5;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 992px) {
  .form-row textarea {
    width: 100%;
  }
}
.form-row p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.select-wrap {
  position: relative;
}
.select-wrap::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

select::-ms-expand {
  -webkit-appearance: none;
  appearance: none;
}

.center-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 232px;
  font-size: 16px;
  margin-right: 20px;
}
.center-label strong {
  color: #4dac3c;
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  .center-label strong {
    font-size: 12px;
  }
}
@media only screen and (max-width: 576px) {
  .center-label strong {
    font-size: 18px;
    margin-right: 10px;
  }
}
.center-label span {
  font-size: 12.76px;
  font-weight: 700;
  color: #fff;
  background: #ff983c;
  padding: 5px;
  border-radius: 20px;
  width: 53px;
  text-align: center;
  letter-spacing: 3px;
}
@media only screen and (max-width: 992px) {
  .center-label {
    width: 25%;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .center-label {
    width: 95%;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-bottom: 15px;
  }
}

.full-label {
  font-size: 16.7px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.full-label strong {
  color: #4dac3c;
}
@media only screen and (max-width: 576px) {
  .full-label strong {
    font-size: 16px;
  }
}

.left-label {
  font-size: 16.7px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
.left-label strong {
  color: #4dac3c;
}

.l-Form__Contents form td.isCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 992px) {
  .l-Form__Contents form td.isCenter {
    width: 100%;
  }
}

.l-Form__Contents form .checkarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.l-Form__Contents form .checkarea input {
  width: 15px;
  height: 15px;
  padding: 0;
  margin: 0 5px 0 0;
}
.l-Form__Contents form .checkarea label {
  color: #ff983c;
  margin: 0;
}
@media only screen and (max-width: 576px) {
  .l-Form__Contents form .checkarea label {
    font-size: 16px;
  }
}

.l-Form__Contents form .submit-button {
  width: 50%;
  height: auto;
  background: none;
  border: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 35px 0 0;
}
.l-Form__Contents form .submit-button:hover {
  opacity: 0.7;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 576px) {
  .l-Form__Contents form .submit-button {
    width: 70%;
  }
}

.button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 576px) {
  .button-wrap {
    margin-bottom: 35px;
  }
}

.l-footer__headline {
  position: relative;
  color: #4dac3c;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin: 60px 0 0;
}
.l-footer__headline::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16.5px 0 16.5px;
  border-color: #4dac3c transparent transparent transparent;
  bottom: -30%;
  left: 0px;
  right: 0px;
  margin: auto;
}
@media only screen and (max-width: 576px) {
  .l-footer__headline {
    font-size: 26px;
  }
}

.l-footer__contact {
  background: #92d13c;
  border-radius: 20px;
  margin-top: 50px;
}

.l-footer__contact__headline {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  padding: 20px;
  margin: 0;
}
.l-footer__contact__headline br {
  display: none;
}
.l-footer__contact__headline small {
  display: block;
  font-size: 22px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 576px) {
  .l-footer__contact__headline small {
    font-size: 18px;
  }
}
.l-footer__contact__headline a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 45px;
}
@media only screen and (max-width: 576px) {
  .l-footer__contact__headline a {
    font-size: 35px;
  }
}
@media only screen and (max-width: 576px) {
  .l-footer__contact__headline {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 576px) {
  .l-footer__contact__headline br {
    display: block;
  }
}

.back-page {
  text-align: center;
  margin-top: 50px;
}
.back-page a {
  position: relative;
  color: #ff983c;
  font-size: 13px;
}
.back-page a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #ff983c;
  border-right: solid 2px #ff983c;
  position: absolute;
  left: -13%;
  top: 25%;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}