/* ================== common */
* {
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic,
    "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo,
    sans-serif;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  color: #333;
  background-color: #cff2fe;
}

h2 {
  margin-top: 1em;
  line-height: 1.3;
}

h3 {
  margin: 0 0 10px;
  font-weight: bold;
  border-bottom: 2px solid #000;
  padding-bottom: 4px;
  display: inline-block;
}

h4 {
  background-color: #372523;
  color: #fff;
  margin-top: 1.4em;
  padding: 0.5em 0.7em;
  line-height: 1.4;
}

p {
  margin-top: 1.6em 0;
  line-height: 2.2;
}

a {
  color: #00b6f1;
  text-decoration: underline;
}

b {
  font-size: 1.1em;
}

img {
  border: none;
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.color_red {
  color: #ff0000;
  font-size: 1.18em;
}

.color_blue {
  color: #0022ff;
  font-size: 1.2em;
}

.color_green {
  color: #008223;
  font-size: 1.2em;
}

.color_orange {
  color: #f45100;
}

.highlight_yellow {
  font-weight: bold;
  background: linear-gradient(transparent 0%, #fff99e 0%);
}

.highlight_blue {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #c8f8ff 0%);
}

.highlight_gray {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #efefef 0%);
}

.font_large {
  font-weight: bold;
  font-size: 1.3rem;
}

.notes {
  font-size: 0.8rem;
  white-space: pre-line;
  margin: 0;
}

.notes_right {
  font-size: 0.8rem;
  white-space: pre-line;
  line-height: 0.5em;
  margin-bottom: 5px;
  text-align: right;
}

.note_footer {
  font-size: 0.8rem;
  white-space: pre-line;
  line-height: 1em;
  margin: 0;
}

/* ------article ---*/
article {
  margin-left: auto;
  margin-right: auto;
}

/* ------header ---*/
header {
  width: 100%;
  background-color: #fff;
}

/* ------ content ---*/
.content {
  width: 100%;
  background-color: #fff;
  padding: 1em 0;
}

/* ------ main ---*/
.review {
  background-color: #003f8e;
  margin-top: 1.4em;
  padding: 0.1em 1.5em 3em 1.5em;
  border-radius: 10px;
}

.review .subhead {
  margin: 2.4em 0;
}

.review .subhead .profession {
  color: #fff;
  background: none;
  font-weight: bold;
}

.review .subhead .name {
  color: #ffeb40;
  background: none;
  font-weight: bold;
}

.review .box {
  padding: 0.5em 0.5em 0.5em;
  margin: 0.1em 0 0;
  background-color: #fff;
}

.review .box p {
  margin: 0;
}

/* ------ trial ---*/
#trial a.link_official {
  font-weight: bold;
  text-decoration: underline;
  font-size: 20px;
  color: #0e398f;
}

/* ------ related ---*/
#related h3 {
  color: #000;
  border-bottom: #00b6f1 1px solid;
  background: none;
  padding-left: 0;
  margin-top: 0;
}

#related ul {
  margin: 0;
  padding: 0;
}

#related li {
  list-style: none;
  margin: 20px 0 20px 0;
  padding: 0;
}

#related li a {
  display: table;
}

#related li span {
  display: table-cell;
  vertical-align: middle;
}

#related a {
  color: #0e398f;
  text-decoration: underline;
}

/* ------ contact ---*/
.contact {
  margin-top: -0.5em;
  line-height: 1.4;
}

/* ------ info ---*/
.info {
  margin-top: 1em;
  line-height: 1.4;
  font-size: 0.8rem;
}

/* ------ commerce ---*/
.commerce {
  text-align: center;
  font-size: 0.9rem;
}

.commerce a {
  color: #000;
  text-decoration: none;
}

/* ------ footer ---*/
footer {
  font-style: normal;
  text-align: center;
  padding-top: 1.5em;
  padding-bottom: 2.5em;
}

.cta_action a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/* ------ survey ---*/

