@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

body {
  max-width: 750px;
  font-family: "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin: 0 auto;
  font-size: 1.2em;
}

body img,
body video {
  width: 100%;
  height: auto;
  display: block;
}

body header {
  background-color: #C4EDF7;
}

@media screen and (min-width:750px) { 
  .shadow {
    box-shadow: 0px 0px 30px 20px rgba(0, 0, 0, .1);
  }
}

body main {
  margin: 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background:#fff;
}

body main p {
  padding: 0.8rem 0;
}

body main h1 {
  margin: 1rem 0;
  font-size: 1.92rem;
  font-weight: bolder;
}

body main h2 {
  font-size: 1.2em;
  font-family: 'Noto Serif', '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'MS P明朝', 'MS PMincho', serif;
  font-weight: 700;
  padding-bottom: 17.5px;
  margin-bottom: 25px;
}

@media screen and (max-width:750px) { 
  body main h2 {
  font-size: 1em;
  }
}

body main h2.question-title {
  border-bottom: 3px dotted #8099d3;
}

body main h2 span.marker {
 background-color: #F3FF9B;
 padding: 0 5px;
}


body main span.red {
  color: #FF0000;
  font-weight: 700;
}

body main sup.small {
  font-size: 0.5rem;
}

body main h2.offer-text {
  font-size: 1.25rem;
  font-family: "Noto Sans CJK JP Bold";
  font-weight: 400;
  padding-bottom: 0px;
  margin: 4%;
}

@media screen and (max-width:750px) { 
  body main h2.offer-text {
  font-size: 5vw;
  }
}

body main .innner-question-image {
  margin-bottom: 2%;
  margin-top: 2%;
}

body main .end-question-image {

}

body main div.question-area {
  width: 90%;
  margin: 0 auto 6%;
  position: relative;
}

body main div.question-area:first-of-type {
  margin: 6% auto 6%;
}  

body main div.questions {
  background-color: #FFFFFF;
  position: relative;
  padding: 4% 0.78125em;
  margin: auto;
  border: 4px solid #0b178b;
}

body main div .questions-text {
  padding: 0 1.30em;
  margin: auto;
  margin-top: 4%;
}

@media screen and (max-width: 470px) {
  body main div .questions-text {
    padding: 0;
  }
}

