@charset "utf-8";

body {
  color: #192746;
  width: 100%;
  font-family: "Yu Gothic", YuGothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
}

img {
  width: 100%;
}
.small {
  font-size: 0.6rem;
}
.smaller {
  font-size: 0.55rem;
}
.underline {
  text-decoration: underline;
}

.inner {
  padding: 0 6%;
}
.start {
  margin: 2% auto 4%;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
}
.step {
  margin: 0 auto 5%;
  width: 39%;
}

.question {
  font-size: 1.1rem;
}

.image {
  margin: 5% auto;
}

.answer.double {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.answer.double .ajinomoto_questionnaire__content_select-input {
  width: 48%;
}

.ajinomoto_questionnaire__content--wrap {
  background-color: #f1edec;
}
.ajinomoto_questionnaire__content--wrap#start {
  display: block;
  padding-bottom: 12%;
}
.ajinomoto_questionnaire__content--wrap#page02,
.ajinomoto_questionnaire__content--wrap#page03,
.ajinomoto_questionnaire__content--wrap#page04 {
  display: none;
  padding: 6% 0 10%;
}
.ajinomoto_questionnaire__content--wrap#end {
  display: none;
  padding: 6% 0 0;
}

.ajinomoto_questionnaire__content_select-input {
  margin-top: 6%;
}
.ajinomoto_questionnaire__content_select-input > input {
  display: none;
}
.ajinomoto_questionnaire__content_select-input > input + label {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 4rem;
  background: white;
  border: 1px solid #362616;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-all;
}
.ajinomoto_questionnaire__content_select-input.check03 > input + label {
  padding: 0 5%;
  font-size: 0.9rem;
  justify-content: start;
  height: 5rem;
  line-height: 1.5;
}
.ajinomoto_questionnaire__content_select-input > input + label.selected {
  background: #babcd8;
  color: black;
}

.note {
  font-size: 0.6rem;
  margin-top: 5%;
}

#end {
  background: white;
}

.cta {
  display: block;
  width: 88%;
  margin: 6% auto;
}

.cta-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  display: none;
}

.cta-fixed .cta {
  margin: 0 auto;
  padding: 3% 0%;
}

.ajinomoto_questionnaire__footer {
  background: #f1edec;
  font-size: 0.6rem;
  line-height: 2;
}
.ajinomoto_questionnaire__footer .border {
  border-top: 0.5px solid #362616;
}
.ajinomoto_questionnaire__footer-info01 > a,
.ajinomoto_questionnaire__footer-info02 > a {
  text-decoration: underline;
}
.ajinomoto_questionnaire__footer-info01 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 5% 0 3%;
}
.ajinomoto_questionnaire__footer-info02 {
  text-align: center;
  margin-bottom: 4%;
}
.ajinomoto_questionnaire__footer-copy {
  text-align: center;
  background-color: #192746;
  color: white;
  padding: 4% 0;
}

@media screen and (min-width: 751px) {
  html {
    font-size: 32px;
  }
  body {
    width: 750px;
    margin: auto;
  }

  .cta-fixed {
    width: 750px;
    left: 50%;
    transform: translateX(-50%);
  }
}
