@charset "UTF-8";
.p-mv {
  background: #F2EEE8;
}
.p-mv__ttl picture {
  display: block;
  max-width: 128rem;
  margin: 0 auto;
}

.p-intro {
  background: #F2EEE8;
  padding: 2.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-intro {
    padding: 2.4rem 2.4rem 0;
  }
}
.p-intro__wrap {
  max-width: 112rem;
  background: #fff;
  margin: 0 auto;
  padding: 3.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-intro__wrap {
    border-radius: 0.3rem;
    padding: 1.6rem 1.6rem 0;
  }
}
.p-intro__ttl {
  text-align: center;
  line-height: 1;
  font-weight: 700;
  font-size: 2.4rem;
  color: #B98374;
  border-bottom: 1px solid #F1EEE9;
  padding: 0 0 2rem;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-intro__ttl {
    font-size: 1.6rem;
    padding: 0 0 0.8rem;
  }
}
.p-intro__ttl span {
  position: relative;
  line-height: 1;
  padding: 0 0 0 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-intro__ttl span {
    padding: 0 0 0 2.2rem;
  }
}
.p-intro__ttl span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/self-check/icn_info.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-intro__ttl span::before {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.p-intro__txt {
  line-height: 2.25;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-intro__txt {
    font-size: 1.3rem;
    line-height: 1.9;
    text-align: left;
  }
}
.p-intro-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.4rem 0;
  max-width: 91.4rem;
  margin: 1.8rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-intro-list {
    flex-flow: column;
    width: 100%;
  }
}
.p-intro-list__item {
  position: relative;
  width: calc(50% - 0.2rem);
  font-weight: 500;
  background: #F9F5EE;
  font-size: 1.5rem;
  padding: 0.7rem 0 0.7rem 2.9rem;
}
@media screen and (max-width: 767px) {
  .p-intro-list__item {
    width: 100%;
    font-size: 1.3rem;
    padding: 1.2rem 1.2rem 1.2rem 2.9rem;
  }
}
.p-intro-list__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.2rem;
  width: 0.9rem;
  height: 0.8rem;
  background: #E5DED2;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  transform: translateY(-50%);
}
.p-intro__step {
  font-weight: 500;
  text-align: center;
  margin: 3.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-intro__step {
    font-size: 1.3rem;
    line-height: 1.9;
    margin: 1rem 0 0;
  }
}
.p-intro__notes {
  font-size: 1.3rem;
  text-align: center;
  margin: 0.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-intro__notes {
    font-size: 1.1rem;
    color: #979797;
    text-align: left;
    margin: 1.2rem 0 0;
    padding: 0 0 0 1em;
    text-indent: -1em;
  }
}
.p-intro-go {
  background: #B98374;
  padding: 1.7rem 0 3.1rem;
  margin: 1.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-intro-go {
    margin: 2.4rem -1.6rem 0;
    padding: 1.2rem 1.5rem;
  }
}
.p-intro-go__btn {
  width: 37.5rem;
  height: 7.3rem;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-intro-go__btn {
    width: 100%;
  }
}
.p-intro-go__btn a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #B98374;
  border-radius: 5rem;
  box-shadow: 0 0.4rem 0.5rem rgba(0, 0, 0, 0.07);
}
.p-intro-go__btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.7rem;
  width: 0.8rem;
  height: 0.8rem;
  border-bottom: 1px solid #B98374;
  border-left: 1px solid #B98374;
  transform: translateY(-50%) rotate(-45deg);
}