.ajinomoto_questionnaire__content--wrap {
  width: 750px;
  background-color: #fff6e4;
  margin-right: auto;
  margin-left: auto;
}
.ajinomoto_questionnaire__content--wrap#start {
  display: block;
}
.ajinomoto_questionnaire__content--wrap#start,
.ajinomoto_questionnaire__content--wrap#page02,
.ajinomoto_questionnaire__content--wrap#page03,
.ajinomoto_questionnaire__content--wrap#end {
  display: none;
}
@media screen and (max-width: 765px) {
  .ajinomoto_questionnaire__content--wrap {
    max-width: 100%;
  }
}
.ajinomoto_questionnaire__content_select {
  padding: 25px 0 30px 0;
}
@media screen and (max-width: 765px) {
  .ajinomoto_questionnaire__content_select {
    padding: 5.3333333333vw 0 3.3333333333vw 0;
  }
}
.ajinomoto_questionnaire__content_select.end {
  padding: 0;
}
@media screen and (max-width: 765px) {
  .ajinomoto_questionnaire__content_select.end {
    padding: 0;
  }
}
.ajinomoto_questionnaire__content_select-step {
  width: 218px;
  height: 63px;
  background-image: url("../img/bg_step.png");
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .ajinomoto_questionnaire__content_select-step {
    background-image: url("../img/bg_step.png");
  }
}
.ajinomoto_questionnaire__content_select-step.step01 {
  background-position: 0 0;
}
.ajinomoto_questionnaire__content_select-step.step02 {
  background-position: 0 -63px;
}
.ajinomoto_questionnaire__content_select-step.step03 {
  background-position: 0 -126px;
}
@media screen and (max-width: 765px) {
  .ajinomoto_questionnaire__content_select-step {
    width: 40vw;
    height: 11.54vw;
    background-image: url("../img/bg_step.png");
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 765px) and (-webkit-min-device-pixel-ratio: 2) {
  .ajinomoto_questionnaire__content_select-step {
    background-image: url("../img/bg_step.png");
  }
}
@media screen and (max-width: 765px) {
  .ajinomoto_questionnaire__content_select-step.step02 {
    background-position: 0 -11.54vw;
  }
}
@media screen and (max-width: 765px) {
  .ajinomoto_questionnaire__content_select-step.step03 {
    background-position: 0 -23.12vw;
  }
}
.ajinomoto_questionnaire__content_select-text {
  margin-bottom: 35px;
}

@media screen and (max-width: 765px) {
  .ajinomoto_questionnaire__content_select-text {
    margin-bottom: 2.4vw;
  }
  .ajinomoto_questionnaire__annotation-text {
    padding-bottom: 4vw;
  }
}
.ajinomoto_questionnaire__content_select-text.green,
.ajinomoto_questionnaire__content_select-text.blue {
  margin-bottom: 0;
}
.ajinomoto_questionnaire__content_select-img {
  width: 520px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}
@media screen and (max-width: 765px) {
  .ajinomoto_questionnaire__content_select-img {
    width: 87.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.ajinomoto_questionnaire__content_select-img02 {
  width: 750px;
  margin-right: auto;
  /* margin-bottom: 30px; */
  margin-left: auto;
}
@media screen and (max-width: 765px) {
  .ajinomoto_questionnaire__content_select-img02 {
    width: 100vw;
    margin-bottom: 2.5vw;
  }
}
.ajinomoto_questionnaire__content_select-img03 {
  width: 565.2631578px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}
@media screen and (max-width: 765px) {
  .ajinomoto_questionnaire__content_select-img03 {
    width: 88.6666666667vw;
    margin-bottom: 2.5vw;
  }
}
.ajinomoto_questionnaire__content_select-input {
  width: 570px;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: auto;
  display: flex;
}
@media screen and (max-width: 765px) {
  .ajinomoto_questionnaire__content_select-input {
    width: 85.3333333333vw;
    margin-top: 3.2vw;
    margin-bottom: 3.2vw;
  }
}
.ajinomoto_questionnaire__content_select-input > input[type="checkbox"],
.ajinomoto_questionnaire__content_select-input > input[type="radio"] {
  display: none;
}
.ajinomoto_questionnaire__content_select-input.check01
  > input[type="radio"]
  + label,
.ajinomoto_questionnaire__content_select-input.check02
  > input[type="checkbox"]
  + label {
  display: block;
  cursor: pointer;
  width: 100%;
  background-repeat: no-repeat;
  text-align: center;
}
.ajinomoto_questionnaire__content_select-input.check01 {
  width: 560px;
}
@media screen and (max-width: 765px) {
  .ajinomoto_questionnaire__content_select-input.check01 {
    width: 84.535vw;
  }
}

@media screen and (max-width: 765px) {
  .ajinomoto_questionnaire__content_select-input {
    width: 100vw;
  }
}
.ajinomoto_questionnaire__content_select-input > div {
  display: inline-block;
  width: 260px;
  vertical-align: top;
  font-size: 0;
}

.ajinomoto_questionnaire__content_select-input > div:first-of-type {
  margin-right: 0px;
}

@media screen and (max-width: 765px) {
  .ajinomoto_questionnaire__content_select-input > div {
    width: 36vw;
  }
}
.ajinomoto_questionnaire__content_select-input > div > input[type="radio"] {
  display: none;
}

.ajinomoto_questionnaire__content_select-input
  > div
  > input[type="radio"]
  + label {
  display: block;
  cursor: pointer;
  width: 100%;
}

.select-button {
  user-select: none;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
  gap: 10px;
  width: 540px;
  background: #ffffff;
  border: 3px solid #0003bd;
  border-radius: 10px;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 765px) {
  .select-button {
    font-size: 19px;
  }
  .select-button-green {
    font-size: 19px;
  }
}

input[type="checkbox"]:checked + .select-button {
  background: #b1ff8d;
  color: #0003bd;
}

input[type="radio"]:checked + .select-button {
  background: #b1ff8d;
  color: #0003bd;
}

input[type="checkbox"]:checked + .select-button-green {
  background: #b1ff8d;
  color: #0003bd;
}

input[type="radio"]:checked + .select-button-green {
  background: #b1ff8d;
  color: #0003bd;
}

.select-button2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
  width: 144px;
  height: auto;
  background: #ffffff;
  border: 4px solid #0003bd;
  border-radius: 10px;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  gap: 10px;
}

@media screen and (max-width: 765px) {
  .select-button2 {
    padding: 10px 0px;
    width: 144px;
    height: auto;
    border: 3.5px solid #0003bd;
    font-size: 20px;
  }
}

input[type="checkbox"]:checked + .select-button2 {
  background: #b1ff8d;
  color: #0003bd;
}

input[type="radio"]:checked + .select-button2 {
  background: #b1ff8d;
  color: #0003bd;
}

.ajinomoto_questionnaire__content_select-input.check02 {
  width: 560px;
}
@media screen and (max-width: 765px) {
  .ajinomoto_questionnaire__content_select-input.check02 {
    width: 89.33333vw;
  }
}

.ajinomoto_questionnaire__content_select-input.check02 {
  width: 560px;
}
@media screen and (max-width: 765px) {
  .ajinomoto_questionnaire__content_select-input.check02 {
    width: 84.33333vw;
  }
}

.ajinomoto_questionnaire__content_select-input02 {
  width: 570px;
  font-size: 0;
  margin-right: auto;
  /* margin-bottom: 31px; */
  margin-left: auto;
  display: flex;
}
@media screen and (max-width: 765px) {
  .ajinomoto_questionnaire__content_select-input02 {
    width: 100vw;
  }
  .ajinomoto_questionnaire__content_select-input02.page02 {
    margin: 0;
  }
}
.ajinomoto_questionnaire__content_select-input02 > div {
  display: inline-block;
  width: 260px;
  vertical-align: top;
  font-size: 0;
}

.ajinomoto_questionnaire__content_select-input02 > div:first-of-type {
  margin-right: 0px;
}

@media screen and (max-width: 765px) {
  .ajinomoto_questionnaire__content_select-input02 > div {
    width: 36vw;
  }
}
.ajinomoto_questionnaire__content_select-input02 > div > input[type="radio"] {
  display: none;
}

.ajinomoto_questionnaire__content_select-input02
  > div
  > input[type="radio"]
  + label {
  display: block;
  cursor: pointer;
  width: 100%;
}

.ajinomoto_questionnaire__content_select-input03 {
  width: 570px;
  font-size: 0;
  margin-right: auto;
  /* margin-bottom: 31px; */
  margin-left: auto;
  display: flex;
}
@media screen and (max-width: 765px) {
  .ajinomoto_questionnaire__content_select-input03 {
    width: 100vw;
  }
  .ajinomoto_questionnaire__content_select-input03.page03 {
    margin: 0;
  }
}
.ajinomoto_questionnaire__content_select-input03 > div {
  display: inline-block;
  width: 260px;
  vertical-align: top;
  font-size: 0;
}

.ajinomoto_questionnaire__content_select-input03 > div:first-of-type {
  margin-right: 0px;
}

@media screen and (max-width: 765px) {
  .ajinomoto_questionnaire__content_select-input03 > div {
    width: 36vw;
  }
}
.ajinomoto_questionnaire__content_select-input03 > div > input[type="radio"] {
  display: none;
}

.ajinomoto_questionnaire__content_select-input03
  > div
  > input[type="radio"]
  + label {
  display: block;
  cursor: pointer;
  width: 100%;
}

.cta_action a.disabled {
  pointer-events: none; /* クリック禁止 */
  cursor: not-allowed;
}

.cta_action a img {
  transition: opacity 0.3s ease-in-out;
}

/* 破線 */
.hr1 {
  margin-top: 20px;
  border-top: 1px dashed #707070;
}

.box1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 0.5em 1em;
  border: solid 1px #000000;
  width: 80%;
}
.box1 p {
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
  line-height: 1.6;
}

.box2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 2%;
  color: #000000; /*文字色*/
  background: #f1fbff;
  border: solid 4px #0003bd; /*線*/
  width: 80%;
}

.box2 p {
  font-size: 24px;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  font-weight: bold;
}

.announce {
  font-size: 12px;
  margin-bottom: 20px;
  padding: 0;
  line-height: 1.6;
}

/* ------ チェックリスト ---*/

.checklist-box {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #000;
  padding: 20px;
  width: fit-content;
}

.checklist-box h3 {
  margin: 0 0 10px;
  font-weight: bold;
}

.question {
  margin-bottom: 16px;
}

.question-label {
  font-weight: bold;
  color: #0022ff;
  display: block;
  margin-bottom: 4px;
}

.options label {
  font-size: 16px;
  font-weight: bold;
  margin-right: 20px;
}

input[type="radio"] {
  transform: scale(1.2);
  margin-right: 5px;
}
