@charset "UTF-8";


/*! 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 {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * 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 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* 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 {
  /* 1 */
  font-size: 1em;
  font-family: monospace, monospace;
  /* 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 {
  /* 1 */
  font-size: 1em;
  font-family: monospace, monospace;
  /* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  /* 1 */
  margin: 0;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  font-family: inherit;
  /* 2 */
}

/**
 * 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 {
  padding: 0;
  border-style: none;
}

/**
 * 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;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 1 */
  color: inherit;
  /* 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;
}

/* stylelint-disable-next-line value-keyword-case */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  min-width: 320px;
  color: #333333;
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
dl,
dd,
ul,
ol,
td,
th,
figure,
fieldset,
button {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

b,
em,
strong {
  font-style: normal;
  font-weight: bold;
}

strong {
  font-weight: inherit;
}

small {
  font-size: inherit;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

input[type=button],
input[type=text],
input[type=submit],
input[type=image],
textarea {
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0;
  font-family: inherit;
}

button {
  border: 0;
  background-color: transparent;
}

textarea {
  resize: vertical;
}

label {
  cursor: pointer;
}

iframe {
  border: 0;
}

[hidden] {
  display: none !important;
}

:focus:not(:focus-visible) {
  outline: 0;
}

[data-whatinput=touch] *:focus,
[data-whatinput=touch] *:active {
  outline: 0;
}

.str-header {
  padding: 0 16px;
  border-bottom: 4px solid #e60000;
}
.str-header__body {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 60px;
  margin: 0 auto;
  gap: 0 14px;
}
.str-header__logo {
  line-height: 0;
}
.str-header__logo-sub img {
  width: 100%;
  vertical-align: middle;
}
.str-header__logo-sub > a {
  display: flex;
}
.str-header__logo-link {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 18px;
}
.str-header__logo-link img {
  vertical-align: middle;
}

.str-footer {
  position: sticky;
  top: 100vh;
}
.str-footer-top {
  padding: 0 16px;
  background-color: #f4f4f4;
}
.str-footer-top__contact-alert {
  margin-bottom: 12px;
  text-align: center;
}
.str-footer-top__contact-info {
  height: 100%;
  text-align: center;
}
.str-footer-top__contact-info-tel {
  padding-left: 38px;
  background-image: url("/assets/img/common/icon-tel.svg");
  background-position: left center;
  background-size: 30px auto;
  background-repeat: no-repeat;
  color: #333333;
  font-weight: bold;
  font-size: 3rem;
}
.str-footer-top__contact-info-sub {
  margin-top: 5px;
  font-size: 1.2rem;
}
.str-footer-top__contact-link-text {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  color: #333333;
  transition: opacity 0.2s ease-out;
}
.str-footer-top__contact-link-text::before {
  display: block;
  position: absolute;
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background-image: url("/assets/img/common/icon-arrow-green-02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.str-footer-top__contact-link-text:hover, .str-footer-top__contact-link-text:focus, .str-footer-top__contact-link-text:active {
  opacity: 0.5;
}
.str-footer-top__body {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 0 16px;
}
.str-footer-bottom {
  padding: 0 16px;
  overflow: hidden;
  border-top: 4px solid #e60000;
}
.str-footer-bottom__mirror, .str-footer-bottom__copy {
  position: relative;
  font-size: 1rem;
}
.str-footer-bottom__body {
  display: grid;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 0;
  gap: 10px;
}
.str-footer-important-box {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding-block: 24px;
  background-color: #fcefef;
}
.str-footer-important-box-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 1200px;
  margin-inline: auto;
  gap: 16px 40px;
}
.str-footer-important-box-inner__title {
  display: flex;
  flex-shrink: 0;
  flex-wrap: nowrap;
  align-items: end;
  width: fit-content;
  height: fit-content;
  padding: 5px 27px 5px 5px;
  border-radius: 16px;
  background-color: #b40001;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
}
.str-footer-important-box-inner__title::before {
  display: block;
  position: absolute;
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-image: url("/assets/img/common/icon-important-footer.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.str-footer-important-box-inner__content {
  align-self: center;
}
.str-footer-important-box-inner__content > :first-child {
  margin-top: 0;
}
.str-footer-important-box-inner__content > :last-child {
  margin-bottom: 0;
}
.str-footer-important-box + * {
  margin-top: 24px;
}
.str-footer-list-link {
  display: grid;
  grid-template-rows: 1fr;
}
.str-footer-list-link__link {
  display: block;
  position: relative;
  padding-left: 16px;
  color: #333333;
  transition: color 0.2s ease-out;
}
.str-footer-list-link__link:hover, .str-footer-list-link__link:focus, .str-footer-list-link__link:active {
  color: #b40001;
  text-decoration: underline;
}
.str-footer-list-link__link::before {
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: 2px solid #b40001;
  border-right: 2px solid #b40001;
  content: "";
}
.str-footer-list-link__link--emphasis {
  color: #b40001;
}
.str-footer-list-link--bottom {
  gap: 12px;
}
.str-footer-list-link + .str-footer-list-link {
  margin-top: 14px;
}

.str-nav-qa-step {
  margin-bottom: 15px;
}
.str-nav-qa-step__label {
  margin-right: 7px;
  font-size: 1.2rem;
  vertical-align: middle;
}
.str-nav-qa-step__item {
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  background-color: #efef00;
  color: #007d7d;
}
.str-nav-qa-step__item::before {
  display: block;
  position: absolute;
  top: 0;
  right: -13px;
  bottom: 0;
  left: 0;
  width: 17px;
  height: 17px;
  margin: auto;
  background-image: url("/assets/img/common/icon-step-over.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.str-nav-qa-step__item::after {
  display: block;
  z-index: 5;
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
  width: 38px;
  height: calc(100% + 2px);
  background-image: url("/assets/img/common/icon-step-current.svg");
  background-size: auto 34px;
  background-repeat: no-repeat;
  content: "";
}
.str-nav-qa-step__item-inner {
  text-indent: -9999px;
}
.str-nav-qa-step__item[aria-current=step]::before {
  display: none;
}
.str-nav-qa-step__item[aria-current=step] .str-nav-qa-step__item-inner {
  text-indent: 0;
}
.str-nav-qa-step__item[aria-current=step] ~ .str-nav-qa-step__item {
  background-color: #ffffff;
}
.str-nav-qa-step__item[aria-current=step] ~ .str-nav-qa-step__item::before {
  display: none;
}
.str-nav-qa-step__item[aria-current=step] ~ .str-nav-qa-step__item::after {
  background-image: url("/assets/img/common/icon-step.svg");
}
.str-nav-qa-step__item[aria-current=step] ~ .str-nav-qa-step__item .str-nav-qa-step__item-inner {
  text-indent: 0;
}
.str-nav-qa-step__item:last-child::after {
  display: none;
}
.str-nav-qa-step__list {
  display: grid;
  grid-template-rows: 34px;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 34px;
  overflow: hidden;
  gap: 10px 0;
  font-weight: bold;
  font-size: 1.8rem;
}

.str-main--top + .lyt-btn-top {
  position: relative;
}

.str-section {
  padding: 0 16px;
}
.str-section__body {
  max-width: 1200px;
  margin: 0 auto;
}
.str-section__body > :first-child {
  margin-top: 0;
}
.str-section__body > :last-child {
  margin-bottom: 0;
}
.str-section__body--wide-content-midium {
  max-width: 960px;
}
.str-section--bg-green {
  background-color: #007d7d;
}
.str-section--bg-light-green {
  background-color: #f2f8f6;
}
.str-section--top-nisa {
  padding-top: 8px;
  padding-bottom: 10px;
  color: #ffffff;
}
.str-section--top-adviser {
  position: relative;
  padding-top: 46px;
  padding-bottom: 78px;
  overflow: hidden;
}
.str-section--top-adviser::after {
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 5.7638888889vw;
  background-image: url("/assets/img/top/index-section-texture-top.svg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.str-section--top-intro {
  padding-top: 40px;
  padding-bottom: 60px;
  color: #ffffff;
}
.str-section--top-info {
  position: relative;
  padding-top: 72px;
  padding-bottom: 50px;
  overflow: hidden;
}
.str-section--top-info::after {
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 5.7638888889vw;
  background-image: url("/assets/img/top/index-section-texture-bottom.svg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.str-section--top-overview {
  position: relative;
  padding-top: 80px;
  padding-bottom: 90px;
  overflow: hidden;
}
.str-section--top-overview::after {
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 5.7638888889vw;
  background-image: url("/assets/img/top/index-section-texture-bottom-02.svg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}
.str-section--qa {
  padding-top: 20px;
  padding-bottom: 90px;
}
.str-section--other {
  padding-top: 20px;
  padding-bottom: 94px;
}
.str-section--torikuzushi {
  padding: 20px 16px 50px;
}

.m-icon {
  margin-left: 8px;
  vertical-align: middle;
}
.m-icon--blank {
  fill: #333333;
  width: 13px;
  height: 12px;
}
.m-icon--pdf {
  width: 14px;
  height: 16px;
}
.m-icon--csv {
  width: 14px;
  height: 16px;
}
.m-icon--xlsx {
  width: 14px;
  height: 16px;
}
.m-text .m-icon {
  margin: 0 8px;
}

.m-hdg-2-intro {
  margin-bottom: 24px;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
}

.m-hdg-lv3__title {
  font-size: 1.6rem;
}

.m-text {
  margin-bottom: 24px;
}
.m-text p + .m-text p {
  margin-top: 10px;
}
.m-text--small {
  font-size: 1.2rem;
}
.m-text--medium {
  font-size: 1.4rem;
}
.m-text--large {
  font-size: 2.5rem;
}

.m-text-em {
  font-weight: bold;
}
.m-text-em--color-red {
  color: #df2481;
}

.m-text-marker {
  display: inline;
  position: relative;
  padding-bottom: 4px;
  background: linear-gradient(transparent 80%, #f8f81f 0%);
}

.m-text-lead {
  margin-bottom: 10px;
  font-weight: bold;
}
.m-text-lead--normal {
  font-weight: normal;
}
.m-text-lead--medium {
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.m-text-lead--large {
  margin-bottom: 10px;
  font-size: 1.6rem;
}

.m-text-anchor {
  margin-bottom: 20px;
  font-weight: bold;
}
.m-text-anchor__link {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: baseline;
  color: #333333;
  transition: opacity 0.2s ease-out;
}
.m-text-anchor__link::before {
  display: block;
  position: absolute;
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  transform: rotate(90deg);
  background-image: url("/assets/img/common/icon-arrow-green-02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.m-text-anchor__link:hover, .m-text-anchor__link:focus, .m-text-anchor__link:active {
  opacity: 0.5;
}

.m-text-torikuzushi-chart-legend {
  padding-left: 30px;
  gap: 10px;
  font-size: 1.4rem;
}

.m-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.m-box__title {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  padding: 30px 16px;
  background-color: #007d7d;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}
.m-box__title--with-icon {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
}
.m-box__content {
  flex-grow: 1;
  padding: 32px 16px;
  background-color: #ffffff;
}
.m-box__content > :first-child {
  margin-top: 0;
}
.m-box__content > :last-child {
  margin-bottom: 0;
}
.m-box--with-shadow {
  box-shadow: 0 0 16px rgba(0, 113, 113, 0.06);
}
.m-box--footer {
  grid-gap: 0;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
.m-box--footer .m-box__title {
  align-items: center;
}

.m-torikuzushi-box {
  width: 100%;
  margin: auto;
  padding: 20px 50px;
  background-color: #f2f8f6;
}
.m-torikuzushi-box__inner {
  display: flex;
  column-gap: 30px;
  flex-flow: column wrap;
  align-items: center;
}
.m-torikuzushi-box__content {
  text-align: center;
}
.m-torikuzushi-box__content-num--large {
  color: #007d7d;
  font-weight: bold;
  font-size: 3rem;
}
.m-torikuzushi-box__inline {
  display: inline-block;
}
.m-torikuzushi-box--mt {
  margin-top: 30px;
}

.m-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 24px;
  gap: 10px;
}
.m-btn__sub-text {
  width: 100%;
  margin-top: 5px;
  font-weight: normal;
  font-size: 1.4rem;
}
.m-btn__btn {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.2s ease-out;
}
.m-btn__btn--primary {
  min-height: 53px;
  padding: 7px 34px;
  border: 1px solid #df2481;
  background-color: #df2481;
  color: #ffffff;
}
.m-btn__btn--primary::after {
  display: block;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  width: 17px;
  height: 17px;
  margin: auto;
  background-image: url("/assets/img/common/icon-arrow-white.svg");
  background-repeat: no-repeat;
  content: "";
}
.m-btn__btn--primary:hover, .m-btn__btn--primary:focus, .m-btn__btn--primary:active {
  background-color: #ffffff;
  color: #df2481;
}
.m-btn__btn--primary:hover::after, .m-btn__btn--primary:focus::after, .m-btn__btn--primary:active::after {
  background-image: url("/assets/img/common/icon-arrow-pink.svg");
}
.m-btn__btn--sub {
  padding: 18px 40px;
  border: 2px solid #006971;
  background-color: #ffffff;
  color: #006971;
}
.m-btn__btn--sub::after {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  background-image: url("/assets/img/common/icon-arrow-green.svg");
  background-repeat: no-repeat;
  content: "";
}
.m-btn__btn--sub:hover, .m-btn__btn--sub:focus, .m-btn__btn--sub:active {
  background-color: #006971;
  color: #ffffff;
}
.m-btn__btn--sub:hover::after, .m-btn__btn--sub:focus::after, .m-btn__btn--sub:active::after {
  background-image: url("/assets/img/common/icon-arrow-white.svg");
}
.m-btn__btn--dialog {
  min-width: 313px;
  padding: 18px 40px;
  border: 2px solid #006971;
  background-color: #ffffff;
  color: #006971;
}
.m-btn__btn--dialog::after {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  background-image: url("/assets/img/common/icon-dialog.svg");
  background-repeat: no-repeat;
  content: "";
}
.m-btn__btn--dialog:hover, .m-btn__btn--dialog:focus, .m-btn__btn--dialog:active {
  background-color: #006971;
  color: #ffffff;
}
.m-btn__btn--dialog:hover::after, .m-btn__btn--dialog:focus::after, .m-btn__btn--dialog:active::after {
  background-image: url("/assets/img/common/icon-dialog-white.svg");
}
.m-btn__btn--dialog-type2:hover, .m-btn__btn--dialog-type2:focus, .m-btn__btn--dialog-type2:active {
  border-color: #ffffff;
}
.m-btn__btn--w-auto {
  min-width: auto !important;
}
.m-btn__btn--w-large {
  width: 100%;
  max-width: 360px;
}

.m-list {
  margin-bottom: 24px;
}
.m-list__item {
  display: flex;
  align-items: baseline;
}
.m-list__item::before {
  display: block;
  position: absolute;
  position: relative;
  bottom: 4px;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #009999;
  content: "";
}
.m-list__item + .m-list__item {
  margin-top: 12px;
}
.m-list__content {
  margin-left: 5px;
}
.m-list__content > :first-child {
  margin-top: 0;
}
.m-list__content > :last-child {
  margin-bottom: 0;
}

.m-list-notice {
  margin-bottom: 24px;
}
.m-list-notice > :last-child {
  margin-bottom: 0;
}
.m-list-notice__symbol {
  flex-shrink: 0;
  margin-right: 4px;
}
.m-list-notice__item {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.m-list-order {
  margin-bottom: 20px;
}
.m-list-order__item {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
}
.m-list-order__symbol {
  display: flex;
  position: relative;
  top: -3px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  border-radius: 50%;
  background-color: #007d7d;
  color: #ffffff;
  font-weight: bold;
  font-size: 1rem;
}
.m-list-order__content {
  flex-grow: 1;
}
.m-list-order__content > :first-child {
  margin-top: 0;
}
.m-list-order__content > :last-child {
  margin-bottom: 0;
}

.m-table {
  margin-bottom: 24px;
}
.m-table__body {
  width: 100%;
  border-collapse: collapse;
}
.m-table__th, .m-table__td {
  padding: 16px;
  border: 1px solid #d1d9de;
  text-align: left;
  vertical-align: top;
}
.m-table__th > :first-child, .m-table__td > :first-child {
  margin-top: 0;
}
.m-table__th > :last-child, .m-table__td > :last-child {
  margin-bottom: 0;
}
.m-table__th {
  background-color: #f5f5f5;
  font-weight: bold;
}
.m-table__scrollable {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  margin-bottom: 10px;
}
.m-table__scrollable::before {
  display: block;
  position: absolute;
  position: relative;
  top: 4px;
  width: 36px;
  height: 21px;
  margin-right: 5px;
  background-image: url("/assets/img/common/icon-scrollable.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.m-modal {
  color: #333333;
}
html[data-script-enabled=true] .m-modal {
  display: none;
  z-index: 5000;
  position: fixed;
  top: 0;
  left: 0;
  align-items: baseline;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 16px 40px;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
html[data-script-enabled=true] .m-modal.is-visible {
  display: flex;
}
html[data-script-enabled=true] .m-modal.is-show {
  opacity: 1;
}
.m-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #72777a;
  transition: opacity 0.2s ease-out;
}
.m-modal__close:hover, .m-modal__close:focus, .m-modal__close:active {
  opacity: 0.5;
}
.m-modal__close::before, .m-modal__close::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 14px;
  height: 1px;
  margin: auto;
  background-color: #ffffff;
  content: "";
}
.m-modal__close::before {
  transform: rotate(45deg);
}
.m-modal__close::after {
  transform: rotate(-45deg);
}
.m-modal__close > span {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.m-modal__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.7rem;
  text-align: center;
}
.m-modal__title-sub {
  font-weight: normal;
  font-size: 1.4rem;
}
.m-modal__body {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
html[data-script-enabled=true] .m-modal__body {
  margin-top: 60px;
  padding: 52px 15px 35px;
  background-color: #ffffff;
}
html[data-script-enabled=true] .m-modal__body > *:nth-last-child(2) {
  margin-bottom: 0;
}

.m-tooltip {
  display: inline-flex;
  align-items: baseline;
}
.m-tooltip__label {
  color: #007d7d;
  text-decoration: underline;
  transition: opacity 0.2s ease-in;
}
.m-tooltip__btn {
  z-index: 20;
  position: relative;
  margin-left: 4px;
  cursor: pointer;
}
.m-tooltip__btn::before, .m-tooltip__btn::after {
  display: block;
  z-index: 20;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
  opacity: 0;
  transition: opacity 0.5s;
}
.m-tooltip__btn::before {
  top: calc(100% + 2px);
  width: 0;
  height: 0;
  border: solid transparent;
  border-bottom: 10px solid #707070;
  border-right-width: 6px;
  border-left-width: 6px;
}
.m-tooltip__btn::after {
  top: calc(100% + 3px);
  width: 0;
  height: 0;
  border: solid transparent;
  border-bottom: 10px solid #ffffff;
  border-right-width: 5px;
  border-left-width: 5px;
}
.m-tooltip__btn[aria-expanded=true]::before, .m-tooltip__btn[aria-expanded=true]::after {
  opacity: 1;
}
.m-tooltip__btn-label {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-image: url("/assets/img/common/icon-tooltip.png");
  background-size: contain;
  background-repeat: no-repeat;
  color: #ffffff;
  text-indent: -9999px;
  transition: opacity 0.2s ease-in;
}
.m-tooltip__btn:hover .m-tooltip__label, .m-tooltip__btn:hover .m-tooltip__btn-label, .m-tooltip__btn:focus .m-tooltip__label, .m-tooltip__btn:focus .m-tooltip__btn-label, .m-tooltip__btn:active .m-tooltip__label, .m-tooltip__btn:active .m-tooltip__btn-label {
  opacity: 0.5;
}
.m-tooltip__btn-close {
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #72777a;
}
.m-tooltip__btn-close::before, .m-tooltip__btn-close::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 1px;
  margin: auto;
  background-color: #ffffff;
  content: "";
}
.m-tooltip__btn-close::before {
  transform: rotate(45deg);
}
.m-tooltip__btn-close::after {
  transform: rotate(-45deg);
}
.m-tooltip__btn-close span {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.m-tooltip__title {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
}
.m-tooltip__text {
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.7857142857;
}
.m-tooltip__content {
  color: #333333;
}
html[data-script-enabled=true] .m-tooltip__content {
  display: none;
  z-index: 20;
  position: absolute;
  top: calc(100% + 13px);
  width: calc(100vw - 32px);
  padding: 20px;
  border: 1px solid #707070;
  border-radius: 4px;
  background-color: #ffffff;
  text-align: left;
  opacity: 0;
  transition: opacity 0.5s;
}
.m-tooltip__content > :first-child {
  margin-top: 0;
}
.m-tooltip__content > :last-child {
  margin-bottom: 0;
}
.m-tooltip__content > *:nth-last-child(2) {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------------
* visually-hidden : 視覚的に隠したい要素がある場合に指定する調整クラス
* ------------------------------------------------------------------------- */
.a11y-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* ----------------------------------------------------------------------------
* 文字の位置揃え .align-
* ------------------------------------------------------------------------- */
.align-r {
  text-align: right !important;
}

.align-c {
  text-align: center !important;
}

.align-l {
  text-align: left !important;
}

/* ----------------------------------------------------------------------------
* 縦方向位置揃え .valign-
* ------------------------------------------------------------------------- */
.valign-t {
  vertical-align: top !important;
}

.valign-m {
  vertical-align: middle !important;
}

.valign-b {
  vertical-align: bottom !important;
}

/* ----------------------------------------------------------------------------
* 幅調整 .w-100 / .w-sp-100 [SP時の幅指定]
* ------------------------------------------------------------------------- */
.w-1 {
  width: 1% !important;
}

.w-2 {
  width: 2% !important;
}

.w-3 {
  width: 3% !important;
}

.w-4 {
  width: 4% !important;
}

.w-5 {
  width: 5% !important;
}

.w-6 {
  width: 6% !important;
}

.w-7 {
  width: 7% !important;
}

.w-8 {
  width: 8% !important;
}

.w-9 {
  width: 9% !important;
}

.w-10 {
  width: 10% !important;
}

.w-11 {
  width: 11% !important;
}

.w-12 {
  width: 12% !important;
}

.w-13 {
  width: 13% !important;
}

.w-14 {
  width: 14% !important;
}

.w-15 {
  width: 15% !important;
}

.w-16 {
  width: 16% !important;
}

.w-17 {
  width: 17% !important;
}

.w-18 {
  width: 18% !important;
}

.w-19 {
  width: 19% !important;
}

.w-20 {
  width: 20% !important;
}

.w-21 {
  width: 21% !important;
}

.w-22 {
  width: 22% !important;
}

.w-23 {
  width: 23% !important;
}

.w-24 {
  width: 24% !important;
}

.w-25 {
  width: 25% !important;
}

.w-26 {
  width: 26% !important;
}

.w-27 {
  width: 27% !important;
}

.w-28 {
  width: 28% !important;
}

.w-29 {
  width: 29% !important;
}

.w-30 {
  width: 30% !important;
}

.w-31 {
  width: 31% !important;
}

.w-32 {
  width: 32% !important;
}

.w-33 {
  width: 33% !important;
}

.w-34 {
  width: 34% !important;
}

.w-35 {
  width: 35% !important;
}

.w-36 {
  width: 36% !important;
}

.w-37 {
  width: 37% !important;
}

.w-38 {
  width: 38% !important;
}

.w-39 {
  width: 39% !important;
}

.w-40 {
  width: 40% !important;
}

.w-41 {
  width: 41% !important;
}

.w-42 {
  width: 42% !important;
}

.w-43 {
  width: 43% !important;
}

.w-44 {
  width: 44% !important;
}

.w-45 {
  width: 45% !important;
}

.w-46 {
  width: 46% !important;
}

.w-47 {
  width: 47% !important;
}

.w-48 {
  width: 48% !important;
}

.w-49 {
  width: 49% !important;
}

.w-50 {
  width: 50% !important;
}

.w-51 {
  width: 51% !important;
}

.w-52 {
  width: 52% !important;
}

.w-53 {
  width: 53% !important;
}

.w-54 {
  width: 54% !important;
}

.w-55 {
  width: 55% !important;
}

.w-56 {
  width: 56% !important;
}

.w-57 {
  width: 57% !important;
}

.w-58 {
  width: 58% !important;
}

.w-59 {
  width: 59% !important;
}

.w-60 {
  width: 60% !important;
}

.w-61 {
  width: 61% !important;
}

.w-62 {
  width: 62% !important;
}

.w-63 {
  width: 63% !important;
}

.w-64 {
  width: 64% !important;
}

.w-65 {
  width: 65% !important;
}

.w-66 {
  width: 66% !important;
}

.w-67 {
  width: 67% !important;
}

.w-68 {
  width: 68% !important;
}

.w-69 {
  width: 69% !important;
}

.w-70 {
  width: 70% !important;
}

.w-71 {
  width: 71% !important;
}

.w-72 {
  width: 72% !important;
}

.w-73 {
  width: 73% !important;
}

.w-74 {
  width: 74% !important;
}

.w-75 {
  width: 75% !important;
}

.w-76 {
  width: 76% !important;
}

.w-77 {
  width: 77% !important;
}

.w-78 {
  width: 78% !important;
}

.w-79 {
  width: 79% !important;
}

.w-80 {
  width: 80% !important;
}

.w-81 {
  width: 81% !important;
}

.w-82 {
  width: 82% !important;
}

.w-83 {
  width: 83% !important;
}

.w-84 {
  width: 84% !important;
}

.w-85 {
  width: 85% !important;
}

.w-86 {
  width: 86% !important;
}

.w-87 {
  width: 87% !important;
}

.w-88 {
  width: 88% !important;
}

.w-89 {
  width: 89% !important;
}

.w-90 {
  width: 90% !important;
}

.w-91 {
  width: 91% !important;
}

.w-92 {
  width: 92% !important;
}

.w-93 {
  width: 93% !important;
}

.w-94 {
  width: 94% !important;
}

.w-95 {
  width: 95% !important;
}

.w-96 {
  width: 96% !important;
}

.w-97 {
  width: 97% !important;
}

.w-98 {
  width: 98% !important;
}

.w-99 {
  width: 99% !important;
}

.w-100 {
  width: 100% !important;
}

.w-33-3 {
  width: 33.3% !important;
}

/* ----------------------------------------------------------------------------
* 余白調整 .pt-
* ------------------------------------------------------------------------- */
.pt-0 {
  padding-top: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

/* ----------------------------------------------------------------------------
* 余白調整 .pb-
* ------------------------------------------------------------------------- */
.pb-0 {
  padding-bottom: 0px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

/* ----------------------------------------------------------------------------
* 余白調整 .pl-
* ------------------------------------------------------------------------- */
.pl-0 {
  padding-left: 0px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

/* ----------------------------------------------------------------------------
* 余白調整 .pl-
* ------------------------------------------------------------------------- */
.pr-0 {
  padding-right: 0px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

/* ----------------------------------------------------------------------------
* 余白調整 .mt-
* ------------------------------------------------------------------------- */
.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

/* ----------------------------------------------------------------------------
* 余白調整 .mb-
* ------------------------------------------------------------------------- */
.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

/* ----------------------------------------------------------------------------
* 余白調整 .mr-
* ------------------------------------------------------------------------- */
.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

/* ----------------------------------------------------------------------------
* 余白調整 .ml-
* ------------------------------------------------------------------------- */
.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

/* ----------------------------------------------------------------------------
* PC/SP表示調整
* ------------------------------------------------------------------------- */
.ps-submit-gr {
  padding-bottom: 70px;
}

.ps-privacy {
  padding: 40px 0 30px;
  font-weight: bold;
  text-align: center;
}

.ps-privacy dt {
  font-weight: bold;
  font-size: 14px;
}

.ps-privacy dd {
  display: flex;
  justify-content: center;
  margin-left: 0;
  font-size: 20px;
}

.ps-privacy dd label {
  position: relative;
  padding: 5px 0 0 35px;
}

.ps-privacy dd a {
  background-color: transparent;
  color: inherit;
  text-decoration: underline;
}

.is-disable .ps-privacy dd label .icon {
  background: url("/assets/img/ans/icon-check-off.png") no-repeat center;
}

.ps-privacy dd label .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 33px;
  background: url("/assets/img/ans/icon-check-on.png") no-repeat center;
  cursor: pointer;
}

.ps-other {
  font-weight: bold;
  text-align: center;
}

.ps-other ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.ps-other ul li {
  position: relative;
  width: 440px;
}

.ps-other ul li a.ps-dropdown-btn,
.ps-other ul li a.main-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90px;
  border-top: 5px solid #df2481;
  border-bottom: 5px solid #df2481;
  border-radius: 6px;
  background: url("/assets/img/ans/icon-arr2.png") no-repeat right 16px center #df2481;
  color: #ffffff;
  font-size: 20px;
  transition: 0.3s;
}

.ps-other ul li:last-child a.main-btn {
  border-top: 5px solid #d70c18;
  border-bottom: 5px solid #ca0b17;
  background: url("/assets/img/ans/icon-arr3.png") no-repeat right 16px center #d70c18;
}

.ps-other a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

.ps-other .ps-dropdown li:last-child {
  border-radius: 0 0 6px 6px;
}

.ps-other .ps-dropdown li:nth-child(2n) {
  background-color: #f0f0f0;
}

.is-disable .ps-other ul li a.main-btn,
.is-disable button.main-btn,
.is-disable .ps-other-btn-list .ps-other-btn-list__link {
  border-color: #a0a0a0 !important;
  background-color: #a0a0a0 !important;
  pointer-events: none;
}

.js-modal-policy,
.js-modal-confirm {
  display: none;
  z-index: 5000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 16px 40px;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.js-modal-policy {
  display: block;
  visibility: hidden;
}

.js-modal-policy.is-show {
  visibility: visible;
  opacity: 1;
}

.js-modal-policy p {
  margin: 0 0 20px;
}

.js-modal-policy input[type=checkbox] {
  display: none;
}

.js-modal-policy li {
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 0 30px;
}

.js-modal-policy input[type=checkbox]:checked + label .icon {
  background: url("/assets/img/ans/icon-on.png") no-repeat center;
}

.js-modal-policy .icon {
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 19px;
  height: 23px;
  background: url("/assets/img/ans/icon-off.png") no-repeat center;
}

.js-modal-policy .popup-dimiss.is-disable {
  border: 2px solid #a0a0a0;
  border-bottom: 5px solid #909090;
  background-color: #a0a0a0;
}

.js-modal-policy .popup-dimiss {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 60px;
  margin: 20px auto 0;
  padding: 4px 0 0;
  border: 2px solid #df2481;
  border-bottom: 5px solid #df2481;
  border-radius: 6px;
  background: url("/assets/img/ans/icon-arr3.png") no-repeat right 10px center #df2481;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  transition: 0.3s;
}

.popup-dimiss.is-disable {
  pointer-events: none;
}

.ps-other .ps-dropdown {
  box-sizing: border-box;
  visibility: hidden;
  z-index: 1;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  gap: 0;
  border-radius: 0 0 6px 6px;
  transition: max-height 0.3s ease-out, visibility 0.3s;
}

.ps-other .ps-dropdown.is-open {
  visibility: visible;
  max-height: 120px;
}

.ps-other .ps-dropdown li {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 9px 8px 7px;
  background-color: #ffffff;
  font-size: 20px;
  cursor: pointer;
}

.js-modal-confirm {
  display: flex;
  visibility: hidden;
  color: #5b5b5b;
  font-size: 16px;
}

.js-modal-confirm.is-show {
  visibility: visible;
  opacity: 1;
}

.js-modal-confirm h4 {
  margin: 0 0 25px;
  font-size: 18px;
  text-align: center;
}

.js-modal-confirm h4 .is-disable {
  display: none;
}

.js-modal-confirm ul {
  display: flex;
  justify-content: center;
}

.js-modal-confirm ul li {
  margin: 0 20px 20px;
}

.js-modal-confirm ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 60px;
  border-top: 5px solid #d70c18;
  border-bottom: 5px solid #ca0b17;
  border-radius: 6px;
  background: url("/assets/img/ans/icon-arr3.png") no-repeat right 16px center #d70c18;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  transition: 0.3s;
}

.js-modal-confirm ul.is-disable {
  display: none;
}

.js-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #72777a;
  color: #72777a;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
}

.js-modal-close:hover,
.js-modal-close:focus,
.js-modal-close:active {
  opacity: 0.5;
}

.js-modal-close::before,
.js-modal-close::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 1px;
  margin: auto;
  background-color: #ffffff;
  content: "";
}

.js-modal-close::before {
  transform: rotate(45deg);
}

.js-modal-close::after {
  transform: rotate(-45deg);
}

.js-modal-close > span {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.ps-other-box__txt {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}

.ps-other-btn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
  gap: 0;
}
.ps-other-btn-list__item {
  margin: 0 20px 20px;
}
.ps-other-btn-list__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 60px;
  border-top: 5px solid #d70c18;
  border-bottom: 5px solid #ca0b17;
  border-radius: 6px;
  background: url("/assets/img/ans/icon-arr3.png") no-repeat right 16px center #d70c18;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  transition: 0.3s;
}

.lyt-top-intro {
  display: flex;
  position: relative;
  align-items: center;
  padding: 14px 16px;
  overflow: hidden;
  background-image: url("/assets/img/top/index-bg-intro-sp.svg");
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
}
.lyt-top-intro__body {
  display: grid;
  grid-template: "introLogo" auto "introTitle" auto "introArt" auto "introContent" 1fr/1fr;
  flex-grow: 1;
  margin: 0 auto;
  gap: 10px 0;
}
.lyt-top-intro__title {
  grid-area: introTitle;
  font-size: 2.8rem;
}
.lyt-top-intro__content {
  grid-area: introContent;
}
.lyt-top-intro__content > :first-child {
  margin-top: 0;
}
.lyt-top-intro__content > :last-child {
  margin-bottom: 0;
}
.lyt-top-intro__logo {
  grid-area: introLogo;
}
.lyt-top-intro__art {
  grid-area: introArt;
}
.lyt-top-intro .m-btn {
  margin-bottom: 14px;
}
.lyt-top-intro .m-btn__btn--primary {
  font-size: 1.6rem;
}
.lyt-top-intro .m-btn__sub-text {
  margin-top: 0;
  font-size: 1.2rem;
}
.lyt-top-intro .m-text {
  margin-bottom: 8px;
  line-height: 1.5;
}
.lyt-top-intro .m-text a {
  margin-left: 8px;
  vertical-align: baseline;
  transition: opacity 0.2s ease-out;
}
.lyt-top-intro .m-text a:hover, .lyt-top-intro .m-text a:focus, .lyt-top-intro .m-text a:active {
  opacity: 0.5;
}

.lyt-top-nisa {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lyt-top-nisa__text, .lyt-top-nisa__lead {
  font-weight: bold;
}
.lyt-top-nisa__text {
  position: relative;
  margin-bottom: 14px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ffffff;
  font-size: 1.2rem;
}
.lyt-top-nisa__text::before, .lyt-top-nisa__text::after {
  display: block;
  position: absolute;
  content: "";
}
.lyt-top-nisa__text::before {
  top: 100%;
  right: 0;
  left: 0;
  width: 23px;
  height: 1px;
  margin: auto;
  background-color: #007d7d;
}
.lyt-top-nisa__text::after {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 24px;
  height: 14px;
  margin: auto;
  background-image: url("/assets/img/common/icon-fukidashi.svg");
  background-repeat: no-repeat;
  content: "";
}
.lyt-top-nisa__lead {
  margin-bottom: 10px;
}
.lyt-top-nisa__lead-inner {
  display: grid;
  position: relative;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 33px;
}
.lyt-top-nisa__lead-inner > span {
  position: relative;
  padding-left: 26px;
}
.lyt-top-nisa__lead-inner > span::after {
  display: block;
  position: absolute;
  content: "";
}
.lyt-top-nisa__lead-inner > span::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  background-image: url("/assets/img/common/icon-circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.lyt-top-nisa__lead-inner > span:last-child::after {
  display: none;
}
.lyt-top-nisa__content > :first-child {
  margin-top: 0;
}
.lyt-top-nisa__content > :last-child {
  margin-bottom: 0;
}
.lyt-top-adviser__title {
  margin-bottom: 16px;
  font-size: 2.4rem;
  text-align: center;
}
.lyt-top-adviser__text {
  margin-bottom: 24px;
  font-weight: bold;
  text-align: center;
}
.lyt-top-adviser__art {
  margin-bottom: 24px;
}

.lyt-top-point {
  background-color: #ffffff;
  color: #333333;
}
.lyt-top-point__title {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 2rem;
}
.lyt-top-point__title-label {
  margin-bottom: 8px;
  line-height: 1;
}
.lyt-top-point__text {
  margin-bottom: 24px;
}
.lyt-top-point__content > :first-child {
  margin-top: 0;
}
.lyt-top-point__content > :last-child {
  margin-bottom: 0;
}
.lyt-top-point__item {
  padding: 40px 16px;
}
.lyt-top-point__item + .lyt-top-point__item {
  border-top: 8px solid #ecf1f1;
}

.lyt-top-point1-guide {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 24px;
  border: 2px solid #d1d9de;
  border-radius: 8px;
}
.lyt-top-point1-guide__btn {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  width: 100%;
  max-width: 235px;
  color: #333333;
  font-weight: bold;
  font-size: 1.8rem;
  transition: opacity 0.2s ease-out;
}
.lyt-top-point1-guide__btn::before, .lyt-top-point1-guide__btn::after {
  display: block;
  position: absolute;
  position: relative;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.lyt-top-point1-guide__btn::before {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background-image: url("/assets/img/common/icon-arrow-green-02.svg");
}
.lyt-top-point1-guide__btn::after {
  top: 2px;
  width: 22px;
  height: 22px;
  margin-left: 6px;
  background-image: url("/assets/img/common/icon-dialog.svg");
}
.lyt-top-point1-guide__btn:hover, .lyt-top-point1-guide__btn:focus, .lyt-top-point1-guide__btn:active {
  opacity: 0.5;
}
.lyt-top-point1-guide__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
}
.lyt-top-point1-guide__content > :first-child {
  margin-top: 0;
}
.lyt-top-point1-guide__content > :last-child {
  margin-bottom: 0;
}

.lyt-top-info-box {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  gap: 30px 40px;
}
.lyt-top-info-box > * {
  margin-bottom: 0;
}

.lyt-top-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 200px;
  margin: 0 auto;
}
.lyt-top-line__media + .lyt-top-line__media {
  margin-top: 24px;
}
.lyt-top-line__media--btn {
  transition: opacity 0.2s ease-out;
}
.lyt-top-line__media--btn:hover, .lyt-top-line__media--btn:focus, .lyt-top-line__media--btn:active {
  opacity: 0.5;
}

.lyt-qa-hero {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 65px;
  background-image: url("/assets/img/common/bg-circle-left-sp.svg"), url("/assets/img/common/bg-circle-right-sp.svg");
  background-position: left bottom, right top;
  background-repeat: no-repeat;
}
.lyt-qa-hero__logo {
  max-width: 241px;
}

.lyt-qa-answer {
  padding: 30px 15px;
  background-color: #ffffff;
}
.lyt-qa-answer > :first-child {
  margin-top: 0;
}
.lyt-qa-answer > :last-child {
  margin-bottom: 0;
}
.lyt-qa-answer__title {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}
.lyt-qa-answer__back-link {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: baseline;
  color: #333333;
  font-weight: bold;
  transition: opacity 0.2s ease-out;
}
.lyt-qa-answer__back-link::before {
  display: block;
  display: inline-block;
  position: absolute;
  position: relative;
  top: 1px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  transform: rotate(180deg);
  background-image: url("/assets/img/common/icon-arrow-green-02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.lyt-qa-answer__back-link:hover, .lyt-qa-answer__back-link:focus, .lyt-qa-answer__back-link:active {
  opacity: 0.5;
}
.lyt-qa-answer-input {
  margin-bottom: 50px;
}
.lyt-qa-answer-input__title {
  flex-grow: 1;
  margin-bottom: 10px;
  padding-right: 20px;
  color: #007d7d;
  font-weight: bold;
  font-size: 2.2rem;
}
.lyt-qa-answer-input__data-input {
  grid-row: 1/2;
  grid-column: 1/2;
  height: 61px;
  padding: 16px 20px;
  border: 1px solid #d1d9de;
  font-weight: bold;
  font-size: 2.2rem;
  text-align: right;
}
.lyt-qa-answer-input__data-input::-webkit-inner-spin-button, .lyt-qa-answer-input__data-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.lyt-qa-answer-input__data-text {
  grid-row: 1/2;
  grid-column: 2/3;
  align-self: center;
  font-weight: bold;
  font-size: 2.2rem;
}
.lyt-qa-answer-input__data-label {
  grid-row: 2/3;
  grid-column: 1/3;
  font-weight: normal;
}
.lyt-qa-answer-input__data {
  display: inline-grid;
  grid-template-rows: auto;
  grid-template-columns: 243px auto;
  gap: 10px;
}
.lyt-qa-answer-input__item {
  display: flex;
  flex-direction: column;
  max-width: 480px;
  margin: 0 auto;
}
.lyt-qa-answer-input__item + .lyt-qa-answer-input__item {
  margin-top: 30px;
}
.lyt-qa-answer-list {
  display: grid;
  grid-template-rows: 1fr;
  margin-bottom: 20px;
  gap: 20px 22px;
}
.lyt-qa-answer-list__btn {
  position: relative;
  width: 100%;
  padding: 14px 39px;
  border: 2px solid transparent;
  border-radius: 4px;
  background-color: #006971;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.2s ease-out;
}
.lyt-qa-answer-list__btn::after {
  display: block;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  width: 17px;
  height: 17px;
  margin: auto;
  background-image: url("/assets/img/common/icon-arrow-white.svg");
  background-repeat: no-repeat;
  content: "";
}
.lyt-qa-answer-list__btn:hover, .lyt-qa-answer-list__btn:focus, .lyt-qa-answer-list__btn:active {
  border-color: #006971;
  background-color: #ffffff;
  color: #006971;
}
.lyt-qa-answer-list__btn:hover::after, .lyt-qa-answer-list__btn:focus::after, .lyt-qa-answer-list__btn:active::after {
  background-image: url("/assets/img/common/icon-arrow-green.svg");
}
.lyt-qa-answer-list__btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.lyt-qa-answer-list__btn:disabled:hover, .lyt-qa-answer-list__btn:disabled:focus, .lyt-qa-answer-list__btn:disabled:active {
  border: 2px solid transparent;
  background-color: #006971;
  color: #ffffff;
}
.lyt-qa-answer-list__btn:disabled:hover::after, .lyt-qa-answer-list__btn:disabled:focus::after, .lyt-qa-answer-list__btn:disabled:active::after {
  background-image: url("/assets/img/common/icon-arrow-white.svg");
}
.lyt-qa-answer-list__btn--text-left {
  text-align: left;
}
.lyt-qa-answer-list__btn-label {
  display: block;
  margin-bottom: 6px;
  font-size: 1.2rem;
}
.lyt-qa-answer-list__btn.active {
  border-color: #006971;
  background-color: #ffffff;
  color: #006971;
  transition: none;
}
.lyt-qa-answer-list__btn.active::after {
  background-image: url("/assets/img/common/icon-arrow-green.svg");
}
.lyt-qa-answer-list__item {
  display: flex;
  justify-content: center;
}
.lyt-qa-answer-list[data-col-wide=auto] .lyt-qa-answer-list__btn {
  text-align: center;
}
.lyt-qa-answer-pattern {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 20px;
  gap: 40px 0;
}
.lyt-qa-answer-pattern__title {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #e3f8f8;
}
.lyt-qa-answer-pattern__title-label {
  color: #007d7d;
  font-weight: bold;
}
.lyt-qa-answer-pattern__media {
  margin-bottom: 20px;
  text-align: center;
}
.lyt-qa-answer-pattern__item > :first-child {
  margin-top: 0;
}
.lyt-qa-answer-pattern__item > :last-child {
  margin-bottom: 0;
}
.lyt-qa-answer-analysis {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lyt-qa-answer-analysis__text {
  position: relative;
  font-weight: bold;
  font-size: 1.8rem;
}
.lyt-qa-answer-analysis__text::after {
  display: block;
  position: absolute;
  position: relative;
  width: 65px;
  height: 65px;
  margin-top: 10px;
  background-image: url("/assets/img/common/icon-analysis-loading.svg");
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  animation: analysis-loading infinite 1s linear;
}

@keyframes analysis-loading {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.lyt-modal-step {
  margin: 20px -15px;
  padding: 32px 16px;
  background-color: #f2f8f6;
}
.lyt-modal-step__step {
  margin-bottom: 25px;
}
.lyt-modal-step__text {
  margin-bottom: 15px;
}
.lyt-modal-step__content {
  padding: 32px 10px;
  background-color: #ffffff;
}
.lyt-modal-step__content + .lyt-modal-step__content {
  margin-top: 20px;
}

.lyt-modal-adviser-image {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 20px;
  gap: 20px;
}
.lyt-modal-adviser-image__content > :first-child {
  margin-top: 0;
}
.lyt-modal-adviser-image__content > :last-child {
  margin-bottom: 0;
}

.lyt-media {
  margin-bottom: 24px;
  text-align: center;
}
.lyt-qa-answer .lyt-media {
  margin-bottom: 48px;
}

.lyt-movie-youtube {
  margin: 0 auto;
  overflow: hidden;
  border-radius: 6px;
}
.lyt-movie-youtube__inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.lyt-movie-youtube__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lyt-block-hr__content > :first-child {
  margin-top: 0;
}
.lyt-block-hr__content > :last-child {
  margin-bottom: 0;
}
.lyt-block-hr__content + .lyt-block-hr__content {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #cbd4dc;
}
.lyt-block-hr--torikuzushi {
  margin-top: 40px;
}

.lyt-fixed-link {
  z-index: 1000;
  position: sticky;
  bottom: 0;
  left: 0;
  min-height: 1px;
}
html[data-script-enabled=true] .lyt-fixed-link {
  display: none;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
html[data-script-enabled=true] .lyt-fixed-link.is-show {
  opacity: 1;
}
.lyt-fixed-link__body {
  display: flex;
  justify-content: center;
  padding: 20px 16px;
  background-color: rgba(0, 0, 0, 0.3);
}
.lyt-fixed-link__body > :first-child {
  margin-top: 0;
}
.lyt-fixed-link__body > :last-child {
  margin-bottom: 0;
}
.lyt-fixed-link .m-btn__btn {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 1.6rem;
}
.lyt-fixed-link .m-btn__sub-text {
  margin-top: 0;
  font-size: 1.2rem;
}

.lyt-btn-top {
  display: flex;
  z-index: 1500;
  position: sticky;
  bottom: 0;
  left: 0;
  justify-content: flex-end;
  margin-top: -64px;
  padding: 0 16px 20px;
  pointer-events: none;
}
.lyt-btn-top-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0 20px;
  border: 1px solid #006971;
  border-radius: 50%;
  background-color: #ffffff;
  color: #006971;
  font-weight: bold;
  pointer-events: auto;
}
.lyt-btn-top-link > span {
  position: relative;
  padding-top: 14px;
}
.lyt-btn-top-link > span::before {
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
  left: 0;
  width: 12px;
  height: 10px;
  margin: 0 auto;
  background-image: url("/assets/img/common/icon-footer-link-top-green.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.lyt-torikuzushi {
  margin-top: 30px;
}
.lyt-torikuzushi > :first-child {
  margin-top: 0;
}
.lyt-torikuzushi > :last-child {
  margin-bottom: 0;
}
.lyt-torikuzushi__head {
  grid-template-rows: none !important;
  border-bottom: 1px solid #cbd4dc;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
.lyt-torikuzushi__head .lyt-torikuzushi__item {
  font-size: 1.4rem;
}
.lyt-torikuzushi__row, .lyt-torikuzushi__head {
  grid-gap: 20px;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #cbd4dc;
}
.lyt-torikuzushi__item {
  font-size: 1.6rem;
  text-align: center;
}
.lyt-torikuzushi__item-num {
  font-size: 1.4rem;
}
.lyt-torikuzushi__item-num--large {
  color: #007d7d;
  font-weight: bold;
  font-size: 2rem;
}
.lyt-torikuzushi__item-num--age {
  font-size: 1.6rem;
}
.lyt-torikuzushi__inline {
  display: inline-block;
}
.lyt-torikuzushi__item-btn {
  position: relative;
  width: 100%;
  padding: 14px 39px;
  border: 2px solid transparent;
  border-radius: 4px;
  background-color: #006971;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease-out;
}
.lyt-torikuzushi__item-btn::after {
  display: block;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  width: 17px;
  height: 17px;
  margin: auto;
  background-image: url("/assets/img/common/icon-arrow-white.svg");
  background-repeat: no-repeat;
  content: "";
}
.lyt-torikuzushi__item-btn:hover, .lyt-torikuzushi__item-btn:focus, .lyt-torikuzushi__item-btn:active {
  border-color: #006971;
  background-color: #ffffff;
  color: #006971;
}
.lyt-torikuzushi__item-btn:hover::after, .lyt-torikuzushi__item-btn:focus::after, .lyt-torikuzushi__item-btn:active::after {
  background-image: url("/assets/img/common/icon-arrow-green.svg");
}
.lyt-torikuzushi__item-btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.lyt-torikuzushi__item-btn:disabled:hover, .lyt-torikuzushi__item-btn:disabled:focus, .lyt-torikuzushi__item-btn:disabled:active {
  border: 2px solid transparent;
  background-color: #006971;
  color: #ffffff;
}
.lyt-torikuzushi__item-btn:disabled:hover::after, .lyt-torikuzushi__item-btn:disabled:focus::after, .lyt-torikuzushi__item-btn:disabled:active::after {
  background-image: url("/assets/img/common/icon-arrow-white.svg");
}
.lyt-torikuzushi__item-btn--text-left {
  text-align: left;
}
.lyt-torikuzushi__item-btn-label {
  display: block;
  margin-bottom: 6px;
  font-size: 1.2rem;
}
.lyt-torikuzushi__item-btn.active {
  border-color: #006971;
  background-color: #ffffff;
  color: #006971;
  transition: none;
}
.lyt-torikuzushi__item-btn.active::after {
  background-image: url("/assets/img/common/icon-arrow-green.svg");
}
.lyt-torikuzushi__item-form {
  grid-row: 2/3;
  grid-column: 1/4;
}

.m-tool-lyt-setting {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(116px, 1fr);
  padding: 16px 0;
  gap: 16px;
  border-top: 1px solid #cbd4dc;
}
.m-tool-lyt-setting + .m-tool-lyt-setting {
  margin-top: 0;
}
.m-tool-lyt-setting__col {
  grid-row: auto;
}
.m-tool-lyt-setting__col > :first-child {
  margin-top: 0;
}
.m-tool-lyt-setting__col > :last-child {
  margin-bottom: 0;
}
.m-tool-lyt-setting__col--grid-title {
  grid-row: 1;
  grid-column: 1/2;
}
.m-tool-lyt-setting__col--grid-field {
  grid-row: 1;
  grid-column: 2/3;
}
.m-tool-lyt-setting__col--grid-control {
  grid-row: 2;
  grid-column: 1/3;
}
.m-tool-lyt-setting--select {
  border-top: 0;
}
.m-tool-lyt-setting--select + .m-tool-lyt-setting--select {
  padding-top: 0;
}
.m-tool-lyt-setting--border {
  border-bottom: 1px solid #cbd4dc;
}

.m-tool-lyt-field {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
}
.m-tool-lyt-field__input {
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -moz-appearance: textfield;
  display: block;
  flex-grow: 1;
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #cbd4dc;
  border-radius: 4px;
  text-align: right;
}
.m-tool-lyt-field__input::-webkit-outer-spin-button, .m-tool-lyt-field__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.m-tool-lyt-field__label {
  flex-shrink: 0;
  min-width: 2em;
}

.m-tool-lyt-control {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
}
.m-tool-lyt-control__slider {
  -webkit-appearance: none;
          appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background-color: #dbdbdb;
  cursor: pointer;
}
.m-tool-lyt-control__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #787878;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #ffffff;
  cursor: ew-resize;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.m-tool-lyt-control__slider::-moz-range-thumb {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #787878;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #ffffff;
  cursor: ew-resize;
  -moz-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.m-tool-lyt-control__slider::-webkit-slider-runnable-track {
  -webkit-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  box-shadow: none;
}
.m-tool-lyt-control__slider::-moz-range-track {
  appearance: none;
  border: none;
  background: transparent;
  box-shadow: none;
}
html[data-script-enabled=true] .m-tool-lyt-control__slider {
  background-image: linear-gradient(#007d7d, #007d7d);
  background-size: 0% 100%;
  background-repeat: no-repeat;
}
html[data-script-enabled=true] .m-tool-lyt-control__slider.is-outrange {
  background-image: none;
}
html[data-script-enabled=true] .m-tool-lyt-control__slider.is-outrange::-webkit-slider-thumb {
  opacity: 0;
}
html[data-script-enabled=true] .m-tool-lyt-control__slider.is-outrange::-moz-range-thumb {
  opacity: 0;
}
.m-tool-lyt-control__label {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 17px -12px 0;
}
.m-tool-lyt-control__label > span {
  font-size: 1rem;
}
.m-tool-lyt-control__range {
  display: flex;
  grid-row: 1/2;
  grid-column: 2/3;
  flex-direction: column;
  align-self: center;
  padding: 6px 14px 0;
}
.m-tool-lyt-control__btn {
  display: flex;
  position: relative;
  grid-row: 1/2;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background-color: #555555;
  color: #ffffff;
  cursor: pointer;
  touch-action: manipulation;
  transition: background-color 0.2s ease-out;
}
.m-tool-lyt-control__btn:hover, .m-tool-lyt-control__btn:focus, .m-tool-lyt-control__btn:active {
  background-color: #333333;
}
.m-tool-lyt-control__btn:disabled {
  cursor: inherit;
  opacity: 0.5;
}
.m-tool-lyt-control__btn:disabled:hover, .m-tool-lyt-control__btn:disabled:focus, .m-tool-lyt-control__btn:disabled:active {
  background-color: #555555;
}
.m-tool-lyt-control__btn > span {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.m-tool-lyt-control__btn::before, .m-tool-lyt-control__btn::after {
  display: block;
  position: absolute;
  width: 10px;
  height: 2px;
  margin: auto;
  inset: 0;
  background-color: #ffffff;
  content: "";
}
.m-tool-lyt-control__btn--plus {
  grid-column: 3/4;
}
.m-tool-lyt-control__btn--plus::after {
  transform: rotate(90deg);
}
.m-tool-lyt-control__btn--minus {
  grid-column: 1/2;
}
.m-tool-lyt-control__btn--minus::after {
  display: none;
}

.m-tool-lyt-radio {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(116px, 1fr);
  padding: 16px 0;
  gap: 16px;
  border-top: 1px solid #cbd4dc;
}
.m-tool-lyt-radio + .m-tool-lyt-radio {
  margin-top: 0;
}
.m-tool-lyt-radio__col {
  grid-row: auto;
}
.m-tool-lyt-radio__col > :first-child {
  margin-top: 0;
}
.m-tool-lyt-radio__col > :last-child {
  margin-bottom: 0;
}
.m-tool-lyt-radio__col--grid-title {
  grid-row: 1;
  grid-column: 1/2;
}
.m-tool-lyt-radio__col--grid-control {
  grid-row: 2;
  grid-column: 1/3;
}
.m-tool-lyt-radio__list {
  display: flex;
  column-gap: 32px;
  row-gap: 12px;
  flex-flow: row wrap;
}
.m-tool-lyt-radio input[type=radio] {
  display: none;
}
.m-tool-lyt-radio input[type=radio]:checked + label::after {
  background-color: #0075ff;
  box-shadow: 0 0 0 1px #0075ff;
}
.m-tool-lyt-radio label {
  position: relative;
  padding-left: 25px;
}
.m-tool-lyt-radio label::after {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  margin: auto 0;
  inset: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #cccccc;
  content: "";
}

.m-lyt-grid {
  display: grid;
  grid-template-rows: 1fr;
}
.m-lyt-grid__col > :first-child {
  margin-top: 0;
}
.m-lyt-grid__col > :last-child {
  margin-bottom: 0;
}

.m-btn-torikuzushi-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
  gap: 20px;
}
.m-btn-torikuzushi-list__item {
  display: block;
}
.m-btn-torikuzushi-list__btn {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: 14px 39px;
  border: 2px solid #006971;
  border-radius: 4px;
  background-color: #ffffff;
  color: #006971;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease-out;
}
.m-btn-torikuzushi-list__btn::after {
  display: block;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  width: 17px;
  height: 17px;
  margin: auto;
  background-image: url("/assets/img/common/icon-arrow-green.svg");
  background-repeat: no-repeat;
  content: "";
}
.m-btn-torikuzushi-list__btn:hover, .m-btn-torikuzushi-list__btn:focus, .m-btn-torikuzushi-list__btn:active {
  border-color: #006971;
  background-color: #006971;
  color: #ffffff;
}
.m-btn-torikuzushi-list__btn:hover::after, .m-btn-torikuzushi-list__btn:focus::after, .m-btn-torikuzushi-list__btn:active::after {
  background-image: url("/assets/img/common/icon-arrow-white.svg");
}
.m-btn-torikuzushi-list__btn--text-left {
  text-align: left;
}
.m-btn-torikuzushi-list__btn-label {
  display: block;
  margin-bottom: 6px;
  font-size: 1.2rem;
}
.m-btn-torikuzushi-list__btn--back::after {
  background-image: url("/assets/img/common/icon-back.svg");
}
.m-btn-torikuzushi-list__btn--back:hover::after, .m-btn-torikuzushi-list__btn--back:focus::after, .m-btn-torikuzushi-list__btn--back:active::after {
  background-image: url("/assets/img/common/icon-back-white.svg");
}
.m-btn-torikuzushi-list__btn--green-bg {
  border-color: #006971;
  background-color: #006971;
  color: #ffffff;
}
.m-btn-torikuzushi-list__btn--green-bg::after {
  background-image: url("/assets/img/common/icon-arrow-white.svg");
}
.m-btn-torikuzushi-list__btn--green-bg:hover, .m-btn-torikuzushi-list__btn--green-bg:focus, .m-btn-torikuzushi-list__btn--green-bg:active {
  background-color: #ffffff;
  color: #006971;
}
.m-btn-torikuzushi-list__btn--green-bg:hover::after, .m-btn-torikuzushi-list__btn--green-bg:focus::after, .m-btn-torikuzushi-list__btn--green-bg:active::after {
  background-image: url("/assets/img/common/icon-arrow-green.svg");
}
.m-btn-torikuzushi-list__btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.m-btn-torikuzushi-list__btn:disabled:hover, .m-btn-torikuzushi-list__btn:disabled:focus, .m-btn-torikuzushi-list__btn:disabled:active {
  background-color: #ffffff;
  color: #006971;
}
.m-btn-torikuzushi-list__btn:disabled:hover::after, .m-btn-torikuzushi-list__btn:disabled:focus::after, .m-btn-torikuzushi-list__btn:disabled:active::after {
  background-image: url("/assets/img/common/icon-arrow-green.svg");
}

.m-hdg-2 {
  margin: 40px 0 30px;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
}
.m-hdg-2--sub-text {
  display: block;
  font-weight: normal;
  font-size: 1.2rem;
}

.m-hdg-4 {
  margin-bottom: 8px;
  font-size: 1.6rem;
}

.m-btn__btn--back {
  display: inline-block;
  padding: 10px 34px 10px 20px;
  border: 2px solid #006971;
  background-color: #ffffff;
  color: #006971;
}
.m-btn__btn--back::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 11px;
  height: 12px;
  margin-left: 4px;
  transform: translateY(-50%);
  background-image: url("/assets/img/common/icon-back.svg");
  background-repeat: no-repeat;
  content: "";
}
.m-btn__btn--back:hover, .m-btn__btn--back:focus, .m-btn__btn--back:active {
  background-color: #006971;
  color: #ffffff;
}
.m-btn__btn--back:hover::after, .m-btn__btn--back:focus::after, .m-btn__btn--back:active::after {
  background-image: url("/assets/img/common/icon-back-white.svg");
}
.m-btn__btn--primary-dialog {
  border-width: 2px;
}
.m-btn__btn--primary-dialog::after {
  background-image: url("/assets/img/common/icon-dialog-white.svg");
}
.m-btn__btn--primary-dialog:hover, .m-btn__btn--primary-dialog:focus, .m-btn__btn--primary-dialog:active {
  border-width: 2px;
}
.m-btn__btn--primary-dialog:hover::after, .m-btn__btn--primary-dialog:focus::after, .m-btn__btn--primary-dialog:active::after {
  background-image: url("/assets/img/common/icon-dialog-pink.svg");
}

.m-text__link {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: baseline;
  color: #333333;
  font-weight: bold;
  transition: opacity 0.2s ease-out;
}
.m-text__link::before {
  display: block;
  position: absolute;
  position: relative;
  top: 2px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  transform: rotate(0deg);
  background-image: url("/assets/img/common/icon-arrow-green-02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.m-text__link:hover, .m-text__link:focus, .m-text__link:active {
  opacity: 0.5;
}
.m-text__link--dialog::after {
  display: block;
  position: relative;
  top: 2px;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  background-image: url("/assets/img/common/icon-dialog.svg");
  background-repeat: no-repeat;
  content: "";
}
.m-text__link--nomark {
  color: #333333;
  font-weight: bold;
  transition: opacity 0.2s ease-out;
}
.m-text__link--nomark:any-link:hover, .m-text__link--nomark:any-link:focus, .m-text__link--nomark:any-link:active {
  opacity: 0.5;
}
.m-text__link--nomark-02 {
  position: relative;
  color: #007d7d;
  font-weight: bold;
  text-decoration: underline;
  transition: opacity 0.2s ease-out;
}
.m-text__link--nomark-02:hover, .m-text__link--nomark-02:focus, .m-text__link--nomark-02:active {
  text-decoration: none;
  opacity: 0.5;
}
.m-text__link--nomark-02[target=_blank]::after {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 17px;
  height: 15px;
  margin-right: 4px;
  margin-left: 2px;
  background-image: url("/assets/img/common/icon-window.svg");
  background-repeat: no-repeat;
  content: "";
}

.m-list-link {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  border-top: 1px solid #d1d9de;
  border-left: 1px solid #d1d9de;
}
.m-list-link__title {
  padding: 10px;
  background-color: #007d7d;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}
.m-list-link__item {
  width: 50%;
  border-right: 1px solid #d1d9de;
  border-bottom: 1px solid #d1d9de;
}
.m-list-link__item a {
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
  padding: 16px 20px 16px 16px;
  color: #000000;
  font-weight: bold;
}
.m-list-link__item a:hover, .m-list-link__item a:focus, .m-list-link__item a:active {
  opacity: 0.5;
}
.m-list-link__item a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 10px;
  transform: translateY(-50%);
  background: url("/assets/img/common/icon-arrow-green-04.svg");
  background-size: contain;
  content: "";
}

.lyt-ans-rec__box .m-box {
  border: 1px solid #007d7d;
}
.lyt-ans-rec__box .m-box__title {
  padding: 20px 18px;
  font-size: 1.8rem;
}

.str-section--ans {
  padding-top: 40px;
  padding-bottom: 50px;
}
.str-section--ans__shift .str-section__body {
  position: relative;
  padding-bottom: 66px;
}
.str-section--ans__shift .str-section__body::before {
  display: block;
  position: absolute;
  bottom: -40px;
  left: 24px;
  width: 65.2px;
  height: 82.6px;
  background: url("/assets/img/ans/index-img-deco-03.svg");
  background-size: contain;
  content: "";
}
.str-section--ans__shift .str-section__body::after {
  display: block;
  position: absolute;
  right: 24px;
  bottom: -40px;
  width: 62.4px;
  height: 86px;
  background: url("/assets/img/ans/index-img-deco-04.svg");
  background-size: contain;
  content: "";
}

.ans-content {
  display: none;
}

.lyt-ans-intro {
  margin-bottom: 10px;
  padding: 11px;
  background-color: #f2f8f6;
  text-align: center;
}
.lyt-ans-intro__title {
  color: #007d7d;
  font-weight: bold;
  font-size: 2rem;
}

.lyt-ans-bar {
  display: grid;
  margin-bottom: 20px;
}
.lyt-ans-bar__label--low {
  grid-area: 2/1/3/2;
}
.lyt-ans-bar__label--high {
  grid-area: 2/2/3/3;
  text-align: right;
}
.lyt-ans-bar__content {
  display: flex;
  z-index: 0;
  position: relative;
  grid-area: 1/1/2/3;
  width: 100%;
  padding: 40px 0 15px;
}
.lyt-ans-bar__content::before {
  display: block;
  visibility: hidden;
  z-index: 100;
  position: absolute;
  top: 35px;
  width: 22.4%;
  height: 40px;
  padding: 10px;
  border: 2px solid #ffffff;
  outline: 2px solid #007d7d;
  content: "";
  cursor: pointer;
  transition: left 0.3s;
}
.lyt-ans-bar__content::after {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 10px;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-width: 16px 9px 0;
  border-style: solid;
  border-color: #007d7d transparent transparent transparent;
  content: "";
  transition: left 0.3s;
}
.lyt-ans-bar__content.is-selected--lowest::before, .lyt-ans-bar__content.is-selected--lowest::after, .lyt-ans-bar__content.is-selected--lower::before, .lyt-ans-bar__content.is-selected--lower::after, .lyt-ans-bar__content.is-selected--normal::before, .lyt-ans-bar__content.is-selected--normal::after, .lyt-ans-bar__content.is-selected--higher::before, .lyt-ans-bar__content.is-selected--higher::after, .lyt-ans-bar__content.is-selected--highest::before, .lyt-ans-bar__content.is-selected--highest::after {
  visibility: visible;
}
.lyt-ans-bar__content.is-selected--lowest::before {
  left: -1.2%;
}
.lyt-ans-bar__content.is-selected--lowest::after {
  left: 10%;
}
.lyt-ans-bar__content.is-selected--lower::before {
  left: 18.8%;
}
.lyt-ans-bar__content.is-selected--lower::after {
  left: 30%;
}
.lyt-ans-bar__content.is-selected--normal::before {
  left: 38.8%;
}
.lyt-ans-bar__content.is-selected--normal::after {
  left: 50%;
}
.lyt-ans-bar__content.is-selected--higher::before {
  left: 58.8%;
}
.lyt-ans-bar__content.is-selected--higher::after {
  left: 70%;
}
.lyt-ans-bar__content.is-selected--highest::before {
  left: 78.8%;
}
.lyt-ans-bar__content.is-selected--highest::after {
  left: 90%;
}
.lyt-ans-bar__btn {
  z-index: 0;
  position: relative;
  width: 20%;
  height: 30px;
  cursor: pointer;
  transition: opacity 0.2s ease-in;
}
.lyt-ans-bar__btn:hover, .lyt-ans-bar__btn:focus, .lyt-ans-bar__btn:active {
  z-index: 1;
  opacity: 0.8;
}
.lyt-ans-bar__btn--lowest {
  background-color: #ccedfe;
}
.lyt-ans-bar__btn--lower {
  background-color: #9dd8f6;
}
.lyt-ans-bar__btn--normal {
  background-color: #59b5e7;
}
.lyt-ans-bar__btn--higher {
  background-color: #2c91cb;
}
.lyt-ans-bar__btn--highest {
  background-color: #1671a8;
}
.lyt-ans-bar__btn > span {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.lyt-ans-select {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.lyt-ans-select__item {
  margin: 0 13px;
  font-weight: bold;
}
.lyt-ans-select__btn {
  position: relative;
  padding: 6px 21px;
  border: 1px solid #d1d9de;
  border-radius: 4px;
  cursor: pointer;
  transition: opacity 0.2s ease-in;
}
.lyt-ans-select__btn:disabled {
  opacity: 0.5;
}
.lyt-ans-select__btn:hover, .lyt-ans-select__btn:focus, .lyt-ans-select__btn:active {
  opacity: 0.5;
}
.lyt-ans-select__btn--low {
  padding-left: 39px;
}
.lyt-ans-select__btn--low::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 23px;
  width: 10px;
  height: 16px;
  transform: translateY(-50%);
  background: url("/assets/img/common/icon-arrow-green-03.svg");
  content: "";
}
.lyt-ans-select__btn--high {
  padding-right: 39px;
}
.lyt-ans-select__btn--high::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 23px;
  width: 10px;
  height: 16px;
  transform: translateY(-50%);
  background: url("/assets/img/common/icon-arrow-green-04.svg");
  content: "";
}

.lyt-ans-distribute__item {
  position: relative;
  max-width: 1050px;
  margin: 0 auto;
}
.lyt-ans-distribute__item--txt {
  margin-bottom: 8px;
  color: #007d7d;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
}
.lyt-ans-distribute__item--em {
  display: inline-block;
  position: relative;
  padding: 0 1rem;
  font-size: 1.5rem;
}
.lyt-ans-distribute__item--em::before {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  transform: rotate(-25deg);
  border-left: 2px solid #007d7d;
  content: "";
}
.lyt-ans-distribute__item--em::after {
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  width: 15px;
  height: 15px;
  transform: rotate(25deg);
  border-right: 2px solid #007d7d;
  content: "";
}
.lyt-ans-distribute__btn {
  z-index: 1;
  position: relative;
  width: 100%;
}
.lyt-ans-distribute__btn::before {
  display: block;
  position: absolute;
  top: -42px;
  left: 5px;
  width: 37.3px;
  height: 42.8px;
  background: url("/assets/img/ans/index-img-deco-01.svg");
  background-size: contain;
  content: "";
}
.lyt-ans-distribute__btn::after {
  display: block;
  z-index: 1;
  position: absolute;
  top: -47px;
  right: 0;
  width: 44.5px;
  height: 46.5px;
  background: url("/assets/img/ans/index-img-deco-02.svg");
  background-size: contain;
  content: "";
}
.lyt-ans-distribute__btn--dialog {
  width: 100%;
  padding: 15px;
}

.m-btn__text--primary {
  margin-bottom: 8px;
  color: #df2481;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
}
.m-btn__text--primary-em {
  display: inline-block;
  position: relative;
  padding: 0 1rem;
  font-size: 1.5rem;
}
.m-btn__text--primary-em::before {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  transform: rotate(-25deg);
  border-left: 2px solid #df2481;
  content: "";
}
.m-btn__text--primary-em::after {
  display: block;
  position: absolute;
  right: 2px;
  bottom: 5px;
  width: 15px;
  height: 15px;
  transform: rotate(25deg);
  border-right: 2px solid #df2481;
  content: "";
}

.lyt-ans-shift {
  display: flex;
  margin-bottom: 40px;
  gap: 5px;
}
.lyt-ans-shift__box {
  display: flex;
  flex-shrink: 1;
  flex-basis: 50%;
  align-items: center;
  justify-content: center;
  padding: 5px 9px;
  background-color: #007d7d;
}
.lyt-ans-shift__text {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2rem;
}
.lyt-ans-shift__text--arrow {
  position: relative;
  padding-right: 19px;
}
.lyt-ans-shift__text--arrow::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 7px;
  width: 7px;
  height: 6px;
  transform: translateY(-50%);
  background-image: url("/assets/img/common/icon-arrow-white-02.svg");
  background-size: contain;
  content: "";
}
.lyt-ans-shift__text--em {
  color: #f8f81f;
  font-size: 1.3rem;
}
.lyt-ans-shift__text--large {
  font-size: 2.1rem;
}

.lyt-ans-list {
  display: block;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 20px;
  gap: 20px;
}
.lyt-ans-list__btn {
  display: flex;
  position: relative;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: 14px 39px;
  border: 2px solid #006971;
  border-radius: 4px;
  background-color: #ffffff;
  color: #006971;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.2s ease-out;
}
.lyt-ans-list__btn::after {
  display: block;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  width: 17px;
  height: 17px;
  margin: auto;
  background-image: url("/assets/img/common/icon-arrow-green.svg");
  background-repeat: no-repeat;
  content: "";
}
.lyt-ans-list__btn:hover, .lyt-ans-list__btn:focus, .lyt-ans-list__btn:active {
  border-color: #006971;
  background-color: #006971;
  color: #ffffff;
}
.lyt-ans-list__btn:hover::after, .lyt-ans-list__btn:focus::after, .lyt-ans-list__btn:active::after {
  background-image: url("/assets/img/common/icon-arrow-white.svg");
}
.lyt-ans-list__btn--text-left {
  text-align: left;
}
.lyt-ans-list__btn-label {
  display: block;
  margin-bottom: 6px;
  font-size: 1.2rem;
}
.lyt-ans-list__item {
  display: block;
  margin: 0 auto 20px;
}

.lyt-ans-simulate__title-main {
  margin-top: 20px;
  font-size: 2.4rem;
  line-height: 1.2;
}

.lyt-ans-simulate__title--large {
  font-size: 4rem;
}

.lyt-ans-simulate__box {
  margin-bottom: 20px;
  padding: 12px 12px 10px;
  border: 1px solid #d1d9de;
}

.lyt-ans-simulate__box-02 {
  margin-bottom: 20px;
  padding: 10px 15px;
  border-radius: 4px;
  background-color: #f5f5f5;
  text-align: center;
}
.lyt-ans-simulate__box-02 > :last-child {
  margin-bottom: 0;
}

.lyt-ans-simulate__box-03 {
  margin: 0 -15px 20px;
  padding: 15px 30px;
  background-color: #f2f8f6;
  text-align: center;
}
.lyt-ans-simulate__box-03 > :last-child {
  margin-bottom: 0;
}

.lyt-ans-simulate-list {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  font-size: 1.2rem;
}
.lyt-ans-simulate-list img {
  margin-right: 10px;
}

.lyt-ans-input {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.lyt-ans-input__item {
  flex-basis: calc((100% - 20px) / 2);
  width: 50%;
  margin-bottom: 15px;
}
.lyt-ans-input__title {
  margin-bottom: 5px;
  color: #007d7d;
  font-weight: bold;
  font-size: 2rem;
}
.lyt-ans-input__data {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: 1fr 45px;
  gap: 5px;
}
.lyt-ans-input__data-label {
  grid-area: 2/1/3/3;
  font-size: 1.2rem;
}
.lyt-ans-input__data-input {
  grid-area: 1/1/2/2;
  width: 100%;
  padding: 2px 10px;
  border: 2px solid #d1d9de;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: right;
}
.lyt-ans-input__data-text {
  grid-area: 1/2/2/3;
  font-weight: bold;
  font-size: 1.6rem;
}

.lyt-ans-simulate__btn {
  position: relative;
  margin: 0 7px;
  padding: 5px 25px 5px 10px;
  border: 2px solid #006971;
  border-radius: 4px;
  background-color: #006971;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.8rem;
  transition: background-color 0.2s ease-out;
}
.lyt-ans-simulate__btn::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 13px;
  height: 18px;
  transform: translateY(-50%);
  background-image: url("/assets/img/ans/index-icon-calculator.svg");
  background-size: contain;
  content: "";
}
.lyt-ans-simulate__btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.lyt-ans-simulate__btn:disabled:hover, .lyt-ans-simulate__btn:disabled:focus, .lyt-ans-simulate__btn:disabled:active {
  border: 2px solid #006971;
  background-color: #006971;
  color: #ffffff;
}
.lyt-ans-simulate__btn:disabled:hover::after, .lyt-ans-simulate__btn:disabled:focus::after, .lyt-ans-simulate__btn:disabled:active::after {
  background-image: url("/assets/img/ans/index-icon-calculator.svg");
}
.lyt-ans-simulate__btn:hover, .lyt-ans-simulate__btn:focus, .lyt-ans-simulate__btn:active {
  border: 2px solid #006971;
  background-color: #ffffff;
  color: #006971;
}
.lyt-ans-simulate__btn:hover::after, .lyt-ans-simulate__btn:focus::after, .lyt-ans-simulate__btn:active::after {
  background-image: url("/assets/img/ans/index-icon-calculator-green.svg");
}

.lyt-pie-chart {
  margin-bottom: 30px;
  background-color: #ffffff;
}
.lyt-pie-chart__inner {
  max-width: 800px;
  margin: 0 auto;
}
.lyt-pie-chart__percentage {
  margin-left: 10px;
}

.lyt-line-chart {
  margin-bottom: 20px;
  padding: 30px 0;
  background-color: #ffffff;
}
.lyt-line-chart__inner {
  max-width: 1040px;
  margin: 0 auto;
}

.lyt-line-chart-simulation {
  margin-bottom: 24px;
  background-color: #ffffff;
}
.lyt-line-chart-simulation__inner {
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .str-header__body {
    justify-content: space-between;
    max-width: 1200px;
    height: 91px;
  }
  .str-footer-top__contact {
    display: grid;
    grid-template: "textAlert textLink" auto "areaInfo textLink" auto/1fr 204px;
    gap: 9px 5px;
  }
  .str-footer-top__contact-alert {
    grid-area: textAlert;
    justify-self: center;
    margin-bottom: 0;
    text-align: left;
  }
  .str-footer-top__contact-info {
    display: flex;
    grid-area: areaInfo;
    flex-wrap: wrap;
    align-items: center;
    align-self: center;
    justify-content: center;
    justify-self: center;
    gap: 14px;
    line-height: 1.3333333333;
    text-align: left;
  }
  .str-footer-top__contact-info--style-02 {
    flex-flow: column;
  }
  .str-footer-top__contact-info--style-02 .str-footer-top__contact-info-tel {
    padding-left: 50px;
    background-size: 40px auto;
    font-size: 4rem;
  }
  .str-footer-top__contact-info-sub {
    margin-top: 0;
  }
  .str-footer-top__contact-link {
    grid-area: textLink;
    align-self: end;
  }
  .str-footer-top__contact-link-text {
    font-size: 1.4rem;
  }
  .str-footer-top__body {
    padding: 15px 0;
  }
  .str-footer-bottom__body {
    padding: 15px 0;
  }
  .str-footer-important-box {
    padding-block: 16px;
  }
  .str-footer-important-box-inner {
    flex-direction: row;
  }
  .str-footer-important-box-inner__title::before {
    width: 22px;
    height: 22px;
  }
  .str-footer-list-link[data-col-wide="1"] {
    grid-template-columns: 100%;
  }
  .str-footer-list-link[data-col-wide="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .str-footer-list-link[data-col-wide="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .str-footer-list-link[data-col-wide="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .str-footer-list-link[data-col-wide] {
    gap: 8px 40px;
  }
  .str-footer-list-link[data-col-wide=auto] {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 8px 36px;
  }
  .str-footer-list-link__link {
    font-size: 1.4rem;
  }
  .str-footer-list-link--main {
    gap: 8px;
  }
  .str-footer-list-link--bottom {
    gap: 10px 40px;
  }
  .str-footer-list-link + .str-footer-list-link {
    margin-top: 8px;
  }
  .str-nav-qa-step {
    margin-bottom: 20px;
  }
  .str-nav-qa-step__label {
    font-size: 1.5rem;
  }
  .str-nav-qa-step__item {
    padding-left: 36px;
  }
  .str-nav-qa-step__item::before {
    right: -36px;
    width: 30px;
    height: 30px;
  }
  .str-nav-qa-step__item::after {
    background-size: contain;
  }
  .str-nav-qa-step__list {
    grid-template-rows: 67px;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 67px;
    gap: 10px 0;
    font-size: 2.3rem;
  }
  .str-section--top-nisa {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .str-section--top-adviser {
    padding-top: 100px;
    padding-bottom: 12.0138888889vw;
  }
  .str-section--top-intro {
    padding-top: 60px;
    padding-bottom: 55px;
  }
  .str-section--top-info {
    padding-top: 13.8888888889vw;
    padding-bottom: 90px;
  }
  .str-section--top-overview {
    padding-top: 9.9305555556vw;
    padding-bottom: 100px;
  }
  .str-section--qa {
    padding-top: 40px;
    padding-bottom: 110px;
  }
  .str-section--other {
    padding-top: 100px;
    padding-bottom: 240px;
  }
  .str-section--torikuzushi {
    padding: 50px 16px;
  }
  .m-icon--pdf {
    width: 18px;
    height: 21px;
  }
  .m-icon--csv {
    width: 18px;
    height: 21px;
  }
  .m-icon--xlsx {
    width: 18px;
    height: 21px;
  }
  .m-hdg-2-intro {
    font-size: 4rem;
  }
  .m-hdg-lv3__title {
    font-size: 2rem;
  }
  .m-text {
    margin-bottom: 20px;
  }
  .m-text--large {
    font-size: 5rem;
  }
  .m-text-lead {
    margin-bottom: 16px;
  }
  .m-text-lead--medium {
    margin-bottom: 12px;
    font-size: 1.4rem;
  }
  .m-text-lead--large {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .m-text-anchor {
    font-size: 1.8rem;
  }
  .m-text-torikuzushi-chart-legend {
    font-size: 1.6rem;
  }
  .m-box__title {
    padding: 19px 10px;
    font-size: 2rem;
  }
  .m-box__title--with-icon {
    flex-direction: row;
  }
  .m-box__title-icon {
    margin-right: 14px;
    margin-bottom: 0;
  }
  .m-box__content {
    padding: 40px 34px;
  }
  .m-box--footer .m-box__content {
    padding: 20px 34px;
  }
  .m-torikuzushi-box__inner {
    flex-direction: row;
    align-items: baseline;
  }
  .m-torikuzushi-box--mt {
    margin-top: 40px;
  }
  .m-torikuzushi-box {
    width: fit-content;
  }
  .m-btn {
    margin-bottom: 24px;
  }
  .m-btn__btn--primary {
    min-width: 600px;
    padding: 20px 34px;
    font-size: 2.4rem;
  }
  .m-btn__btn--sub {
    min-width: 320px;
    padding: 18px 44px;
    font-size: 1.8rem;
  }
  .m-btn__btn--dialog {
    min-width: 320px;
    padding: 18px 44px;
    font-size: 1.8rem;
  }
  .m-btn__btn--w-large {
    max-width: 600px;
  }
  .m-list__item {
    font-size: 1.4rem;
  }
  .m-list-order {
    margin-bottom: 30px;
  }
  .m-list-order__item {
    font-size: 1.6rem;
  }
  .m-table__scrollable {
    display: none;
  }
  .m-modal__close {
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
  }
  .m-modal__close::before, .m-modal__close::after {
    width: 20px;
  }
  .m-modal__title {
    margin-bottom: 61px;
    font-size: 3rem;
  }
  .m-modal__title-sub {
    font-size: 2rem;
  }
  html[data-script-enabled=true] .m-modal__body {
    padding: 60px 80px;
  }
  .m-tooltip__title {
    font-size: 1.8rem;
  }
  html[data-script-enabled=true] .m-tooltip__content {
    max-width: 648px;
  }
  .pc-hide {
    display: none !important;
  }
  .lyt-top-intro {
    min-height: 573px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url("/assets/img/top/index-bg-intro.svg");
    background-position: center center;
    background-size: cover;
  }
  .lyt-top-intro__body {
    grid-template: "introLogo introArt" 47px "introTitle introArt" auto "introContent introContent" 1fr/38.9% 1fr;
    max-width: 1000px;
    gap: 15px 61px;
  }
  .lyt-top-intro__title {
    font-size: 5.3rem;
    line-height: 1.4150943396;
  }
  .lyt-top-intro__art {
    align-self: center;
  }
  .lyt-top-intro .m-btn {
    justify-content: flex-start;
    margin-bottom: 12px;
  }
  .lyt-top-intro .m-btn__btn--primary {
    max-width: 360px;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 2rem;
  }
  .lyt-top-intro .m-btn__sub-text {
    font-size: 1.3rem;
  }
  .lyt-top-intro .m-text-anchor {
    font-size: 1.4rem;
  }
  .lyt-top-nisa__text {
    margin-bottom: 25px;
    padding: 5px 22px;
    border: 1px solid #ffffff;
    border-radius: 99px;
    font-size: 1.7rem;
  }
  .lyt-top-nisa__lead-inner {
    gap: 0 60px;
    font-size: 2.4rem;
  }
  .lyt-top-nisa__lead-inner > span {
    padding-left: 33px;
  }
  .lyt-top-nisa__lead-inner > span::before {
    width: 19px;
    height: 19px;
  }
  .lyt-top-adviser {
    display: grid;
    grid-template: "areaTitle areaArt" auto "areaText areaArt" auto/37.5% 1fr;
    margin-bottom: 90px;
    gap: 24px 66px;
  }
  .lyt-top-adviser__title {
    grid-area: areaTitle;
    margin-bottom: 0;
    font-size: 4rem;
    line-height: 1.5;
    text-align: left;
  }
  .lyt-top-adviser__text {
    grid-area: areaText;
    margin-bottom: 0;
    font-size: 2rem;
    text-align: left;
  }
  .lyt-top-adviser__art {
    grid-area: areaArt;
    margin-bottom: 0;
  }
  .lyt-top-point {
    margin-top: 60px;
  }
  .lyt-top-point__title {
    margin-bottom: 20px;
    font-size: 3.2rem;
  }
  .lyt-top-point__title-label {
    margin-bottom: 9px;
  }
  .lyt-top-point__text {
    margin-bottom: 20px;
  }
  .lyt-top-point__item {
    margin: 0 auto;
    padding: 60px 32px;
  }
  .lyt-top-point1-guide {
    grid-template-columns: repeat(3, 1fr);
    min-height: 322px;
  }
  .lyt-top-point1-guide__item {
    border-left: 2px solid #d1d9de;
  }
  .lyt-top-point1-guide__item:first-child {
    border-left: 0;
  }
  .lyt-top-info-box {
    grid-template-columns: repeat(2, 1fr);
  }
  .lyt-qa-hero {
    min-height: 124px;
    background-image: url("/assets/img/common/bg-circle-left.svg"), url("/assets/img/common/bg-circle-right.svg");
  }
  .lyt-qa-hero__logo {
    max-width: 100%;
  }
  .lyt-qa-answer {
    padding: 50px;
  }
  .lyt-qa-answer__title {
    font-size: 3.2rem;
  }
  .lyt-qa-answer__back-link {
    font-size: 1.8rem;
  }
  .lyt-qa-answer-input__title {
    margin-bottom: 0;
    font-size: 2.6rem;
  }
  .lyt-qa-answer-input__item {
    flex-direction: row;
  }
  .lyt-qa-answer-list[data-col-wide="1"] {
    grid-template-columns: 100%;
  }
  .lyt-qa-answer-list[data-col-wide="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .lyt-qa-answer-list[data-col-wide="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .lyt-qa-answer-list[data-col-wide="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .lyt-qa-answer-list__btn {
    padding: 24px 39px;
    font-size: 1.8rem;
  }
  .lyt-qa-answer-list__btn-label {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
  .lyt-qa-answer-list[data-col-wide=auto] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -11px;
  }
  .lyt-qa-answer-list[data-col-wide=auto] .lyt-qa-answer-list__btn {
    min-width: 200px;
    margin: 11px;
  }
  .lyt-qa-answer-pattern {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }
  .lyt-qa-answer-pattern__title {
    margin-bottom: 13px;
  }
  .lyt-qa-answer-pattern__media {
    margin-bottom: 50px;
    text-align: left;
  }
  .lyt-qa-answer-analysis__text {
    font-size: 3.2rem;
  }
  .lyt-qa-answer-analysis__text::after {
    width: 108px;
    height: 108px;
  }
  .lyt-modal-step {
    margin: 31px -80px 19px;
    padding: 30px 80px;
  }
  .lyt-modal-step__text {
    margin-bottom: 27px;
  }
  .lyt-modal-step__content {
    padding: 30px;
  }
  .lyt-modal-adviser-image {
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
  }
  .lyt-movie-youtube {
    max-width: 640px;
  }
  .lyt-fixed-link__body {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .lyt-fixed-link .m-btn__btn {
    min-width: 360px;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 2rem;
  }
  .lyt-fixed-link .m-btn__sub-text {
    font-size: 1.3rem;
  }
  .lyt-btn-top {
    margin-top: -93px;
    padding: 0 20px 23px;
  }
  .lyt-btn-top-link {
    width: 70px;
    height: 70px;
  }
  .lyt-btn-top-link > span {
    padding-top: 19px;
  }
  .lyt-btn-top-link > span::before {
    top: 0;
    width: 16px;
    height: 13px;
  }
  .lyt-torikuzushi__row, .lyt-torikuzushi__head {
    grid-template-rows: none;
    grid-template-columns: 1fr 1fr 1fr minmax(200px, 300px);
  }
  .lyt-torikuzushi__item-btn {
    padding: 10px 39px;
    font-size: 1.8rem;
  }
  .lyt-torikuzushi__item-btn-label {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
  .lyt-torikuzushi__item-form {
    grid-row: 1/2;
    grid-column: 4/5;
  }
  .lyt-torikuzushi {
    margin-top: 50px;
  }
  .m-tool-lyt-setting {
    grid-template-columns: 30% 1fr;
    gap: 32px;
  }
  .m-tool-lyt-setting__col--grid-title {
    grid-row: 1;
    grid-column: 1/3;
  }
  .m-tool-lyt-setting__col--grid-field {
    grid-row: 2;
    grid-column: 1/2;
  }
  .m-tool-lyt-setting__col--grid-control {
    grid-row: 2;
    grid-column: 2/3;
  }
  .m-tool-lyt-field__input {
    height: 43px;
    padding: 8px 12px;
    font-size: 2.2rem;
  }
  .m-tool-lyt-control__slider::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
  }
  .m-tool-lyt-control__slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
  }
  .m-tool-lyt-control__label {
    margin-top: 20px;
    margin-right: -28px;
    margin-left: -28px;
  }
  .m-tool-lyt-control__label > span {
    display: inline-block;
    width: 60px;
    font-size: 1.2rem;
    text-align: center;
  }
  .m-tool-lyt-control__range {
    padding-right: 24px;
    padding-left: 24px;
  }
  .m-tool-lyt-radio {
    grid-template-columns: 30% 1fr;
    gap: 32px;
  }
  .m-tool-lyt-radio__col--grid-control {
    grid-row: 1;
    grid-column: 2/3;
  }
  .m-lyt-grid[data-col-wide="1"] {
    grid-template-columns: 100%;
  }
  .m-lyt-grid[data-col-wide="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .m-lyt-grid[data-col-wide="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
  .m-lyt-grid[data-col-wide="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
  .m-lyt-grid[data-col-wide] {
    gap: 32px 24px;
  }
  .m-btn-torikuzushi-list__item {
    display: flex;
    justify-content: center;
  }
  .m-btn-torikuzushi-list__btn {
    width: 320px;
    font-size: 1.8rem;
  }
  .m-btn-torikuzushi-list__btn-label {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
  .m-btn-torikuzushi-list {
    flex-direction: row;
  }
  .m-hdg-2 {
    margin: 40px 0 20px;
    font-size: 3rem;
  }
  .m-hdg-2--sub-text {
    font-size: 2rem;
  }
  .m-hdg-4 {
    margin-bottom: 13px;
  }
  .m-btn__btn--back {
    width: 100%;
    max-width: 320px;
    padding: 10px 34px 10px 20px;
    font-size: 1.8rem;
  }
  .m-text__link--dialog {
    font-size: 1.8rem;
  }
  .m-list-link__item {
    width: 25%;
  }
  .lyt-ans-rec__box .m-box__title {
    font-size: 2.4rem;
  }
  .str-section--ans {
    padding-top: 50px;
  }
  .str-section--ans__shift .str-section__body {
    padding-bottom: 138px;
  }
  .str-section--ans__shift .str-section__body::before {
    left: 0;
    width: 116px;
    height: 147px;
  }
  .str-section--ans__shift .str-section__body::after {
    right: 0;
    width: 111px;
    height: 153px;
  }
  .lyt-ans-intro {
    margin-bottom: 20px;
    padding: 19px 35px 21px;
  }
  .lyt-ans-intro__title {
    font-size: 3.8rem;
  }
  .lyt-ans-bar__content::after {
    top: 5px;
    border-width: 24px 14px 0;
  }
  .lyt-ans-distribute__item--txt {
    font-size: 1.8rem;
  }
  .lyt-ans-distribute__item--em {
    padding-right: 1.5rem;
    font-size: 2.2rem;
  }
  .lyt-ans-distribute__item--em::before {
    top: 5px;
    width: 20px;
    height: 20px;
    border-width: 3px;
  }
  .lyt-ans-distribute__item--em::after {
    top: 6px;
    right: 8px;
    width: 20px;
    height: 20px;
    border-width: 3px;
  }
  .lyt-ans-distribute__btn {
    font-size: 2.4rem;
  }
  .lyt-ans-distribute__btn::before {
    z-index: 10;
    top: auto;
    bottom: 2px;
    left: 15px;
    width: 74px;
    height: 85px;
  }
  .lyt-ans-distribute__btn::after {
    top: auto;
    right: 10px;
    bottom: 2px;
    width: 85px;
    height: 90px;
  }
  .lyt-ans-distribute__btn--dialog {
    display: inline-block;
    padding: 15px 90px;
    font-size: 2.4rem;
  }
  .lyt-ans-distribute__btn--dialog::after {
    display: inline-block;
    position: relative;
    top: 3px;
    width: 29px;
    height: 29px;
    margin-left: 10px;
    background-size: contain;
  }
  .m-btn__text--primary {
    font-size: 1.8rem;
  }
  .m-btn__text--primary-em {
    font-size: 2.2rem;
  }
  .m-btn__text--primary-em::before {
    bottom: 10px;
    width: 20px;
    height: 20px;
    border-width: 3px;
  }
  .m-btn__text--primary-em::after {
    right: -2px;
    bottom: 10px;
    width: 20px;
    height: 20px;
    border-width: 3px;
  }
  .lyt-ans-shift {
    gap: 20px;
  }
  .lyt-ans-shift__box {
    padding: 10px;
    line-height: 1.3404255319;
  }
  .lyt-ans-shift__text {
    font-size: 2.2rem;
  }
  .lyt-ans-shift__text--arrow {
    padding-right: 51px;
  }
  .lyt-ans-shift__text--arrow::after {
    right: 18px;
    width: 15px;
    height: 13px;
  }
  .lyt-ans-shift__text--em {
    font-size: 3rem;
  }
  .lyt-ans-shift__text--large {
    font-size: 4.7rem;
  }
  .lyt-ans-list {
    display: flex;
    margin-top: 100px;
  }
  .lyt-ans-list__btn {
    font-size: 1.8rem;
  }
  .lyt-ans-list__btn-label {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
  .lyt-ans-list__item {
    display: flex;
    justify-content: center;
    margin: 0 0 50px;
  }
  .lyt-ans-list[data-col-wide=auto] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -11px;
  }
  .lyt-ans-simulate__title--large {
    font-size: 7rem;
  }
  .lyt-ans-simulate__box {
    max-width: 311px;
  }
  .lyt-ans-simulate__box-02 {
    margin-bottom: 30px;
  }
  .lyt-ans-simulate__box-03 {
    margin: 0 -80px 40px;
    padding: 25px 105px;
  }
  .lyt-ans-simulate-list {
    font-size: 1.4rem;
  }
  .lyt-ans-input {
    justify-content: space-between;
  }
  .lyt-ans-input__item {
    flex-basis: calc((100% - 20px) / 3);
    width: 33.3%;
    max-width: 300px;
  }
  .lyt-ans-input__title {
    font-size: 2.6rem;
    text-align: center;
  }
  .lyt-ans-input__data {
    font-size: 1.4rem;
  }
  .lyt-ans-input__data-label {
    font-size: 1.4rem;
  }
  .lyt-ans-input__data-input {
    padding: 10px;
    font-size: 2.2rem;
  }
  .lyt-ans-input__data-text {
    font-size: 2.2rem;
  }
  .lyt-ans-simulate__btn {
    padding: 8px 60px 8px 30px;
    font-size: 2.4rem;
  }
  .lyt-ans-simulate__btn::after {
    right: 30px;
    width: 16px;
    height: 23px;
  }
  .lyt-pie-chart {
    margin-bottom: 50px;
    padding: 30px 0;
  }
  .lyt-pie-chart__percentage {
    margin-left: 30px;
  }
  .lyt-line-chart {
    margin-bottom: 30px;
    padding: 40px 0;
  }
}
@media screen and (min-width: 1000px) {
  .str-nav-qa-step__list {
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 1030px) {
  .lyt-top-intro__body {
    grid-template: "introLogo introArt" 47px "introTitle introArt" auto "introContent introArt" 1fr/38.9% 1fr;
  }
}
@media screen and (min-width: 1100px) {
  .lyt-top-point__item {
    padding-right: 120px;
    padding-left: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .m-tool-lyt-setting {
    grid-template-columns: 1fr 160px 740px;
    padding: 28px 0;
  }
  .m-tool-lyt-setting__col--grid-title {
    grid-column: 1/2;
  }
  .m-tool-lyt-setting__col--grid-field {
    grid-row: 1;
    grid-column: 2/3;
  }
  .m-tool-lyt-setting__col--grid-control {
    grid-row: 1;
    grid-column: 3/4;
  }
  .m-tool-lyt-setting--select {
    grid-template-columns: 1fr 160px 572px;
    padding: 0;
  }
  .m-tool-lyt-setting--select + .m-tool-lyt-setting--select {
    margin-top: 37px;
  }
  .m-tool-lyt-radio {
    grid-template-columns: 1fr 932px;
    padding: 28px 0;
  }
}
@media screen and (max-width: 768px) {
  input[type=button],
input[type=text],
input[type=submit],
input[type=image],
textarea {
    font-size: 1.6rem;
  }
  .str-header__logo-sub {
    width: 189px;
  }
  .str-header__logo-link img {
    width: 94px;
  }
  .str-header__logo-text {
    display: none;
  }
  .str-footer-top__contact-info-sub {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #d4d4d4;
  }
  .str-footer-top__contact-info-sub--border-non {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }
  .str-footer-important-box-inner__content .str-footer-list-link__link {
    font-size: 1.4rem;
  }
  .str-footer-list-link[data-col="1"] {
    grid-template-columns: 100%;
  }
  .str-footer-list-link[data-col="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .str-footer-list-link[data-col] {
    gap: 14px;
  }
  .str-footer-list-link__link {
    font-size: 1.2rem;
  }
  .str-nav-qa-step__item:nth-child(3) {
    margin-right: 18px;
    padding-left: 26px;
  }
  .str-nav-qa-step__item:nth-child(3)::after {
    top: -2px;
    background-size: auto 38px;
  }
  .m-text-lead {
    font-size: 1.6rem;
  }
  .m-box__title--with-icon {
    padding-top: 38px;
  }
  .m-box__title-icon {
    position: absolute;
    top: -31px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .m-btn__btn--sub {
    width: 100%;
  }
  .m-btn__btn--primary-dialog {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 2rem;
  }
  .m-table {
    overflow: auto;
  }
  .m-table__body {
    min-width: 768px;
  }
  .m-modal__title-sub {
    margin-top: 10px;
  }
  .m-modal--agreement .m-btn__btn {
    font-size: 2rem;
  }
  .w-sp-1 {
    width: 1% !important;
  }
  .w-sp-2 {
    width: 2% !important;
  }
  .w-sp-3 {
    width: 3% !important;
  }
  .w-sp-4 {
    width: 4% !important;
  }
  .w-sp-5 {
    width: 5% !important;
  }
  .w-sp-6 {
    width: 6% !important;
  }
  .w-sp-7 {
    width: 7% !important;
  }
  .w-sp-8 {
    width: 8% !important;
  }
  .w-sp-9 {
    width: 9% !important;
  }
  .w-sp-10 {
    width: 10% !important;
  }
  .w-sp-11 {
    width: 11% !important;
  }
  .w-sp-12 {
    width: 12% !important;
  }
  .w-sp-13 {
    width: 13% !important;
  }
  .w-sp-14 {
    width: 14% !important;
  }
  .w-sp-15 {
    width: 15% !important;
  }
  .w-sp-16 {
    width: 16% !important;
  }
  .w-sp-17 {
    width: 17% !important;
  }
  .w-sp-18 {
    width: 18% !important;
  }
  .w-sp-19 {
    width: 19% !important;
  }
  .w-sp-20 {
    width: 20% !important;
  }
  .w-sp-21 {
    width: 21% !important;
  }
  .w-sp-22 {
    width: 22% !important;
  }
  .w-sp-23 {
    width: 23% !important;
  }
  .w-sp-24 {
    width: 24% !important;
  }
  .w-sp-25 {
    width: 25% !important;
  }
  .w-sp-26 {
    width: 26% !important;
  }
  .w-sp-27 {
    width: 27% !important;
  }
  .w-sp-28 {
    width: 28% !important;
  }
  .w-sp-29 {
    width: 29% !important;
  }
  .w-sp-30 {
    width: 30% !important;
  }
  .w-sp-31 {
    width: 31% !important;
  }
  .w-sp-32 {
    width: 32% !important;
  }
  .w-sp-33 {
    width: 33% !important;
  }
  .w-sp-34 {
    width: 34% !important;
  }
  .w-sp-35 {
    width: 35% !important;
  }
  .w-sp-36 {
    width: 36% !important;
  }
  .w-sp-37 {
    width: 37% !important;
  }
  .w-sp-38 {
    width: 38% !important;
  }
  .w-sp-39 {
    width: 39% !important;
  }
  .w-sp-40 {
    width: 40% !important;
  }
  .w-sp-41 {
    width: 41% !important;
  }
  .w-sp-42 {
    width: 42% !important;
  }
  .w-sp-43 {
    width: 43% !important;
  }
  .w-sp-44 {
    width: 44% !important;
  }
  .w-sp-45 {
    width: 45% !important;
  }
  .w-sp-46 {
    width: 46% !important;
  }
  .w-sp-47 {
    width: 47% !important;
  }
  .w-sp-48 {
    width: 48% !important;
  }
  .w-sp-49 {
    width: 49% !important;
  }
  .w-sp-50 {
    width: 50% !important;
  }
  .w-sp-51 {
    width: 51% !important;
  }
  .w-sp-52 {
    width: 52% !important;
  }
  .w-sp-53 {
    width: 53% !important;
  }
  .w-sp-54 {
    width: 54% !important;
  }
  .w-sp-55 {
    width: 55% !important;
  }
  .w-sp-56 {
    width: 56% !important;
  }
  .w-sp-57 {
    width: 57% !important;
  }
  .w-sp-58 {
    width: 58% !important;
  }
  .w-sp-59 {
    width: 59% !important;
  }
  .w-sp-60 {
    width: 60% !important;
  }
  .w-sp-61 {
    width: 61% !important;
  }
  .w-sp-62 {
    width: 62% !important;
  }
  .w-sp-63 {
    width: 63% !important;
  }
  .w-sp-64 {
    width: 64% !important;
  }
  .w-sp-65 {
    width: 65% !important;
  }
  .w-sp-66 {
    width: 66% !important;
  }
  .w-sp-67 {
    width: 67% !important;
  }
  .w-sp-68 {
    width: 68% !important;
  }
  .w-sp-69 {
    width: 69% !important;
  }
  .w-sp-70 {
    width: 70% !important;
  }
  .w-sp-71 {
    width: 71% !important;
  }
  .w-sp-72 {
    width: 72% !important;
  }
  .w-sp-73 {
    width: 73% !important;
  }
  .w-sp-74 {
    width: 74% !important;
  }
  .w-sp-75 {
    width: 75% !important;
  }
  .w-sp-76 {
    width: 76% !important;
  }
  .w-sp-77 {
    width: 77% !important;
  }
  .w-sp-78 {
    width: 78% !important;
  }
  .w-sp-79 {
    width: 79% !important;
  }
  .w-sp-80 {
    width: 80% !important;
  }
  .w-sp-81 {
    width: 81% !important;
  }
  .w-sp-82 {
    width: 82% !important;
  }
  .w-sp-83 {
    width: 83% !important;
  }
  .w-sp-84 {
    width: 84% !important;
  }
  .w-sp-85 {
    width: 85% !important;
  }
  .w-sp-86 {
    width: 86% !important;
  }
  .w-sp-87 {
    width: 87% !important;
  }
  .w-sp-88 {
    width: 88% !important;
  }
  .w-sp-89 {
    width: 89% !important;
  }
  .w-sp-90 {
    width: 90% !important;
  }
  .w-sp-91 {
    width: 91% !important;
  }
  .w-sp-92 {
    width: 92% !important;
  }
  .w-sp-93 {
    width: 93% !important;
  }
  .w-sp-94 {
    width: 94% !important;
  }
  .w-sp-95 {
    width: 95% !important;
  }
  .w-sp-96 {
    width: 96% !important;
  }
  .w-sp-97 {
    width: 97% !important;
  }
  .w-sp-98 {
    width: 98% !important;
  }
  .w-sp-99 {
    width: 99% !important;
  }
  .w-sp-100 {
    width: 100% !important;
  }
  .w-sp-33-3 {
    width: 33.3% !important;
  }
  .sp-hide {
    display: none !important;
  }
  .lyt-top-intro__body {
    text-align: center;
  }
  .lyt-top-intro__logo {
    max-width: 93px;
    margin: 0 auto -3px;
  }
  .lyt-top-intro__art {
    max-width: 213px;
    margin: 0 auto;
  }
  .lyt-top-intro .m-text {
    font-size: 1.3rem;
  }
  .lyt-top-intro .m-text-em {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }
  .lyt-top-intro .m-text-anchor__link {
    justify-content: center;
  }
  .lyt-top-adviser__title > span {
    color: #007d7d;
  }
  .lyt-top-point__title-label img {
    width: auto;
    height: 23px;
  }
  .lyt-top-point1-guide__item {
    border-top: 2px solid #d1d9de;
  }
  .lyt-top-point1-guide__item:first-child {
    border-top: 0;
  }
  .lyt-qa-answer-list[data-col="1"] {
    grid-template-columns: 100%;
  }
  .lyt-qa-answer-list[data-col="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .lyt-modal-step__media {
    text-align: center;
  }
  .lyt-media--404 img {
    width: 161px;
    height: auto;
  }
  .lyt-btn-top-link {
    font-size: 1.2rem;
  }
  .m-tool-lyt-setting__col--grid-field {
    justify-self: end;
    width: 100%;
  }
  .m-tool-lyt-control__label > span:not(:first-child):not(:last-child) {
    display: none;
  }
  .m-tool-lyt-radio__list--column {
    flex-direction: column;
  }
  .m-lyt-grid[data-col="1"] {
    grid-template-columns: 100%;
  }
  .m-lyt-grid[data-col="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .m-lyt-grid[data-col] {
    gap: 24px 11px;
  }
  .lyt-pie-chart__inner .highcharts-legend-item > span {
    font-size: 1.3rem !important;
  }
  .lyt-pie-chart__inner .highcharts-legend-item > rect {
    width: 10px;
    height: 10px;
  }
  .lyt-line-chart__inner .highcharts-yaxis-labels text {
    font-size: 1rem !important;
  }
  .lyt-line-chart__inner .highcharts-xaxis-labels text {
    font-size: 1rem !important;
  }
  .lyt-line-chart__inner .highcharts-yaxis-title {
    font-size: 1.2rem !important;
  }
  .lyt-line-chart-simulation__inner .highcharts-xaxis-labels text {
    font-size: 1.4rem !important;
  }
  .lyt-line-chart-simulation__inner .highcharts-yaxis-labels text {
    font-size: 1.2rem !important;
  }
  .lyt-line-chart-simulation__inner .highcharts-yaxis-title,
.lyt-line-chart-simulation__inner .highcharts-xaxis-title {
    font-size: 1.2rem !important;
  }
}
@media screen and (max-width: 365px) {
  .str-nav-qa-step__item:nth-child(3) {
    padding-left: 0;
  }
  .str-nav-qa-step__item:nth-child(3) > * {
    position: relative;
    left: 14px;
  }
}
@media screen and (max-width: 340px) {
  .m-btn__btn--dialog {
    min-width: auto;
    max-width: 100%;
  }
}
