@charset "utf-8";
/* CSS Document */

* {
  border: medium none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: normal;
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #151515;
  font-style: normal;
  line-height: 1.8em;
  letter-spacing: 0.15em;
  box-sizing: border-box;
  outline: none;
}
strong {
  font-weight: bold;
}
img {
  vertical-align: bottom;
}
table {
  border-collapse: collapse;
}
/* iOSでのデフォルトスタイルをリセット */
body {
  -webkit-text-size-adjust: 100%;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

body {
  display: flex;
  flex-flow: column;
  min-height: 100dvh;
}

main {
  position: relative;
  background: url("../images/bg.jpg") no-repeat center/cover fixed;
  flex-grow: 1;
  display: flex;
  flex-flow: column;
}

h1 {
  text-align: center;
}

.jda_logo {
  position: absolute;
  top: 25px;
  right: 25px;
  display: block;
  max-width: 174px;
  width: 30%;
}

.jda_logo img {
  width: 100%;
}

.foot__attend {
  font-size: 16px;
  font-weight: 700;
  background-color: #e6f1f3;
  padding: 30px 10px;
  text-align: center;
  line-height: 1.2em;
}

.copyright {
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 15px 10px;
  background-color: #363636;
  text-align: center;
}

.topMain {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 70px 0px 30px;
}

.topMain h1 {
  margin-bottom: 30px;
  max-width: 873px;
  width: 80%;
}

.topMain h1 img {
  width: 100%;
}

.top__yobousan {
  margin-bottom: 20px;
}

.top__txt {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.top__txt::before {
  content: "";
  display: block;
  width: 2px;
  height: 23px;
  background-color: #28bad8;
  transform: rotate(-30deg);
}

.top__txt::after {
  content: "";
  display: block;
  width: 2px;
  height: 23px;
  background-color: #28bad8;
  transform: rotate(30deg);
}

.top__txt span {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  margin: 0px 15px;
}

.topForm {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.topRadiolist {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.topRadiolist li {
  margin: 0px 15px;
}

.topRadiolist li label {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}

.topRadiolist li label::before,
.topRadiolist li label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.topRadiolist li label::before {
  background-color: #dffaff;
  border: 1px solid #2c90a4;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}

.topRadiolist li label::after {
  background-color: #2c90a4;
  border-radius: 50%;
  opacity: 0;
  width: 16px;
  height: 16px;
  left: 8px;
}

.topRadiolist li input:checked + label::after {
  opacity: 1;
}

.topRadiolist li input {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

input[type="submit"].checkstart {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  max-width: 340px;
  width: 90%;
  height: 60px;
  background-color: #ffbb00;
  border-radius: 60px;
  font-size: 20px;
  font-weight: 700;
  margin: 0 auto;
}

input[type="submit"].checkstart:hover {
  background-color: #ff8e00;
}

@media (max-width: 520px) {
  .topRadiolist__wrap {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
  }
  .topRadiolist {
    display: block;
  }
}

header {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  padding-left: 20px;
}

.logo {
  display: block;
  max-width: 291px;
  width: 50%;
}

.logo img {
  width: 100%;
}

header .jda_logo {
  position: static;
  margin-right: 20px;
}

@media (max-width: 640px) {
  header {
    height: 15.625vw;
  }
}

.question__title,
.answer__title,
.adv__title {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.question__title img {
  width: 80px;
}
.answer__title img {
  width: 70px;
}

.adv__title .man {
  width: 80px;
}
.adv__title .woman {
  width: 70px;
  margin-left: 10px;
}

.question__title--wrap {
  margin-left: 20px;
}

.question__title--h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
}

.question__title--h1 span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  display: inline-block;
}

.question__title--disc {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}

.bgBlue {
  background-color: #28bad8;
  padding: 40px 0px;
  overflow: hidden;
  width: 100%;
  flex-grow: 1;
}

.questionList__white {
  background-color: #fff;
  border-radius: 20px;
  max-width: 860px;
  width: 90%;
  padding: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
}

.questionList__title {
  display: flex;
  flex-flow: wrap;
  align-items: center;
}

.questionList__number {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  background-color: #efefef;
  margin-right: 30px;
}

.questionList__number--molecule {
  font-size: 50px;
  font-weight: 700;
  line-height: 1em;
  position: absolute;
  left: 16px;
  top: 21px;
}

.questionList__number--denominator {
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
  position: absolute;
  right: 16px;
  bottom: 19px;
}

.questionList__title--h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
  width: calc(100% - 130px);
}

.questionList__title--h2 span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}

.questionList__img {
  display: block;
  width: auto;
  height: 200px;
  margin: 0 auto 20px;
}

.questionBtn {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

.questionBtn button {
  width: 140px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0px 10px;
}

.questionBtn__yes {
  background-color: #4fab3e;
  /*background-color: #18540D;*/
}

.questionBtn__yes:hover,
.questionBtn__yes.on {
  background-color: #0d3d04;
}

.questionBtn__no {
  background-color: #4fab3e;
}

.questionBtn__no:hover,
.questionBtn__no.on {
  background-color: #0d3d04;
  /*background-color: #2A8719;*/
}

.answerBtn {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  width: 340px;
  height: 60px;
  background-color: #ffbb00;
  border-radius: 60px;
  font-size: 20px;
  font-weight: 700;
  margin: 0 auto;
}

.answerBtn.event-none {
  opacity: 0.6;
  pointer-events: none;
}

.answerBtn:hover {
  background-color: #ff8e00;
}

@media (max-width: 767px) {
  .bgBlue {
    padding: 30px 0px;
  }
  .question__title img {
    width: 70px;
  }
  .answer__title img {
    width: 60px;
  }
  .adv__title .man {
    width: 60px;
  }
  .adv__title .woman {
    order: 1;
    width: 50px;
  }
  .question__title--wrap {
    width: calc(100% - 110px);
  }
  .question__title--h1 {
    font-size: 20px;
  }
  .question__title--disc {
    font-size: 14px;
  }
  .questionList__title {
    flex-flow: column;
    margin-bottom: 20px;
  }
  .questionList__number {
    margin-right: 0px;
    margin-bottom: 20px;
    width: 57px;
    height: 57px;
  }
  .questionList__number--molecule {
    font-size: 28px;
    left: 9px;
    top: 9px;
  }
  .questionList__number--denominator {
    font-size: 17px;
    right: 8px;
    bottom: 11px;
  }
  .questionList__title--h2 {
    font-size: 20px;
  }
  .questionList__title--h2 span {
    font-size: 16px;
  }
  .questionBtn button {
    width: 105px;
    height: 45px;
    font-size: 15px;
  }
  .answerBtn {
    width: 257px;
    height: 45px;
    font-size: 15px;
  }
}

.answer {
  max-width: 750px;
  width: 92%;
  margin: 50px auto 20px;
}

.answer__score {
  text-align: center;
  margin-bottom: 30px;
}

.answer__score--yellow {
  color: #fff700;
  font-size: 50px;
  font-weight: 700;
  line-height: 1em;
}

.answer__score--yellow strong {
  font-size: 180px;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  letter-spacing: 0em;
}

.answer__score--white {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
}

.answer__score--white strong {
  font-size: 50px;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}

.answer__detail {
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 20px 30px;
  position: relative;
  margin-bottom: 30px;
}

.answer__detail--txt {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  width: calc(100% - 100px);
}

.answer__detail--img {
  position: absolute;
  right: 20px;
  bottom: 0px;
  width: 130px;
}

.answer__advice {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
  color: #004553;
}

.answer__advice span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  display: inline-block;
}

@media (max-width: 767px) {
  .answer__score--yellow {
    font-size: 25px;
  }
  .answer__score--yellow strong {
    font-size: 92px;
  }
  .answer__score--white {
    font-size: 15px;
  }
  .answer__score--white strong {
    font-size: 24px;
  }
  .answer__detail--img {
    width: 106px;
    bottom: auto;
    top: -154px;
  }
  .answer__detail--txt {
    width: 100%;
    font-size: 16px;
  }
  .answer__advice {
    font-size: 20px;
    line-height: 1.4em;
  }
}

@media (max-width: 540px) {
  .answer__score {
    text-align: left;
  }
}
@media (max-width: 540px) {
  .answer__score {
    margin-bottom: 20px;
  }
  .answer__score--yellow strong {
    font-size: 70px;
  }
  .answer__detail--img {
    width: 80px;
    top: -116px;
    right: 10px;
  }
}

.advice {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}

.advice:not(:first-child) {
  margin-top: 60px;
}

.advice:last-of-type {
  margin-bottom: 80px;
}

.advice__title {
  background-color: #1e8ca2;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
}

.advice__content--wrap {
  margin: 0px 30px 30px;
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.advice__img {
  width: 150px;
}

.advice__content {
  max-width: 780px;
  width: calc(100% - 170px);
}

.advice__txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.66em;
  letter-spacing: 0.05em;
}

.advice__relative {
  display: flex;
  flex-flow: wrap;
  margin: 0px 30px 30px;
  border-radius: 20px;
  overflow: hidden;
}

.advice__relative--title {
  width: 30%;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  background-color: #cbe1e5;
  font-size: 20px;
  font-weight: 700;
  color: #1e8ca2;
  line-height: 1em;
}

.advice__relative--title::before {
  content: url("../images/icon_relative.svg");
  margin-right: 5px;
}

.advice__relative--content {
  width: 70%;
  background-color: #ebebeb;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
}

.advice__relative--slide {
  max-width: 550px;
  width: 90%;
}

.advice__relative--slide a {
  display: flex;
  flex-flow: wrap;
  width: 100%;
}

.advice__relative--slide a img {
  width: 183px;
}

.advice__relative--slide-dl {
  background-color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: calc(100% - 183px);
}

.advice__relative--slide-title {
  font-size: 14px;
  font-weight: 700;
  color: #1e8ca2;
  line-height: 1.2em;
}

.advice__relative--slide-txt {
  font-size: 18px;
  font-weight: 700;
  color: #1e8ca2;
  line-height: 1.2em;
}

.advice__imgList {
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
  margin-bottom: 40px;
}

.advice__imgList--content {
  max-width: 338px;
  width: 48%;
}

.advice__imgList--img {
  width: 100%;
  margin-bottom: 10px;
}

.advice__imgList--txt {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
}

.advice__txt {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.bnr_search {
  max-width: 583px;
  width: 90%;
  display: block;
  margin: 0 auto 40px;
}

.bnr_search img {
  width: 100%;
}

.relativeLink__title {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.relativeLink__title::before,
.relativeLink__title::after {
  content: "";
  width: 110px;
  height: 1px;
  background-color: #fff;
}

.relativeLink__title span {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin: 0px 20px;
  display: inline-block;
}

.relativeLinkList {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin-bottom: 70px;
}

.relativeLinkList__content {
  max-width: 290px;
  margin: 10px 5px;
}

.relativeLinkList__link {
  width: 290px;
  height: 60px;
  border-radius: 60px;
  background-color: #fff;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0px 30px;
  position: relative;
}

.relativeLinkList__link::after {
  content: url("../images/arrow.svg");
  position: absolute;
  right: 20px;
  top: calc(50% - 9px);
}

.relativeLinkList__dl--title {
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.05em;
}

.relativeLinkList__dl--txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  letter-spacing: 0.05em;
}

.relativeLinkList__link[target="_blank"] .relativeLinkList__dl--txt::after {
  content: url("../images/blank.svg");
  margin-left: 5px;
}

@media (min-width: 768px) {
  .adviceTitle .q_title,
  .adviceTitle .a_title {
    display: none;
  }
}

@media (max-width: 767px) {
  .adviceTitle .adv_title {
    display: none;
  }
  .advice__content--wrap {
    flex-flow: column;
    align-items: center;
  }
  .advice__img {
    margin-bottom: 20px;
  }
  .advice__content {
    width: 100%;
  }
  .advice__txt {
    font-size: 16px;
  }
  .advice__relative {
    display: block;
  }
  .advice__relative--title {
    width: 100%;
    padding: 10px;
  }
  .advice__relative--content {
    width: 100%;
  }
  .advice__relative--slide-title {
    font-size: 11px;
  }
  .advice__relative--slide-txt {
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  .advice__relative--slide a {
    flex-flow: column;
    align-items: center;
    background-color: #cbecf3;
  }
  .advice__relative--slide a img {
    width: 40%;
  }
  .advice__relative--slide-dl {
    width: 100%;
    padding: 20px 10px;
  }
}

@media (max-width: 480px) {
  .advice__content--wrap,
  .advice__relative {
    margin: 0px 20px 20px;
  }
  .adviceTitle .q_title {
    width: 70px;
  }
  .adviceTitle .a_title {
    width: 72px;
  }
  .advice__imgList {
    display: block;
  }
  .advice__imgList--content {
    max-width: none;
    width: 100%;
  }
  .advice__imgList--content:not(:first-child) {
    margin-top: 10px;
  }
  .relativeLink__title span {
    font-size: 20px;
  }
  .relativeLink__title::before,
  .relativeLink__title::after {
    width: 50px;
  }
}

.guideList {
  max-width: 700px;
  width: 92%;
  margin: 0 auto 50px;
  display: flex;
  flex-flow: column;
  row-gap: 20px;
}

.guideList__content {
  text-indent: -1.5em;
  margin-left: 1.5em;
}

.guideList__content::before {
  content: "● ";
  color: #28bad8;
}

.guide__txt {
  margin-bottom: 20px;
}

.guide__detailLink {
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-top: 50px;
  cursor: pointer;
}

.guideLightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}

.guideLightbox__content {
  max-width: 630px;
  width: 92%;
  background-color: #fff;
  height: 90%;
  max-height: 500px;
  position: relative;
  padding: 20px;
  z-index: 2;
}

.guideLightbox__close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.guideLightbox__inner {
  overflow-y: scroll;
  height: 100%;
}

.guideLightbox__dl {
  margin-top: 30px;
  background-color: #f4f4f4;
  padding: 20px;
  border-radius: 10px;
}

.guideLightbox__title {
  font-weight: 700;
  margin-bottom: 10px;
}

.guideLightbox__title:not(:first-child) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dashed #aaa;
}

.guideLightbox__detail {
}

.guideLightbox__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.title3 {
  max-width: 290px;
}

.beforecheck__txt {
  text-align: center;
  margin-bottom: 70px;
}

.beforecheck__form {
  width: 100%;
}

.formList {
  max-width: 740px;
  width: 92%;
  margin: 0 auto;
}

.formList__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}

.formList__title--txt {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
  margin-left: 15px;
  margin-top: 15px;
}

.formList__title--txt-red {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2em;
  color: #ff0000;
}

.hissu {
  font-weight: inherit;
  font-weight: inherit;
  color: #ff0000;
}

.hukusuu {
  font-size: 16px;
  font-weight: inherit;
  display: inline-block;
}

.formList__content {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  row-gap: 20px;
  margin-bottom: 50px;
}

.formList__input {
  width: calc(50% - 10px);
  border-radius: 5px;
  border: 1px solid #bcbcbc;
  padding: 10px 15px;
}
.formList__input--wide {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #bcbcbc;
  padding: 10px 15px;
}

.formList__radio {
  width: calc(50% - 10px);
  border-radius: 5px;
  border: 1px solid #bcbcbc;
  padding: 10px 15px;
  cursor: pointer;
  background-color: #fff;
  display: flex;
  align-items: center;
  position: relative;
}

.formList__radio:has(.formList__radio--input:checked) {
  border: 3px solid #28bad8;
  padding: 8px 13px;
}

.formList__radio::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #bcbcbc;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.25);
  margin-right: 10px;
  flex-shrink: 0;
}

.formList__radio:has(.formList__radio--input:checked)::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #28bad8;
  position: absolute;
  left: 16px;
  top: calc(50% - 11px);
}

