.shindan.show-result .shindan-mv,
.shindan.show-result .shindan-questions {
  display: none;
}
.shindan.show-result .shindan-result {
  display: block;
}

.shindan-mv {
  width: 100%;
  background: url(../img/shindan/ttl-bg.png) center/cover no-repeat;
}
.shindan-mv__ttl {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: auto;
  aspect-ratio: 1200/250;
  margin: auto;
}
.shindan-mv__ttl img {
  position: absolute;
  bottom: 0;
  left: 8.4%;
  width: 79.66%;
  height: auto;
}

.shindan-questions__list {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  transition: 0.3s;
}

.shindan-question {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 49px 20px 80px;
}
.shindan-question__head {
  color: #009de0;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  word-break: keep-all;
}
.shindan-question__num {
  display: block;
  font-size: 20px;
  letter-spacing: 0.06em;
}
.shindan-question__ttl {
  font-size: 34px;
  letter-spacing: 0.06em;
  background: linear-gradient(to top, transparent 8%, #fff000 8%, #fff000 28%, transparent 28%) left/100% 100% no-repeat;
}
.shindan-question__choices {
  counter-reset: qnum;
  max-width: 840px;
  margin: 27px auto 0;
}
.shindan-question__choices li {
  counter-increment: qnum;
}
.shindan-question__choices li + li {
  margin-top: 14px;
}
.shindan-question__choices li button {
  position: relative;
  display: block;
  width: 100%;
  background: #e5f8ff;
  border: none;
  border-radius: 10px;
  color: #111;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding: 11px 56px 12px 105px;
  text-align: left;
  transition: 0.2s;
}
.shindan-question__choices li button::before {
  content: counter(qnum, upper-alpha);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  background: #004490;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: auto;
  padding-bottom: 2px;
  transition: 0.2s;
}
.shindan-question__choices li button:hover {
  background-color: #004490;
  color: #fff;
}
.shindan-question__choices li button:hover::before {
  background-color: #fff;
  color: #004490;
}

.shindan-result {
  display: none;
  background: #e5f8ff;
  padding: 120px 0 80px;
}
.shindan-result--need-advice .shindan-result__ttl, .shindan-result--need-advice .shindan-result-detail {
  display: none;
}
.shindan-result--need-advice .shindan-result-contact {
  border-radius: 10px;
}
.shindan-result__ttl {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: auto;
  background: #fff000;
  border-radius: 100px;
  color: #004490;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 38px;
  padding: 23px 54px 28px;
  text-align: center;
}
.shindan-result__ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -80%);
  display: block;
  width: 91px;
  height: auto;
  aspect-ratio: 91/73;
  background: url(../img/common/kujira02.png) center/contain no-repeat;
}
.shindan-result__ttl::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 1px);
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  border-top: solid 16px #fff000;
  border-left: solid 16px transparent;
  border-right: solid 16px transparent;
}
.shindan-result__ttl-pre {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-size: 28px;
  letter-spacing: 0.06em;
}
.shindan-result__ttl-pre::before, .shindan-result__ttl-pre::after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  background: #004490;
}
.shindan-result__ttl-pre::before {
  transform: rotate(-22deg);
}
.shindan-result__ttl-pre::after {
  transform: rotate(22deg);
}
.shindan-result__ttl-type {
  font-size: 36px;
  letter-spacing: 0.06em;
}

