html {
  font-size: 10px;
}

body {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  padding: 0;
  margin: 0;
  filter: drop-shadow(0px 50px 30px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 765px) {
  body {
    font-size: 1.8666666667vw;
  }
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
  line-height: 1;
  padding: 0;
  margin: 0;
}

img {
  width: 100%;
  vertical-align: bottom;
  margin-bottom: -1px; /* 下方向に1px重ねる */
}

.img_margin {
  margin-bottom: 40px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.small {
  font-size: 14px;
}

@media screen and (max-width: 765px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}
.ajinomoto_questionnaire__content--wrap {
  width: 750px;
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 40px;
}

.ajinomoto_questionnaire__content--wrap#end {
  padding-bottom: 0;
}
/*
.ajinomoto_questionnaire__content--wrap#start,
.ajinomoto_questionnaire__content--wrap#page01,
.ajinomoto_questionnaire__content--wrap#page02,
.ajinomoto_questionnaire__content--wrap#page03,
.ajinomoto_questionnaire__content--wrap#page04,
.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: 6% 4% 0;
  width: 92%;
  margin: 0 auto 40px;
  border: 6px solid #120078;
  box-sizing: border-box;
}
@media screen and (max-width: 765px) {
  .ajinomoto_questionnaire__content_select {
  }
}
.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;
  border-bottom: 4px dashed #120078;
  font-weight: 600;
  font-size: 34px;
  text-align: center;
  padding-bottom: 4%;
}

@media screen and (max-width: 765px) {
  .ajinomoto_questionnaire__content_select-text {
    margin-bottom: 6%;
    font-size: 5vw;
    padding-bottom: 4%;
  }
  .ajinomoto_questionnaire__annotation-text {
    padding-bottom: 4vw;
  }
}

.ajinomoto_questionnaire__content_select-text.end {
  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 {
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}
@media screen and (max-width: 765px) {
  .ajinomoto_questionnaire__content_select-input {
    width: 85.3333333333vw;
    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="checkbox"]
  + label,
.ajinomoto_questionnaire__content_select-input.check02
  > input[type="checkbox"]
  + label {
  display: block;
  cursor: pointer;
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
}
.ajinomoto_questionnaire__content_select-input.check01 {
  width: 100%;
}
@media screen and (max-width: 765px) {
  .ajinomoto_questionnaire__content_select-input.check01 {
  }
}

.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 #120078;
  border-radius: 10px;
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 765px) {
  .select-button {
    font-size: 20px;
  }
}

input[type="checkbox"]:checked + .select-button {
  background: #120078;
  color: #ffffff;
}

input[type="radio"]:checked + .select-button {
  background: #120078;
  color: #ffffff;
}

.select-button sup {
  position: absolute;
  bottom: 10px;
  font-size: 0.5em;
}

.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 #120078;
  border-radius: 20px;
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  gap: 10px;
}

@media screen and (max-width: 765px) {
  .select-button2 {
    padding: 20px 0px;
    width: 144px;
    height: auto;
    border: 3.5px solid #120078;
    font-size: 20px;
  }
}

@media screen and (max-width: 414px) {
  .select-button2 {
    padding: 10px 0px;
  }
}

input[type="checkbox"]:checked + .select-button2 {
  background: #120078;
  color: #ffffff;
}

input[type="radio"]:checked + .select-button2 {
  background: #120078;
  color: #ffffff;
}

.ajinomoto_questionnaire__content_select-input.check02 {
  width: 100%;
}
@media screen and (max-width: 765px) {
  .ajinomoto_questionnaire__content_select-input.check02 {
  }
}

.ajinomoto_questionnaire__content_select-input.check02 {
  width: 100%;
}
@media screen and (max-width: 765px) {
  .ajinomoto_questionnaire__content_select-input.check02 {
  }
}

.ajinomoto_questionnaire__content_select-input02 {
  width: 570px;
  font-size: 0;
  margin-right: auto;
  /* margin-bottom: 31px; */
  margin-left: auto;
  display: block;
}
@media screen and (max-width: 765px) {
  .ajinomoto_questionnaire__content_select-input02 {
    width: 100%;
  }
  .ajinomoto_questionnaire__content_select-input02.page02 {
    margin: 0;
  }
}
.ajinomoto_questionnaire__content_select-input02 > div {
  display: block;
  width: 100%;
  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: 100%;
  }
}
.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: 100%;
  font-size: 0;
  margin-right: auto;
  /* margin-bottom: 31px; */
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 765px) {
  .ajinomoto_questionnaire__content_select-input03 {
    width: 100%;
  }
  .ajinomoto_questionnaire__content_select-input03.page03 {
    margin: 0 auto;
  }
}