.p-content {
  background: #F2EEE8;
  padding: 6rem 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-content {
    padding: 4rem 0 7.2rem;
  }
}
.p-content__wrap {
  max-width: 93rem;
  margin: 0 auto;
}
.p-content__block + .p-content__block {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-content__block + .p-content__block {
    margin-top: 3.2rem;
  }
}
.p-content__btn {
  margin-top: 3.2rem;
}
.p-content__btn button:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.p-content-head {
  position: relative;
  background: #B98374;
  padding: 4rem 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-content-head {
    padding: 3.2rem 2.4rem 5.3rem;
  }
}
.p-content-head__ttl {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-content-head__ttl {
    font-size: 2.2rem;
  }
}
.p-content-head__ttl span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-content-head__ttl span {
    font-size: 1.4rem;
  }
}
.p-content-head__txt {
  color: #fff;
  line-height: 1.375;
  margin: 2.9rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-content-head__txt {
    margin: 1.6rem 0 0;
  }
}
.p-content-head-step {
  position: absolute;
  bottom: 1.6rem;
  right: 1.6rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1.2rem;
}
.p-content-head-step__ttl {
  color: #fff;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375;
}
.p-content-head-step__num {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.375;
}
.p-content-head-step__now {
  color: #fff;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
.p-content-head-step__all {
  position: relative;
  color: #fff;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  padding: 0 0 0 3.2rem;
  opacity: 0.5;
}
.p-content-head-step__all::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.8rem;
  width: 1.5rem;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-content-question {
    padding: 0.8rem 2.4rem 0;
  }
}
.p-content-question__block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #fff;
  padding: 3.2rem 2.4rem 2.4rem;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-content-question__block {
    display: block;
    padding: 2.4rem;
  }
}
.p-content-question__head {
  width: 34rem;
}
@media screen and (max-width: 767px) {
  .p-content-question__head {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #F1EEE9;
    padding: 0 0 1.6rem;
    margin: 0 0 2rem;
  }
}
.p-content-question__num {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 6rem;
  height: 5.2rem;
  font-size: 2.3rem;
  background: url(../img/self-check/bg_num.svg) 0 0/100% auto no-repeat;
  color: #fff;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.p-content-question__ttl {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 500;
  margin: 1.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-content-question__ttl {
    width: calc(100% - 7.2rem);
    font-size: 1.6rem;
    line-height: 1.75;
    margin: 0;
  }
}
.p-content-question__ttl span {
  font-size: 1.6rem;
}
.p-content-question-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: calc(100% - 34rem);
}
@media screen and (max-width: 767px) {
  .p-content-question-list {
    flex-flow: column;
    width: 100%;
    gap: 1.6rem 0;
  }
}
.p-content-question-list__item {
  width: 17.6rem;
}
@media screen and (max-width: 767px) {
  .p-content-question-list__item {
    width: 100%;
  }
}
.p-content-question-list__item label {
  position: relative;
}
.p-content-question-list__item label input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.p-content-question-list__item label input[type=radio]:checked + .txt {
  color: #B98374;
  font-weight: 700;
}
.p-content-question-list__item label input[type=radio]:checked + .txt::before {
  opacity: 1;
}
.p-content-question-list__item label input[type=radio]:checked + .txt::after {
  width: 7.8rem;
  height: 7.8rem;
  background: #B98374;
  border-color: #A8775C;
}
@media screen and (max-width: 767px) {
  .p-content-question-list__item label input[type=radio]:checked + .txt::after {
    width: 6rem;
    height: 6rem;
  }
}
.p-content-question-list__item .txt {
  position: relative;
  display: block;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  padding: 9.1rem 0 0;
  margin: 0 -2rem;
}
@media screen and (max-width: 767px) {
  .p-content-question-list__item .txt {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 6rem;
    text-align: left;
    padding: 0 0 0 7.6rem;
    margin: 0;
  }
}
.p-content-question-list__item .txt::before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 50%;
  width: 4rem;
  height: 4rem;
  background: url(../img/self-check/icn_check.svg) center center/100% auto no-repeat;
  transform: translateX(-50%);
  transition: 0.3s;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-content-question-list__item .txt::before {
    top: 50%;
    left: 1.4rem;
    width: 3.1rem;
    height: 3.1rem;
    transform: translateY(-50%);
  }
}
.p-content-question-list__item .txt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 6.8rem;
  height: 6.8rem;
  border: 0.4rem solid #F6F6F6;
  background: #fff;
  transform: translateX(-50%);
  border-radius: 100%;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-content-question-list__item .txt::after {
    width: 6rem;
    height: 6rem;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

.-lv4 .c-mv__bread ol li {
  color: #fff;
}
.-lv4 .c-mv__bread ol li a {
  color: #fff;
}

.p-head {
  position: relative;
  padding: 7rem 0 6rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-head {
    padding: 5rem 2.4rem 2.4rem;
  }
}
.p-head::before {
  content: "";
  position: absolute;
  top: -3.4rem;
  left: calc(50% - 52rem);
  width: 27.9rem;
  height: 26rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
  transform: translateX(-50%);
}
.p-head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% + 50rem);
  width: 23.3rem;
  height: 19.8rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
  transform: translateX(-50%);
}
.p-head.-lv1 {
  background: #F5E1E1;
}
.p-head.-lv1::before {
  background-image: url(../img/self-check/answer/bg_mv_01-1.png);
}
.p-head.-lv1::after {
  background-image: url(../img/self-check/answer/bg_mv_02-1.png);
}
.p-head.-lv2 {
  background: #E5CCCD;
}
.p-head.-lv2::before {
  background-image: url(../img/self-check/answer/bg_mv_01-2.png);
}
.p-head.-lv2::after {
  background-image: url(../img/self-check/answer/bg_mv_02-2.png);
}
.p-head.-lv3 {
  background: #D7A5A2;
}
.p-head.-lv3::before {
  background-image: url(../img/self-check/answer/bg_mv_01-3.png);
}
.p-head.-lv3::after {
  background-image: url(../img/self-check/answer/bg_mv_02-3.png);
}
.p-head.-lv4 {
  background: #C69385;
}
.p-head.-lv4::before {
  background-image: url(../img/self-check/answer/bg_mv_01-4.png);
}
.p-head.-lv4::after {
  background-image: url(../img/self-check/answer/bg_mv_02-4.png);
}
.p-head__inner {
  position: relative;
  width: 84.6rem;
  background: #fff;
  margin: 0 auto;
  border-radius: 0.6rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-head__inner {
    width: 100%;
  }
}
.p-head__pre {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 36rem;
  height: 4.2rem;
  line-height: 1;
  background: #BD6C57;
  color: #fff;
  font-size: 2.2rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  border-bottom-left-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-head__pre {
    width: 26rem;
    height: 3.4rem;
    font-size: 1.8rem;
    border-bottom-left-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
  }
}
.p-head__img {
  position: absolute;
  bottom: 0;
  left: -1rem;
  width: 15.4rem;
}
@media screen and (max-width: 767px) {
  .p-head__img {
    width: 8.4rem;
  }
}
.p-head__ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 2.4rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 3.5rem;
  color: #B98374;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 3.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-head__ttl {
    flex-flow: column;
    gap: 1.2rem 0;
    font-size: 2.4rem;
    margin-top: 2rem;
  }
}
.p-head__ttl .pre {
  font-size: 2.2rem;
  line-height: 1;
  border-top: 1px solid #B98374;
  border-bottom: 1px solid #B98374;
  padding: 1.2rem 0;
}
@media screen and (max-width: 767px) {
  .p-head__ttl .pre {
    font-size: 1.8rem;
    padding: 0.8rem 1.5rem;
  }
}
.p-head__meter {
  position: relative;
  bottom: -0.6rem;
  width: 16.7rem;
  margin: 1.2rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-head__meter {
    bottom: -0.4rem;
    width: 11.5rem;
    margin: 2rem auto 0;
  }
}

