@charset "UTF-8";

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  font-size: 62.5%;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

body {
  font-family: "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

img {
  vertical-align: bottom;
}

ul {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
}

body {
  font-feature-settings: "palt";
  font-weight: 500;
  line-height: 1.6;
}

@media print,
screen and (min-width: 590px) {
  body {
    background: url("../img/bg-all.png") no-repeat center top/100% auto;
    background-attachment: fixed;
  }
}

#wrap {
  box-shadow: rgba(60, 60, 60, 0.61) 0 4px 30px;
  max-width: 590px;
  margin: auto;
}

img {
  height: auto;
  width: 100%;
}

.section {
  margin: 0 auto;
}

@media only screen and (max-width: 589px) {
  .offer {
    padding-inline: 4.8vw;
  }
}

@media print,
screen and (min-width: 590px) {
  .offer {
    padding-inline: 28px;
  }
}

@media only screen and (max-width: 589px) {
  .offer li {
    font-size: 2.4vw;
  }
}

@media print,
screen and (min-width: 590px) {
  .offer li {
    font-size: 14px;
  }
}

.mv {
  position: relative;
}

.mv-offer {
  position: absolute;
}

@media only screen and (max-width: 589px) {
  .mv-offer {
    left: 4.8vw;
    top: 32vw;
  }
}

@media print,
screen and (min-width: 590px) {
  .mv-offer {
    left: 28px;
    top: 189px;
  }
}

@media only screen and (max-width: 589px) {
  .mv-offer li {
    font-size: 2.4vw;
  }
}

@media print,
screen and (min-width: 590px) {
  .mv-offer li {
    font-size: 14px;
  }
}

.cv01 {
  background-color: #1a2489;
  position: relative;
}

.cv01-button {
  position: absolute;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 589px) {
  .cv01-button {
    top: calc(359/750*100vw);
  }
}

@media print,
screen and (min-width: 590px) {
  .cv01-button {
    top: calc(359/750*590px);
  }
}

@media only screen and (max-width: 589px) {
  .cv01-button img {
    width: 88.4vw;
  }
}

@media print,
screen and (min-width: 590px) {
  .cv01-button img {
    width: 522px;
  }
}

.cv01-offer {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 589px) {
  .cv01-offer {
    margin-top: calc(-115/590*100vw);
    padding: 0 calc(24/590*100vw) calc(32/590*100vw);
  }
}

@media print,
screen and (min-width: 590px) {
  .cv01-offer {
    margin-top: -115px;
    padding: 0 24px 32px;
  }
}

.cv01-offer li {
  color: #fff;
}

@media only screen and (max-width: 589px) {
  .cv01-offer li {
    font-size: 2.4vw;
  }
}

@media print,
screen and (min-width: 590px) {
  .cv01-offer li {
    font-size: 14px;
  }
}

.cv02 {
  background-color: #1a2489;
  position: relative;
}

.cv02-button {
  position: absolute;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 589px) {
  .cv02-button {
    top: calc(984/750*100vw);
  }
}

@media print,
screen and (min-width: 590px) {
  .cv02-button {
    top: calc(984/750*590px);
  }
}

@media only screen and (max-width: 589px) {
  .cv02-button img {
    width: 88.4vw;
  }
}

@media print,
screen and (min-width: 590px) {
  .cv02-button img {
    width: 522px;
  }
}

.cv02-offer {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 589px) {
  .cv02-offer {
    margin-top: calc(-115/590*100vw);
    padding: 0 calc(24/590*100vw) calc(32/590*100vw);
  }
}

@media print,
screen and (min-width: 590px) {
  .cv02-offer {
    margin-top: -115px;
    padding: 0 24px 32px;
  }
}

.cv02-offer li {
  color: #fff;
}

@media only screen and (max-width: 589px) {
  .cv02-offer li {
    font-size: 2.4vw;
  }
}

@media print,
screen and (min-width: 590px) {
  .cv02-offer li {
    font-size: 14px;
  }
}