.formList__radio--input {
  /*display: none;*/
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: none;
  opacity: 0;
}

.formList__radio--label {
  line-height: 1em;
  font-weight: 700;
}

.formList__select {
  width: calc(50% - 10px);
  border-radius: 5px;
  border: 1px solid #bcbcbc;
  padding: 10px 15px;
  cursor: pointer;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/arrow_down.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 18px 18px;
}

.formList__textarea {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #bcbcbc;
  padding: 10px 15px;
  height: 100px;
}

.formList__textarea:disabled {
  background-color: #eee;
}

.formList__textarea:disabled::placeholder {
  color: transparent;
}

.formList__check {
  width: calc(50% - 10px);
  border-radius: 5px;
  border: 1px solid #bcbcbc;
  padding: 10px 15px;
  cursor: pointer;
  background-color: #fff;
  display: flex;
  align-items: center;
  position: relative;
}

.formList__check:has(.formList__check--input:checked) {
  border: 3px solid #28bad8;
  padding: 8px 13px;
}

.formList__check::before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #bcbcbc;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.25);
  margin-right: 10px;
  flex-shrink: 0;
}

.formList__check:has(.formList__check--input:checked)::after {
  content: "";
  display: block;
  width: 14px;
  height: 21px;
  border-bottom: 6px solid #28bad8;
  border-right: 6px solid #28bad8;
  transform: rotate(45deg);
  position: absolute;
  left: 17px;
  top: calc(50% - 20px);
}

.formList__check--input {
  /*display: none;*/
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: none;
  opacity: 0;
}

.formList__check--label {
  line-height: 1em;
  font-weight: 700;
  flex-grow: 1;
}

.formList__title.q2.dispnone,
.formList__content.q2.dispnone {
  filter: grayscale(100%);
  pointer-events: none;
}

.formList__content.q2.dispnone .formList__radio,
.formList__content.q2.dispnone .formList__radio::before {
  background-color: #eee;
}
.formList__title.q2.dispnone .formList__title--txt,
.formList__title.q2.dispnone .hissu,
.formList__content.q2.dispnone .formList__radio--label {
  color: #aaa;
}

@media (max-width: 480px) {
  .formList__input,
  .formList__select,
  .formList__radio,
  .formList__check {
    width: 100%;
  }
}
