@charset "UTF-8";
.form__radio-labels li, .form__radio-data dd > *, .form__cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content__container, .content__container--small {
  box-sizing: content-box !important;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .content__container, .content__container--small {
    max-width: 95.0520833333vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.content__container--small {
  max-width: 822px;
  border: 1px solid blue;
}
@media screen and (max-width: 767px) {
  .content__container--small {
    max-width: 76.5625vw;
  }
}

.form__cta-btn--wrap {
  display: flex;
  align-items: center;
}
.form__cta-btn,
.form__cta-btn_close {
  transition: opacity 0.3s;
}
.form__cta-btn:hover,
.form__cta-btn_close:hover {
  opacity: 0.7;
  cursor: pointer;
}

/* common:start */
.innerLinkTargetArea {
  position: relative;
}

.innerLinkTarget {
  position: absolute;
  width: 1px;
  height: 100px;
  top: -100px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .innerLinkTarget {
    height: 55px;
    top: -55px;
  }
  .form__cta-btn--wrap {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
}

html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.content {
  color: #222222;
  flex-grow: 1;
}
.content__lead {
  background-color: #effdf9;
  margin-top: 50px;
  padding: 30px 10px;
  border-radius: 10px;
}
.content__lead__title {
  margin: 0;
  font-size: 2.8rem;
  font-weight: bold;
  color:#333;
  text-align: center;
}
.content__lead__text {
  margin: 20px 0 0;
  font-size: 2rem;
  font-weight: bold;
  color:#333;
  text-align: center;
}
.content__text {
  margin-top: 50px;
  font-size: 1.6rem;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .content__lead {
    padding: 25px 10px 25px;
    margin-top: 50px;
  }
.content__lead__title {
  font-size: 2.3rem;
}
.content__lead__text {
  margin: 15px 0 0;
  font-size: 1.6rem;
}
  .content__text {
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.5rem;
    line-height: 1.5333333333;
  }
}
.content * {
  box-sizing: border-box;
}
.content picture,
.content img {
  display: block;
}
.content img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.content ul,
.content ol {
  list-style: none;
}

/* common:end */
/* header:start */
.header {
  border-bottom: 2px solid #00665a;
}
@media screen and (max-width: 767px) {
  .header {
    border-bottom: 0.5208333333vw solid #00665a;
  }
}
.header__logo {
  max-width: 1100px;
  margin: auto !important;
  padding: 15px 20px 13px;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .header__logo {
    padding: 2.34375vw 2.6041666667vw 2.9947916667vw;
  }
}
.header__logo img {
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .header__logo img {
    width: 25.9114583333vw;
    height: auto;
  }
}

/* header:end */
/* form:start */
.form {
  /* チェック時のスタイル */
  /* チェック時 チェックマーク表示 */
}
.form__group {
  margin-top: 55px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 0.5px rgba(34, 34, 34, 0.3);
}
@media screen and (max-width: 767px) {
  .form__group {
    border-radius: 5px;
    box-shadow: 0px 0px 7px 0.5px rgba(34, 34, 34, 0.3);
  }
}
.form__group--radio {
  border-radius: 10px 10px 0 0;
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .form__group--radio {
    border-radius: 5px 5px 0 0;
  }
}
.form__head {
  padding: 25px 20px;
  background-color: #1e7858;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .form__head {
    padding: 15px;
    font-size: 2.1rem;
    line-height: 1.4761904762;
  }
}
.form__checkboxes {
  padding: 20px 20px 30px;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.3125;
}
@media screen and (max-width: 767px) {
  .form__checkboxes {
    padding: 10px 3.90625vw 30px;
  }
}
.form__error {
  /*display: none;*/
  position: absolute;
  top: 100%;
  left: 20px;
  margin-top: 10px;
  color: #ed115e;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .form__error {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    padding-right: 15px;
    left: 15px;
  }
}
.form__row {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .form__row {
    margin-top: 20px;
  }
}
.form__radio-row {
  position: relative;
}
@media screen and (max-width: 767px) {
.form__radio-row {
  margin-left: 10px;
}
}
.form__checkbox {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font-size: 1.6rem;
  border-radius: 8px;
  user-select: none;
  background-color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .form__checkbox {
    padding: 7px 0 0 45px;
  }
}
.form__radio2 {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font-size: 1.6rem;
  border-radius: 8px;
  user-select: none;
}
@media screen and (max-width: 767px) {
  .form__radio2 {
    padding: 0 0 0 30px;
  }
}
.form__checkbox input {
  display: none;
}
.form__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  height: 20px;
  width: 20px;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .form__checkmark {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    border: 1px solid #ccc;
  }
}
.form__radiomark {
  position: absolute;
  top: 2px;
  left: 0;
}
.form__checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: 1px solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .form__checkmark::after {
    width: 7px;
    height: 18px;
    left: 10px;
    top: 3px;
    border-width: 0 3px 3px 0;
  }
}
.form__other {
  width: 3em;
  white-space: nowrap;
}
.form__checkbox input:checked + .form__checkmark {
  border: 1px solid #000;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .form__checkbox input:checked + .form__checkmark {
    border: 0.2604166667vw solid #000;
  }
}
.form__checkbox input:checked + .form__checkmark:after {
  display: block;
}
.form__text-area {
  appearance: none;
  margin-left: 20px;
  margin-top: -3px;
  width: 400px;
  height: 30px;
  border-radius: 4px;
  font-size: 1.6rem;
  font-family: inherit;
}
@media screen and (max-width: 767px) {
  .form__text-area {
    margin-top: 2px;
    margin-left: 15px;
    max-width: 400px;
    min-width: 0px;
    width: auto;
    flex: 1;
  }
}
.form__radio-container {
  position: relative;
  margin-bottom: 55px;
  border: 2px solid #1e7858;
}
@media screen and (max-width: 767px) {
  .form__radio-container {
    margin-bottom: 75px;
  }
}
.form__radio-head {
  background-color: #e7f7f5;
  border-bottom: 2px solid #1e7858;
}
.form__radio-labels {
  width: 50%;
  margin-left: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.form__radio-labels.col5 {
  width: 62.5%;
}
.form__radio-labels li {
  justify-content: flex-start;
  width: 25%;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.6rem;
  line-height: 1.4375;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .form__radio-labels li {
    font-size: 1.4rem;
    padding: 15px 0;
    writing-mode: vertical-rl;
    justify-content: center;
    align-items: flex-start;
    height: 254px;
  }
}
.form__radio-data {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 1px;
}
.form__radio-data:nth-child(even) {
  background-color: #e7f7f5;
}
.form__radio-data.hasError {
  background-color: #ffd8d8 !important;
}
.form__radio-data dt {
  width: 50%;
  padding: 20px;
  font-size: 1.6rem;
}
.form__radio-data dt.col5 {
  width: 37.5%;
}
@media screen and (max-width: 767px) {
  .form__radio-data dt {
    font-size: 1.4rem;
    padding: 15px;
  }
}
.form__radio-data dd {
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.form__radio-data dd.col5 {
  width: 62.5%;
}
.form__radio-data dd > * {
  width: 25%;
}
.form input[type=radio] {
  transform: scale(1.5);
  transform-origin: center;
  opacity: 0.8;
}
.form__cta {
  /* margin-top: 80px; */
  margin-top: 60px;
  /* margin-bottom: 120px; */
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .form__cta {
    /* margin-top: 65px; */
    margin-top: 50px;
    /* margin-bottom: 55px; */
    margin-bottom: 30px;
  }
}
.form__cta-btn,
.form__cta-btn_close {
  background-color: #fff;
  appearance: none;
  border: 0px;
}
@media screen and (max-width: 767px) {
  .form__cta-btn,
.form__cta-btn_close {
    max-width: 298px;
    margin-bottom: 20px;
  }
}
.form__sticky {
  position: sticky;
  top: 0;
  z-index: 10;
  border-top: 2px solid #1e7858;
}


.hasError .form__error {
  display: block;
}

/* form:end */
/* footer:start */
.footer__copy-right {
  margin-bottom: auto;
  padding: 8px 0;
  text-align: center;
  background-color: #00665a;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  .footer__copy-right {
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.005em;
    padding: 1.5625vw 0;
  }
}

/* footer:end */