.cv03 {
  background-color: #1a2489;
  position: relative;
}

.cv03-button {
  position: absolute;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 589px) {
  .cv03-button {
    top: calc(1250 / 750* 100vw);
  }
}

@media print,
screen and (min-width: 590px) {
  .cv03-button {
    top: calc(1250 / 750* 590px);
  }
}

@media only screen and (max-width: 589px) {
  .cv03-button img {
    width: 88.4vw;
  }
}

@media print,
screen and (min-width: 590px) {
  .cv03-button img {
    width: 522px;
  }
}

.cv03-offer {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 589px) {
  .cv03-offer {
    margin-top: calc(-115/590*100vw);
    padding: 0 calc(24/590*100vw) calc(32/590*100vw);
  }
}

@media print,
screen and (min-width: 590px) {
  .cv03-offer {
    margin-top: -115px;
    padding: 0 24px 32px;
  }
}

.cv03-offer li {
  color: #fff;
}

@media only screen and (max-width: 589px) {
  .cv03-offer li {
    font-size: 2.4vw;
  }
}

@media print,
screen and (min-width: 590px) {
  .cv03-offer li {
    font-size: 14px;
  }
}

.sec02 {
  background: #f0f0f0;
}

.sec02 li {
  letter-spacing: -0.04em;
}

.sec03 {
  position: relative;
}

.sec03 .offer-wrapper {
  left: 0;
  position: absolute;
}

@media only screen and (max-width: 589px) {
  .sec03 .offer-wrapper {
    bottom: 6vw;
  }
}

@media print,
screen and (min-width: 590px) {
  .sec03 .offer-wrapper {
    bottom: 35px;
  }
}

@media only screen and (max-width: 589px) {
  .sec03 .offer:not(:last-child) {
    margin-bottom: 3.3333333333vw;
  }
}

@media print,
screen and (min-width: 590px) {
  .sec03 .offer:not(:last-child) {
    margin-bottom: 20px;
  }
}

.sec05 {
  background: url("../img/bg-main01.png") no-repeat left top/100% auto;
}

@media only screen and (max-width: 589px) {
  .sec05 {
    padding-bottom: 12.8vw;
  }
}

@media print,
screen and (min-width: 590px) {
  .sec05 {
    padding-bottom: 76px;
  }
}

.sec05-item {
  background: url("../img/bg-grid.png") repeat;
}

@media only screen and (max-width: 589px) {
  .sec05-item {
    background-size: 3.3333333333vw;
    border-radius: 0 0 0.6666666667vw 0.6666666667vw;
    margin: 3.6vw auto 0;
    padding-bottom: 2.6666666667vw;
    width: 92vw;
  }
}

@media print,
screen and (min-width: 590px) {
  .sec05-item {
    background-size: 20px;
    border-radius: 0 0 4px 4px;
    margin: 21px auto 0;
    padding-bottom: 16px;
    width: 543px;
  }
}

@media only screen and (max-width: 589px) {
  .sec05-item:not(.is-last) {
    margin-bottom: 5.3333333333vw;
  }
}

@media print,
screen and (min-width: 590px) {
  .sec05-item:not(.is-last) {
    margin-bottom: 31px;
  }
}

@media only screen and (max-width: 589px) {
  .sec05-item .sec05-image {
    margin: 0 -4vw -3.6vw;
    transform: translateY(-3.6vw);
  }
}

@media print,
screen and (min-width: 590px) {
  .sec05-item .sec05-image {
    margin: 0 -24px -21px;
    transform: translateY(-21px);
  }
}

.sec05-item .sec05-acc {
  border-top: 2px solid #c2c2c2;
  border-bottom: 2px solid #c2c2c2;
  margin-inline: auto;
}

@media only screen and (max-width: 589px) {
  .sec05-item .sec05-acc {
    padding-bottom: 1.3333333333vw;
    width: calc(100% - 8vw);
  }
}