.p-result {
  background: #F2EEE8;
  padding: 10rem 0 19rem;
}
@media screen and (max-width: 767px) {
  .p-result {
    padding: 4rem 0 5.6rem;
  }
}
.p-result__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 112rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-result__wrap {
    flex-flow: column;
  }
}
.p-result-message {
  width: 52.3rem;
  padding: 2.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-result-message {
    width: 100%;
    text-align: center;
    padding: 2.4rem 2.4rem 0;
  }
}
.p-result-message__ttl {
  position: relative;
  font-size: 3rem;
  line-height: 1.867;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-result-message__ttl {
    display: inline-block;
    font-size: 2.2rem;
  }
}
.p-result-message__ttl::before {
  content: "";
  position: absolute;
  top: -4rem;
  left: -4.4rem;
  width: 11.8rem;
  height: 3.4rem;
  background: url(../img/self-check/answer/txt_message.svg) center center/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .p-result-message__ttl::before {
    left: 0;
  }
}
.p-result-message-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-result-message-content {
    flex-flow: column;
    text-align: left;
  }
}
.p-result-message-content__inner {
  width: 36rem;
  padding: 1.6rem 0 1.6rem 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-result-message-content__inner {
    width: 100%;
    padding: 2.1rem 1.6rem 1.6rem;
  }
}
.p-result-message-content__ttl {
  position: relative;
  height: 4.6rem;
  font-size: 2.2rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #B98374;
  border-bottom: 1px solid #F1EEE9;
  padding: 0 0 0 6rem;
  margin: 0 0 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-result-message-content__ttl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2rem;
    margin: 0 0 1.6rem;
  }
}
.p-result-message-content__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4.8rem;
  height: 4.6rem;
  background: url(../img/self-check/answer/icn_doctor.svg) 0 0/auto 100% no-repeat;
  transform: translateY(-50%);
}
.p-result-message-content__txt {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-result-message-content__txt {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
.p-result-message-content__img {
  width: 15rem;
  padding: 1.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-result-message-content__img {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0 1.6rem 1.6rem;
  }
}
.p-result-message-content__img img {
  display: block;
  width: 12rem;
  border-radius: 0.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-result-message-content__img img {
    width: 16rem;
  }
}
@media screen and (max-width: 767px) {
  .p-result-message-content__img div {
    width: calc(100% - 18.4rem);
  }
}
.p-result-message-content__img p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-result-message-content__img p {
    text-align: left;
  }
}
.p-result-message-content__img p + p {
  margin-top: 0.5rem;
}
.p-result-table {
  width: 56.8rem;
}
@media screen and (max-width: 767px) {
  .p-result-table {
    width: 100%;
    margin: 3.2rem 0 0;
    padding: 0 2.4rem;
  }
  .p-result-table .scroll-hint-icon-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 56.8rem;
    height: 100%;
    background: #5A554D;
    opacity: 0;
    transition: 0.3s;
  }
  .p-result-table .scroll-hint-icon-wrap.is-active::before {
    opacity: 0.7;
  }
  .p-result-table .scroll-hint-icon-wrap .scroll-hint-icon {
    position: absolute;
    top: calc(50% - 5.6rem);
    left: calc(50% - 11.9rem);
    box-sizing: border-box;
    width: 23.8rem;
    height: 11.2rem;
    padding: 2.8rem 0 0;
  }
  .p-result-table .scroll-hint-icon-wrap .scroll-hint-icon::before {
    width: 3rem;
    height: 3.6rem;
    background-size: 100% auto;
  }
  .p-result-table .scroll-hint-icon-wrap .scroll-hint-icon::after {
    top: 1.8rem;
    width: 2.9rem;
    height: 1rem;
    background-size: 100% auto;
    margin-left: -1.8rem;
  }
  .p-result-table .scroll-hint-icon-wrap .scroll-hint-text {
    font-size: 1.3rem;
    margin-top: 1.2rem;
  }
}
.p-result-table__ttl {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1;
  color: #956057;
  letter-spacing: 0.05em;
  padding: 0 0 0 2.4rem;
  margin: 0 0 1.2rem;
}
.p-result-table__ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.9rem;
  height: 1.9rem;
  background: url(../img/self-check/answer/icn_check.svg) 0 0/100% auto no-repeat;
}
.p-result-table table {
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width: 767px) {
  .p-result-table table {
    width: 56.8rem;
  }
}
.p-result-table table thead th {
  background: #B98374;
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  border-right: 1px dotted #fff;
  padding: 1rem 0 1rem 3.2rem;
}
.p-result-table table thead th:first-child {
  width: 4.2rem;
}
.p-result-table table thead th:nth-child(3) {
  width: 17.5rem;
}
.p-result-table table thead th:last-child {
  width: 10rem;
  text-align: center;
  padding: 1rem 0;
  border-right: 0;
}
.p-result-table table tbody th {
  font-family: sofia-pro, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
  text-align: center;
  background: #F6F4F2;
  border-right: 1px solid #F5EBEB;
  color: #B98374;
  vertical-align: middle;
}
.p-result-table table tbody td {
  font-size: 1.3rem;
  line-height: 1.8;
  border-right: 1px solid #F5EBEB;
  background: #F6F4F2;
  padding: 0.6rem 1.2rem;
  vertical-align: middle;
}
.p-result-table table tbody td:last-child {
  text-align: center;
  padding: 0;
  border-right: 0;
}
.p-result-table table tbody td:last-child img {
  width: 4.9rem;
}
.p-result-table table tbody tr:nth-child(even) th,
.p-result-table table tbody tr:nth-child(even) td {
  background: #fff;
}

