@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
body,
input,
textarea,
button {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333333;
}

body {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  line-height: 1.8;
  font-weight: bold;
  color: #666666;
}
@media (min-width: 768px) {
  body {
    width: 100%;
  }
}

img {
  width: 100%;
}

.br-sp {
  display: block;
}
@media (min-width: 1024px) {
  .br-sp {
    display: none;
  }
}
.br-pc {
  display: none;
}
@media (min-width: 1024px) {
  .br-pc {
    display: block;
  }
}

.footer {
  padding-block: clamp(2.8rem, 3vw, 6.6rem) clamp(2.9rem, 3vw, 9.6rem);
  background-color: #fff;
  width: min(100%, 1040px);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-inline: 16px;
}
@media (min-width: 1280px) {
  .footer {
    width: 50%;
    margin-left: auto;
    margin-right: 0;
    padding-bottom: 96px;
  }
}
.footer .inner {
  width: 91.47%;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .footer .inner {
    width: 84%;
  }
}
@media (min-width: 1280px) {
  .footer .inner {
    width: min(72%, 660px);
    min-width: 600px;
  }
}
.footer .logo {
  width: clamp(16rem, 20vw, 24rem);
  margin-left: auto;
  margin-right: auto;
}
.footer .logo_lst {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .footer .logo_lst {
    flex-direction: row;
    gap: 61px;
  }
}
.footer .logo_lst li img {
  height: clamp(4rem, 3vw, 5rem);
  width: auto;
}
.footer a {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  color: #666666;
  margin-block: 19px 32px;
  font-weight: normal;
  rotate: -0.03deg;
}
@media (min-width: 1024px) {
  .footer a {
    margin-block: 19px 24px;
  }
}
.footer a:before {
  content: "";
  display: block;
  background: url(../img/link_icon.svg) no-repeat;
  background-size: 100%;
  width: 16.03px;
  height: 14.24px;
}
@media (min-width: 1024px) {
  .footer a:hover {
    text-decoration: underline;
  }
}
.footer p {
  font-size: 1.2rem;
  color: #000000;
  font-weight: normal;
  rotate: -0.03deg;
}
.footer p.txt {
  margin-top: 19px;
  font-size: 1.4rem;
  line-height: 2;
}

#top-back {
  width: 25px;
  position: fixed;
  right: 20px;
  bottom: 61.5px;
  z-index: 11;
  cursor: pointer;
}
@media (min-width: 1024px) {
  #top-back {
    width: 40px;
    right: 30px;
    bottom: 20px;
  }
}

body {
  line-break: strict;
}

*::placeholder {
  color: #cccccc;
}