.ajinomoto_questionnaire__content_select-input03 > div {
  display: block;
  width: 48%;
  vertical-align: top;
  font-size: 0;
  margin: 0;
}

.ajinomoto_questionnaire__content_select-input03 > div:first-of-type {
  margin: 0px;
}

@media screen and (max-width: 765px) {
  .ajinomoto_questionnaire__content_select-input03 > div {
    width: 48%;
  }
}
.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%;
}

.ajinomoto_questionnaire__content_select-next {
  pointer-events: none;
  width: 155px;
  height: 80px;
  background-image: url("../img/bg_next.png");
  background-size: 200%;
  background-repeat: no-repeat;
  background-position: 1px 0;
  margin-top: 45px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  cursor: pointer;
}

.ajinomoto_questionnaire__content_select-next.on {
  cursor: pointer;
  pointer-events: inherit;
  background-position: -155px 0;
}
@media screen and (max-width: 765px) {
  .ajinomoto_questionnaire__content_select-next {
    width: 30vw;
    height: 15vw;
    margin-top: 6.4vw;
    margin-bottom: 3.3333333333vw;
  }
  .ajinomoto_questionnaire__content_select-next.on {
    background-position: -30vw 0;
  }
}
.ajinomoto_questionnaire__content_compbtn {
  width: 600px;
  margin-right: auto;
  padding-bottom: 30px;
  margin-left: auto;
}
@media screen and (max-width: 765px) {
  .ajinomoto_questionnaire__content_compbtn {
    width: 92.1333333333vw;
    margin-bottom: 0;
    padding-bottom: 6%;
  }
}
.ajinomoto_questionnaire__content_compbtn img {
  width: 100%;
}
.ajinomoto_questionnaire__content_annotation {
  background-color: #faf2ed;
  padding-bottom: 52px;
}
@media screen and (max-width: 765px) {
  .ajinomoto_questionnaire__content_annotation {
    padding-bottom: 3.0666666667vw;
  }
}
.ajinomoto_questionnaire__footer {
  width: 750px;
  margin: 0 auto;
  background: #f5fbff;
  border-top: 1px solid #707070;
}
@media screen and (max-width: 765px) {
  .ajinomoto_questionnaire__footer {
    width: 100%;
    border-top: 1px solid #707070;
  }
}
.ajinomoto_questionnaire__footer-info01,
.ajinomoto_questionnaire__footer-info02,
.ajinomoto_questionnaire__footer-notification {
  width: 560px;
  color: #333333;
  word-wrap: break-word;
  word-break: break-all;
  margin-right: auto;
  margin-left: auto;
}
.ajinomoto_questionnaire__footer-info01 > a,
.ajinomoto_questionnaire__footer-info02 > a {
  color: #333333;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.ajinomoto_questionnaire__footer-info01 > a:hover,
.ajinomoto_questionnaire__footer-info02 > a:hover {
  color: #fecd19;
}
@media screen and (max-width: 765px) {
  .ajinomoto_questionnaire__footer-info01,
  .ajinomoto_questionnaire__footer-info02,
  .ajinomoto_questionnaire__footer-notification {
    width: 90.2666666667vw;
  }
  .ajinomoto_questionnaire__footer-info01 > a,
  .ajinomoto_questionnaire__footer-info02 > a {
    -webkit-transition: color 0s;
    transition: color 0s;
  }
  .ajinomoto_questionnaire__footer-info01 > a:hover,
  .ajinomoto_questionnaire__footer-info02 > a:hover {
    color: #333333;
  }
}
.ajinomoto_questionnaire__footer-info01 {
  line-height: 1.8;
  margin: 30px auto 20px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 765px) {
  .ajinomoto_questionnaire__footer-info01 {
    font-size: 12px;
    margin-bottom: 5.3333333333vw;
  }
}
.ajinomoto_questionnaire__footer-info02 {
  text-align: left;
  line-height: 1.8;
  font-size: 1.6rem;
  font-weight: bold;
  width: 560px;
  margin: 0 auto;
}
@media screen and (max-width: 765px) {
  .ajinomoto_questionnaire__footer-info02 {
    font-size: 11px;
    margin: 0 auto;
    width: 90%;
  }
}
.ajinomoto_questionnaire__footer-copy {
  text-align: center;
  background-color: #0b1357;
  margin-top: 20px;
  color: #fff;
  padding: 10px 0;
}

@media screen and (max-width: 765px) {
  .ajinomoto_questionnaire__footer-copy {
    margin-top: 4vw;
  }
}
.ajinomoto_questionnaire__footer-copy > img {
  width: 750px;
}
@media screen and (max-width: 765px) {
  .ajinomoto_questionnaire__footer-copy > img {
    width: 100%;
  }
}

.ajinomoto_questionnaire__footer-notification {
  width: 560px;
  padding: 0.5em 1em;
  margin-top: 1em;
  font-weight: bold;
  color: #333333; /*文字色*/
  background: #fff;
  border: solid 3px #333333; /*線*/
}
.ajinomoto_questionnaire__footer-notification p {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 765px) {
  .ajinomoto_questionnaire__footer-notification {
    width: 90.2666666667vw;
    padding: 0.5em 1em;
    margin-top: 2em;
    font-weight: bold;
    color: #333333; /*文字色*/
    background: #fff;
    border: solid 3px #333333; /*線*/
  }
  .ajinomoto_questionnaire__footer-notification p {
    font-size: 11px;
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 765px) {
  .example4 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    gap: 10px;
    width: 330px;
    background: #ffffff;
    border: 3px solid #000000;
    border-radius: 10px;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
  }
  .example4.click {
    background: #fecd19;
    color: #000000;
  }
}

/* BMI計算 */
.container {
  background-color: #ffffff;
  padding: 20px 20px 0px 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  margin: 0px 0 30px 0;
  width: 350px;
  border: 3px solid #000000;
  font-size: 16px;
}

.container-title {
  width: 40%;
  font-weight: 500;
  font-size: 22px;
  background-color: #006400;
  border-radius: 15px;
  color: #ffffff;
  padding: 8px 4px 12px 8px;
  text-align: center;
  margin: 0 auto;
  border: 3px solid #000000;
}

.input-group {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.unit {
  color: #000000;
  margin-left: 10px;
}

label {
  color: #000000;
  margin-right: 10px;
}

input {
  width: 20%;
  padding: 12px 15px;
  border: 1px solid #000000;
  background-color: #e6e6e6;
  border-radius: 7px;
  font-size: 16px;
  transition: border-color 1s;
}

input:focus {
  border-color: #000000;
  outline: none;
}

button {
  padding: 12px 15px;
  background-color: #006400;
  color: #ffffff;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  font-size: 20px;
  transition: background-color 0.3s;
  width: 70%;
  display: block;
  margin: auto;
}

button:hover {
  background-color: #5c9862;
}

#result {
  margin-top: 25px;
  text-align: center;
  font-size: 18px;
}

#output {
  margin-top: 20px;
  font-size: 20px;
  padding: 8px;
  border-radius: 7px;
  font-weight: bold;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 765px) {
  /* BMI計算 */
  .container {
    background-color: #ffffff;
    padding: 20px 20px 0px 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    margin: 0px 0 30px 0;
    width: 70%;
    border: 3px solid #000000;
    font-size: 16px;
  }

  .container-title {
    width: 40%;
    font-weight: 500;
    font-size: 22px;
    background-color: #006400;
    border-radius: 15px;
    color: #ffffff;
    padding: 8px 4px 12px 8px;
    text-align: center;
    margin: 0 auto;
    border: 3px solid #000000;
  }

  .input-group {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .unit {
    color: #000000;
    margin-left: 10px;
  }

  label {
    color: #000000;
    margin-right: 10px;
  }

  input {
    width: 20%;
    padding: 12px 15px;
    border: 1px solid #000000;
    background-color: #e6e6e6;
    border-radius: 7px;
    font-size: 16px;
    transition: border-color 1s;
  }

  input:focus {
    border-color: #000000;
    outline: none;
  }

  button {
    padding: 12px 15px;
    background-color: #006400;
    color: #ffffff;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    font-size: 20px;
    transition: background-color 0.3s;
    width: 70%;
    display: block;
    margin: auto;
  }

  button:hover {
    background-color: #5c9862;
  }

  #result {
    margin-top: 25px;
    text-align: center;
    font-size: 18px;
  }

  #output {
    margin-top: 20px;
    font-size: 20px;
    padding: 8px;
    border-radius: 7px;
    font-weight: bold;
  }

  .center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