.p-case {
  background: #F2EEE8;
  padding: 0 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-case {
    padding: 0;
  }
}
.p-case .c-case-slide .slick-dots {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-case .c-case-slide {
    padding: 0 0 3.4rem;
  }
  .p-case .c-case-slide .slick-dots,
  .p-case .c-case-slide .slick-arrow {
    bottom: 0;
  }
}
.p-case .c-case-slide-note {
  display: none;
}
.p-case__ttl {
  font-size: 2.8rem;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-case__ttl {
    font-size: 2.2rem;
    padding: 0 0 0 2.4rem;
  }
}
.p-case__ttl .bg {
  display: inline-block;
  background: #956057;
  padding: 1rem 4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-case__ttl .bg {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-flow: column;
    gap: 0.4rem 0;
    background: none;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-case__ttl .bg .txt {
    display: inline-block;
    background: #956057;
    padding: 1rem 1.3rem;
    line-height: 1;
  }
}
.p-case__inner {
  position: relative;
  background: linear-gradient(45deg, rgb(177, 129, 115) 0%, rgb(206, 165, 150) 50%, rgb(133, 98, 72) 100%);
  padding: 2.1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-case__inner {
    padding: 2.8rem 0 0;
  }
}
.p-case-balloon {
  position: absolute;
  top: -13.3rem;
  left: calc(50% + 42.6rem);
  transform: translateX(-50%);
  width: 27.4rem;
}
@media screen and (max-width: 767px) {
  .p-case-balloon {
    top: -3.2rem;
    right: 1.9rem;
    left: auto;
    width: 20.2rem;
    transform: none;
  }
}
.p-case-balloon__comment {
  width: 25.7rem;
  height: 8rem;
  background: url(../img/self-check/answer/img_balloon.png) 0 0/100% auto no-repeat;
  padding: 1.3rem 0 0 0;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .p-case-balloon__comment {
    width: 20.2rem;
    height: 6rem;
    background: url(../img/self-check/answer/img_balloon_sp.png) 0 0/100% auto no-repeat;
    padding: 0.9rem 0 0;
  }
}
.p-case-balloon__comment p {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #585858;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-case-balloon__comment p {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
.p-case-balloon__doctor {
  width: 10.8rem;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-case-balloon__doctor {
    width: 8.8rem;
    margin: 0.5rem 1.3rem 0 auto;
  }
}
.p-case-notes {
  background: #F2EEE8;
  padding: 1.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-case-notes {
    background: none;
    padding: 2.4rem 2.4rem 3.8rem;
  }
}
.p-case-notes__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 93rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-case-notes__inner {
    display: block;
    line-height: 1.6;
  }
}
.p-case-notes__ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 11.3rem;
  font-size: 1.4rem;
  border: 1px solid rgba(90, 85, 77, 0.2);
}
@media screen and (max-width: 767px) {
  .p-case-notes__ttl {
    display: inline;
    font-size: 1.1rem;
    color: #fff;
    border: 0;
  }
  .p-case-notes__ttl::after {
    content: "：";
  }
}
.p-case-notes__txt {
  width: calc(100% - 13rem);
  font-size: 1.3rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-case-notes__txt {
    display: inline;
    width: auto;
    font-size: 1.1rem;
    color: #fff;
  }
}

.l-footer-cta-clinic__ttl {
  margin-bottom: 1.6rem;
}

.l-footer-cta {
  background: #F2EEE8 !important;
}/*# sourceMappingURL=self-check.css.map */