@charset "UTF-8";
@-ms-viewport {
  width: device-width;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  word-break: break-word;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  word-break: break-word;
  font-size: inherit;
  width: 100%;
}
fieldset, img {
  border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
li {
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  vertical-align: middle;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-size: inherit;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
  font-size: 70%;
}
sub {
  vertical-align: text-bottom;
  font-size: 70%;
}
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input, textarea, select {
  font-size: 100%;
}
legend {
  color: #FFF;
}
pre, code, kbd, samp, tt {
  font-family: monospace;
  font-size: 108%;
  line-height: 100%;
}
.aligncenter {
  text-align: center;
}
img {
  vertical-align: bottom;
  line-height: 1;
  margin: 0;
}
a {
  text-decoration: none;
  color: #131313;
}
* {
  outline: none;
}
/* common item ---------------------------------------*/
.clearfix:after, .inner:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  height: 100%;
}
*, *::before, *::after {
  box-sizing: border-box;
}
body {
  -webkit-text-size-adjust: 100%;
  padding: 0;
  margin: 0;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  height: 100%;
}
body * {}
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  transition: all .1s ease;
}
a:hover {
  opacity: 0.7;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a {
  color: #1c619c;
  text-decoration: underline;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, p a:hover {
  text-decoration: none;
}
strong {
  font-weight: bold;
}
td a {
  color: #1c619c;
  text-decoration: underline;
}
td a:hover {
  text-decoration: none;
}
p, ul, ol, table {
  margin-bottom: 0;
}
hr {
  height: 1px;
  background-color: #e8e8e8;
  border: none;
  margin: 20px 0;
}
.ovh {
  overflow: hidden !important;
}
.ovv {
  overflow: visible !important;
}
.disnone {
  display: none;
}
.list-inline > li {
  display: inline-block;
}
.sp {
  display: none !important;
}
.text-green {
  color: #6BCB77;
}
.text-red {
  color: #FF4C4C;
}
html, body#question {
  height: 100%;
  color: #333;
  background: linear-gradient(#87CEEB 0%, #E0F7FA 30%, #E0F7FA 60%, #87CEEB 100%);
}
/* header ---------------------------------------*/
header {
  text-align: center;
  background: #FC0F3A;
}
#index header {
  height: 58px;
}
.l-header-inner {
  width: auto;
  background: #fff;
  position: relative;
  height: 58px;
  padding-top: 15px;
}
.header-logo-lp {
  display: block;
  background: url(/common_c/images/common/logo.svg) no-repeat left top;
  background-size: 128px 26px;
  width: 128px;
  height: 26px;
  padding: 0px;
  margin: 0px auto 38px;
  text-indent: -99em;
  overflow: hidden;
}
.footer {
  padding: 2em 0 3em;
}
.footer .copyright {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  color: #111;
  font-size: 10px;
}
.footer .ai {
  margin: 0 auto 1em;
  width: 100%;
  text-align: center;
  color: #111;
  font-size: 10px;
}
#resultWrapper .footer {
  padding-top: 20px;
}
#question footer.finish {
  padding-bottom: 140px;
}
/* index ---------------------------------------*/
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.tal {
  text-align: left;
}
.fwb {
  font-weight: bold;
}
.wrapper {
  max-width: 640px;
  margin: 0 auto;
  padding: 0;
}
#resultWrapper {
  display: none;
}
#resultWrapper .wrapper {
  border-left: 5px solid #FF0033;
  border-right: 5px solid #FF0033;
}
#resultWrapper .wrapper {
  background-color: #fceef4;
}
.mvBox {
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(180deg, #fceef4 0%, #fceef4 95%, #FFF 95%, #FFF 100%);
}
.mvBox img {
  max-width: 852px;
  margin: 0 auto;
}
.fz80 {
  font-size: 44px;
}
.fz68 {
  font-size: 68px;
}
.fz40 {
  font-size: 40px;
}
.fz30 {
  font-size: 30px;
}
.fz25 {
  font-size: 25px;
}
.fz23 {
  font-size: 23px;
}
.fz21 {
  font-size: 21px;
}
.fz21.fwb.fcc {
  line-height: 1.7;
}
.fz19 {
  font-size: 19px;
}
.fz16 {
  font-size: 18px;
}
.fz15 {
  font-size: 15px;
}
.fz14 {
  font-size: 14px;
}
.fz13 {
  font-size: 13px;
}
.fz11 {
  font-size: 11px;
}
.fc_b {
  font-weight: bold;
  color: #000000;
}
.fc_r {
  font-weight: bold;
  color: #FF0033;
}
.lh17 {
  line-height: 1.7;
}
.mt1 {
  margin-top: 1em !important;
}
.mb05 {
  margin-bottom: 0.5em !important
}
.mb1 {
  margin-bottom: 1em !important
}
.mb2 {
  margin-bottom: 2em !important
}
.mtb1 {
  margin: 1em auto;
}
.fcc span {
  color: #ff0033;
}
.topBox {
  text-align: center;
  margin: 0.75em auto 1em;
  line-height: 1.7;
}
.btnBox {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}
.linkBox {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}
.linkBox .btnBox a{
    display: block;
}
.btnStxt {
  text-align: center;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 0.25em;
  letter-spacing: 0.05em;
}
.startBtn {
  display: block;
  font-weight: bold;
  text-align: center;
  max-width: 100%;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 6px;
  transition: transform .1s ease, box-shadow .15s ease, background .3s ease;
  position: relative;
  padding: .9em 0;
  line-height: 1;
  color: #fff;
  background: linear-gradient(180deg, #FF4B4B 0%, #C4001D 100%);
  border: 3px solid #fff;
  border-radius: 3em;
  box-shadow: 0 6px 0 #8B0014, 0 4px 12px rgba(0, 0, 0, 0.3);
}
.startBtn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 0 #8B0014, 0 6px 18px rgba(0, 0, 0, 0.4);
  filter: brightness(1.1);
}
.startBtn:active {
  transform: translateY(3px);
  box-shadow: 0 2px 0 #8B0014, 0 1px 6px rgba(0, 0, 0, 0.2);
}
.btn {
  display: block;
  font-weight: bold;
  text-align: center;
  max-width: 100%;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 6px;
  transition: transform .06s ease, box-shadow .12s ease, filter .12s ease;
  position: relative;
  padding: .75em;
  line-height: 1;
  color: #fff;
  background: #FF0033;
  border: 0;
  border-radius: 10px;
}
.btn.active {
  box-shadow:
    0 0 0 0 rgba(255, 255, 255, .75), 0 0 0 16px rgba(255, 255, 255, .55), inset 0 -4px 10px rgba(0, 0, 0, .42);
  animation: btnPulse 1.6s ease-in-out infinite;
  filter: saturate(1.05);
}
.btn.active:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, .25), 0 10px 22px rgba(255, 255, 255, .45), inset 0 -5px 12px rgba(0, 0, 0, .25);
}
.btn.active:active {
  transform: translateY(1px);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, .22), 0 4px 10px rgba(255, 255, 255, .3), inset 0 4px 10px rgba(0, 0, 0, .3);
}
.btn.active:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, .55), 0 0 0 10px rgba(255, 255, 255, .45), 0 8px 20px rgba(255, 255, 255, .4);
}
@keyframes btnPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .55), 0 6px 16px rgba(255, 255, 255, .35), inset 0 -4px 10px rgba(0, 0, 0, .22)
  }
  70% {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 1), 0 6px 16px rgba(255, 255, 255, .8), inset 0 -4px 10px rgba(0, 0, 0, .7)
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0), 0 6px 16px rgba(255, 255, 255, .35), inset 0 -4px 10px rgba(0, 0, 0, .22)
  }
}
@media (prefers-reduced-motion:reduce) {
  .btn.active {
    animation: none
  }
}
.btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
}
.btn:active {
  opacity: 1;
}
.btn_icon:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 14px;
  border-color: transparent transparent transparent #fff;
  top: 49%;
  transform: translateY(-50%);
  right: 20px;
}
.btn.green {
  background-color: #009900;
}
.btn.greenline {
  background-color: #06c755;
}
.btn.gray {
  background-color: #999999;
}
.link {
  display: block;
  font-weight: bold;
  text-align: left;
  max-width: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.3215686275);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3215686275);
  margin-bottom: 0.75em;
  transition: all 0.1s ease;
  position: relative;
  padding: 1em 2.5em 1em 1.5em;
  text-indent: 0;
  line-height: 1;
  color: #FFF;
  background: #fff;
  border-color: #FF0033;
  border: 1px solid #999999;
  border-radius: 5em;
}
.link:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
}
.link_icon:after {
  content: "";
  position: absolute;
  background-image: url("../images/result/blank.png");
  background-size: cover;
  width: 1em;
  height: 1em;
  top: calc(50% - 0.5em);
  right: 20px;
}
.title {
  width: 430px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
.title a {
  display: block;
}
.illustBox {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.question {
  margin: 0 auto;
  display: inline-block;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 1;
  padding: 1em 0 0.25em;
  border-bottom: 3px dotted #000;
}
.question span {
  line-height: 1;
  padding: 0 0.1em 0.15em;
}
.progressbar {
  counter-reset: step;
  margin: 0 auto 0px;
  text-align: center;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 11px;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 10;
  width: calc(100% - 40px);
  border-radius: 30px;
}
.progressbar li {
  width: 8%;
  position: relative;
  text-align: center;
}
.progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 153, 0, 0.4);
  display: block;
  margin: 1px auto;
  border-radius: 50%;
  line-height: 18px;
  background: rgba(0, 153, 0, 0.4);
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}
.progressbar li.active:before {
  border-color: #009900;
  background: #009900;
  border: 1px solid #FFF;
  color: #FFF;
  position: relative;
  z-index: 2;
}
ul.progressbar li.active:last-child::after, ul.progressbar li.active:not(:has(~ li.active))::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url("../images/hero/w1.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: -20px;
  left: 0;
  margin: 0 auto;
  filter: drop-shadow(0 0 1px #FFF) drop-shadow(0 0 1px #FFF) drop-shadow(0 0 1px #FFF);
  z-index: 1;
}
#contents .qaBox {
  position: relative;
}
#question16, #question17, #question18, #question10, #question15, #question11, #question1, #question2, #question3, #question4, #question6, #question5 {
  display: none
}
#resultWrapper #question16, #resultWrapper #question17, #resultWrapper #question18, #resultWrapper #question10, #resultWrapper #question15, #resultWrapper #question11, #resultWrapper #question1, #resultWrapper #question2, #resultWrapper #question3, #resultWrapper #question4, #resultWrapper #question6, #resultWrapper #question5 {
  display: block
}
#result16, #result17, #result18, #result10, #result15, #result11, #result1, #result2, #result3, #result4, #result6, #result5 {
  display: none
}
#resultWrapper #result16, #resultWrapper #result17, #resultWrapper #result18, #resultWrapper #result10, #resultWrapper #result15, #resultWrapper #result11, #resultWrapper #result1, #resultWrapper #result2, #resultWrapper #result3, #resultWrapper #result4, #resultWrapper #result6, #resultWrapper #result5 {
  display: block
}
.researchBtn {
  display: none;
}
ul.answer {
  flex-basis: 60%;
  counter-reset: select;
  margin-top: 18px;
  margin-bottom: 18px;
  opacity: 0;
  transform: translateX(-30px);
  animation: slideFadeIn 0.35s ease-out 1s forwards;
}
@keyframes slideFadeIn {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
ul.answer li {
  background-color: #fffbea;
  letter-spacing: .02em;
  position: relative;
  border: 2px solid #ddd;
  border-radius: 12px;
  padding: 1.5em 1em 1.5em 4em;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.25s ease;
  min-height: 5em;
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #444;
}
ul.answer li:before {
  content: "";
  position: absolute;
  inset: 0px;
  border: 5px solid #fff;
  border-radius: 10px;
  pointer-events: none;
  box-shadow: 0 0 0 2px #e1e1e1 inset;
}
ul.answer li:after {
  position: absolute;
  content: counter(select, upper-alpha) " ";
  counter-increment: select;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #009900;
  display: block;
  margin: 0 auto 0 auto;
  border-radius: 50%;
  line-height: 1.25;
  background: #009900;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  top: calc(50% - 0.75em);
  left: 0.75em;
}
ul.answer li:hover {
  transform: translate(4px, 4px);
}
ul.answer li.selected {
  transform: translate(4px, 4px);
  background: #009900;
  color: #fff;
  border: 3px solid #009900;
  box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0);
}
ul.answer li.selected:after {
  background: #fff;
  color: #009900;
}
ul.answer li.selected p {
  color: #FFF;
}
ul.answer li:last-child {
  margin-bottom: 0;
}
.nextBtn, .chkBtn, .resultBtn {
  opacity: 0.25;
  pointer-events: none;
}
.nextBtn.active, .chkBtn.active, .resultBtn.active {
  opacity: 1;
  pointer-events: auto;
}
.tofArea {
  display: none;
  position: relative;
  z-index: 100;
  width: 100%;
  max-width: 640px;
  color: #FFF;
  opacity: 0;
  animation: tofIn 0.1s ease-out forwards;
}
@keyframes tofIn {
  to {
    opacity: 1;
  }
}
/* アニメ配慮 */
@media (prefers-reduced-motion: reduce) {
  .tofPopup {
    animation: none;
    opacity: 1;
    transform: translate(-50%, -50%)
  }
}
.true {
  width: 260px;
  margin: 0 auto 20px;
  opacity: 0;
  animation: sooon 0.3s ease-in forwards;
  animation-delay: 0.75s;
}
@keyframes sooon {
  0% {
    transform: scale(2);
    opacity: 0.1;
  }
  80% {
    transform: scale(1);
    opacity: 1;
  }
  85% {
    transform: scale(1.2);
    opacity: 1;
  }
  90% {
    transform: scale(1);
    opacity: 1;
  }
  95% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes sooon2 {
  0% {
    opacity: 0;
    transform: translateY(-50px)
  }
  8% {
    opacity: 0;
    transform: translateY(-50px)
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}
@keyframes sooon3 {
  0% {
    opacity: 0;
    transform: translateY(-18px)
  }
  8% {
    opacity: 0;
    transform: translateY(-18px)
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}
.false {
  width: 250px;
  margin: 0 auto 20px;
  opacity: 0;
  animation: sooon2 .8s ease both;
  animation-delay: 0.75s;
}
.correct, .incorrect {
  display: none;
  position: absolute;
  top: -306px;
  left: 0;
  right: 0;
  z-index: 100;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.9));
}
div.line {
  border-bottom: 2px solid #eeeeee;
  margin: 1em auto;
}
div.line2 {
  border-bottom: 2px solid #FFF;
  margin: 2em auto;
}
.resultBox {
  max-width: 100%;
  margin: 0 auto 20px;
  padding-top: 20px;
  text-align: center;
}
.resultBox > div {
  max-width: 500px;
  margin: 0 auto;
}
.result {
  text-align: center;
  line-height: 1;
  display: inline-block;
  animation: sooon 0.6s ease forwards;
  animation-delay: 0.75s;
}
.bar {
  line-height: 0;
  width: 62%;
  margin: 5px auto 0;
}
.bar img {
  vertical-align: bottom;
}
.resultBox .rank1 {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: flex;
  margin: 20px auto 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 2px solid #ddd;
  border-radius: 12px;
  animation: sooon 0.6s ease forwards;
  animation-delay: 0.75s;
}
.rank1 .icon::before, .rank1 .icon::after {
  content: "";
  position: absolute;
  inset: 0px;
  border: 5px solid #fff;
  border-radius: 10px;
  pointer-events: none;
  box-shadow: 0 0 0 2px #2b9dd8 inset;
}
.resultDetail {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}
#resultWrapper .resultDetail {
  margin-top: 0;
}
.resultDetail .qNum {
  flex-basis: 75%;
}
.resultDetail .qNum span {
  padding-left: 0.75em;
  font-weight: bold;
  display: inline-block;
  line-height: 1.1;
}
.resultDetail span.reNum.fz15.fwb {
  padding-left: 0;
  font-weight: bold;
  display: inline-block;
  line-height: 1.1;
}
.resultDetail .choiceBox {
  flex: 1;
}
#resultWrapper .bg1 {
  padding: 40px 20px;
  background-color: #FFF;
  border-radius: 20px;
  display: none;
}
#resultWrapper .qaBox {
  background-color: #FFF;
  /*border-radius: 1em;*/
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  margin-bottom: 20px;
}
#resultWrapper .qaBox:last-child {
  margin-bottom: 0px;
}
.choice1 {
  border-radius: 6px;
  background-color: #009900;
  color: #FFF;
  font-weight: bold;
  padding: 0.25em;
  display: none;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.choice2 {
  border-radius: 6px;
  background-color: #FF0033;
  color: #FFF;
  font-weight: bold;
  padding: 0.25em;
  display: none;
  font-family: 'Zen Maru Gothic', sans-serif;
}
.comment {
  display: none;
  width: 100%;
  padding: 0 5%;
  margin-left: auto;
  margin-right: auto;
}
.open {
  cursor: pointer;
  width: 90%;
  margin: 1em auto 0;
  text-align: center;
  padding: 0.5em;
  color: #666666;
  border: 2px solid #666;
  border-radius: 8px;
  background-color: #FFF;
  position: relative;
}
.open::before {
  content: "＋";
  position: absolute;
  right: 20px;
}
.open.active::before {
  content: "－";
}
.close {
  cursor: pointer;
  width: 10em;
  font-weight: bold;
  margin: 1.5em auto 0;
  text-align: center;
  padding: 0.35em 0 0.45em;
  color: #fff;
  border-radius: 3em;
  border: 1px solid #999;
  background-color: #505050;
  position: relative;
}
.close::before {
  content: "";
  position: absolute;
  top: 37%;
  right: 20px;
  color: #FFF;
  line-height: 1;
  width: 0.6em;
  height: 0.6em;
  border: 1px solid #FFF;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
}
.close a, .close a:hover {
  color: #FFF;
  text-decoration: none;
  display: block;
}
.comment ul.action {
  margin-top: 1em;
  padding: 0;
}
.comment ul.action li {
  position: relative;
  padding: 1em 0.5em 1em 2.25em;
  margin-bottom: 0;
  line-height: 1.5;
  background: #FFF;
  vertical-align: middle;
  color: #505050;
  border-top: 2px solid #eee;
}
.comment ul.action li:last-child {
  border-bottom: 2px solid #eee;
}
.comment ul.action li:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 1.5em;
  height: 0.75em;
  border-left: 3px solid #FF0033;
  border-bottom: 3px solid #FF0033;
  transform: rotate(-45deg);
  position: absolute;
  top: calc(50% - 0.5em);
  left: 0em;
}
.shareBox {
  display: none;
}
.contactBox {
  width: 100%;
  max-width: 420px;
  margin: 40px auto 0;
  display: none;
}
.subTtl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5em;
}
.icon_tel {
  width: 1.1em;
  margin: 0.1em 0.5em 0 0;
  vertical-align: middle;
}
.icon_web {
  width: 1.3em;
  margin: 0.1em 0.5em 0 0;
  vertical-align: middle;
}
.numList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #cccccc;
  padding: 0.5em 0;
}
.numList a {}
.sTtl {
  border-top: 5px dotted #CCC;
  border-bottom: 5px dotted #CCC;
  margin-top: 1em;
  padding: 0.5em 0;
  font-weight: bold;
  text-align: center;
}
#researchWrapper {
  display: none;
}
#researchWrapper .bg1 {
  padding: 20px 20px;
  background-color: #FFF;
  margin: 20px auto 40px;
  border-radius: 12px;
  border: 5px solid #ffcc66;
}
#researchWrapper .researchBox .head {
  width: 100%;
  max-width: 100%;
  display: flex;
  margin: 20px auto 0;
  align-items: center;
  justify-content: center;
  /*border-bottom: 3px solid #eee;
 padding-bottom: 1.25em;*/
}
#researchWrapper .researchBox .head .icon {
  flex-basis: 16%;
}
#researchWrapper .researchBox .head .headTxt {
  flex-basis: auto;
  text-align: left;
  line-height: 1.35;
}
#researchWrapper .radio-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
#researchWrapper .radio-wrap label {
  padding-right: 2.5em;
}
#researchWrapper .radio-wrap.wide {
  padding-top: 1em;
}
#researchWrapper .radio-wrap.wide label {
  flex-basis: 100%;
}
#researchWrapper .radio-wrap label input[type="radio"] {
  opacity: 0;
  appearance: none;
  position: absolute;
}
#researchWrapper .radio-wrap label .text {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  line-height: 2.2;
  cursor: pointer;
}
#researchWrapper .radio-wrap label .text::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #B4AAAE;
  background: #fff;
  content: "";
  border-radius: 50%;
}
#researchWrapper .radio-wrap label .text::after {
  position: absolute;
  top: 11px;
  left: 3px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #ffcc66;
  content: "";
  opacity: 0;
  transition: all 0.3s;
}
#researchWrapper .radio-wrap label input:focus + span::before {
  box-shadow: 0 0 4px #ffcc66;
}
#researchWrapper .radio-wrap label input:checked + span::before {
  border: 1px solid #ffcc66;
}
#researchWrapper .radio-wrap label input:checked + span::after {
  opacity: 1;
}
#researchWrapper .select {
  display: inline-block;
  position: relative;
  border: 1px solid #CCC;
  vertical-align: middle;
  border-radius: 12px;
  overflow: hidden;
  margin-left: 1em;
  width: 100%;
  max-width: 300px;
}
#researchWrapper select {
  appearance: none;
  width: 100%;
  max-width: 300px;
  padding: 11px 15px;
  padding-right: 1em;
  border: none;
  outline: 0;
  background: #fff;
  background-image: none;
  box-shadow: none;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  cursor: pointer;
  color: #000;
}
#researchWrapper .select::before {
  position: absolute;
  top: 18px;
  right: 16px;
  width: 0;
  height: 0;
  border-width: 11px 7px 0 7px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  content: "";
  pointer-events: none;
}
#researchWrapper select::-ms-expand {
  display: none;
}
#researchWrapper .rsTtl {
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 0.75em;
}
#researchWrapper .box {
  color: #232122;
  border-bottom: 3px dotted #ffcc66;
  padding: 0 1em;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#researchWrapper .box:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
