@charset "UTF-8";
@import 'https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap';
@font-face {
  font-family: "Hiragino Kaku Gothic Pro";
  src: url("../fonts/Hiragino_Kaku_Pro_W3.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hiragino Kaku Gothic Pro";
  src: url("../fonts/Hiragino_Kaku_Pro_W6.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  font-size: 10px;
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "sans-serif";
  color: #000;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  outline: none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

[x-cloak] {
  display: none;
}

.wts_search {
  position: relative;
}

.wts {
  background: #fff;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.wts--result {
  padding: 2rem 0 2.2rem;
}
@media only screen and (max-width: 767px) {
  .wts--result {
    padding: 2.6rem 0 2.8rem;
  }
}
@media only screen and (max-width: 392px) {
  .wts--result {
    padding: 0vw 0 4.0816326531vw;
  }
}

.cm-section {
  padding-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .cm-section {
    padding: 1.4rem 3.2rem 0;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 392px) {
  .cm-section {
    padding: 3.0612244898vw 4.0816326531vw 0;
  }
}

.cm-hidden {
  display: none;
}
@media only screen and (max-width: 392px) {
  .cm-hidden--sp-xxsm {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .cm-hidden--sp {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .cm-hidden--pc {
    display: none;
  }
}

.cm-container {
  position: relative;
  max-width: 68rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .cm-container {
    width: auto;
  }
}
.cm-container__result {
  max-width: 76rem;
}
@media only screen and (max-width: 767px) {
  .cm-container__result {
    padding-left: 0;
    padding-right: 0;
  }
}
.cm-container__step6 {
  padding-top: 2rem;
  padding-bottom: 2.8rem;
}
@media only screen and (max-width: 767px) {
  .cm-container__step6 {
    padding-top: 1.6rem;
  }
}

.cm-container-title {
  display: table;
  margin: 0 auto;
}

.cm-logo {
  display: block;
  width: 14.275rem;
  margin: 2rem auto 1.6rem;
  transition-duration: 550ms;
  transition-timing-function: ease-in;
}
@media only screen and (max-width: 767px) {
  .cm-logo {
    margin: 1.6rem auto 1.2rem;
  }
}

.cm-title {
  color: #000;
  text-align: center;
  font-weight: 300;
  font-size: 4rem;
  line-height: 4.6rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .cm-title {
    font-size: 2.6rem;
    line-height: 3.3rem;
    margin-top: 1.2rem;
  }
}
@media only screen and (max-width: 392px) {
  .cm-title {
    font-size: 5.612244898vw;
    line-height: 6.6326530612vw;
    margin-top: 2.5510204082vw;
  }
}

.cm-notice {
  color: #000;
  text-align: center;
  font-weight: 300;
  font-size: 2rem;
  line-height: 2.3rem;
  margin-top: 1rem;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .cm-notice {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-top: 0.6rem;
  }
}
@media only screen and (max-width: 392px) {
  .cm-notice {
    font-size: 2.5510204082vw;
    line-height: 4.0816326531vw;
    margin-top: 0.5102040816vw;
  }
}

.cm-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "sans-serif";
  color: #FFF !important;
  font-weight: 600;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}
.cm-button:hover {
  opacity: 0.6;
}
.cm-button--visible {
  cursor: pointer;
  filter: grayscale(0);
}
.cm-button--blue {
  background: #65A9A1;
  box-shadow: 0px 6px 0px 0px #508780;
}
.cm-button--orange {
  background: #F90;
  box-shadow: 0px 6px 0px 0px #A17D48;
}
.cm-button--small {
  width: 16rem;
  height: 2.4rem;
  border-radius: 1.2rem;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: normal;
  box-shadow: none;
  margin: 0 auto;
}
@media only screen and (max-width: 392px) {
  .cm-button--small {
    width: 35.7142857143vw;
    height: 5.1020408163vw;
    border-radius: 2.5510204082vw;
    font-size: 3.0612244898vw;
  }
}
.cm-button--normal {
  font-size: 1.8rem;
  line-height: 2.6rem;
  border-radius: 2rem;
  height: 4rem;
}
@media only screen and (max-width: 767px) {
  .cm-button--normal {
    font-size: 1.6rem;
    border-radius: 2.4rem;
    height: 4.6rem;
  }
}
@media only screen and (max-width: 392px) {
  .cm-button--normal {
    font-size: 3.8265306122vw;
    border-radius: 6.1224489796vw;
    height: 11.2244897959vw;
  }
}
.cm-button--medium {
  font-size: 2.2rem;
  line-height: 2.2rem;
  border-radius: 2.8rem;
  height: 5.6rem;
  width: 100%;
  padding-top: 0.5rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .cm-button--medium {
    font-size: 2rem;
    line-height: 2rem;
    height: 5rem;
  }
}
@media only screen and (max-width: 392px) {
  .cm-button--medium {
    font-size: 4.5918367347vw;
    line-height: 5.1020408163vw;
    border-radius: 6.6326530612vw;
    height: 11.7346938776vw;
  }
}
.cm-button--large {
  font-size: 2.8rem;
  line-height: 4.8rem;
  border-radius: 3.2rem;
  width: 100%;
  height: 6.4rem;
  padding-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .cm-button--large {
    height: 5rem;
    font-size: 2.2rem;
    line-height: 2.4rem;
    border-radius: 2.8rem;
  }
}
@media only screen and (max-width: 392px) {
  .cm-button--large {
    font-size: 5.612244898vw;
    line-height: 10.2040816327vw;
    border-radius: 6.6326530612vw;
    height: 11.7346938776vw;
  }
}

.cm-button-text {
  font-size: 1.4rem;
  line-height: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .cm-button-text {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 392px) {
  .cm-button-text {
    font-size: 3.0612244898vw;
    line-height: 5.1020408163vw;
  }
}

.cm-button-back {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "sans-serif";
  color: #FFF !important;
  font-weight: 600;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  background: #65A9A1;
  box-shadow: 0px 6px 0px 0px #508780;
  font-size: 1.8rem;
  line-height: 2.6rem;
  border-radius: 2rem;
  width: 32.8rem;
  height: 4rem;
  margin: 2.4rem auto 0;
  padding-top: 0.5rem;
  box-sizing: border-box;
}
@media only screen and (min-width: 1199px) and (max-width: 1440px) {
  .cm-button-back {
    margin: 2.2rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .cm-button-back {
    width: 14rem;
    font-size: 1.5rem;
    margin: 2rem auto 0;
    height: 3.6rem;
  }
}
@media only screen and (max-width: 392px) {
  .cm-button-back {
    width: 30.612244898vw;
    font-size: 3.5714285714vw;
    line-height: 5.612244898vw;
    border-radius: 4.5918367347vw;
    box-shadow: 0px 1.0204081633vw 0px 0px #508780;
    height: 8.6734693878vw;
    margin: 4.0816326531vw auto 0;
  }
}
.cm-button-back:hover {
  opacity: 0.6;
}

[disabled] {
  cursor: not-allowed;
  filter: grayscale(1);
  opacity: 0.6;
}
[disabled]:hover {
  opacity: 0.6;
}

.duration-500 {
  transition-duration: 550ms;
}

.duration-250 {
  transition-duration: 250ms;
}

.ease-in {
  transition-timing-function: ease-in;
}

.ease-out {
  transition-timing-function: ease-out;
}

.scale-90 {
  opacity: 0;
}

.scale-100 {
  opacity: 1;
}

.wts__result {
  position: relative;
}
.wts__result-nav {
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .wts__result-nav {
    padding: 0 1rem;
  }
}
.wts__result-button {
  width: 15.2rem;
  border-radius: 0.8rem 0.8rem 0 0;
  border: 0;
  color: #fff;
  margin-right: 0.4rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #C3C3C3;
  transition: all 0.3s ease;
}
.wts__result-button-active {
  background: #FF9900;
}
.wts__result-button-title {
  font-size: 1.6rem;
  line-height: 2.6rem;
  display: block;
}
@media only screen and (max-width: 392px) {
  .wts__result-button-title {
    font-size: 3.0612244898vw;
    line-height: 6.1224489796vw;
  }
}
.wts__result-button-stt {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.6rem;
  margin: -0.4rem 0 0;
}
@media only screen and (max-width: 392px) {
  .wts__result-button-stt {
    font-size: 3.5714285714vw;
    line-height: 6.1224489796vw;
  }
}
.wts__result-button-stt-active {
  margin: 0 0 0.2rem;
}
.wts__result-button-stt-text {
  margin-left: -0.6rem;
}
.wts__result-button-icon {
  margin-bottom: -0.1rem;
}
.wts__result-button-num {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 2.6rem;
}
@media only screen and (max-width: 392px) {
  .wts__result-button-num {
    font-size: 4.5918367347vw;
    line-height: 6.1224489796vw;
  }
}
.wts__result-button + .wts__result-button {
  width: 12rem;
}
.wts__result-button + .wts__result-button .wts__result-button-title {
  font-size: 1.2rem;
  line-height: 2.2rem;
}
.wts__result-button + .wts__result-button .wts__result-button-num {
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.wts__result-content {
  border: 0.2rem solid #FF9900;
  padding: 3.4rem 3.8rem 6.9rem;
}
@media only screen and (max-width: 767px) {
  .wts__result-content {
    border: 0;
    border-top: 0.1rem solid #FF9900;
    padding: 2rem 2rem 0;
  }
}
.wts__result-content-pane {
  display: none;
}
.wts__result-content-pane.active {
  display: block;
}
.wts__result-title {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 2.8rem;
  border-bottom: 2px solid #FF9900;
  padding-bottom: 0.4rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 392px) {
  .wts__result-title {
    font-size: 4.0816326531vw;
    line-height: 6.6326530612vw;
  }
}
.wts__result-box {
  display: flex;
  align-items: center;
}
.wts__result-image {
  width: 61.76%;
}
.wts__result-image img {
  display: block;
  max-width: 100%;
  width: 100%;
  clear: both;
}
.wts__result-image-img-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .wts__result-image {
    width: 55%;
  }
  .wts__result-image-img-pc {
    display: none;
  }
  .wts__result-image-img-sp {
    display: block;
  }
}
.wts__result-text {
  flex: 1;
  padding-left: 2.6rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .wts__result-text {
    padding-left: 1rem;
  }
}
.wts__result-text-p1 {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.6rem;
}
@media only screen and (max-width: 767px) {
  .wts__result-text-p1 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
@media only screen and (max-width: 392px) {
  .wts__result-text-p1 {
    font-size: 3.0612244898vw;
    line-height: 5.1020408163vw;
  }
}
.wts__result-text-p2 {
  color: #E90000;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 2.5rem;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .wts__result-text-p2 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 392px) {
  .wts__result-text-p2 {
    font-size: 3.5714285714vw;
    line-height: 5.1020408163vw;
    margin-top: 1.2755102041vw;
  }
}
.wts__result-text-p3 {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.6rem;
  margin-top: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .wts__result-text-p3 {
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 392px) {
  .wts__result-text-p3 {
    font-size: 3.0612244898vw;
    line-height: 5.1020408163vw;
    margin-top: 1.2755102041vw;
  }
}
.wts__result-text-span {
  font-size: 4rem;
  line-height: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .wts__result-text-span {
    font-size: 2.2rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 392px) {
  .wts__result-text-span {
    font-size: 4.0816326531vw;
    line-height: 5.1020408163vw;
  }
}
.wts__result-text-span-small {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .wts__result-text-span-small {
    line-height: 2rem;
  }
}
@media only screen and (max-width: 392px) {
  .wts__result-text-span-small {
    font-size: 3.0612244898vw;
    line-height: 5.1020408163vw;
  }
}
.wts__result-text-red {
  color: #E90000;
  font-weight: 600;
}
.wts__result-propose-content {
  margin-top: 2.4rem;
  border-radius: 1.2rem;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1.4rem;
  line-height: 2.2rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .wts__result-propose-content:first-child {
    margin-top: 2.1rem;
  }
}
@media only screen and (max-width: 392px) {
  .wts__result-propose-content {
    font-size: 3.0612244898vw;
    line-height: 5.1020408163vw;
  }
}
.wts__result-propose-content--gray {
  border: 2px solid #BFBFBF;
  padding: 0.8rem 1.2rem;
}
.wts__result-propose-content--orange {
  border: 2px solid #FF9900;
  padding: 0.8rem 1.2rem 0.8rem 2rem;
}
.wts__result-propose-title {
  font-weight: 600;
  margin: 0 0 0.5rem;
}
.wts__result-propose-title--orange {
  text-indent: -0.9rem;
}
.wts__result-propose-description {
  font-weight: 300;
  margin: 0;
}
.wts__result-propose-description > p {
  text-indent: -1.3rem;
  margin: 0;
}
.wts__result-btn {
  margin-top: 4.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .wts__result-btn {
    margin-top: 2.4rem;
  }
}
.wts__result-btn-details {
  width: 100%;
}
.wts__result-btn-blue {
  margin-top: 2.4rem;
  width: calc(50% - 1.2rem);
}
@media only screen and (max-width: 767px) {
  .wts__result-btn-blue {
    width: calc(50% - 0.45rem);
  }
}
.wts__result__backpost {
  width: 100%;
}
.wts__result-br-small {
  display: none;
}
@media (min-width: 393px) and (max-width: 460px) {
  .wts__result-br-small {
    display: block;
  }
}

.wts__no-answer {
  border: 0.2rem solid #FF9900;
  padding: 1.4rem 3.8rem 6.9rem;
}
@media only screen and (max-width: 767px) {
  .wts__no-answer {
    border: 0;
    padding: 1.4rem 3.2rem 6.9rem;
  }
}
.wts__no-answer-text {
  text-align: center;
  margin-top: 3.4rem;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .wts__no-answer-text {
    font-size: 2rem;
  }
}

.wts__answer {
  padding-top: 6.2rem;
}
@media only screen and (min-width: 1199px) and (max-width: 1440px) {
  .wts__answer {
    padding-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .wts__answer {
    padding-top: 2.2rem;
  }
}
@media only screen and (max-width: 392px) {
  .wts__answer {
    padding-top: 4.0816326531vw;
  }
}
.wts__answer-item {
  border-top: 1px dashed #AAAAAA;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 7.1rem;
}
@media only screen and (max-width: 767px) {
  .wts__answer-item {
    min-height: 6.6rem;
  }
}
@media only screen and (max-width: 392px) {
  .wts__answer-item {
    min-height: 14.2857142857vw;
  }
}
.wts__answer-item:last-child {
  border-bottom: 1px dashed #AAAAAA;
}
.wts__answer-item--required {
  min-height: 6.4rem;
}
@media only screen and (max-width: 767px) {
  .wts__answer-item--required {
    min-height: 6rem;
  }
}
@media only screen and (max-width: 392px) {
  .wts__answer-item--required {
    min-height: 12.7551020408vw;
  }
}
.wts__answer-item--required:first-child {
  border-top: 0;
}
.wts__answer-item--required:last-child {
  border-bottom: 0;
}
.wts__answer-label {
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .wts__answer-label {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 392px) {
  .wts__answer-label {
    font-size: 3.5714285714vw;
    line-height: 5.1020408163vw;
  }
}
.wts__answer-label--required {
  font-size: 1.8rem;
  line-height: 2rem;
}
@media only screen and (max-width: 767px) {
  .wts__answer-label--required {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 392px) {
  .wts__answer-label--required {
    font-size: 3.0612244898vw;
  }
}
.wts__answer-required {
  padding-top: 2.6rem;
}
@media only screen and (max-width: 767px) {
  .wts__answer-required {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 392px) {
  .wts__answer-required {
    padding-top: 4.0816326531vw;
  }
}
.wts__answer-required-box {
  border: 1px solid #AAAAAA;
  border-radius: 1.2rem;
  background-color: #F2F2F3;
  padding: 0 2rem;
}
.wts__answer-required-title {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.2rem;
  text-align: center;
  margin-bottom: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .wts__answer-required-title {
    font-size: 1.4rem;
    margin-bottom: 0.9rem;
  }
}
@media only screen and (max-width: 392px) {
  .wts__answer-required-title {
    font-size: 3.0612244898vw;
    line-height: 5.1020408163vw;
  }
}
.wts__select {
  width: 32rem;
  min-height: 4rem;
  font-size: 1.6rem;
  border-radius: 1.2rem;
  border: 1px solid #AAAAAA;
  background-image: url(../images/arrow-down.svg);
  background-position: right 1.66rem center;
  background-size: 1.3rem 0.6rem;
  background-repeat: no-repeat;
  padding: 0.9rem 3.4rem 0.9rem 1.2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media only screen and (max-width: 767px) {
  .wts__select {
    width: 18rem;
    background-position: right 1.22rem center;
    padding: 0.9rem 3rem 0.9rem 1.2rem;
  }
}
@media only screen and (max-width: 392px) {
  .wts__select {
    min-height: 8.6734693878vw;
    font-size: 3.5714285714vw;
  }
}
.wts__select--required {
  min-height: 3.6rem;
  width: 30rem;
}
@media only screen and (max-width: 767px) {
  .wts__select--required {
    width: 16rem;
  }
}
@media only screen and (max-width: 392px) {
  .wts__select--required {
    min-height: 8.6734693878vw;
  }
}
@media only screen and (max-width: 767px) {
  .wts__top {
    padding: 0 2rem;
    box-sizing: border-box;
  }
}
.wts__bottom {
  margin-top: 4.2rem;
}
@media only screen and (max-width: 767px) {
  .wts__bottom {
    margin-top: 2rem;
  }
}
.wts__bottom--step6 {
  margin-top: 13.5rem;
}
@media only screen and (min-width: 1199px) and (max-width: 1440px) {
  .wts__bottom--step6 {
    margin-top: 5.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .wts__bottom--step6 {
    margin-top: 2.5rem;
    padding: 0 3.2rem;
  }
}
@media only screen and (max-width: 392px) {
  .wts__bottom--step6 {
    margin-top: 5.1020408163vw;
    padding: 0 4.0816326531vw;
  }
}

.wts__container-step {
  padding-bottom: 2.8rem;
}
.wts__answer-list {
  margin-top: 6.2rem;
  min-height: 32.8rem;
}
@media only screen and (min-width: 1199px) and (max-width: 1440px) {
  .wts__answer-list {
    margin-top: 3rem;
    min-height: 32rem;
  }
}
@media only screen and (max-width: 767px) {
  .wts__answer-list {
    margin-top: 2.2rem;
    min-height: 26.4rem;
  }
}
@media only screen and (max-width: 392px) {
  .wts__answer-list {
    margin-top: 3.0612244898vw;
    min-height: 59.1836734694vw;
  }
}
.wts__answer-item-step {
  position: relative;
  width: 100%;
  border-radius: 3.2rem;
  background: #F2F1F3;
  margin-bottom: 1.8rem;
  box-sizing: border-box;
  outline: none;
}
@media only screen and (min-width: 1199px) and (max-width: 1440px) {
  .wts__answer-item-step {
    margin-bottom: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .wts__answer-item-step {
    margin-bottom: 1.2rem;
  }
}
@media only screen and (max-width: 392px) {
  .wts__answer-item-step {
    margin-bottom: 2.5510204082vw;
    border-radius: 6.6326530612vw;
  }
}
.wts__radio, .wts__checkbox {
  position: absolute;
  left: -9999px;
  box-shadow: none;
}
.wts__label {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 6.4rem;
  padding: 0 1.2rem 0 4.4rem;
  cursor: pointer;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "sans-serif";
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.6rem;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .wts__label {
    min-height: 5.4rem;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
@media only screen and (max-width: 392px) {
  .wts__label {
    font-size: 3.8265306122vw;
    line-height: 5.612244898vw;
    min-height: 12.7551020408vw;
  }
}
.wts__radio + .wts__label:before {
  content: "";
  position: absolute;
  left: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100%;
  background: #fff;
}
@media only screen and (max-width: 392px) {
  .wts__radio + .wts__label:before {
    width: 6.1224489796vw;
    height: 6.1224489796vw;
    left: 3.0612244898vw;
  }
}
.wts__radio + .wts__label:after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: #FF9800;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.51rem;
  border-radius: 100%;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 392px) {
  .wts__radio + .wts__label:after {
    width: 4.5918367347vw;
    height: 4.5918367347vw;
    left: 3.8520408163vw;
  }
}
.wts__radio:not(:checked) + .wts__label:after {
  opacity: 0;
}
.wts__radio:checked + .wts__label:after {
  opacity: 1;
}
.wts__checkbox + .wts__label:before {
  content: "";
  position: absolute;
  left: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  background: #fff;
}
@media only screen and (max-width: 392px) {
  .wts__checkbox + .wts__label:before {
    width: 6.1224489796vw;
    height: 6.1224489796vw;
    left: 3.0612244898vw;
  }
}
.wts__checkbox + .wts__label:after {
  content: "";
  width: 2.1rem;
  height: 2.3rem;
  background-image: url("../images/checked.svg");
  background-size: 2rem 2.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  left: 1.7rem;
  border-radius: 100%;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 392px) {
  .wts__checkbox + .wts__label:after {
    width: 5.3571428571vw;
    height: 5.8673469388vw;
    left: 4.3367346939vw;
  }
}
.wts__checkbox:not(:checked) + .wts__label:after {
  opacity: 0;
}
.wts__checkbox:checked + .wts__label:after {
  opacity: 1;
}
.wts__recommend {
  position: relative;
  width: 100%;
  min-height: 8rem;
  margin: 3rem 0 4.2rem;
  padding: 1rem 9rem 2rem 1rem;
  border-radius: 1.2rem;
  border: 0.2rem solid #E8E7E9;
  background: #FFF;
  box-sizing: border-box;
}
@media only screen and (min-width: 1199px) and (max-width: 1440px) {
  .wts__recommend {
    margin: 1.8rem 0 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .wts__recommend {
    margin: 1.6rem 0 1.6rem;
    padding: 1rem 6.9rem 2rem 1rem;
    min-height: 10rem;
  }
}
@media only screen and (max-width: 392px) {
  .wts__recommend {
    margin: 2.5510204082vw 0 3.0612244898vw;
    padding: 2.5510204082vw 15.8163265306vw 5.1020408163vw 2.5510204082vw;
    min-height: 22.9591836735vw;
  }
}
.wts__recommend-content {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .wts__recommend-content {
    font-size: 1.1rem;
    line-height: 1.7rem;
  }
}
@media only screen and (max-width: 392px) {
  .wts__recommend-content {
    font-size: 2.806122449vw;
    line-height: 4.3367346939vw;
  }
}
.wts__recommend-intro {
  position: absolute;
  z-index: 2;
  right: 0.8rem;
  bottom: 0.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 0.6rem;
}
.wts__recommend-name {
  color: #30437D;
  font-size: 1rem;
  font-weight: 300;
  line-height: normal;
  white-space: nowrap;
  margin: 0;
}
@media only screen and (max-width: 392px) {
  .wts__recommend-name {
    font-size: 2.2959183673vw;
  }
}
.wts__recommend-consultants {
  display: block;
  margin-bottom: 0.3rem;
  width: 4.8rem;
}
@media only screen and (max-width: 392px) {
  .wts__recommend-consultants {
    width: 11.2244897959vw;
  }
}/*# sourceMappingURL=style.css.map */