@media print,
screen and (min-width: 590px) {
  .sec05-item .sec05-acc {
    padding-block: 8px;
    width: calc(100% - 47px);
  }
}

.sec05-item .sec05-acc-title {
  font-weight: normal;
}

.sec05-item .sec05-acc-title a {
  color: #252e7b;
}

@media only screen and (max-width: 589px) {
  .sec05-item .sec05-acc-title a {
    font-size: 2.4vw;
  }
}

@media print,
screen and (min-width: 590px) {
  .sec05-item .sec05-acc-title a {
    font-size: 14px;
  }
}

@media print,
screen and (min-width: 590px) {
  .sec05-item .sec05-acc-title a:hover {
    text-decoration: underline;
  }
}

.sec05-item .sec05-acc-title a::before {
  content: "▶";
  color: #252e7b;
  display: inline-block;
  margin-right: 5px;
}

.sec05-item .sec05-acc-title a.is-active::before {
  content: "▼";
}

.sec05-item .sec05-acc-body {
  display: none;
}

.sec05-item .offer {
  padding: 0;
}

.sec06 {
  background: url("../img/bg-main02.png") no-repeat left top/100% auto;
}

@media only screen and (max-width: 589px) {
  .sec06 {
    background-position: left 2.9333333333vw;
    margin-top: -16vw;
    padding-bottom: 2.9333333333vw;
  }
}

@media print,
screen and (min-width: 590px) {
  .sec06 {
    background-position: left 17px;
    margin-top: -94px;
    padding-bottom: 17px;
  }
}

.sec06 .approach {
  background: #fff;
  box-shadow: 0 7px 127px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 589px) {
  .sec06 .approach {
    margin: 6vw auto 0;
    padding: 4vw 4vw 0;
    width: calc(100% - 8vw);
  }
}

@media print,
screen and (min-width: 590px) {
  .sec06 .approach {
    margin: 35px auto 0;
    padding: 24px 24px 0;
    width: calc(100% - 47px);
  }
}

@media only screen and (max-width: 589px) {
  .sec06 .approach-link {
    padding-bottom: 4vw;
  }
}

@media print,
screen and (min-width: 590px) {
  .sec06 .approach-link {
    padding-bottom: 24px;
  }
}

.sec06 .approach-link a {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
}

.sec06 .approach-link a::before,
.sec06 .approach-link a::after {
  background: #000;
  content: "";
  display: block;
  position: absolute;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 589px) {
  .sec06 .approach-link a::before {
    height: 0.6666666667vw;
    right: 0;
    top: 4.5333333333vw;
    width: 4.6666666667vw;
  }
}

@media print,
screen and (min-width: 590px) {
  .sec06 .approach-link a::before {
    height: 4px;
    right: 0;
    top: 27px;
    width: 28px;
  }
}

@media only screen and (max-width: 589px) {
  .sec06 .approach-link a::after {
    height: 4.6666666667vw;
    right: 2vw;
    top: 2.5333333333vw;
    width: 0.6666666667vw;
  }
}

@media print,
screen and (min-width: 590px) {
  .sec06 .approach-link a::after {
    height: 28px;
    right: 12px;
    top: 15px;
    width: 4px;
  }
}

.sec06 .approach-link a.is-active::after {
  transform: rotate(90deg);
}

@media only screen and (max-width: 589px) {
  .sec06 .approach-hidden {
    padding-top: 2vw;
  }
}

@media print,
screen and (min-width: 590px) {
  .sec06 .approach-hidden {
    padding-top: 12px;
  }
}

