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

.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;
  margin-top: -40px;
  margin-bottom: 0;
}
@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: 10px;
  }
}
.l-Form__Headline img {
  max-width: 320px;
  height: auto;
}
@media only screen and (max-width: 576px) {
  .l-Form__Headline img {
    max-width: 80%;
    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 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 .mainform {
  width: 840px;
  margin: auto;
}
@media only screen and (max-width: 992px) {
  .l-Form__Contents form .mainform {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .l-Form__Contents form .mainform {
    width: 95%;
  }
}
.l-Form__Contents form .mainform td ul {
  width: 583px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
}
.l-Form__Contents form .mainform td ul li {
  margin-bottom: 10px;
}
.l-Form__Contents form .mainform td ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 576px) {
  .l-Form__Contents form .mainform td ul {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .l-Form__Contents form .mainform td:nth-child(2) {
    width: 75%;
  }
}
@media only screen and (max-width: 576px) {
  .l-Form__Contents form .mainform td:nth-child(2) {
    width: 90%;
  }
}
.l-Form__Contents form .mainform tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
  border-top: 2px solid #4dac3c;
}
.l-Form__Contents form .mainform tr:first-child {
  border-top: none;
}
@media only screen and (max-width: 576px) {
  .l-Form__Contents form .mainform 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 .mainform tr.isCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-Form__Contents form .mainform tr.Measures {
  border-top: none;
  padding-top: 0;
}
.l-Form__Contents form .mainform tr.Measures td {
  font-size: 12px;
  color: #727171;
  width: 100%;
  border: 0.85px solid #727171;
  border-radius: 15px;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-Form__Contents form .mainform tr.Measures td ul {
  width: 100%;
}
.l-Form__Contents form .mainform tr.\--isCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 25px;
}
.l-Form__Contents form .mainform tr.\--isBorderNone {
  border-top: none;
}
@media only screen and (max-width: 576px) {
  .l-Form__Contents form .mainform tr.\--isBorderNone {
    padding: 0;
  }
  .l-Form__Contents form .mainform tr.\--isBorderNone p {
    margin: 0;
  }
}
.l-Form__Contents form .mainform tr.\--isLast {
  padding-top: 0;
  padding-bottom: 0;
}
.l-Form__Contents form .mainform tr.\--isLast a {
  position: relative;
  color: #ff983b;
  font-size: 13px;
}
.l-Form__Contents form .mainform tr.\--isLast a::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #ff983b;
  border-right: solid 2px #ff983b;
  position: absolute;
  left: -13%;
  top: 25%;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.l-Form__Contents form .select-wrap label {
  margin-bottom: 5px;
  font-weight: 700;
}
.l-Form__Contents form .form-row input {
  position: relative;
  background: #f5f5f5;
  border: 1px solid #000;
  width: 583px;
  height: 36px;
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 992px) {
  .l-Form__Contents form .form-row input {
    width: 550px;
  }
}
@media only screen and (max-width: 576px) {
  .l-Form__Contents form .form-row input {
    width: 100%;
  }
}
.l-Form__Contents form .select-wrap input,
.l-Form__Contents form select {
  position: relative;
  background: #f5f5f5;
  border: 1px solid #000;
  width: 191px;
  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: 10px 0;
  }
}

.Calender {
  border-collapse: collapse;
  width: 717px;
  margin: auto;
}
@media only screen and (max-width: 576px) {
  .Calender {
    width: 100%;
  }
}
.Calender td,
.Calender th {
  border: 3px solid #dcdbdc;
  border-collapse: collapse;
}
.Calender td,
.Calender th {
  padding: 3px;
  width: 12.5%;
  height: 55px;
}
.Calender td .no,
.Calender th .no {
  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;
  font-size: 50px;
  color: #424040;
  font-weight: 300;
}
.Calender td .ok,
.Calender th .ok {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 30px;
  color: #b3204c;
  font-weight: 700;
}
.Calender td .ok span,
.Calender th .ok span {
  display: block;
  font-size: 12px;
  color: #002953;
  font-weight: 300;
}
.Calender th {
  background: #f1f1f1;
  color: #002953;
  line-height: 1.5;
}
.Calender span {
  display: block;
}

.isRequired {
  font-size: 12.76px;
  font-weight: 700;
  color: #fff;
  background: #ff983c;
  padding: 5px 10px;
  border-radius: 20px;
  width: 47px;
  text-align: center;
  letter-spacing: 3px;
  margin-right: 10px;
}

.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 label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-weight: 500;
}
@media only screen and (max-width: 576px) {
  .form-row label {
    font-size: 16px;
  }
}
.form-row:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .form-row:last-child {
    width: 95%;
  }
}
@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: 12px;
  line-height: 1.5;
  color: #e4007f;
}
@media only screen and (max-width: 576px) {
  .form-row .Annotation small {
    font-size: 14px;
  }
}
.form-row p {
  font-size: 13px;
  margin: 0;
}
.form-row p.consent {
  width: 571px;
  font-size: 12px;
  line-height: 1.5;
}
@media only screen and (max-width: 576px) {
  .form-row p.consent {
    width: 100%;
  }
}