.result_box .txt strong, form .profile dl + p, form .question > p, form .container > p, .msg > p {
  color: #333333;
  display: inline-block;
  font-weight: 900;
  text-align: center;
  position: relative;
}
.result_box .txt strong::before, form .profile dl + p::before, form .question > p::before, form .container > p::before, .msg > p::before {
  content: "";
  display: block;
  background: url(../img/arrow.svg) no-repeat;
  background-size: 100%;
  width: 18px;
  height: 16px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.result_box .txt strong::after, form .profile dl + p::after, form .question > p::after, form .container > p::after, .msg > p::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-inline: auto;
  margin-top: 4px;
  background-image: linear-gradient(to right, #00AB84 2px, transparent 2px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media (max-width: 1023px) {
  .result_box .txt strong::after, form .profile dl + p::after, form .question > p::after, form .container > p::after, .msg > p::after {
    width: min(100%, 312px);
  }
}

.contents_box {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1280px) {
  .contents_box {
    flex-direction: row;
    justify-content: flex-start;
  }
}

.fv {
  background-color: #00AB84;
  padding-top: 72px;
  padding-bottom: 94px;
  padding-inline: 4.266%;
  position: relative;
}
@media (min-width: 1280px) {
  .fv {
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    padding: min(5vw, 80px);
  }
}
.fv.active h1 {
  opacity: 1;
}
.fv h1 {
  width: 13vw;
  margin-inline: auto;
  opacity: 0;
  transition: opacity 1.8s;
}
@media (min-width: 1280px) {
  .fv h1 {
    width: min(4vw, 65.48px);
    margin: 0;
    position: relative;
    z-index: 5;
  }
}
@media (min-width: 1280px) {
  .fv .img {
    width: min(71.66%, 688px);
    position: absolute;
    top: calc(50% + min(3vw, 53px));
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
  }
}
.fv .img img {
  transform-origin: center center;
  transform: scale(0, 0);
}
.fv .img.img_active img {
  animation: bounce 0.9s ease forwards;
}

@keyframes bounce {
  0% {
    transform: translateY(0) scale(0);
    /* 通常の位置とサイズ */
  }
  30% {
    transform: translateY(-30px) scale(1.1);
    /* 少し上にジャンプして大きくなる */
  }
  50% {
    transform: translateY(0) scale(0.8);
    /* 元の位置に戻りつつ縮む */
  }
  70% {
    transform: translateY(-15px) scale(1.05);
    /* 小さくジャンプして大きくなる */
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
.form-contents {
  padding-top: clamp(4rem, 5vw, 8rem);
}
@media (min-width: 1280px) {
  .form-contents {
    width: 50%;
    margin-left: auto;
    margin-right: 0;
  }
}
.form-contents__inner {
  width: 91.47%;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .form-contents__inner {
    width: 84%;
  }
}
@media (min-width: 1280px) {
  .form-contents__inner {
    width: min(72%, 660px);
    min-width: 600px;
  }
}
.form-contents h2 {
  font-size: clamp(2.3rem, 2vw, 3.2rem);
  font-weight: 900;
  color: #00AB84;
  text-align: center;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(1rem, 1vw, 1.5rem);
}
.form-contents h2::before {
  content: "";
  display: block;
  background: url(../img/icon-game.svg) no-repeat;
  background-size: 100%;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
}
.form-contents h2 strong {
  white-space: nowrap;
}
.form-contents h2 span {
  text-decoration: underline;
  text-decoration-color: #FAFF68;
  text-decoration-thickness: clamp(0.5rem, 1vw, 1rem);
  text-underline-offset: -2px;
}
@media (min-width: 1024px) {
  .form-contents h2 span {
    text-underline-offset: -8px;
  }
}

.msg {
  text-align: center;
  padding-top: clamp(3.2rem, 4vw, 4rem);
  margin-inline: auto;
  padding-bottom: 40px;
}
.msg > ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
}
.msg > ul li {
  background-color: #EFEFEF;
  border-radius: 16px;
  padding-inline: clamp(2.4rem, 3vw, 4rem);
  padding-block: clamp(1.8rem, 2vw, 2.8rem);
}
.msg > ul li > strong {
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: 900;
  display: block;
  position: relative;
  color: #333333;
}
.msg > ul li > strong::after {
  content: "";
  display: block;
  width: 32px;
  height: 4px;
  background-color: #00AB84;
  margin-inline: auto;
  margin-top: clamp(1.2rem, 1vw, 1.8rem);
}
.msg > ul li > p {
  margin-top: 24px;
  text-align: left;
}
.msg > ul li .chk_box {
  margin-top: 16px;
}
.msg > ul li .chk_box strong {
  display: block;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: bold;
  color: #00AB84;
  position: relative;
}
.msg > ul li .chk_box strong::after {
  content: "";
  display: block;
  width: 32px;
  height: 4px;
  background-color: #00AB84;
  margin-inline: auto;
  margin-top: 8px;
}
.msg > ul li .chk_box div {
  padding: 10px;
  margin-top: 16px;
  background-color: #fff;
  border-radius: 10px;
}
.msg > ul li .chk_box div label {
  color: #666666;
  font-weight: bold;
}

form {
  text-align: center;
}
form .container {
  display: none;
}
form .container > strong {
  display: block;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: 900;
  line-height: 1.8;
  text-align: center;
  color: #333333;
}
form .container > strong::after {
  content: "";
  display: block;
  width: 32px;
  height: 4px;
  background-color: #00AB84;
  margin-inline: auto;
  margin-top: clamp(1.2rem, 1vw, 1.8rem);
}
form .container > p {
  margin-top: 24px;
}
form .question {
  counter-reset: num 0;
}
form .question > p {
  margin-top: clamp(2.4rem, 3vw, 4.8rem);
}
form .profile {
  padding-top: clamp(4rem, 5vw, 5.6rem);
  counter-reset: num 0;
}
form .profile > strong {
  display: block;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  color: #333333;
}
form .profile > strong::after {
  content: "";
  display: block;
  width: 32px;
  height: 4px;
  background-color: #00AB84;
  margin-inline: auto;
  margin-top: clamp(1.2rem, 1vw, 1.8rem);
}
form .profile dl + p {
  padding-top: clamp(2.4rem, 3vw, 4.8rem);
}
@media (min-width: 1280px) {
  form .profile dl dt {
    text-align: center;
  }
}
form dl {
  margin-top: 40px;
}
form dl dt {
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: 900;
  color: #333333;
}
@media (min-width: 1280px) {
  form dl dt {
    text-align: left;
  }
}
form dl dt::before {
  counter-increment: num 1;
  content: counter(num);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(2.9rem, 3vw, 4.8rem);
  font-weight: 900;
  line-height: 1;
  color: #fff;
  background-color: #00AB84;
  border-radius: 8px;
  width: clamp(4.8rem, 6vw, 8rem);
  height: clamp(4.8rem, 6vw, 8rem);
  margin-inline: auto;
  margin-bottom: clamp(1.2rem, 1vw, 2.4rem);
  padding-bottom: clamp(0.4rem, 0vw, 0.8rem);
}
form dl dt span {
  font-size: clamp(1.4rem, 1vw, 2rem);
}
form dl dd {
  margin-top: 16px;
}
form dl dd > div {
  border-radius: 8px;
  background-color: #EFEFEF;
  padding-block: 24px;
  padding-inline: 16px;
}
@media (min-width: 1024px) {
  form dl dd > div {
    padding-block: 16px;
    padding-inline: 24px;
  }
}
form dl dd > div:has(label > input[type=radio]) {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px clamp(2.4rem, 3vw, 3.2rem);
}
form dl dd > div p {
  font-weight: normal;
}
form dl dd + dt {
  margin-top: clamp(2.4rem, 3vw, 4.8rem);
}
form dl dd:has(p) > div {
  margin-top: 16px;
}
form dl dd:has(p) > p {
  color: #000000;
  font-weight: normal;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}
form dl dd:has(p) > p::before {
  content: "※";
  display: block;
}
form dl dd span {
  font-weight: normal;
  color: #333333;
}
form dl dd select {
  width: clamp(8rem, 10vw, 9.6rem);
  height: clamp(3.6rem, 4vw, 4rem);
  padding-inline: 16px;
  text-align: center;
  border-radius: 4px;
  border: solid 1px #00AB84;
  font-size: clamp(1.4rem, 1vw, 1.6rem);
}
form dl dd:has(input[type=radio]) label {
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  font-weight: normal;
  color: #000000;
}
form dl dd:has(input[type=text]) input[type=text] {
  width: clamp(8rem, 10vw, 9.6rem);
  height: clamp(3.6rem, 4vw, 4rem);
  padding-inline: 8px;
  border-radius: 4px;
  border: solid 1px #00AB84;
  font-size: clamp(1.4rem, 1vw, 1.6rem);
}
@media (min-width: 1280px) {
  form dl dd.grade > div {
    padding-inline: min(2vw, 40px);
  }
}
form dl dd.grade > div:has(label > input[type=radio]) {
  justify-content: flex-start;
}
form dl dd.grade > div:has(label > input[type=radio]) > ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 768px) {
  form dl dd.grade > div:has(label > input[type=radio]) > ul {
    justify-content: center;
    gap: 16px 31px;
  }
}
@media (min-width: 1280px) {
  form dl dd.grade > div:has(label > input[type=radio]) > ul {
    justify-content: flex-start;
  }
}
form dl dd.grade > div:has(label > input[type=radio]) > ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  width: 100%;
}
@media (min-width: 768px) {
  form dl dd.grade > div:has(label > input[type=radio]) > ul li {
    width: auto;
  }
}
@media (min-width: 1280px) {
  form dl dd.grade > div:has(label > input[type=radio]) > ul li {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
form dl dd.grade > div:has(label > input[type=radio]) > ul li span {
  margin-inline: 0;
}
form dl dd.grade > div:has(label > input[type=radio]) > ul li:has(textarea) {
  display: block;
  margin-top: 14px;
}
@media (min-width: 768px) {
  form dl dd.grade > div:has(label > input[type=radio]) > ul li:has(textarea) {
    display: flex;
    width: 100%;
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  form dl dd.grade > div:has(label > input[type=radio]) > ul li:has(textarea) {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1280px) {
  form dl dd.grade > div:has(label > input[type=radio]) > ul li:has(textarea) label {
    width: 90px;
  }
}
form dl dd.grade > div:has(label > input[type=radio]) > ul li:has(textarea) textarea {
  display: block;
  margin-top: 5px;
  margin-left: 28px;
  width: calc(100% - 28px);
  min-height: 200px;
  border-radius: 4px;
  border: solid 1px #00AB84;
  padding: 16px;
  font-size: clamp(1.4rem, 1vw, 1.6rem);
}
@media (min-width: 768px) {
  form dl dd.grade > div:has(label > input[type=radio]) > ul li:has(textarea) textarea {
    width: 88%;
    min-height: 40px;
    height: 40px;
    margin: 0;
    padding-block: 6px;
    padding-inline: 16px;
  }
}
@media (min-width: 1280px) {
  form dl dd.grade > div:has(label > input[type=radio]) > ul li:has(textarea) textarea {
    width: calc(100% - 90px);
  }
}
form dl dd.flex_box ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px;
}
@media (min-width: 768px) {
  form dl dd.flex_box ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 16px;
  }
}
form dl dd.flex_box li {
  color: #000000;
}
@media (max-width: 767px) {
  form dl dd.flex_box li {
    width: 100%;
  }
}
@media (min-width: 768px) {
  form dl dd.flex_box li {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
  }
}
form dl dd.flex_box input[type=text] {
  margin-inline: 8px;
}
form .btn_area {
  margin-top: clamp(4rem, 5vw, 6.4rem);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: clamp(1.6rem, 2vw, 2rem);
}
@media (min-width: 1280px) {
  form .btn_area {
    flex-direction: row;
  }
}
form .btn_area .btn {
  width: clamp(28rem, 36vw, 32rem);
  border-radius: calc(infinity * 1px);
  position: relative;
  cursor: pointer;
}
@media (min-width: 1280px) {
  form .btn_area .btn {
    width: calc((100% - clamp(1.6rem, 2vw, 2rem)) / 2);
  }
}
form .btn_area .btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: clamp(2.4rem, 3vw, 4rem);
  transform: translateY(-50%) rotate(-45deg);
}
form .btn_area .btn > * {
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: bold;
  width: 100%;
  height: clamp(4.8rem, 6vw, 6.4rem);
  line-height: 1;
}
@media (min-width: 1024px) {
  form .btn_area .btn:hover {
    opacity: 0.6;
    transition: opacity 0.3s;
  }
}
form .btn_area .btn.submit {
  background-color: #00AB84;
  color: #fff;
}
form .btn_area .btn.submit > * {
  display: flex;
  justify-content: center;
  align-items: center;
}
form .btn_area .btn.reset {
  background-color: #CCCCCC;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
}
form .btn_area .btn.reset > * {
  display: flex;
  justify-content: center;
  align-items: center;
}
form .btn_area .btn.reset::after {
  border-right-color: #333333;
  border-bottom-color: #333333;
}

label:has(input[type=radio]) {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 9px;
}
label:has(input[type=radio]) input[type=radio] {
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #00AB84;
  background-color: #fff;
  border-radius: 50%;
  margin: 0;
}
@media (min-width: 1024px) {
  label:has(input[type=radio]) input[type=radio] {
    width: 18px;
    height: 18px;
  }
}
label:has(input[type=radio]) input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #00AB84;
}
@media (min-width: 1024px) {
  label:has(input[type=radio]) input[type=radio]:checked::before {
    width: 8px;
    height: 8px;
  }
}