.sec06 .approach-link-sub {
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 589px) {
  .sec06 .approach-link-sub {
    font-size: 4.2666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}

@media print,
screen and (min-width: 590px) {
  .sec06 .approach-link-sub {
    font-size: 25px;
    margin-bottom: 13px;
  }
}

.sec06 .approach-link-title {
  line-height: 1;
}

@media only screen and (max-width: 589px) {
  .sec06 .approach-link-title {
    font-size: 6.1333333333vw;
    margin-bottom: 1.8666666667vw;
  }
}

@media print,
screen and (min-width: 590px) {
  .sec06 .approach-link-title {
    font-size: 36px;
    margin-bottom: 11px;
  }
}

.sec06 .approach-link-offer {
  font-weight: bold;
  line-height: 1;
}

@media only screen and (max-width: 589px) {
  .sec06 .approach-link-offer {
    font-size: 3.2vw;
  }
}

@media print,
screen and (min-width: 590px) {
  .sec06 .approach-link-offer {
    font-size: 19px;
  }
}

.sec06 .approach-text {
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

@media only screen and (max-width: 589px) {
  .sec06 .approach-text {
    font-size: 3.4666666667vw;
    margin-bottom: 4.4vw;
  }
}

@media print,
screen and (min-width: 590px) {
  .sec06 .approach-text {
    font-size: 20px;
    margin-bottom: 26px;
  }
}

.sec07 .offer {
  background: #ededed;
}

.qa {
  background: #e7eefd;
}

@media only screen and (max-width: 589px) {
  .qa {
    padding: 6.6666666667vw 4vw 5.8666666667vw;
  }
}

@media print,
screen and (min-width: 590px) {
  .qa {
    padding: 39px 24px 35px;
  }
}

.qa-title {
  color: #252e7b;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

@media only screen and (max-width: 589px) {
  .qa-title {
    font-size: 9.2vw;
    margin-bottom: 5.7333333333vw;
  }
}

@media print,
screen and (min-width: 590px) {
  .qa-title {
    font-size: 54px;
    margin-bottom: 34px;
  }
}

.qa-item {
  background: #fff;
  box-shadow: 0 7px 127px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 589px) {
  .qa-item {
    border-left: 1.6vw solid #252e7b;
    padding: 5.3333333333vw 3.3333333333vw;
  }
}

@media print,
screen and (min-width: 590px) {
  .qa-item {
    border-left: 9px solid #252e7b;
    padding: 31px 20px;
  }
}

@media only screen and (max-width: 589px) {
  .qa-item:not(:last-child) {
    margin-bottom: 4.2666666667vw;
  }
}

@media print,
screen and (min-width: 590px) {
  .qa-item:not(:last-child) {
    margin-bottom: 25px;
  }
}

.qa-heading a {
  background: url("../img/icon-q.png") no-repeat left top/42px;
  color: #252e7b;
  display: block;
  letter-spacing: 0.07em;
  position: relative;
}

@media only screen and (max-width: 589px) {
  .qa-heading a {
    background-size: 7.0666666667vw;
    font-size: 3.4666666667vw;
    min-height: 7.0666666667vw;
    padding-top: 0.8vw;
    padding-left: 10.2666666667vw;
    padding-right: 9.3333333333vw;
  }
}

@media print,
screen and (min-width: 590px) {
  .qa-heading a {
    font-size: 20px;
    min-height: 42px;
    padding-top: 5px;
    padding-left: 61px;
    padding-right: 55px;
  }
}

.qa-heading a::before,
.qa-heading a::after {
  background: #252e7b;
  content: "";
  display: block;
  top: 50%;
  position: absolute;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 589px) {
  .qa-heading a::before {
    height: 0.6666666667vw;
    margin-top: -0.2666666667vw;
    right: 0;
    width: 4.6666666667vw;
  }
}

@media print,
screen and (min-width: 590px) {
  .qa-heading a::before {
    height: 4px;
    margin-top: -2px;
    right: 0;
    width: 28px;
  }
}

@media only screen and (max-width: 589px) {
  .qa-heading a::after {
    height: 4.6666666667vw;
    margin-top: -2.4vw;
    right: 2vw;
    width: 0.6666666667vw;
  }
}

@media print,
screen and (min-width: 590px) {
  .qa-heading a::after {
    height: 28px;
    margin-top: -14px;
    right: 12px;
    width: 4px;
  }
}

.qa-heading a.is-active::after {
  transform: rotate(90deg);
}

.qa-body {
  background: url("../img/icon-a.png") no-repeat left 24px;
  background-size: 42px;
  display: none;
}

@media only screen and (max-width: 589px) {
  .qa-body {
    background-size: 7.0666666667vw;
    border-top: 0.6666666667vw dotted #252e7b;
    margin-top: 5.3333333333vw;
    padding-top: 4vw;
    padding-left: 10.2666666667vw;
  }
}

@media print,
screen and (min-width: 590px) {
  .qa-body {
    border-top: 4px dotted #252e7b;
    margin-top: 31px;
    padding-top: 24px;
    padding-left: 61px;
  }
}

.qa-body p {
  color: #252e7b;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 589px) {
  .qa-body p {
    font-size: 3.4666666667vw;
  }
}

@media print,
screen and (min-width: 590px) {
  .qa-body p {
    font-size: 20px;
  }
}

@media print,
screen and (min-width: 590px) {
  #caution {
    padding: 35px;
  }
}

#caution h2 {
  color: #1a2489;
  font-size: 31px;
  line-height: 1.5em;
  font-weight: 700;
  text-align: center;
}

#caution h3 {
  color: #1a2489;
  font-size: 17px;
  line-height: 1.5em;
  font-weight: 700;
  margin-top: 31px;
}