body main div.circle {
  margin: auto 10%;
  text-align: center;
  position: relative;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

body main .question-text {
  margin: auto;
  font-family: "ヒラギノ角ゴシック";
  font-size: 2.9rem;
  font-weight: 600;
  color: #FFFFFF;
}

body main dd {
  font-size: 15px;
  font-family: "Noto Sans CJK JP Regular";
  font-weight: 400;
  padding-bottom: 4%;
}

body main .highlight {
  background-color: #f8ff11;
}

body main .excuse {
  text-align: right;
  margin: -1.2rem 0 0 0;
  padding: 0;
  font-size: 0.7rem;
  color: #4d4d4d;
}

/* ========================================
Cart
======================================== */
.box_cart {position: relative;}

.box_cart a {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	transition: .3s;
    width: 86%;
  top: 0;
}

.box_cart_a a {top: 5%;}
.box_cart_b a {top: 5%;}

.box_cart a:hover  {
	opacity: .7;
}

/* ========================================
Note
======================================== */

.box-postage-wrapper {
  background: #f1f9fb;
  padding: 40px 0;
  }

.box-postage {
    width: 89.4%;
    box-sizing: border-box;
    margin: 0 auto;
    background: #fff;
    border: 2px #182f70 solid;
    border-radius: 10px;
    color: #1a3071;
    padding: 1em;
    font-size: 1.6rem;
}

.info_wrapper {
  width: 100%;
  padding: 6% 0 0;
  margin: 0 auto;
}

.note_inner {
    width: 95%;
    margin: 2% auto 0;
  padding-bottom: 2%;
    font-size: 1rem;
}

.info_inner{
    width: 95%;
    margin: 0 auto 8%;
    font-size: 1rem;
}

.info_ttl_a {
    background: #f0f0f0;
    font-size: 1.2rem;
    color: #6d6d6d;
    line-height: 1;
    padding: 2% 1em ;
    margin-bottom: 20px;
  font-weight: bold;
}

.info_ttl_b {
    font-size: 1.8rem;
    font-weight: bold;
    color: #002c6f;
}

.info_ttl_b {font-size: 1.6rem;}

.info_inner dl dt {
    font-weight: bold;
    color: #8099d3;
}

.info_inner dl dd {margin: 0 0 20px;}

.info_inner dl dd p:first-of-type {
  margin-bottom: 20px;
}

.info_inner dl dd .caut {
  font-size: 0.8rem;
  line-height: 1.5;
  display: inline-block;
  margin-top: 5px;
}

.note_toggle ul,
.note_toggle ul li {
  list-style: none;
}

.note_toggle>ul:first-child {
	border-top: 1px solid #CCC;
}

.note_toggle a.toggle {
    position: relative;
    display: block;
    padding: 14px 10px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #8099d3;
    border-bottom: 1px solid #CCC;
    text-decoration: none;
}

.note_toggle a.toggle::after {
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -6px;
    border-top: 3px solid #CCC;
    border-right: 3px solid #CCC;
    content: "";
    -moz-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.note_toggle a.toggle.active:after {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.box_toggle {
    display: none;
    padding: 10px 0;
    border-bottom: 1px solid #CCC;
	width: 100%;
}

.note_toggle a.link {
    position: relative;
    display: block;
    padding: 14px 10px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #8099d3;
    border-bottom: 1px solid #CCC;
    text-decoration: none;
}

.note_toggle a.link::after {
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-top: -6px;
    border-top: 3px solid #CCC;
    border-right: 3px solid #CCC;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


.list_bullet_a > ul > li,
.list_bullet_b > ul > li {
	position: relative;
    padding-left: .6em;
  list-style: none;
  line-height: 1.8;
}

.list_bullet_a ul li::before,
.list_bullet_b ul li::before {
    position: absolute;
    top: 0;
    left: 0;
}

.list_bullet_a > ul > li::before {content: "・";}
.list_bullet_b ul li::before {content: "・";}


.list_bullet_b {
  margin-top: 20px;
}

.list_note_a li {display: flex;}
.list_note_a .mark {margin-right: .3rem;}

.note_em, .note_contents dl dt {
    font-weight: bold;
    color: #8099d3;
}

.info_hr {border-top: 1px dashed #fd5b66;}

.list-note {
  position:relative;
}

.list-note ul {
  position: absolute;
  top: 0;
  left: 6%;
  width: 88%;
}
.list-note>ul>li {
  display: flex;
  text-align: left;
  font-size: .9rem;
  font-weight: 400;
  color: #687178;
}

.list-note>ul>li>.mark {
  margin: 0 8px 0 0;
  white-space: nowrap;
}

.list-note ul a {
  position: relative;
  left: 0;
transform: translateX(0);
  display: inline;
}

/* ========================================
mask
======================================== */

body main .annotations_2 {
  padding: 1rem 0rem 0.5rem 1.5rem;
  font-size: 0.8rem;
  color: #4d4d4d;
}


body main .annotations {
  /*padding: 0.5rem 1.5rem 0.5rem 1.5rem;*/
  padding: 0.5rem 0 1.5rem;
  font-size: 0.8rem;
  color: #4d4d4d;
  text-align: left;
}

@media screen and (max-width: 765px) {
  body main .annotations {
    padding: 0.5rem 1.5rem 1.5rem;
  }
}

body main .annotations_cart {
  padding: 0.5rem 1rem 0.5rem 1rem;
  font-size: 0.8rem;
  color: #4d4d4d;
}


body main .annotations_2 p {
  margin: 0;
  padding: 0;
  text-indent: -1.4rem;
  letter-spacing: -0.02rem;
  font-weight: normal
}


body main .annotations p {
  margin: 0;
  padding: 0;
  text-indent: -1.4rem;
  letter-spacing: -0.02rem;
}

body main .annotations_cart p {
  margin: 0;
  padding: 0;
  text-indent: 0;
  letter-spacing: -0.02rem;
}


body main .annotations-button-block {
  padding-left: 1.7rem;
  font-size: 0.1rem;
  color: #000000;
}

body main .annotations-button-block p {
  margin: 0;
  padding: 0;
}

body main input[type="checkbox"], body main input[type="radio"] {
  opacity: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

body main input[type="checkbox"] + span, body main input[type="radio"] + span {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 0 0 0 30px;
  vertical-align: middle;
  cursor: pointer;
}

body main input[type="checkbox"] + span span.small, body main input[type="radio"] + span span.small {
  font-size: 80%;
}

body main input[type="checkbox"] + span:hover:after, body main input[type="radio"] + span:hover:after {
  border-color: #df0212;
}

body main input[type="checkbox"] + span:after, body main input[type="radio"] + span:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  top: 50%;
  left: 1px;
  display: block;
  margin-top: -10px;
  margin-right: 50px;
  width: 20px;
  height: 20px;
  border: 2px solid #000000;
  border-radius: 1px;
  content: '';
}

body main input[type="checkbox"]:checked + span::before, body main input[type="radio"] + span::before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 9px;
  display: block;
  margin-top: -7px;
  width: 6px;
  height: 11px;
  border-right: 3px solid #df0212;
  border-bottom: 3px solid #df0212;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body main input[type="checkbox"]:checked + span:before, body main input[type="radio"]:checked + span:before {
  opacity: 1;
}

body main .button-block {
  position: relative;
}

body main .button-block__button1 {
  position: absolute;
  top: 85.5%;
  left: 5.3%;
  width: 90%;
}

body main .button-block__button2 {
  position: absolute;
  top: 81.5%;
  left: 7.3%;
  width: 86%;
}

body main section {
  background-color: #FFFFFF;
}

body .info {
  border: solid #14288b;
  background-color: #FFFFFF;
  margin-top: 1em;
  margin-bottom: 1em;
}

body .info h4 {
  background-color: #14288b;
  color: #FFFFFF;
  padding: 0.5em;
  padding-left: 1em;
}

body .info div {
  border-width: thin;
  padding: 0 1em 1em 1em;
}

body .info p {
  margin-top: 0em;
  padding-top: 0.1em;
  color: #14288b;
  font-size: 1rem;
}

body footer {
  background: #fff;
}

body footer ul {
  padding-left: 1.3rem;
}

body footer h4 {
  font-size: 1.1rem;
  font-weight: bold;
  color: #14288b;
  margin-bottom: .5em;
}

body footer h5 {
  font-size: 1rem;
  color: #14288b;
  font-weight: normal;
  margin: .5em 0;
}

body footer .copyright {
  text-align: center;
  background: #0A1358;
}

body footer .copyright p {
  font-size: 0.6rem;
  padding: 2% 0;
  margin: 0;
  color: #fff;
}

body footer .footer__block {
  margin-bottom: 1em;
}

body footer .footer__block div {
  display: none;
}

body footer .footer__block a {
  word-break: break-all;
  text-decoration: none;
}

body footer .footer__block p {
  font-size: 1rem;
  color: #000000;
}

body footer .footer__block ul {
  font-size: 1rem;
  padding-bottom: 0.5rem;
}

.button-block a {
  transition: all .3s;
  opacity: 1;
  display: block;
}

.button-block a:hover {
  transition: all .3s;
  opacity: .7;
  cursor:pointer
}

main .warning-unanswered {
  background-color: #ccc;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0.9;
  z-index: 1;
  display: block;
}

main .warning-unanswered-message {
  text-align: center;
  color: red;
  font-weight: 700;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate3d(-50%, -50%, 0);
  width: 100%;
}

main .warning-unanswered-message p {
  font-size: calc(0.0625rem + ((1vw - 0.01px) * 1.5));
  min-height: 0vw;
}

@media screen and (max-width:750px) { 
  main .warning-unanswered-message {
    top: 20%;
  }
}


.cart_text_box_wrap {
  position: relative;
}
.cart_text_box {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  top: 0;
  right: 0;
  left: 0; 
}

.cart_text_box .list-note {
  padding: 2%;
  line-height: 1.2;
}

.list-note {
  padding-top: 4%;
}

.list-note>ul>li {
  display: flex;
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  color: #687178;
}

.list-note>ul>li>.mark {
  margin: 0 4px 0 0;
  white-space: nowrap;
}

.cart_btn {position: relative;}

.cart_btn .btn {
  width: 93%;
  height: 240px;
  display: block;
  position: absolute;
  top: 71%;
  left: 4%;
  transition: .3s;
}

@media screen and (max-width:750px) { 
  .cart_btn .btn {
    width: 93%;
    height: 30vw;
    display: block;
    position: absolute;
    top: 71%;
    left: 3%;
    transition: .3s;
  }
}

@media screen and (max-width:750px) { 
  
  body main div.circle {
  margin: auto 4%;
  }
  
  body main div.question-area {
  padding: 0;
    width: 99%;
}
  
  main .warning-unanswered-message p {
    font-size: calc(0.0625rem + ((1vw - 0.01px) * 5));
  }

  .list-note > ul > li {
    font-size: .55rem;
  }
  
  .info_ttl_a {
    font-size: 1rem;
  }
  
  .info_inner {
    font-size: 0.9rem;
  }
  
  .note_toggle a.toggle {
    font-size: 1rem;
  }
  
  .note_toggle a.link {
    font-size: 1rem;
  }
  
  .note_inner {
    font-size: .9rem;
  }
  
}

.ajinomoto_questionnaire__content--wrap {
  width: 750px;
  background-color: #F5FBFF;
  margin-right: auto;
  margin-left: auto;
}
.fv {
    position: relative;
}

.fv h1 {margin: 0;}

.fv_movie {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.fv_movie video {
    width: 100%;
}

.fv_img {
    position: relative;
    top: 0;
    z-index: 2;
}

@media screen and (max-width:750px) { 
  .ajinomoto_questionnaire__content--wrap {
    width: 100%;
  }
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width:750px) { 
  .pc {
  display: none;
  }

  .sp {
    display: block;
  }
}

.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: #ffd600;
}

.ajinomoto_questionnaire__footer-info02 {
  padding-bottom: 30px;
}
@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.5;
  margin-bottom: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 765px) {
  .ajinomoto_questionnaire__footer-info01 {
    font-size: 10px;
  }
    .ajinomoto_questionnaire__footer-info02 {
    font-size: 11px;
  }
}

.btn_area {
  text-align: center;
}

.next_btn {
  pointer-events: inherit;
  width: 158px;
  height: 80px;
  background-color: #fff;
  border: none;
  background-image: url("../images/bg_next.png");
  background-size: 200%;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-position: 100% 0;
  margin: 35px auto 25px;
  cursor: pointer;
}

.next_btn:disabled {
  width: 155px;
  background-position: 0 0;
  pointer-events: none;
  background-size: 203%;
}

#question1 input{
  height: 54px;
  background-image: url(../images/bg_btns01.png);
  background-size: 200%;
  width: 157px;
  margin: 0;
  border-radius: 0;
}


#question1 dd {
  display: inline-block;
  width: 157px;
}

#question1 .questions-text {
  text-align: center;
}