.radio-item .consent-label {
  font-size: 12px;
  font-weight: 100;
}

.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: 225px;
  font-size: 21px;
  margin-right: 20px;
}
.center-label strong {
  color: #4dac3c;
  font-weight: 700;
}
.center-label strong small {
  display: block;
  font-size: 13px;
  color: #000;
  margin-top: 2px;
}
@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;
  }
}
.center-label.\--isMt50 {
  margin-top: 50px;
}
@media only screen and (max-width: 576px) {
  .center-label.\--isMt50 {
    margin-top: 0;
  }
}

.l-Form__Contents .mainform 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 .mainform td.isCenter {
    width: 100%;
  }
}

.radio-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  width: 583px;
}
.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 p {
  font-size: 12px;
  color: #000;
}
@media only screen and (max-width: 576px) {
  .radio-wrap p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 576px) {
  .radio-wrap {
    width: 100%;
  }
}

.radio-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.radio-item.\--mb0 {
  margin-bottom: 0;
}

.info-box {
  width: 710px;
  margin: auto;
  font-size: 12px;
  color: #727171;
  border: 0.85px solid #727171;
  border-radius: 15px;
  padding: 20px 30px;
  margin-top: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 576px) {
  .info-box {
    width: 95%;
    padding: 20px 14px;
  }
}
.info-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  list-style: none;
}
.info-box ul li {
  font-size: 19px;
  margin-right: 20px;
}
@media only screen and (max-width: 576px) {
  .info-box ul li {
    font-size: 14px;
  }
}
.info-box ul li:last-child {
  margin-right: 0;
}
.info-box p {
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (max-width: 576px) {
  .info-box p {
    font-size: 13px;
  }
}

.checkDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 296px;
  margin: 20px auto 20px;
}
.checkDate .inputDate,
.checkDate .inputTime {
  background: #f5f5f5;
  border: 1px solid #000;
  width: 90px;
  height: 36px;
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.checkDate .inputDate p,
.checkDate .inputTime p {
  text-align: center;
  margin: 0;
}
.checkDate .inputTime {
  margin-left: 10px;
}
.checkDate .checkDate__confirm {
  font-size: 20px;
  font-weight: 700;
  color: #464646;
  margin: 0;
}
@media only screen and (max-width: 576px) {
  .checkDate {
    margin: 20px auto 0;
    width: 95%;
  }
}

.button-wrap input,
.button-wrap a {
  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;
  text-decoration: none;
  width: 156px;
  height: 36px;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form-row .form-row__text {
  font-size: 16px;
  margin-bottom: 20px;
}
.form-row .form-row__text:last-child {
  margin-bottom: 0;
}

.l-Form__Contents form .submit-button {
  width: 496px;
  height: auto;
  background: none;
  border: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0;
}
.l-Form__Contents form .submit-button img {
  width: 100%;
  height: auto;
}
.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%;
  }
}

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

.checkbox-round {
  position: relative;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #566573;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  margin-right: 4px; /* 余白を追加 */
  position: relative;
}

.checkbox-round::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-52%, -51%);
          transform: translate(-52%, -51%);
  content: "";
  display: block;
  width: 68%;
  height: 67%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.checkbox-round:checked::before {
  background-color: #0675fc;
}

.checkbox-wrap label {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
  padding-left: 10px;
}
.checkbox-wrap .checkbox-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.checkbox-wrap .checkbox-item.\--mb0 {
  margin-bottom: 0;
}