#caution .list01 {
  border: 1px solid #1a2489;
  padding: 16px 31px 16px 47px;
  margin-top: 16px;
  border-radius: 19px;
  color: #1a2489;
}

#caution .list01 li {
  list-style: disc;
  font-size: 16px;
  line-height: 1.5em;
}

#caution .list02 {
  padding: 0 8px 0 24px;
  color: #1a2489;
}

#caution .list02 li {
  list-style: disc;
  font-size: 16px;
  line-height: 1.5em;
}

@media screen and (max-width: 880px) {
  #caution {
    padding: 5vw;
  }

  #caution h2 {
    font-size: 4.5vw;
  }

  #caution h3 {
    font-size: 2.5vw;
    margin-top: 4.5vw;
  }

  #caution .list01 {
    padding: 2.2vw 4.5vw 2.2vw 7vw;
    margin-top: 2.2vw;
    border-radius: 2.8vw;
  }

  #caution .list01 li {
    font-size: 2.2vw;
  }

  #caution .list02 {
    padding: 0 1.2vw 0 4vw;
  }

  #caution .list02 li {
    font-size: 2.2vw;
  }
}

/* --------------------------- */
.footer {
  background-color: #393939;
  padding: 12px 0 250px;
  margin-top: 0;
}

.footer-navi>a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  line-height: 2;
}

.footer-navi {
  display: flex;
  flex-wrap: wrap;
  max-width: 1230px;
  padding: 0 32px;
  margin: 0 auto;
}

.footer-navi>a {
  font-size: 16px;
  margin-right: 30px;
}

.footer__copyright {
  text-align: center;
  margin-top: 12px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  font-size: 10px;
}

@media screen and (max-width: 880px) {
  .footer {
    margin-top: 32px;
    border-top: 1px solid #e5e5e5;
    padding-top: 24px;
    padding-bottom: 24vw;
  }

  .footer__copyright {
    font-size: 10px;
    margin-top: 0;
    padding: 18px 16px 20px;
    font-weight: bold;
    line-height: 2;
  }

  .action.action--middle {
    margin-top: 32px;
  }

  .action.action--bottom {
    margin-top: 40px;
  }

  .footer-navi {
    padding: 0 16px;
  }

  .footer-navi>a {
    font-size: 14px;
    font-weight: bold;
    line-height: 2.4;
  }
}

.floating {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 100;
}

.floating img {
  height: auto;
}

@media only screen and (max-width: 589px) {
  .floating img {
    width: 97.8666666667vw;
  }
}

@media print,
screen and (min-width: 590px) {
  .floating img {
    width: 577px;
  }
}

.text-underline {
  text-decoration: underline;
}