#q-checkbox1-1 {
  background-position: 0 0;
}
#q-checkbox1-1:checked {
   background-position: 100% 0;
}

#q-checkbox1-2 {
  background-position: 0 100%;
}
#q-checkbox1-2:checked {
   background-position: 100% 100%;
}

#question2 input{
  height: 54px;
  background-image: url(../images/bg_btns02.png);
  background-size: 200%;
  width: 157px;
  margin: 0;
    border-radius: 0;
}

#question2 dd {
  display: inline-block;
 width: 157px;
}

#question2 .questions-text {
  text-align: center;
}

#q-checkbox2-1 {
  background-position: 0 0;
}
#q-checkbox2-1:checked {
   background-position: 100% 0;
}

#q-checkbox2-2 {
  background-position: 0 100%;
}
#q-checkbox2-2:checked {
   background-position: 100% 100%;
}

#question3 input{
  height: 54px;
  background-image: url(../images/bg_btns03.png);
  background-size: 200%;
  width: 328px;
  margin: 0;
    border-radius: 0;
}

#question3 .questions-text {
  text-align: center;
}

#q-checkbox3-1 {
  background-position: 0 0;
}
#q-checkbox3-1:checked {
   background-position: 100% 0;
}

#q-checkbox3-2 {
  background-position: left 13%;
  height: 75px !important;
}
#q-checkbox3-2:checked {
   background-position: right 13%;
}

#q-checkbox3-3 {
  background-position: left 29.4%;
}
#q-checkbox3-3:checked {
   background-position: right 29.4%;
}

#q-checkbox3-4 {
  background-position: left 41.7%;
}
#q-checkbox3-4:checked {
    background-position: right 41.7%;
}

#q-checkbox3-5 {
  background-position: left 54%;
}
#q-checkbox3-5:checked {
   background-position: right 54%;
}

#q-checkbox3-6 {
  background-position: left 66.3%;
}
#q-checkbox3-6:checked {
   background-position: right 66.3%;
}

#q-checkbox3-7 {
   background-position: left 82.35%;
   height: 74px !important;
}
#q-checkbox3-7:checked {
   background-position: right 82.35%;
}

#q-checkbox3-8 {
  background-position: left bottom;
  height: 74px !important;
}
#q-checkbox3-8:checked {
   background-position: right bottom;
   height: 74px !important;
}

#addimg {
  display: none;
}