.chk label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  position: relative;
  width: fit-content;
  margin-inline: auto;
}
.chk label span {
  display: block;
  border-radius: 3px;
  width: clamp(1.6rem, 2vw, 1.8rem);
  min-width: clamp(1.6rem, 2vw, 1.8rem);
  height: clamp(1.6rem, 2vw, 1.8rem);
  min-height: clamp(1.6rem, 2vw, 1.8rem);
  border: solid 1px #707070;
  position: relative;
}
.chk label span::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  border-right: solid 2px #00AB84;
  border-bottom: solid 2px #00AB84;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
}
.chk label input {
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
}
.chk label:has(input[type=checkbox]:checked) span::after {
  opacity: 1;
}

select {
  background-color: #fff;
  appearance: none;
}

.select_box {
  display: inline-block;
  position: relative;
  width: fit-content;
}
.select_box::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: solid 2px #00AB84;
  border-bottom: solid 2px #00AB84;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%) rotate(45deg);
  cursor: pointer;
}

label {
  cursor: pointer;
}

input,
textarea,
select {
  cursor: pointer;
}
@media (max-width: 1023px) {
  input::placeholder,
  textarea::placeholder,
  select::placeholder {
    font-size: clamp(1.4rem, 1vw, 1.6rem) !important;
  }
  input:focus,
  textarea:focus,
  select:focus {
    font-size: 1.6rem !important;
  }
}