.shindan-result-detail {
  position: relative;
  background: #fff;
  border: solid 4px #004490;
  border-radius: 10px 10px 0 0;
  padding: 68px 56px 80px;
}
.shindan-result-detail::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  display: block;
  width: 115px;
  height: 18px;
  background: url(../img/common/clip.svg) center/contain no-repeat;
}
.shindan-result-detail__answer-list {
  display: flex;
  gap: 16px;
}
.shindan-result-detail__answer-list li {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #01b9b0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding: 16px 15px 11px;
}
.shindan-result-detail__answer-list li::before, .shindan-result-detail__answer-list li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  display: block;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
}
.shindan-result-detail__answer-list li::before {
  background: #01b9b0;
  border: solid 2px #fff;
  border-radius: 50%;
}
.shindan-result-detail__answer-list li::after {
  background: url(../img/common/check_y.svg) center/16px no-repeat;
}
.shindan-result-detail__conclusion {
  color: #004490;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.8;
  margin: 16px 0 -25px;
  text-align: center;
}
.shindan-result-detail__conclusion span {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.shindan-result-product {
  display: none;
  background: #f0fbff repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 14.14px, transparent 14.14px, transparent 28.28px);
  border-radius: 10px;
  padding: 56px 64px 59px;
}
.shindan-result-product.show {
  display: block;
}
.shindan-result-product__body {
  display: flex;
  gap: 42px;
}
.shindan-result-product__img {
  flex: 0 0 320px;
}
.shindan-result-product__img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.shindan-result-product__txt {
  flex: 1;
  min-width: 0;
  padding: 32px 0 0;
}
.shindan-result-product__name {
  color: #004490;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.shindan-result-product__price {
  margin-top: 4px;
}
.shindan-result-product__price .c-price {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.shindan-result-product__price .c-price span {
  font-size: 16px;
  letter-spacing: 0.06em;
}
.shindan-result-product__desc {
  position: relative;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.06);
  font-weight: 500;
  margin-top: 42px;
  padding: 24px 34px 31px;
}
.shindan-result-product__desc::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -64px;
  display: block;
  width: 96px;
  height: 116px;
  background: url(../img/shindan/kujira.png) center/contain no-repeat;
}
.shindan-result-product__desc--consultation {
  font-size: 20px;
  text-align: center;
}
.shindan-result-product__link {
  display: flex;
  justify-content: center;
  margin-top: 47px;
}
.shindan-result-product__note {
  color: #555;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 8px;
  text-align: center;
}