video {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.cta-container {
  position: relative;
  width: 100%;
}

.cta-box {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  bottom: 8.2%;
}

.cta-btn {
  text-align: center;
  width: 600px;
}

@media screen and (max-width: 765px) {
  .cta-box {
    bottom: 7.5%;
  }

  .cta-btn {
    width: 90%;
  }
}

.cta-btn a {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cta-btn a:hover {
  opacity: 0.7;
}

.start_wrap {
  background: #fff;
  padding-top: 40px;
}

.start_in {
  width: 80%;
  margin: 0 auto;
}

.in_imgbox {
  margin-top: 30px;
}

@media screen and (max-width: 765px) {
  .in_imgbox {
    margin-top: 6%;
  }
}

.info_box {
  margin-top: 60px;
  font-size: 1.4rem;
}

@media screen and (max-width: 765px) {
  .info_box {
    margin-top: 6%;
  }
}

@media screen and (max-width: 415px) {
  .info_box {
    font-size: 3vw;
    margin-top: 6%;
  }
}

.info_box ul {
  padding: 0;
  margin: 0;
}

.info_box ul li {
  list-style: none;
  display: flex;
}

.info_box ul li span {
  display: block;
  margin: 0;
}

.info_box ul li p {
  margin: 0;
}

.start_wrap,
.start_in {
  position: relative;
}

#start_btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.caution {
  margin: 10px auto 60px;
  color: #4c4c4c;
  display: flex;
  font-size: 1.6rem;
}
@media screen and (max-width: 765px) {
  .caution {
    margin: 4% auto 6%;
  }
}

@media screen and (max-width: 414px) {
  .caution {
    font-size: 3vw;
    margin: 6% auto 10%;
  }
}

.caution span {
  display: block;
}

.caution p {
  margin: 0;
}

#page03 .in_imgbox {
  margin-bottom: 30px;
}

@media screen and (max-width: 765px) {
  #page03 .in_imgbox {
    margin-bottom: 4%;
  }
}

.crt_area {
  position: relative;
}

.crt_area a {
  display: block;
  position: absolute;
  top: 33%;
  left: 0;
  width: 93%;
  height: 33%;
  right: 0;
  margin: 0 auto;
}

.warning-unanswered {
  background-color: #ccc;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
  z-index: 1;
  display: block;
}

.warning-unanswered-message {
  text-align: center;
  color: red;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate3d(-50%, -50%, 0);
  width: 100%;
}

.warning-unanswered-message p {
  font-size: calc(0.0625rem + ((1vw - 0.01px) * 1.5));
  min-height: 0vw;
}

@media screen and (max-width: 750px) {
  .warning-unanswered-message {
    top: 20%;
  }
  .warning-unanswered-message p {
    font-size: calc(0.0625rem + ((1vw - 0.01px) * 5));
  }
}