.wpcf7-spinner {
  display: none !important;
}

.question dl dt {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 0.6s, transform 0.8s;
}
.question dl dd {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 0.6s, transform 0.8s;
}

.profile dl dt {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 0.6s, transform 0.8s;
}
.profile dl dd {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 0.6s, transform 0.8s;
}

.fadein {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.result_box {
  display: none;
  margin-inline: auto;
  margin-top: clamp(5rem, 6vw, 8rem);
  background-color: #EFEFEF;
  border-radius: 8px;
  padding-block: clamp(2.4rem, 3vw, 3.2rem);
  padding-inline: clamp(1.2rem, 1vw, 2rem);
}
.result_box-img {
  border-radius: 8px;
  border: solid 1px #CCCCCC;
  background-color: #fff;
  padding-block: clamp(2.4rem, 3vw, 4rem);
  padding-inline: clamp(2.4rem, 3vw, 4.9rem);
}
.result_box-img h3 {
  color: #000000;
  font-size: min(4vw, 24px);
  text-align: center;
  word-break: keep-all;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .result_box .result__inner {
    margin-top: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
  }
}
.result_box .result .img_box {
  margin-top: 16px;
  width: clamp(15.1rem, 19vw, 16rem);
  margin-inline: auto;
}
@media (min-width: 768px) {
  .result_box .result .img_box {
    margin-top: 0;
    order: 2;
    width: clamp(13rem, 8vw, 16rem);
  }
}
.result_box .result dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .result_box .result dl {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4px 22px;
    order: 1;
    width: calc(100% - (clamp(13rem, 8vw, 16rem) + 30px));
  }
}
.result_box .result dl dt {
  color: #000000;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .result_box .result dl dt {
    width: 150px;
  }
}
.result_box .result dl dt:nth-of-type(n+2) {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .result_box .result dl dt:nth-of-type(n+2) {
    margin-top: 0;
  }
}
.result_box .result dl dd {
  color: var(--result-color);
  font-size: 2.4rem;
  font-weight: bold;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .result_box .result dl dd {
    font-size: 2.2rem;
    width: calc(100% - 172px);
  }
}
.result_box .result dl dd strong {
  font-size: 3.2rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .result_box .result dl dd strong {
    font-size: 2.8rem;
  }
}
.result_box .result01 {
  --result-color: #D10000;
}
.result_box .result02 {
  --result-color: #EC8004;
}
.result_box .result03 {
  --result-color: #00BFDE;
}
.result_box .txt {
  padding-top: 26px;
  padding-inline: 14px;
}
@media (min-width: 768px) {
  .result_box .txt {
    padding-top: 18px;
    padding-inline: 0;
  }
}
.result_box .txt strong {
  display: block;
  width: 100%;
  font-size: 2rem;
  color: #00AB84;
}
@media (min-width: 768px) {
  .result_box .txt strong {
    width: 216px;
    margin-inline: auto;
  }
}
.result_box .txt p {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000000;
  line-height: 2;
}