@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(17.3%, #f2f6e1), color-stop(17.3%, #fff));
  background: linear-gradient(to bottom, #f2f6e1 17.3%, #fff 17.3%);
}
@media only screen and (max-width: 992px) {
  .l-Form {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20.3%, #f2f6e1), color-stop(20.3%, #fff));
    background: linear-gradient(to bottom, #f2f6e1 20.3%, #fff 20.3%);
  }
}
@media only screen and (max-width: 576px) {
  .l-Form {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(14.45%, #f2f6e1), color-stop(14.45%, #fff));
    background: linear-gradient(to bottom, #f2f6e1 14.45%, #fff 14.45%);
  }
}

.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;
  position: relative;
  margin-top: -60px;
  margin-bottom: 110px;
}
@media only screen and (max-width: 992px) {
  .l-Form__Headline {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .l-Form__Headline {
    margin-bottom: 55px;
  }
}
.l-Form__Headline img {
  max-width: 743px;
  height: auto;
}
@media only screen and (max-width: 576px) {
  .l-Form__Headline img {
    max-width: 95%;
    margin-top: 5px;
  }
}
.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%;
  }
}
.l-Form__Headline::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;
}
@media only screen and (max-width: 576px) {
  .l-Form__Headline::after {
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 20px solid #4dac3c;
  }
}

.l-Form__SubHeadline {
  text-align: center;
  padding: 50px 0 15px 0;
}
.l-Form__SubHeadline img {
  width: 30%;
  height: auto;
}
@media only screen and (max-width: 576px) {
  .l-Form__SubHeadline img {
    width: 60%;
    height: auto;
  }
}
.l-Form__SubHeadline img.last {
  width: 517px;
  height: auto;
}
@media only screen and (max-width: 576px) {
  .l-Form__SubHeadline img.last {
    width: 80%;
    height: auto;
  }
}
@media only screen and (max-width: 576px) {
  .l-Form__SubHeadline {
    padding: 35px 0 15px 0;
  }
}

.l-Form__Contents {
  padding-top: 40px;
}
.l-Form__Contents form {
  background: #fff;
  border: 4px solid #4dac3c;
  border-radius: 15px;
  padding: 35px 0;
}
.l-Form__Contents form table {
  width: 664px;
  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%;
  }
}
.l-Form__Contents form table .table-headline {
  font-size: 21px;
  color: #4da53c;
  font-weight: 700;
  border-bottom: none;
  padding-bottom: 0;
}
.l-Form__Contents form table .table-headline + tr {
  border-top: none;
}
.l-Form__Contents form table .table-headline.\--isBlack {
  color: #000;
  font-size: 17px;
}
@media only screen and (max-width: 576px) {
  .l-Form__Contents form table .table-headline.\--isBlack {
    font-size: 16px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
@media only screen and (max-width: 576px) {
  .l-Form__Contents form table .table-headline {
    font-size: 17px;
  }
  .l-Form__Contents form table .table-headline td {
    text-align: left;
    padding: 0 5px;
  }
}
.l-Form__Contents form table .table-text td {
  font-size: 13px;
}
@media only screen and (max-width: 576px) {
  .l-Form__Contents form table .table-text td {
    font-size: 14px;
    line-height: 1.5;
  }
}
.l-Form__Contents form table .table-text.\--isBorderNone {
  border-top: none;
  padding: 15px 0 30px;
}
@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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 0;
  border-top: 2px solid #4dac3c;
}
.l-Form__Contents form tr:last-child {
  border-bottom: 2px solid #4dac3c;
}
.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 {
    -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 tr.isCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-Form__Contents form .select-wrap label {
  margin-bottom: 5px;
  font-weight: 700;
}
.l-Form__Contents form .select-wrap input,
.l-Form__Contents form select {
  position: relative;
  background: #f5f5f5;
  border: 1px solid #000;
  width: 224px;
  height: 36px;
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-Form__Contents form .select-wrap input.\--isAlert,
.l-Form__Contents form select.\--isAlert {
  background: rgb(253, 196, 196);
}
@media only screen and (max-width: 992px) {
  .l-Form__Contents form .select-wrap input,
  .l-Form__Contents form select {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .l-Form__Contents form .select-wrap 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-top: 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: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.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: 13px;
  margin: 0;
}
.form-row .price-input {
  background: #f5f5f5;
  border: 1px solid #000;
  width: 185px;
  height: 36px;
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-row.\--isRow {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 223px;
}
.form-row .price-label {
  color: #4dac3c;
  font-size: 21px;
  font-weight: 700;
  padding-left: 15px;
}

.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: 55%;
  font-size: 21px;
  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: 12px;
  }
}

.radio-wrap {
  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;
  margin: auto;
}
.radio-wrap label {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
  padding-left: 10px;
}
@media only screen and (max-width: 576px) {
  .radio-wrap label {
    font-size: 16px;
    padding-left: 6px;
    padding-right: 4px;
  }
}
.radio-wrap label + input {
  margin-left: 110px;
}
@media only screen and (max-width: 576px) {
  .radio-wrap label + input {
    margin-left: 25px;
  }
}
.radio-wrap input {
  width: 25px;
  height: 25px;
}
.radio-wrap.\--isThree label + input {
  margin-left: 70px;
}
@media only screen and (max-width: 576px) {
  .radio-wrap.\--isThree label + input {
    margin-left: 0;
  }
}

.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: 80px 0 50px;
}
.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: 90%;
    padding: 50px 0 30px;
  }
}

.button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.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 small {
  display: block;
  font-size: 22px;
  padding-bottom: 10px;
}
.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;
  }
}