#resultWrapper ul.tof {
  margin: 1em auto 1.5em;
  width: 90%;
}
#resultWrapper ul.tof li {
  position: relative;
  border: 3px solid #eeeeee;
  border-radius: 8px;
  padding: 1.5em 1em 1.5em 4em;
  margin-bottom: 10px;
  box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0.05);
  min-height: 5em;
  display: flex;
  align-items: center;
}
#resultWrapper ul.tof li:after {
  position: absolute;
  content: "";
  width: 2.5em;
  height: 2.5em;
  display: block;
  margin: 0 auto 0 auto;
  background-image: url("../images/result/_maru.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  left: 0.7em;
}
#resultWrapper ul.tof li.selected {
  transform: translate(4px, 4px);
  box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0);
}
#resultWrapper ul.tof li:nth-child(1):after {
  background-image: url("../images/result/_maru.svg");
}
#resultWrapper ul.tof li:nth-child(2):after {
  background-image: url("../images/result/_batsu.svg");
  width: 2.0em;
  height: 2.0em;
  left: 0.9em;
}
#resultWrapper ul.tof li:nth-child(3):after {
  background-image: url("../images/result/_batsu.svg");
  width: 2.0em;
  height: 2.0em;
  left: 0.9em;
}
#resultWrapper ul.tof li:nth-child(4):after {
  background-image: url("../images/result/_batsu.svg");
  width: 2.0em;
  height: 2.0em;
  left: 0.9em;
}
#resultWrapper ul.tof li:nth-child(1).selected {
  border: 3px solid #009900;
}
#resultWrapper ul.tof li:nth-child(2).selected {
  border: 3px solid #FF0033;
}
#resultWrapper ul.tof li:nth-child(3).selected {
  border: 3px solid #FF0033;
}
#resultWrapper ul.tof li:nth-child(4).selected {
  border: 3px solid #FF0033;
}
#resultWrapper ul.tof li:nth-child(1).selected:before {
  position: absolute;
  content: "あなたの回答";
  display: block;
  line-height: 1;
  top: -12px;
  left: -20px;
  background-color: #009900;
  color: #FFF;
  font-size: 14px;
  padding: 0.5em 0.75em;
  border-radius: 4px;
  font-weight: bold;
}
#resultWrapper ul.tof li:nth-child(2).selected:before {
  position: absolute;
  content: "あなたの回答";
  display: block;
  line-height: 1;
  top: -12px;
  left: -20px;
  background-color: #FF0033;
  color: #FFF;
  font-size: 14px;
  padding: 0.5em 0.75em;
  border-radius: 4px;
  font-weight: bold;
}
#resultWrapper ul.tof li:nth-child(3).selected:before {
  position: absolute;
  content: "あなたの回答";
  display: block;
  line-height: 1;
  top: -12px;
  left: -20px;
  background-color: #FF0033;
  color: #FFF;
  font-size: 14px;
  padding: 0.5em 0.75em;
  border-radius: 4px;
  font-weight: bold;
}
#resultWrapper ul.tof li:nth-child(4).selected:before {
  position: absolute;
  content: "あなたの回答";
  display: block;
  line-height: 1;
  top: -12px;
  left: -20px;
  background-color: #FF0033;
  color: #FFF;
  font-size: 14px;
  padding: 0.5em 0.75em;
  border-radius: 4px;
  font-weight: bold;
}
#resultWrapper .Qlogo, #resultWrapper .Alogo {
  font-weight: bold;
  background-color: #666;
  color: #FFF;
  border-radius: 0 3em 3em 0;
  display: table;
  padding: 0.4em 1.5em 0.4em 1em;
  line-height: 1;
  margin-left: -1em;
  margin-bottom: 0.5em;
}
#resultWrapper #result16 ul.tof li:nth-child(1):after, #resultWrapper #result18 ul.tof li:nth-child(1):after, #resultWrapper #result10 ul.tof li:nth-child(1):after, #resultWrapper #result1 ul.tof li:nth-child(1):after, #resultWrapper #result3 ul.tof li:nth-child(1):after {
  background-image: url("../images/result/_maru.svg");
  width: 2.5em;
  height: 2.5em;
  left: 0.7em
}
#resultWrapper #result15 ul.tof li:nth-child(1):after, #resultWrapper #result4 ul.tof li:nth-child(1):after, #resultWrapper #result17 ul.tof li:nth-child(1):after, #resultWrapper #result2 ul.tof li:nth-child(1):after, #resultWrapper #result11 ul.tof li:nth-child(1):after, #resultWrapper #result6 ul.tof li:nth-child(1):after, #resultWrapper #result5 ul.tof li:nth-child(1):after {
  background-image: url("../images/result/_batsu.svg");
  width: 2.0em;
  height: 2.0em;
  left: 0.9em
}

