@charset "UTF-8";

@keyframes heart_animation {
  0% {
    transform: scaleX(1) translateY(0);
  }

  50% {
    transform: scaleX(0) translateY(10px);
  }

  100% {
    transform: scaleX(1) translateY(0);
  }
}

.menu-trigger {
  z-index: 11;
}

.g-nav {
  z-index: 10;
}

body#futari main#shindan {
  /* http://meyerweb.com/eric/tools/css/reset/
  v2.0 | 20110126
  License: none (public domain)
  */
  /* HTML5 display-role reset for older browsers */
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}

body#futari main#shindan html,
body#futari main#shindan body,
body#futari main#shindan div,
body#futari main#shindan span,
body#futari main#shindan applet,
body#futari main#shindan object,
body#futari main#shindan iframe,
body#futari main#shindan h1,
body#futari main#shindan h2,
body#futari main#shindan h3,
body#futari main#shindan h4,
body#futari main#shindan h5,
body#futari main#shindan h6,
body#futari main#shindan p,
body#futari main#shindan blockquote,
body#futari main#shindan pre,
body#futari main#shindan a,
body#futari main#shindan abbr,
body#futari main#shindan acronym,
body#futari main#shindan address,
body#futari main#shindan big,
body#futari main#shindan cite,
body#futari main#shindan code,
body#futari main#shindan del,
body#futari main#shindan dfn,
body#futari main#shindan em,
body#futari main#shindan img,
body#futari main#shindan ins,
body#futari main#shindan kbd,
body#futari main#shindan q,
body#futari main#shindan s,
body#futari main#shindan samp,
body#futari main#shindan small,
body#futari main#shindan strike,
body#futari main#shindan strong,
body#futari main#shindan sub,
body#futari main#shindan sup,
body#futari main#shindan tt,
body#futari main#shindan var,
body#futari main#shindan b,
body#futari main#shindan u,
body#futari main#shindan i,
body#futari main#shindan center,
body#futari main#shindan dl,
body#futari main#shindan dt,
body#futari main#shindan dd,
body#futari main#shindan ol,
body#futari main#shindan ul,
body#futari main#shindan li,
body#futari main#shindan fieldset,
body#futari main#shindan form,
body#futari main#shindan label,
body#futari main#shindan legend,
body#futari main#shindan table,
body#futari main#shindan caption,
body#futari main#shindan tbody,
body#futari main#shindan tfoot,
body#futari main#shindan thead,
body#futari main#shindan tr,
body#futari main#shindan th,
body#futari main#shindan td,
body#futari main#shindan article,
body#futari main#shindan aside,
body#futari main#shindan canvas,
body#futari main#shindan details,
body#futari main#shindan embed,
body#futari main#shindan figure,
body#futari main#shindan figcaption,
body#futari main#shindan footer,
body#futari main#shindan header,
body#futari main#shindan hgroup,
body#futari main#shindan menu,
body#futari main#shindan nav,
body#futari main#shindan output,
body#futari main#shindan ruby,
body#futari main#shindan section,
body#futari main#shindan summary,
body#futari main#shindan time,
body#futari main#shindan mark,
body#futari main#shindan audio,
body#futari main#shindan video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body#futari main#shindan article,
body#futari main#shindan aside,
body#futari main#shindan details,
body#futari main#shindan figcaption,
body#futari main#shindan figure,
body#futari main#shindan footer,
body#futari main#shindan header,
body#futari main#shindan hgroup,
body#futari main#shindan menu,
body#futari main#shindan nav,
body#futari main#shindan section {
  display: block;
}

body#futari main#shindan body {
  line-height: 1;
}

body#futari main#shindan ol,
body#futari main#shindan ul {
  list-style: none;
}

body#futari main#shindan blockquote,
body#futari main#shindan q {
  quotes: none;
}

body#futari main#shindan blockquote:before,
body#futari main#shindan blockquote:after,
body#futari main#shindan q:before,
body#futari main#shindan q:after {
  content: "";
  content: none;
}

