@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: #000;
}
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: "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  height: 100%;
}
body * {
  color: #000;
}
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: #009900;
}
.text-red {
  color: #FF0033;
}
/* 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;
}
#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: 800px;
  margin: 0 auto;
  padding: 0 25px;
}
#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: 16px;
}
.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: 2em 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;
}
.btn {
  display: block;
  font-weight: bold;
  text-align: center;
  max-width: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-box-shadow: 0px 1px 6px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 1px 6px rgba(255, 255, 255, 0.5);
  margin-bottom: 6px;
  transition: all 0.1s ease;
  position: relative;
  padding: 0.75em;
  text-indent: 0;
  line-height: 1;
  color: #fff;
  background: #FF0033;
  border-color: #FF0033;
  border-radius: 10px;
}
.btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
}
.btn:active {
  transform: scale(.97);
  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: #FC0F3A;
}
.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: #000;
  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 {
  flex-basis: 48%;
  ;
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}
.question {
  margin: 0 auto;
  display: inline-block;
  font-weight: bold;
  color: #000;
  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: 15px auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.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 #eeeeee;
  display: block;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  line-height: 18px;
  background: #eeeeee;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
}
.progressbar li:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #eeeeee;
  top: 10px;
  left: -50%;
  z-index: -1;
}
.progressbar li.active:after {
  background: #FC0F3A;
}
.progressbar li.active:before {
  border-color: #FC0F3A;
  background: #FC0F3A;
  color: #FFF
}
.progressbar li:first-child:after {
  content: none;
}
#question33, #question34, #question35, #question36, #question37, #question23, #question32, #question29, #question3, #question4, #question20, #question11, #question25, #question28 {
  display: none
}
#resultWrapper #question33, #resultWrapper #question34, #resultWrapper #question35, #resultWrapper #question36, #resultWrapper #question37, #resultWrapper #question23, #resultWrapper #question32, #resultWrapper #question29, #resultWrapper #question3, #resultWrapper #question4, #resultWrapper #question20, #resultWrapper #question11, #resultWrapper #question25, #resultWrapper #question28 {
  display: block
}
#result33, #result34, #result35, #result36, #result37, #result23, #result32, #result29, #result3, #result4, #result20, #result11, #result25, #result28 {
  display: none
}
#resultWrapper #result33, #resultWrapper #result34, #resultWrapper #result35, #resultWrapper #result36, #resultWrapper #result37, #resultWrapper #result23, #resultWrapper #result32, #resultWrapper #result29, #resultWrapper #result3, #resultWrapper #result4, #resultWrapper #result20, #resultWrapper #result11, #resultWrapper #result25, #resultWrapper #result28 {
  display: block
}
.researchBtn {
  display: none;
}
ul.answer {
  flex-basis: 52%;
  counter-reset: select;
  padding-left: 1em;
}
ul.answer 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);
  cursor: pointer;
  transition: all 0.25s ease;
  min-height: 5em;
  display: flex;
  align-items: center;
}
ul.answer li:after {
  position: absolute;
  content: counter(select, upper-alpha) " ";
  counter-increment: select;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #FC0F3A;
  display: block;
  margin: 0 auto 0 auto;
  border-radius: 50%;
  line-height: 1.25;
  background: #FC0F3A;
  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: #FC0F3A;
  color: #fff;
  border: 3px solid #FC0F3A;
  box-shadow: 4px 4px 0px 0 rgba(0, 0, 0, 0);
}
ul.answer li.selected:after {
  background: #fff;
  color: #FC0F3A;
}
ul.answer li.selected p {
  color: #FFF;
}
.nextBtn, .chkBtn, .resultBtn {
  opacity: 0.25;
  pointer-events: none;
}
.nextBtn.active, .chkBtn.active, .resultBtn.active {
  opacity: 1;
  pointer-events: auto;
}
.tofArea {
  display: none;
}
.true {
  width: 150px;
  margin: 0 auto 20px;
  opacity: 0.25;
  animation: sooon 0.3s ease;
}
@keyframes sooon {
  0% {
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
.false {
  width: 135px;
  margin: 0 auto 20px;
  opacity: 0.25;
  opacity: 0.3;
  animation: sooon 0.3s;
}
.correct, .incorrect {
  display: none;
  position: relative;
}
.correct .posi {
  position: absolute;
  top: 1.1em;
  left: 0;
  right: 0;
  line-height: 1;
  animation: sooon 0.3s;
}
.incorrect .posi {
  position: absolute;
  top: 1em;
  left: 0;
  right: 0;
  line-height: 1;
  animation: sooon 0.3s;
}
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.3s ease;
}
.bar {
  line-height: 0;
  width: 62%;
  margin: 5px auto 0;
}
.bar img {
  vertical-align: bottom;
}
.resultBox .rank1 {
  width: 96%;
  max-width: 480px;
  margin: 20px auto 0;
}
.rank1 .icon {}
.rank1 .rankTxt {
  margin-top: 1em;
  font-size: 16px;
  text-align: left;
  color: #FC0F3A;
}
.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: #fceef4;
  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: 'Noto Sans JP', sans-serif;
}
.choice2 {
  border-radius: 6px;
  background-color: #FF0033;
  color: #FFF;
  font-weight: bold;
  padding: 0.25em;
  display: none;
  font-family: 'Noto Sans JP', 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: #fceef4;
  margin: 20px auto 40px;
  border-radius: 20px;
  border: 3px solid #EEA5C4;
}
#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: 1em;
}
#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: #E06398;
  content: "";
  opacity: 0;
  transition: all 0.3s;
}
#researchWrapper .radio-wrap label input:focus + span::before {
  box-shadow: 0 0 4px #E06398;
}
#researchWrapper .radio-wrap label input:checked + span::before {
  border: 1px solid #E06398;
}
#researchWrapper .radio-wrap label input:checked + span::after {
  opacity: 1;
}
#researchWrapper .select {
  display: inline-block;
  position: relative;
  border: 1px solid #B4AAAE;
  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;
}
#researchWrapper .select::before {
  position: absolute;
  top: 18px;
  right: 16px;
  width: 0;
  height: 0;
  border-width: 11px 7px 0 7px;
  border-style: solid;
  border-color: #B4AAAE 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 #EEA5C4;
  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 #result36 ul.tof li:nth-child(1):after,
#resultWrapper #result32 ul.tof li:nth-child(1):after,
#resultWrapper #result3 ul.tof li:nth-child(1):after {
  background-image: url("../images/result/batsu.svg");
  width: 2.0em;
  height: 2.0em;
  left: 0.9em;
}
#resultWrapper #result36 ul.tof li:nth-child(1).selected,
#resultWrapper #result32 ul.tof li:nth-child(1).selected,
#resultWrapper #result3 ul.tof li:nth-child(1).selected {
 border: 3px solid #FF0033;
}
#resultWrapper #result36 ul.tof li:nth-child(1).selected:before,
#resultWrapper #result32 ul.tof li:nth-child(1).selected:before,
#resultWrapper #result3 ul.tof li:nth-child(1).selected:before {
 background-color: #FF0033;
}

#resultWrapper #result33 ul.tof li:nth-child(2):after,
#resultWrapper #result35 ul.tof li:nth-child(2):after,
#resultWrapper #result37 ul.tof li:nth-child(2):after,
#resultWrapper #result29 ul.tof li:nth-child(2):after,
#resultWrapper #result4  ul.tof li:nth-child(2):after,
#resultWrapper #result20 ul.tof li:nth-child(2):after,
#resultWrapper #result25 ul.tof li:nth-child(2):after,
#resultWrapper #result28 ul.tof li:nth-child(2):after,
#resultWrapper #result32 ul.tof li:nth-child(2):after {
  background-image: url("../images/result/maru.svg");
  width: 2.5em;
  height: 2.5em;
  left: 0.7em;
}

#resultWrapper #result33 ul.tof li:nth-child(2).selected,
#resultWrapper #result35 ul.tof li:nth-child(2).selected,
#resultWrapper #result37 ul.tof li:nth-child(2).selected,
#resultWrapper #result29 ul.tof li:nth-child(2).selected,
#resultWrapper #result4  ul.tof li:nth-child(2).selected,
#resultWrapper #result20 ul.tof li:nth-child(2).selected,
#resultWrapper #result25 ul.tof li:nth-child(2).selected,
#resultWrapper #result28 ul.tof li:nth-child(2).selected,
#resultWrapper #result32 ul.tof li:nth-child(2).selected {
  border: 3px solid #009900;
}

#resultWrapper #result33 ul.tof li:nth-child(2).selected:before,
#resultWrapper #result35 ul.tof li:nth-child(2).selected:before,
#resultWrapper #result37 ul.tof li:nth-child(2).selected:before,
#resultWrapper #result29 ul.tof li:nth-child(2).selected:before,
#resultWrapper #result4  ul.tof li:nth-child(2).selected:before,
#resultWrapper #result20 ul.tof li:nth-child(2).selected:before,
#resultWrapper #result25 ul.tof li:nth-child(2).selected:before,
#resultWrapper #result28 ul.tof li:nth-child(2).selected:before,
#resultWrapper #result32 ul.tof li:nth-child(2).selected:before {
  background-color: #009900;
}

#resultWrapper #result37 ul.tof li:nth-child(3):after,
#resultWrapper #result29 ul.tof li:nth-child(3):after,
#resultWrapper #result4  ul.tof li:nth-child(3):after,
#resultWrapper #result25 ul.tof li:nth-child(3):after,
#resultWrapper #result28 ul.tof li:nth-child(3):after,
#resultWrapper #result32 ul.tof li:nth-child(3):after,
#resultWrapper #result34 ul.tof li:nth-child(3):after,
#resultWrapper #result11 ul.tof li:nth-child(3):after,
#resultWrapper #result36 ul.tof li:nth-child(3):after,
#resultWrapper #result3  ul.tof li:nth-child(3):after {
  background-image: url("../images/result/maru.svg");
  width: 2.5em;
  height: 2.5em;
  left: 0.7em;
}

#resultWrapper #result37 ul.tof li:nth-child(3).selected,
#resultWrapper #result29 ul.tof li:nth-child(3).selected,
#resultWrapper #result4 ul.tof li:nth-child(3).selected,
#resultWrapper #result25 ul.tof li:nth-child(3).selected,
#resultWrapper #result28 ul.tof li:nth-child(3).selected,
#resultWrapper #result32 ul.tof li:nth-child(3).selected,
#resultWrapper #result34 ul.tof li:nth-child(3).selected,
#resultWrapper #result11 ul.tof li:nth-child(3).selected,
#resultWrapper #result36 ul.tof li:nth-child(3).selected,
#resultWrapper #result3 ul.tof li:nth-child(3).selected {
  border: 3px solid #009900;
}

#resultWrapper #result37 ul.tof li:nth-child(3).selected:before,
#resultWrapper #result29 ul.tof li:nth-child(3).selected:before,
#resultWrapper #result4 ul.tof li:nth-child(3).selected:before,
#resultWrapper #result25 ul.tof li:nth-child(3).selected:before,
#resultWrapper #result28 ul.tof li:nth-child(3).selected:before,
#resultWrapper #result32 ul.tof li:nth-child(3).selected:before,
#resultWrapper #result34 ul.tof li:nth-child(3).selected:before,
#resultWrapper #result11 ul.tof li:nth-child(3).selected:before,
#resultWrapper #result36 ul.tof li:nth-child(3).selected:before,
#resultWrapper #result3 ul.tof li:nth-child(3).selected:before {
  background-color: #009900;
}

#resultWrapper #result29 ul.tof li:nth-child(4):after {
  background-image: url("../images/result/maru.svg");
  width: 2.5em;
  height: 2.5em;
  left: 0.7em;
}
#resultWrapper #result29 ul.tof li:nth-child(4).selected {
  border: 3px solid #009900;
}
#resultWrapper #result29 ul.tof li:nth-child(4).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 {
  display: flex;
  align-items: center;
  padding: 2em 0 2em;
}
.required {
  color: #FFF;
  font-weight: normal;
  padding: 0.3em 0.5em;
  text-align: center;
  background-color: #E16499;
  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: #000;
}
.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(../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(../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(../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(../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(../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;
}