#resultWrapper #result15 ul.tof li:nth-child(1).selected,
#resultWrapper #result4 ul.tof li:nth-child(1).selected,
#resultWrapper #result17 ul.tof li:nth-child(1).selected,
#resultWrapper #result2 ul.tof li:nth-child(1).selected,
#resultWrapper #result11 ul.tof li:nth-child(1).selected,
#resultWrapper #result6 ul.tof li:nth-child(1).selected,
#resultWrapper #result5 ul.tof li:nth-child(1).selected
{
border:3px solid #FF0033
}

#resultWrapper #result15 ul.tof li:nth-child(1).selected:before,
#resultWrapper #result4 ul.tof li:nth-child(1).selected:before,
#resultWrapper #result17 ul.tof li:nth-child(1).selected:before,
#resultWrapper #result2 ul.tof li:nth-child(1).selected:before,
#resultWrapper #result11 ul.tof li:nth-child(1).selected:before,
#resultWrapper #result6 ul.tof li:nth-child(1).selected:before,
#resultWrapper #result5 ul.tof li:nth-child(1).selected:before
{
background-color:#FF0033
}
#resultWrapper #result18 ul.tof li:nth-child(2):after, #resultWrapper #result1 ul.tof li:nth-child(2):after, #resultWrapper #result3 ul.tof li:nth-child(2):after, #resultWrapper #result15 ul.tof li:nth-child(2):after, #resultWrapper #result11 ul.tof li:nth-child(2):after, #resultWrapper #result4 ul.tof li:nth-child(2):after, #resultWrapper #result6 ul.tof li:nth-child(2):after, #resultWrapper #result5 ul.tof li:nth-child(2):after {
  background-image: url("../images/result/_maru.svg");
  width: 2.5em;
  height: 2.5em;
  left: 0.7em
}
#resultWrapper #result18 ul.tof li:nth-child(2).selected, #resultWrapper #result1 ul.tof li:nth-child(2).selected, #resultWrapper #result3 ul.tof li:nth-child(2).selected, #resultWrapper #result15 ul.tof li:nth-child(2).selected, #resultWrapper #result11 ul.tof li:nth-child(2).selected, #resultWrapper #result4 ul.tof li:nth-child(2).selected, #resultWrapper #result6 ul.tof li:nth-child(2).selected, #resultWrapper #result5 ul.tof li:nth-child(2).selected {
  border: 3px solid #009900
}
#resultWrapper #result18 ul.tof li:nth-child(2).selected:before, #resultWrapper #result1 ul.tof li:nth-child(2).selected:before, #resultWrapper #result3 ul.tof li:nth-child(2).selected:before, #resultWrapper #result15 ul.tof li:nth-child(2).selected:before, #resultWrapper #result11 ul.tof li:nth-child(2).selected:before, #resultWrapper #result4 ul.tof li:nth-child(2).selected:before, #resultWrapper #result6 ul.tof li:nth-child(2).selected:before, #resultWrapper #result5 ul.tof li:nth-child(2).selected:before {
  background-color: #009900
}
#resultWrapper #result3 ul.tof li:nth-child(3):after, #resultWrapper #result15 ul.tof li:nth-child(3):after, #resultWrapper #result4 ul.tof li:nth-child(3):after, #resultWrapper #result16 ul.tof li:nth-child(3):after, #resultWrapper #result17 ul.tof li:nth-child(3):after, #resultWrapper #result2 ul.tof li:nth-child(3):after {
  background-image: url("../images/result/_maru.svg");
  width: 2.5em;
  height: 2.5em;
  left: 0.7em
}
#resultWrapper #result3 ul.tof li:nth-child(3).selected, #resultWrapper #result15 ul.tof li:nth-child(3).selected, #resultWrapper #result4 ul.tof li:nth-child(3).selected, #resultWrapper #result16 ul.tof li:nth-child(3).selected, #resultWrapper #result17 ul.tof li:nth-child(3).selected, #resultWrapper #result2 ul.tof li:nth-child(3).selected {
  border: 3px solid #009900
}
#resultWrapper #result3 ul.tof li:nth-child(3).selected:before, #resultWrapper #result15 ul.tof li:nth-child(3).selected:before, #resultWrapper #result4 ul.tof li:nth-child(3).selected:before, #resultWrapper #result16 ul.tof li:nth-child(3).selected:before, #resultWrapper #result17 ul.tof li:nth-child(3).selected:before, #resultWrapper #result2 ul.tof li:nth-child(3).selected:before {
  background-color: #009900
}
#index .popup {
  width: 90%;
  max-width: 400px;
  margin: auto;
  position: relative;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
}
#index .wrapper {
  padding-bottom: 140px;
}
#hiagi a {
  text-decoration: underline;
}
#hiagi a:hover {
  text-decoration: none;
}
.mBtn {
  width: 80%;
  max-width: 220px;
  margin: 1em auto 2.5em;
  text-align: center;
}
.mBtn a {
  padding: 0.4em 1.5em;
  border: 2px solid #FF0033;
  background-color: #FFF;
  font-weight: bold;
  text-align: center;
  color: #FF0033;
  border-radius: 2em;
  display: block;
  position: relative;
}
.popup_icon:after {
  content: "";
  position: absolute;
  background-image: url("../images/top/popup.svg");
  background-repeat: no-repeat;
  background-size: contain;
  top: calc(50% - 8px);
  right: 20px;
  width: 16px;
  height: 16px;
}
.pcWrap {
  padding: 0;
}
.required {
  color: #FFF;
  font-weight: normal;
  padding: 0.3em 0.5em;
  text-align: center;
  background-color: #ffcc66;
  border-radius: 4px;
  margin-left: 1.0em;
}
#startBox {
  position: fixed;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  bottom: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 0.25em 20px;
}
#snsBox {
  display: none;
}
.snsBox {
  position: fixed;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  bottom: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 0.75em 20px;
}
.snsBox .wrap {
  max-width: 600px;
  padding: 0 25px;
  margin: 0 auto;
  display: flex;
}
.snsBox .wrap .btnBox:first-child {
  flex-basis: 100%;
}
.snsBox .wrap .btnBox {
  flex-basis: 12%;
  height: 66px;
}
.snsBox .wrap .btnBox span {
  color: #FFF;
  font-weight: bold;
  display: block;
  margin-top: 0.5em;
}
.snsBox .wrap .btnBox .reBtn {
  margin-bottom: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.snsBox .wrap .btnBox .lineBtn {
  background-color: #06c755;
  padding: 0.75em 1.5em;
  margin-bottom: 0;
  height: 100%;
}
.snsBox .wrap .btnBox .mailBtn {
  background-color: #999999;
  padding: 0.75em 1.5em;
  margin-bottom: 0;
  height: 100%;
}
.staff {
  background-color: #ffbbbb;
  background-image:
    repeating-linear-gradient(45deg, #ffd3d3, #ffd3d3 10px, transparent 0, transparent 20px);
  color: #FFF;
  padding: 1em;
}
.staff span {
  color: #FFF;
  text-shadow:
    3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.resultTable {
  color: #FFF;
  text-align: left;
  padding: 1em;
  background-color: #ffbbbb;
  margin-bottom: 1em !important;
}
.resultTable * {
  color: #FFF;
}
.question {
  display: none;
}
.qFrame {
  letter-spacing: .02em;
  text-shadow: 0 1px 0 #fff;
  position: absolute;
  z-index: 5;
  top: 1em;
  left: 0;
  right: 0;
  width: calc(100% - 4em);
  margin: 0 auto;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  line-height: 1.8;
  padding: 1em;
  min-height: 3em;
  border-radius: 0.5em;
  opacity: 0;
  animation: late-open .3s ease-in .5s forwards;
  background: #fffbea;
  border: 5px solid #ffcc66;
  color: #444;
  filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.8));
}
.qFrame::after {
  content: "";
  position: absolute;
  bottom: -46px;
  right: 92px;
  border: 15px solid transparent;
  border-top: 30px solid #ffcc66;
}
@keyframes late-open {
  to {
    opacity: 1;
  }
}
.qFrame.boss {
  background: rgba(30, 0, 0, 0.85);
  border: 4px solid #c49b3e;
  box-shadow: 0 0 12px rgba(255, 230, 150, 0.7);
  color: #ffeaa7;
}
.qFrame.boss::after {
  content: "";
  position: absolute;
  bottom: -36px;
  right: 80px;
  border: 18px solid transparent;
  border-top: 18px solid #c49b3e;
}
.selectArea {
  position: relative;
}
.illustBox {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  max-height: 427px;
  background-image: url("../images/bg/b1.png");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid #ddd;
}
.illustBox.dim {
  opacity: 0.2;
}
.illustBox::before, .illustBox::after {
  content: "";
  position: absolute;
  inset: 0px;
  border: 5px solid #fff;
  border-radius: 10px;
  pointer-events: none;
  box-shadow: 0 0 0 2px #2b9dd8 inset;
}
.illustBox .hero {
  width: 220px;
  height: 220px;
  position: absolute;
  bottom: 6%;
  left: 5%;
  background: url('../images/hero/w0.png') no-repeat center/contain;
  transition: left 0.3s ease;
  z-index: 10;
}
.illustBox .hero.attack-pose {
  left: 33%;
  background: url('../images/hero/w1.png') no-repeat center/contain;
}
.illustBox .hero.miss-pose {
  left: 33%;
  background: url('../images/hero/w1.png') no-repeat center/contain;
}
.illustBox .enemy {
  z-index: 10;
  width: 220px;
  height: 220px;
  position: absolute;
  bottom: 7%;
  right: 5%;
  background: url('../images/monster/m1.png') no-repeat center/contain;
  opacity: 0;
  animation: late-open .5s ease-in .3s forwards;
  transition: right 0.5s ease-in;
}
.illustBox .enemy.attack-pose {
  opacity: 1;
  animation: spin-fly .8s linear 0.5s forwards;
}
.illustBox .enemy.attack-pose::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 250px;
  height: 250px;
  background: url("../images/monster/atk.png") center/contain no-repeat;
  pointer-events: none;
  z-index: 11;
  animation: atk-zoom 0.1s ease-out .1s forwards;
}
.commentary {
  letter-spacing: .02em;
  text-shadow: 0 1px 0 #fff;
  position: relative;
  font-size: 18px;
  line-height: 1.9;
  margin: 1em auto;
  border-radius: 12px;
  padding: 1em 1.5em;
  overflow: hidden;
  border: 4px solid #8b5e34;
  color: #3a2518;
  background-image: repeating-linear-gradient(90deg, #FFFBE6 0, #FFF8DC 5px);
  box-shadow:
    0 10px 24px rgba(0, 0, 0, .15), inset 0 0 0 2px rgba(255, 255, 255, .5);
  animation: sooon3 .8s ease both;
  animation-delay: 1s;
}
.commentary::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(60% 80% at 50% 0%, rgba(0, 0, 0, .06), transparent 60%), radial-gradient(70% 90% at 50% 100%, rgba(0, 0, 0, .05), transparent 60%), repeating-radial-gradient(circle at 30% 40%, rgba(0, 0, 0, .05) 0 1px, transparent 1px 6px);
  border-radius: inherit;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.commentary::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 32px rgba(0, 0, 0, .18);
  pointer-events: none;
}
@keyframes atk-zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.illustBox .enemy.miss-pose {
  transform: scaleX(-1);
  right: -60%;
}
.illustBox .enemy.miss-pose::after {
  content: "";
  position: absolute;
  top: 0;
  right: -30%;
  width: 250px;
  height: 250px;
  background: url("../images/monster/escape.png") center/contain no-repeat;
  pointer-events: none;
  z-index: 11;
}
@keyframes spin-fly {
  0% {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(160px, -120px) rotate(900deg) scale(.5);
  }
}
#start {
  margin: 20px auto 0;
  padding: 30px;
  min-height: 600px;
  background-image: url("../images/bg/start.png");
  background-size: cover;
  background-position: center top;
}
#start {
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid #ddd;
  position: relative;
}
#start::before, #start::after {
  content: "";
  position: absolute;
  inset: 0px;
  border: 5px solid #fff;
  border-radius: 10px;
  pointer-events: none;
  box-shadow: 0 0 0 2px #2b9dd8 inset;
}
#start .s1 {
  width: 50%;
  margin: 30px auto;
}
.ruleBtn {
  display: block;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 2em;
  padding: .7em 0;
  color: #fff;
  background: linear-gradient(180deg, #FFA000 0%, #E65100 100%);
  border: 3px solid #fff;
  border-radius: 3em;
  box-shadow: 0 5px 0 #B84300, 0 3px 10px rgba(0, 0, 0, 0.3);
  transition: transform .1s ease, box-shadow .15s ease;
}
.ruleBtn:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 0 #B84300, 0 6px 16px rgba(0, 0, 0, 0.4);
}
.ruleBox {
  max-height: 0;
  overflow: hidden;
  background: #FFFBE6;
  border-radius: 1em;
  padding: 0 1em;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  background-image: repeating-linear-gradient(90deg, #FFFBE6 0, #FFF8DC 5px);
  transition: max-height .5s ease, padding .3s ease;
}
.ruleBox.show {
  border: 2px solid #C19A6B;
  max-height: 600px;
  padding: 1.5em 2em;
  margin: 2em auto;
}
.result-rulelist-wrapper {
  border-right: 15px solid #F91940;
  border-left: 15px solid #F91940;
  text-align: center;
  color: #fff;
  padding: 20px 0 10px;
}
.result-rulelist-inner {
  background: url(../../../common/images/result/bg_rulelist.png?20231109) no-repeat center top;
  background-size: contain;
  min-height: auto;
  padding-top: 38%;
  position: relative;
  margin-bottom: 30px;
}
.result-rulelist-title {
  text-indent: -99em;
  overflow: hidden;
  background-repeat: no-repeat;
  width: 630px;
  height: 97px;
  display: inline-block;
  margin-bottom: 20px;
}
.result-rulelist-title {
  background: url(../../../common/images/result/title_makerule.png?20231109) no-repeat center center;
  background-size: 100%;
  width: 73%;
  height: 0;
  padding-bottom: 14%;
  margin-bottom: 10px;
  position: absolute;
  top: 6%;
  right: 0;
  left: 0;
  text-align: center;
  margin: auto;
}
.result-rulelistbtn {
  text-indent: -99em;
  overflow: hidden;
  background: url(../../../common/images/result/btn_makerule.png?20241111) no-repeat center center / contain;
  width: 609px;
  height: 162px;
  display: inline-block;
  margin-bottom: 2px;
}
.result-checkanswer-title {
  text-indent: -99em;
  overflow: hidden;
  background: url(../../../common/images/result/title_checkanswer.png?20231109) no-repeat center center #F3244A;
  width: auto;
  height: 55px;
  display: block;
  border-radius: 10px 10px 0 0;
}
.result-rulelistbtn {
  background: url(../../../common/images/result/btn_makerule.png?20241111) no-repeat center center / contain;
  background-size: 100%;
  width: 73%;
  height: 0;
  padding-bottom: 20%;
  margin-bottom: 0px;
}
.result-rulelistbtn-area {
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
  text-align: center;
  margin: auto;
}
.elementalyTxt {
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  background-color: #FC0F3A;
  padding: 0.5em 1em;
  text-align: center;
  width: 100%;
  border-radius: 3em;
  position: relative;
  margin: 1em auto;
  line-height: 1.3;
}
.elementalyTxt::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 15px 10px 0;
  border-style: solid;
  border-color: #FC0F3A transparent transparent transparent;
}
#researchWrapper .illustBox .hero {
  width: 250px;
  height: 250px;
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url('../images/hero/w0.png') no-repeat center/contain;
  transition: left 0.3s ease;
  z-index: 10;
}
.fz17.fwb.mt1{
    font-weight: normal;
    line-height: 1.9;
}