body#futari main#shindan table {
  border-collapse: collapse;
  border-spacing: 0;
}

body#futari main#shindan * {
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
  width: auto;
  height: auto;
  float: none;
  color: inherit;
  max-width: none;
}

body#futari main#shindan img {
  display: inline;
}

body#futari main#shindan button {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
}

@media screen and (min-width: 768px) {
  body#futari main#shindan {
    background: #ffffff url("../images/bg_pc.jpg") no-repeat center top/cover;
  }

  body#futari main#shindan article {
    overflow: hidden;
  }

  body#futari main#shindan article section {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    color: #333;
  }

  body#futari main#shindan article section .inner {
    margin: 0 auto;
    max-width: 780px;
  }

  body#futari main#shindan article section h2 {
    margin-bottom: 32px;
    text-shadow: 0 0 40px rgb(255, 255, 255);
    text-align: center;
    line-height: 64px;
    font-size: 30px;
    color: #333;
    letter-spacing: calc(80em / 1000);
  }

  body#futari main#shindan article section p.text {
    line-height: 34px;
    font-size: 18px;
    letter-spacing: calc(80em / 1000);
  }

  body#futari main#shindan article section ul.sns {
    width: 100%;
    overflow: hidden;
    display: flex;
    gap: 10px;
    justify-content: center;
  }

  body#futari main#shindan article section ul.sns li a {
    width: 220px;
    height: 46px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 32px;
    font-size: 15px;
    color: #ffffff;
  }

  body#futari main#shindan article section ul.sns li.x a {
    background: #000000;
  }

  body#futari main#shindan article section ul.sns li.facebook a {
    background: #2e4e8a;
  }

  body#futari main#shindan article section ul.sns li.line a {
    background: #00bf52;
  }

  body#futari main#shindan article section p.supervision {
    padding: 40px 0;
    text-align: center;
  }

  body#futari main#shindan article section p.supervision img {
    width: 780px;
    height: auto;
  }

  body#futari main#shindan article section.hero {
    margin-bottom: 112px;
    padding-top: 64px;
    max-width: 960px;
  }

  body#futari main#shindan article section.hero h1 {
    margin-bottom: 44px;
  }

  body#futari main#shindan article section.hero h1 picture img {
    width: 100%;
    height: auto;
  }

  body#futari main#shindan article section.hero p.text {
    margin-bottom: 32px;
    text-align: center;
  }

  body#futari main#shindan article section.hero p.text span {
    display: inline-block;
  }

  body#futari main#shindan article section.hero p.btn {
    margin-bottom: 60px;
  }

  body#futari main#shindan article section.hero p.btn a {
    margin: 0 auto;
    line-height: 70px;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    color: #ffffff;
    width: 460px;
    height: 70px;
    display: block;
    border: none;
    background-color: var(--color-green);
    border-radius: 35px;
    position: relative;
  }

  body#futari main#shindan article section.hero p.btn a span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }

  body#futari main#shindan article section.type {
    margin-bottom: 90px;
  }

  body#futari main#shindan article section.type p.text {
    margin-bottom: 64px;
  }

  body#futari main#shindan article section.type ul {
    overflow: hidden;
    display: block;
  }

  body#futari main#shindan article section.type ul li {
    margin-bottom: 20px;
    width: calc(50% - 10px);
    height: 190px;
    border-radius: 20px;
    box-sizing: border-box;
    border: 1px solid var(--color-brown);
    background: #ffffff;
    text-align: center;
  }

  body#futari main#shindan article section.type ul li:nth-child(odd) {
    float: left;
  }

  body#futari main#shindan article section.type ul li:nth-child(even) {
    float: right;
  }

  body#futari main#shindan article section.type ul li span {
    padding: 18px 0 10px 0;
    display: block;
    line-height: 24px;
    font-size: 20px;
    color: #a47244;
    letter-spacing: calc(40em / 1000);
  }

  body#futari main#shindan article section.type ul li img {
    width: 218px;
    height: auto;
    display: inline;
  }

  body#futari main#shindan article section.column {
    margin-bottom: 140px;
  }

  body#futari main#shindan article section.column ul li {
    margin-bottom: 20px;
  }

  body#futari main#shindan article section.column ul li a {
    margin: 0 auto;
    width: 400px;
    height: 60px;
    border-radius: 50px;
    border: 2px solid var(--color-brown);
    background: #ffffff;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    color: var(--color-brown);
  }

  body#futari main#shindan article section.question {
    padding-top: 105px;
  }

  body#futari main#shindan article section.question .range {
    margin: 0 auto 70px auto;
    width: 560px;
    height: 5px;
    position: relative;
    border-radius: 2.5px;
    background: #ffffff;
  }

  body#futari main#shindan article section.question .range .progress {
    width: 0%;
    height: 5px;
    border-radius: 2.5px;
    position: relative;
    background: #14386a;
    transform-style: preserve-3d;
    transition-property: width;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0ms;
  }

  body#futari main#shindan article section.question .range .progress:before {
    content: "";
    width: 21px;
    height: 32px;
    display: block;
    position: absolute;
    top: -50px;
    right: -10px;
    background: url("../images/icon_heart.png") no-repeat center bottom/contain;
    animation: heart_animation 2s infinite ease-in-out;
  }

  body#futari main#shindan article section.question .content {
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }

  body#futari main#shindan article section.question .content.hide {
    opacity: 0;
    pointer-events: none;
  }

  body#futari main#shindan article section.question .content p.q {
    margin-bottom: 36px;
    text-align: center;
    line-height: 35px;
    font-size: 25px;
    color: #14386a;
    letter-spacing: calc(80em / 1000);
  }

  body#futari main#shindan article section.question .content ul.a li {
    margin-bottom: 20px;
  }

  body#futari main#shindan article section.question .content ul.a li button {
    width: 460px;
    height: 70px;
    display: block;
    border: none;
    background: no-repeat center center;
    line-height: 70px;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    cursor: pointer;
  }

  body#futari main#shindan article section.question .content ul.a li.a button {
    background-color: var(--color-green);
    border-radius: 35px;
    color: #ffffff;
  }

  body#futari main#shindan article section.question .content ul.a li.b button {
    background-color: #ffffff;
    border: 3px solid var(--color-green);
    border-radius: 35px;
    color: var(--color-green);
  }

  body#futari main#shindan article section.question p.reset a,
  body#futari main#shindan article section.question p.gotop a {
    margin: 0 auto;
    width: 220px;
    height: 45px;
    border-radius: 50px;
    border: 2px solid var(--color-brown);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF;
    text-align: center;
    text-decoration: none;
    line-height: 43px;
    font-size: 15px;
    color: var(--color-brown);
  }

  body#futari main#shindan article section.question p.reset {
    margin-bottom: 30px;
    padding-top: 45px;
  }

  body#futari main#shindan article section.question p.gotop {
    margin-bottom: 130px;
  }

  body#futari main#shindan article section.question .prosessing {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff url("../images/bg_pc.jpg") no-repeat center top/cover;
    display: none;
    text-align: center;
  }

  body#futari main#shindan article section.question .prosessing img {
    width: 400px;
    height: auto;
    display: none;
  }

  body#futari main#shindan article section.result {
    margin-bottom: 100px;
    padding-top: 110px;
  }

  body#futari main#shindan article section.result h1 {
    margin-bottom: 32px;
    position: relative;
    z-index: 1;
    text-align: center;
    letter-spacing: calc(80em / 1000);
  }

  body#futari main#shindan article section.result h1 small,
  body#futari main#shindan article section.result h1 span {
    display: block;
  }

  body#futari main#shindan article section.result h1 small {
    line-height: 50px;
    font-size: 26px;
    color: #aa7d49;
  }

  body#futari main#shindan article section.result h1 span {
    line-height: 84px;
    font-size: 60px;
    color: #14386a;
  }

  body#futari main#shindan article section.result p.label {
    margin: -20px auto 50px auto;
    width: 160px;
    height: 38px;
    background: #1a2d62;
    position: relative;
    z-index: 1;
    text-align: center;
    line-height: 38px;
    font-size: 20px;
    color: #ffffff;
  }

  body#futari main#shindan article section.result p.image {
    margin-bottom: 44px;
    text-align: center;
    position: relative;
  }

  body#futari main#shindan article section.result p.image:before {
    content: "";
    width: 1298px;
    height: 1097px;
    display: block;
    background: url("../images/bg_result_hero.png") no-repeat center center;
    position: absolute;
    top: calc(50% - 548px);
    left: calc(50% - 649px);
    z-index: 0;
  }

  body#futari main#shindan article section.result p.image img {
    width: 480px;
    height: auto;
    position: relative;
    z-index: 1;
  }

  body#futari main#shindan article section.result p.text {
    margin-bottom: 38px;
    position: relative;
    z-index: 1;
  }

  body#futari main#shindan article section.result dl.feature {
    padding: 14px 0;
    border: 1px solid #a47244;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #a47244;
  }

  body#futari main#shindan article section.result dl.feature dt {
    width: 294px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  body#futari main#shindan article section.result dl.feature dd {
    width: calc(100% - 294px);
  }

  body#futari main#shindan article section.result dl.feature dd ul {
    padding-right: 40px;
    display: block;
  }

  body#futari main#shindan article section.result dl.feature dd ul li {
    margin: 10px 0;
    padding-left: 1em;
    display: block;
    overflow: hidden;
    line-height: 32px;
    font-size: 16px;
  }

  body#futari main#shindan article section.result dl.feature dd ul li:before {
    content: "●";
    display: block;
    float: left;
    margin-left: -1em;
  }

  body#futari main#shindan article section.important {
    padding-top: 110px;
    padding-bottom: 168px;
    background: #ffffff;
  }

  body#futari main#shindan article section.important h2 {
    color: #a47244;
  }

  body#futari main#shindan article section.important p.image {
    margin-bottom: 46px;
    text-align: center;
  }

  body#futari main#shindan article section.important p.text {
    margin-bottom: 42px;
  }

  body#futari main#shindan article section.important p.btn {
    margin-bottom: 40px;
  }

  body#futari main#shindan article section.important p.btn.start {
    margin-bottom: 30px;
  }

  body#futari main#shindan article section.important p.btn a {
    margin: 0 auto;
    width: 220px;
    height: 45px;
    border-radius: 10px 0 10px 0;
    border: 1px solid #14386a;
    box-sizing: border-box;
    background: #14386a;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    line-height: 43px;
    font-size: 15px;
    color: #ffffff;
  }

  body#futari main#shindan article section.important ul.more_links {
    padding-top: 100px;
    display: flex;
    justify-content: center;
    gap: 15px;
  }

  body#futari main#shindan article section.important ul.more_links li {
    width: calc(33.3% - 10px);
  }

  body#futari main#shindan article section.important ul.more_links li dl {
    text-align: center;
  }

  body#futari main#shindan article section.important ul.more_links li dl dt {
    margin-bottom: 16px;
  }

  body#futari main#shindan article section.important ul.more_links li dl dt img,
  body#futari main#shindan article section.important ul.more_links li dl dt span {
    display: block;
  }

  body#futari main#shindan article section.important ul.more_links li dl dt img {
    margin: 0 auto 16px auto;
  }

  body#futari main#shindan article section.important ul.more_links li dl dt span {
    line-height: 30px;
    font-size: 20px;
    color: #14386a;
  }

  body#futari main#shindan article section.important ul.more_links li dl dd a {
    margin: 0 auto;
    width: 100%;
    height: 60px;
    border-radius: 10px 0 10px 0;
    background: #a47244;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    line-height: 60px;
    font-size: 18px;
    color: #ffffff;
  }

  .pc_none {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  body#futari main#shindan {
    background: #ffffff;
  }

  body#futari main#shindan article {
    overflow: hidden;
  }

  body#futari main#shindan article .contents {
    background: url("../images/bg_sp.jpg") no-repeat center top/cover;
  }

  body#futari main#shindan article section {
    margin: 0 auto;
    position: relative;
    color: #1a2e63;
  }

  body#futari main#shindan article section .inner {
    padding: 0 24px;
  }

  body#futari main#shindan article section .inner h2 {
    margin-bottom: 25px;
    position: relative;
    text-align: center;
    text-shadow: 0 0 40px rgb(255, 255, 255);
    line-height: 50px;
    font-size: 25px;
    color: #14386a;
    letter-spacing: calc(80em / 1000);
  }

  body#futari main#shindan article section p.text {
    text-align: left;
    line-height: 28px;
    font-size: 15px;
    letter-spacing: calc(80em / 1000);
  }

  body#futari main#shindan article section ul.sns {
    padding: 0 24px;
    overflow: hidden;
    display: flex;
    gap: 5px;
    justify-content: center;
  }

  body#futari main#shindan article section ul.sns li {
    width: calc(33.3% - 5px);
  }

  body#futari main#shindan article section ul.sns li a {
    width: 100%;
    height: 50px;
    border-radius: 10px 0 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 13px;
    font-size: 13px;
    color: #ffffff;
  }

  body#futari main#shindan article section ul.sns li.x a {
    background: #000000;
  }

  body#futari main#shindan article section ul.sns li.facebook a {
    background: #2e4e8a;
  }

  body#futari main#shindan article section ul.sns li.line a {
    background: #00bf52;
  }

  body#futari main#shindan article section p.supervision {
    padding: 25px 0;
    text-align: center;
  }

  body#futari main#shindan article section p.supervision img {
    width: 100%;
    height: auto;
  }

  body#futari main#shindan article section.hero {
    padding-bottom: 33px;
    background: #ffffff url("../images/bg_hero_sp.png") no-repeat center bottom/100% auto;
  }

  body#futari main#shindan article section.hero h1 {
    margin-bottom: 44px;
  }

  body#futari main#shindan article section.hero h1 picture img {
    width: 100%;
    height: auto;
  }

  body#futari main#shindan article section.hero p.text {
    margin-bottom: 20px;
    padding: 0 24px;
  }

  body#futari main#shindan article section.hero p.btn {
    margin-bottom: 31px;
  }

  body#futari main#shindan article section.hero p.btn a {
    margin: 0 auto;
    line-height: 65px;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    color: #ffffff;
    width: 250px;
    height: 65px;
    display: block;
    border: none;
    background-color: var(--color-green);
    border-radius: 32.5px;
    position: relative;
  }

  body#futari main#shindan article section.hero p.btn a span {
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
  }

  body#futari main#shindan article section.type {
    margin-bottom: 24px;
    padding-top: 40px;
  }

  body#futari main#shindan article section.type p.text {
    margin-bottom: 21px;
  }

  body#futari main#shindan article section.type ul {
    overflow: hidden;
    display: block;
  }

  body#futari main#shindan article section.type ul li {
    margin-bottom: 12px;
    width: calc(50% - 6px);
    height: 162px;
    border-radius: 10px 0 10px 0;
    box-sizing: border-box;
    border: 1px solid #14386a;
    background: #ffffff;
    overflow: hidden;
    text-align: center;
  }

  body#futari main#shindan article section.type ul li:nth-child(odd) {
    float: left;
  }

  body#futari main#shindan article section.type ul li:nth-child(even) {
    float: right;
  }

  body#futari main#shindan article section.type ul li span {
    padding: 24px 0 2px 0;
    display: block;
    line-height: 19px;
    font-size: 16px;
    color: #a47244;
    letter-spacing: calc(40em / 1000);
  }

  body#futari main#shindan article section.type ul li img {
    width: 154px;
    height: auto;
    display: inline;
  }

  body#futari main#shindan article section.column {
    padding-bottom: 40px;
  }

  body#futari main#shindan article section.column ul li {
    margin-bottom: 10px;
  }

  body#futari main#shindan article section.column ul li a {
    margin: 0 auto;
    width: 247px;
    height: 45px;
    border-radius: 10px 0 10px 0;
    background: #a47244;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
  }

  body#futari main#shindan article section.question {
    padding-top: 73px;
  }

  body#futari main#shindan article section.question .range {
    margin: 0 auto 40px auto;
    width: 100%;
    height: 5px;
    position: relative;
    border-radius: 2.5px;
    background: #ffffff;
  }

  body#futari main#shindan article section.question .range .progress {
    width: 0%;
    height: 5px;
    border-radius: 2.5px;
    position: relative;
    background: #14386a;
    transform-style: preserve-3d;
    transition-property: width;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0ms;
  }

  body#futari main#shindan article section.question .range .progress:before {
    content: "";
    width: 14px;
    height: 22px;
    display: block;
    position: absolute;
    top: -30px;
    right: -8px;
    background: url("../images/icon_heart.png") no-repeat center bottom/contain;
    animation: heart_animation 2s infinite ease-in-out;
  }

  body#futari main#shindan article section.question .content {
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }

  body#futari main#shindan article section.question .content.hide {
    opacity: 0;
    pointer-events: none;
  }

  body#futari main#shindan article section.question .content p.q {
    margin-bottom: 28px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    color: #14386a;
  }

  body#futari main#shindan article section.question .content ul.a {
    display: block;
  }

  body#futari main#shindan article section.question .content ul.a li {
    margin-bottom: 15px;
  }

  body#futari main#shindan article section.question .content ul.a li button {
    margin: 0 auto;
    padding: 0 24px;
    width: 250px;
    height: 65px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background: no-repeat center center/contain;
    text-align: center;
    line-height: 22px;
    font-size: 17px;
  }

  body#futari main#shindan article section.question .content ul.a li.a button {
    background-color: var(--color-green);
    border-radius: 32.5px;
    color: #ffffff;
  }

  body#futari main#shindan article section.question .content ul.a li.b button {
    background-color: #ffffff;
    border: 3px solid var(--color-green);
    border-radius: 32.5px;
    color: var(--color-green);
  }

  body#futari main#shindan article section.question p.reset a,
  body#futari main#shindan article section.question p.gotop a {
    margin: 0 auto;
    width: 220px;
    height: 40px;
    border-radius: 10px 0 10px 0;
    border: 1px solid #14386a;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #14386a;
    text-align: center;
    text-decoration: none;
    line-height: 38px;
    font-size: 13px;
    color: #ffffff;
  }

  body#futari main#shindan article section.question p.reset {
    margin-bottom: 20px;
    padding-top: 55px;
  }

  body#futari main#shindan article section.question p.gotop {
    margin-bottom: 40px;
  }

  body#futari main#shindan article section.question .prosessing {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff url("../images/bg_pc.jpg") no-repeat center top/cover;
    display: none;
    text-align: center;
  }

  body#futari main#shindan article section.question .prosessing img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: none;
  }

  body#futari main#shindan article section.result {
    padding-top: 35px;
    padding-bottom: 33px;
  }

  body#futari main#shindan article section.result h1 {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    text-align: center;
    letter-spacing: calc(80em / 1000);
  }

  body#futari main#shindan article section.result h1 small,
  body#futari main#shindan article section.result h1 span {
    display: block;
  }

  body#futari main#shindan article section.result h1 small {
    line-height: 38px;
    font-size: 15px;
    color: #aa7d49;
  }

  body#futari main#shindan article section.result h1 span {
    line-height: 45px;
    font-size: 30px;
    color: #14386a;
  }

  body#futari main#shindan article section.result p.label {
    margin: -15px auto 30px auto;
    width: 110px;
    height: 22.5px;
    background: #1a2d62;
    position: relative;
    z-index: 1;
    text-align: center;
    line-height: 22.5px;
    font-size: 15px;
    color: #ffffff;
  }

  body#futari main#shindan article section.result p.image {
    margin-bottom: 20px;
    text-align: center;
    position: relative;
  }

  body#futari main#shindan article section.result p.image:before {
    content: "";
    width: 649px;
    height: 548.5px;
    display: block;
    background: url("../images/bg_result_hero.png") no-repeat center center/contain;
    position: absolute;
    top: calc(50% - 274px);
    left: calc(50% - 324px);
    z-index: 0;
  }

  body#futari main#shindan article section.result p.image img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
  }

  body#futari main#shindan article section.result p.text {
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
  }

  body#futari main#shindan article section.result dl.feature {
    padding: 15px;
    border: 1px solid #a47244;
    background: #ffffff;
    color: #a47244;
  }

  body#futari main#shindan article section.result dl.feature dt {
    padding: 5px 0 12px 0;
    text-align: center;
    line-height: 25px;
    font-size: 19px;
  }

  body#futari main#shindan article section.result dl.feature dd ul {
    display: block;
  }

  body#futari main#shindan article section.result dl.feature dd ul li {
    margin: 11px 0;
    padding-left: 1em;
    display: block;
    overflow: hidden;
    line-height: 20px;
    font-size: 15px;
  }

  body#futari main#shindan article section.result dl.feature dd ul li:before {
    content: "●";
    display: block;
    float: left;
    margin-left: -1em;
  }

  body#futari main#shindan article section.important {
    padding-top: 45px;
    padding-bottom: 25px;
    background: #ffffff;
  }

  body#futari main#shindan article section.important h2 {
    color: #a47244;
    font-size: 19px;
  }

  body#futari main#shindan article section.important p.image {
    margin-bottom: 18px;
    text-align: center;
  }

  body#futari main#shindan article section.important p.image img {
    width: 90%;
    height: auto;
  }

  body#futari main#shindan article section.important p.text {
    margin-bottom: 45px;
  }

  body#futari main#shindan article section.important p.btn {
    margin-bottom: 30px;
  }

  body#futari main#shindan article section.important p.btn a {
    margin: 0 auto;
    width: 220px;
    height: 40px;
    border-radius: 10px 0 10px 0;
    border: 1px solid #14386a;
    box-sizing: border-box;
    background: #14386a;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    line-height: 38px;
    font-size: 13px;
    color: #ffffff;
  }

  body#futari main#shindan article section.important ul.sns {
    padding: 0;
  }

  body#futari main#shindan article section.important ul.more_links {
    padding-top: 30px;
  }

  body#futari main#shindan article section.important ul.more_links li {
    margin-bottom: 10px;
  }

  body#futari main#shindan article section.important ul.more_links li dl {
    text-align: center;
  }

  body#futari main#shindan article section.important ul.more_links li dl dt {
    margin-bottom: 16px;
  }

  body#futari main#shindan article section.important ul.more_links li dl dt img,
  body#futari main#shindan article section.important ul.more_links li dl dt span {
    display: block;
  }

  body#futari main#shindan article section.important ul.more_links li dl dt img {
    margin: 0 auto 9px auto;
    width: 96px;
    height: auto;
  }

  body#futari main#shindan article section.important ul.more_links li dl dt span {
    line-height: 24px;
    font-size: 19px;
    color: #14386a;
  }

  body#futari main#shindan article section.important ul.more_links li dl dd a {
    margin: 0 auto;
    width: 247.5px;
    height: 45px;
    border-radius: 10px 0 10px 0;
    background: #a47244;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    line-height: 45px;
    font-size: 15px;
    color: #ffffff;
  }

  .sp_none {
    display: none !important;
  }
}