.shindan-result-spec {
  margin-top: 68px;
}
.shindan-result-spec__ttl {
  color: #004490;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
}
.shindan-result-spec__ttl span {
  background: linear-gradient(to top, transparent 8%, #fff000 8%, #fff000 28%, transparent 28%) left/100% 100% no-repeat;
}
.shindan-result-spec__desc {
  position: relative;
  color: #004490;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding-bottom: 22px;
  text-align: center;
}
.shindan-result-spec__desc::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 50px;
  height: 1px;
  background: #004490;
}
.shindan-result-spec__list {
  display: flex;
  background: #f7f7f7;
  margin-top: 30px;
}
.shindan-result-spec__item {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 150px;
  font-family: "DM Sans", "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 10px;
  text-align: center;
}
.shindan-result-spec__item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 1px;
  height: 100px;
  background: #e5e5e5;
}
.shindan-result-spec__item-name {
  color: #004490;
  font-size: 18px;
}
.shindan-result-spec__item-value {
  font-size: 20px;
}
.shindan-result-spec__note {
  display: none;
  color: #555;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 8px;
  text-align: center;
}
.shindan-result-spec__note.show {
  display: block;
}
.shindan-result-spec__link {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.shindan-result-contact {
  background: #004490;
  border-radius: 0 0 10px 10px;
  padding: 42px 20px 56px;
}
.shindan-result-contact__ttl {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
}
.shindan-result-contact__desc {
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.06em;
  padding-bottom: 22px;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.shindan-result-contact__desc::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 50px;
  height: 1px;
  background: #fff;
}
.shindan-result-contact__list {
  display: flex;
  justify-content: center;
  gap: 27px;
  margin-top: 31px;
}
.shindan-result-contact .c-contact-item {
  max-width: 342px;
  border: solid 2px;
  box-shadow: none;
}
.shindan-result-contact .c-contact-item--tel {
  border-color: #fff;
}
.shindan-result-contact .c-contact-item--line {
  border-color: #39cd00;
}
.shindan-result-contact .c-contact-item--mail {
  border-color: #00b3aa;
}
@media screen and (min-width: 960px) {
  .shindan-result-contact .c-contact-item__ttl {
    height: 61px;
    font-size: 22px;
  }
  .shindan-result-contact .c-contact-item--tel .c-contact-item__ttl::before {
    width: 24px;
    height: 26px;
  }
  .shindan-result-contact .c-contact-item--line .c-contact-item__ttl::before {
    width: 32px;
    height: 29px;
  }
  .shindan-result-contact .c-contact-item--mail .c-contact-item__ttl::before {
    width: 26px;
    height: 20px;
  }
  .shindan-result-contact .c-contact-item__body {
    height: 133px;
  }
  .shindan-result-contact .c-contact-item__tel-wrap {
    padding-bottom: 4px;
  }
  .shindan-result-contact .c-contact-item__tel-catch {
    font-size: 13px;
    margin-bottom: 10px;
    padding: 8px 20px;
    transform: translateX(17px);
  }
  .shindan-result-contact .c-contact-item__tel-num {
    font-size: 32px;
  }
  .shindan-result-contact .c-contact-item__tel-time {
    margin-top: 1px;
  }
  .shindan-result-contact .c-contact-item .c-btn {
    max-width: 288px;
    height: 54px;
  }
  .shindan-result-contact .c-contact-item .c-btn span {
    font-size: 16px;
    letter-spacing: 0.06em;
    padding-right: 24px;
  }
  .shindan-result-contact .c-contact-item .c-btn span::before, .shindan-result-contact .c-contact-item .c-btn span::after {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 959px) {
  .shindan-result-product__body {
    display: block;
  }
  .shindan-result-product__img {
    max-width: 300px;
    margin: 0 auto 20px;
  }
  .shindan-result-product__txt {
    padding: 0;
  }
  .shindan-result-product__name {
    text-align: center;
  }
  .shindan-result-product__price {
    text-align: center;
  }
  .shindan-result-contact__list {
    gap: 10px;
  }
}
@media screen and (max-width: 750px) {
  .shindan-mv {
    height: auto;
  }
  .shindan-mv__ttl {
    aspect-ratio: none;
  }
  .shindan-mv__ttl img {
    position: static;
    display: block;
    width: 100%;
  }
  .shindan-question {
    padding: 23px 20px 70px;
  }
  .shindan-question__num {
    font-size: 14px;
    letter-spacing: 0.06em;
  }
  .shindan-question__ttl {
    font-size: 23px;
    letter-spacing: 0.06em;
    background: linear-gradient(to top, transparent 8%, #fff000 8%, #fff000 28%, transparent 28%) left/100% 100% no-repeat;
  }
  .shindan-question__choices {
    margin-top: 20px;
  }
  .shindan-question__choices li + li {
    margin-top: 12px;
  }
  .shindan-question__choices li button {
    border-radius: 5px;
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 1.75;
    padding: 8px 20px 8px 69px;
  }
  .shindan-question__choices li button::before {
    top: 8px;
    bottom: unset;
    left: 27px;
    width: 26px;
    height: 26px;
    font-size: 15px;
  }
  .shindan-result {
    padding: 69px 0 42px;
  }
  .shindan-result__ttl {
    line-height: 1.35;
    margin-bottom: 22px;
    padding: 12px 27px 14px;
  }
  .shindan-result__ttl::before {
    transform: translate(-50%, -80%);
    width: 46px;
  }
  .shindan-result__ttl::after {
    border-width: 9px 8px 0 8px;
  }
  .shindan-result__ttl-pre {
    gap: 18px;
    font-size: 14px;
    letter-spacing: 0.06em;
  }
  .shindan-result__ttl-pre::before, .shindan-result__ttl-pre::after {
    height: 12px;
  }
  .shindan-result__ttl-type {
    font-size: 18px;
    letter-spacing: 0.06em;
  }
  .shindan-result-detail {
    border-width: 2px;
    border-radius: 5px 5px 0 0;
    padding: 26px 23px 40px;
  }
  .shindan-result-detail::before {
    transform: translate(-50%, -50%);
    width: 77px;
    height: 12px;
  }
  .shindan-result-detail__answer-list {
    flex-direction: column;
    gap: 6px;
  }
  .shindan-result-detail__answer-list li {
    flex: auto;
    justify-content: flex-start;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.06em;
    padding: 8px 15px 7px 45px;
  }
  .shindan-result-detail__answer-list li::before, .shindan-result-detail__answer-list li::after {
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
  }
  .shindan-result-detail__answer-list li::before {
    border-width: 1px;
  }
  .shindan-result-detail__answer-list li::after {
    background-size: 11px;
  }
  .shindan-result-detail__conclusion {
    font-size: 13px;
    letter-spacing: 0.06em;
    line-height: 1.7;
    margin: 16px 0 -12px;
  }
  .shindan-result-detail__conclusion span {
    font-size: 18px;
    letter-spacing: 0.06em;
  }
  .shindan-result-product {
    background: #f0fbff repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 7.07px, transparent 7.07px, transparent 14.14px);
    border-radius: 5px;
    padding: 22px 15px 30px;
  }
  .shindan-result-product__img {
    max-width: 150px;
    margin-bottom: 11px;
  }
  .shindan-result-product__name {
    font-size: 14px;
    letter-spacing: 0.06em;
  }
  .shindan-result-product__price {
    margin-top: 0;
  }
  .shindan-result-product__price .c-price {
    font-size: 20px;
    letter-spacing: 0.06em;
  }
  .shindan-result-product__price .c-price span {
    font-size: 13px;
    letter-spacing: 0.06em;
  }
  .shindan-result-product__desc {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    font-size: 13px;
    letter-spacing: 0.06em;
    line-height: 1.5384615385;
    margin-top: 8px;
    padding: 18px 10px;
  }
  .shindan-result-product__desc::after {
    right: -12px;
    bottom: unset;
    top: -28px;
    width: 48px;
    height: 58px;
  }
  .shindan-result-product__desc--consultation {
    font-size: 15px;
    word-break: keep-all;
  }
  .shindan-result-product__link {
    margin-top: 22px;
  }
  .shindan-result-product__link .c-btn {
    width: 160px;
    height: 40px;
  }
  .shindan-result-product__note {
    line-height: 1.5833333333;
    margin-top: 7px;
  }
  .shindan-result-spec {
    margin-top: 42px;
  }
  .shindan-result-spec__ttl {
    font-size: 18px;
    letter-spacing: 0.06em;
  }
  .shindan-result-spec__desc {
    width: calc(100% + 40px);
    font-size: 13px;
    letter-spacing: 0.06em;
    line-height: 1.5384615385;
    margin: 2px -20px 0;
    padding-bottom: 18px;
  }
  .shindan-result-spec__desc::after {
    width: 25px;
  }
  .shindan-result-spec__list {
    display: block;
    margin-top: 20px;
    padding: 5px 20px 20px;
  }
  .shindan-result-spec__item {
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
    min-height: 52px;
    border-bottom: solid 1px #e5e5e5;
    padding: 10px 0;
    text-align: left;
  }
  .shindan-result-spec__item:not(:first-child)::before {
    display: none;
  }
  .shindan-result-spec__item-name {
    flex: 0 0 88px;
    font-size: 14px;
  }
  .shindan-result-spec__item-value {
    flex: 1;
    min-width: 0;
    font-size: 14px;
  }
  .shindan-result-spec__note {
    font-size: 11px;
    letter-spacing: 0.06em;
    margin-top: 10px;
  }
  .shindan-result-spec__link {
    margin-top: 18px;
  }
  .shindan-result-spec__link .c-btn {
    max-width: 285px;
    height: 40px;
  }
  .shindan-result-contact {
    border-radius: 0 0 5px 5px;
    padding: 31px 25px 40px;
  }
  .shindan-result-contact__ttl {
    font-size: 24px;
    letter-spacing: 0.04em;
  }
  .shindan-result-contact__desc {
    font-size: 14px;
    line-height: 1.6428571429;
    letter-spacing: 0.04em;
    margin-top: 13px;
    padding-bottom: 16px;
  }
  .shindan-result-contact__list {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 17px;
  }
  .shindan-result-contact .c-contact-item {
    border-width: 1px;
  }
  .shindan-result-contact .c-contact-item__ttl {
    height: 34px;
    padding-right: 0;
  }
  .shindan-result-contact .c-contact-item__tel-wrap {
    padding-bottom: 0;
  }
  .shindan-result-contact .c-contact-item__tel-catch {
    padding: 8px 13px 9px 22px;
    transform: translateX(10px);
  }
  .shindan-result-contact .c-contact-item__tel-catch::before {
    top: -1px;
    left: -21px;
    width: 37px;
    height: 45px;
  }
  .shindan-result-contact .c-contact-item__tel-num {
    font-size: 32px;
  }
  .shindan-result-contact .c-contact-item__tel-note {
    margin-top: 2px;
  }
}
