/* minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul {
  list-style: none;
}
button,
input,
select,
textarea {
  margin: 0;
}
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
img,
audio,
video {
  height: auto;
  max-width: 100%;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
  text-align: left;
}
html {
  background-color: $body-background-color;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: $body-rendering;
  text-size-adjust: 100%;
}
body {
  font-size: 16px;
  font-family: Hiragino Sans, 'ヒラギノ角ゴシック', Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ ProN W3', sans-serif;
}
article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}
body,
button,
input,
select,
textarea {
  font-family: $body-family;
}
code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: $code-family;
}
body {
  color: $body-color;
  font-size: 1rem;
  font-weight: $body-weight;
  line-height: $body-line-height;
}
a {
  color: #198fff;
  cursor: pointer;
  text-decoration: none;
}
a strong {
  color: currentColor;
}
a:hover {
  color: $link-hover;
}
code {
  background-color: $code-background;
  color: $code;
  font-size: $code-size;
  font-weight: $code-weight;
  padding: $code-padding;
}
hr {
  background-color: $hr-background-color;
  border: none;
  display: block;
  height: $hr-height;
  margin: $hr-margin;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline;
}
small {
  font-size: 0.875em;
}
span {
  font-style: inherit;
  font-weight: inherit;
}
strong {
  color: $text-strong;
  font-weight: 700;
}
pre {
  background-color: $pre-background;
  color: $pre;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}
pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}
table td,
table th {
  text-align: left;
  vertical-align: top;
}
table th {
  color: $text-strong;
}
pre {
  margin: 0;
  padding: 0;
}
ol {
  list-style: none;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.is-block {
  display: block !important;
}
@media screen and (max-width: 599px) {
  .is-block-mobile {
    display: block !important;
  }
}
@media screen and (min-width: 600px) {
  .is-block-tablet {
    display: block !important;
  }
}
@media screen and (min-width: 1025px) {
  .is-block-desktop {
    display: block !important;
  }
}
.is-flex {
  display: flex !important;
}
@media screen and (max-width: 599px) {
  .is-flex-mobile {
    display: flex !important;
  }
}
@media screen and (min-width: 600px) {
  .is-flex-tablet {
    display: flex !important;
  }
}
@media screen and (min-width: 1025px) {
  .is-flex-desktop {
    display: flex !important;
  }
}
.is-inline {
  display: inline !important;
}
@media screen and (max-width: 599px) {
  .is-inline-mobile {
    display: inline !important;
  }
}
@media screen and (min-width: 600px) {
  .is-inline-tablet {
    display: inline !important;
  }
}
@media screen and (min-width: 1025px) {
  .is-inline-desktop {
    display: inline !important;
  }
}
.is-inline-block {
  display: inline-block !important;
}
@media screen and (max-width: 599px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}
@media screen and (min-width: 600px) {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1025px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}
.is-inline-flex {
  display: inline-flex !important;
}
@media screen and (max-width: 599px) {
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 600px) {
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1025px) {
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 600px) {
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 600px) {
  .is-hidden-mobile {
    display: block !important;
  }
}
@media screen and (max-width: 599px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
.has-text-centered {
  text-align: center;
}
.has-text-justified {
  text-align: justify;
}
.has-text-left {
  text-align: left;
}
.has-text-right {
  text-align: right;
}
@media screen and (max-width: 599px) {
  .has-text-centered-mobile {
    text-align: center;
  }
}
@media screen and (min-width: 600px) {
  .has-text-centered-tablet {
    text-align: center;
  }
}
@media screen and (min-width: 1025px) {
  .has-text-centered-desktop {
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .has-text-justified-mobile {
    text-align: justify;
  }
}
@media screen and (min-width: 600px) {
  .has-text-justified-tablet {
    text-align: justify;
  }
}
@media screen and (min-width: 1025px) {
  .has-text-justified-desktop {
    text-align: justify;
  }
}
@media screen and (max-width: 599px) {
  .has-text-left-mobile {
    text-align: left;
  }
}
@media screen and (min-width: 600px) {
  .has-text-left-tablet {
    text-align: left;
  }
}
@media screen and (min-width: 1025px) {
  .has-text-left-desktop {
    text-align: left;
  }
}
@media screen and (max-width: 599px) {
  .has-text-right-mobile {
    text-align: right;
  }
}
@media screen and (min-width: 600px) {
  .has-text-right-tablet {
    text-align: right;
  }
}
@media screen and (min-width: 1025px) {
  .has-text-right-desktop {
    text-align: right;
  }
}
.is-block {
  display: block;
}
@media screen and (max-width: 599px) {
  .is-block-mobile {
    display: block;
  }
}
@media screen and (min-width: 600px) {
  .is-block-tablet {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .is-block-desktop {
    display: block;
  }
}
.is-flex {
  display: flex;
}
@media screen and (max-width: 599px) {
  .is-flex-mobile {
    display: flex;
  }
}
@media screen and (min-width: 600px) {
  .is-flex-tablet {
    display: flex;
  }
}
@media screen and (min-width: 1025px) {
  .is-flex-desktop {
    display: flex;
  }
}
.is-inline {
  display: inline;
}
@media screen and (max-width: 599px) {
  .is-inline-mobile {
    display: inline;
  }
}
@media screen and (min-width: 600px) {
  .is-inline-tablet {
    display: inline;
  }
}
@media screen and (min-width: 1025px) {
  .is-inline-desktop {
    display: inline;
  }
}
.is-inline-block {
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .is-inline-block-mobile {
    display: inline-block;
  }
}
@media screen and (min-width: 600px) {
  .is-inline-block-tablet {
    display: inline-block;
  }
}
@media screen and (min-width: 1025px) {
  .is-inline-block-desktop {
    display: inline-block;
  }
}
.is-inline-flex {
  display: inline-flex;
}
@media screen and (max-width: 599px) {
  .is-inline-flex-mobile {
    display: inline-flex;
  }
}
@media screen and (min-width: 600px) {
  .is-inline-flex-tablet {
    display: inline-flex;
  }
}
@media screen and (min-width: 1025px) {
  .is-inline-flex-desktop {
    display: inline-flex;
  }
}
.is-hidden {
  display: none;
}
@media screen and (max-width: 599px) {
  .is-hidden-mobile {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .is-hidden-tablet {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .is-hidden-desktop {
    display: none;
  }
}
.is-invisible {
  visibility: hidden;
}
@media screen and (max-width: 599px) {
  .is-invisible-mobile {
    visibility: hidden;
  }
}
@media screen and (min-width: 600px) {
  .is-invisible-tablet {
    visibility: hidden;
  }
}
@media screen and (min-width: 1025px) {
  .is-invisible-desktop {
    visibility: hidden;
  }
}
.is-pulled-left {
  float: left;
}
.is-pulled-right {
  float: right;
}
.is-clipped {
  overflow: hidden;
}
.is-size-1 {
  font-size: $sizes;
}
@media screen and (max-width: 599px) {
  .is-size-1-mobile {
    font-size: $sizes;
  }
}
@media screen and (min-width: 600px) {
  .is-size-1-tablet {
    font-size: $sizes;
  }
}
@media screen and (min-width: 1025px) {
  .is-size-1-desktop {
    font-size: $sizes;
  }
}
.is-capitalized {
  text-transform: capitalize;
}
.is-lowercase {
  text-transform: lowercase;
}
.is-uppercase {
  text-transform: uppercase;
}
.is-italic {
  font-style: italic;
}
.has-text-weight-light {
  font-weight: 300;
}
.has-text-weight-normal {
  font-weight: 400;
}
.has-text-weight-semibold {
  font-weight: 600;
}
.has-text-weight-bold {
  font-weight: 700;
}
.has-text-weight-black {
  font-weight: 900;
}
.w-100 {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .columns {
    display: flex;
    flex-shrink: 1;
  }
}
@media screen and (max-width: 599px) {
  .columns.is-mobile {
    display: flex;
    flex-shrink: 1;
  }
}
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
}
.is-size-1 {
  font-size: 36px !important;
}
.is-size-2 {
  font-size: 28px !important;
}
.is-size-3 {
  font-size: 20px !important;
}
.is-size-4 {
  font-size: 16px !important;
}
.is-size-5 {
  font-size: 14px !important;
}
.is-size-6 {
  font-size: 12px !important;
}
.is-size-7 {
  font-size: 10px !important;
}
@media screen and (max-width: 599px) {
  .is-size-1-mobile {
    font-size: 36px !important;
  }
}
@media screen and (max-width: 599px) {
  .is-size-2-mobile {
    font-size: 28px !important;
  }
}
@media screen and (max-width: 599px) {
  .is-size-3-mobile {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 599px) {
  .is-size-4-mobile {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 599px) {
  .is-size-5-mobile {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 599px) {
  .is-size-6-mobile {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 599px) {
  .is-size-7-mobile {
    font-size: 10px !important;
  }
}
.has-text-primary {
  color: #eb4637;
}
.has-text-white {
  color: #fff;
}
.has-text-black {
  color: #000;
}
.has-text-red {
  color: #eb4637;
}
.has-text-orange {
  color: #f47f2a;
}
.has-text-kiiro {
  color: #ffc300;
}
.has-text-navy {
  color: #006186;
}
a {
  color: #000;
}
a:hover,
a:visited {
  color: #000;
}
a.has-text-white:hover,
a.has-text-white:visited {
  color: #fff;
}
.is-padding-auto {
  padding: auto !important;
}
.is-padding-wide-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.is-padding-updown-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.is-padding-0 {
  padding: 0 !important;
}
.is-padding-1 {
  padding: 4px !important;
}
.is-padding-2 {
  padding: 8px !important;
}
.is-padding-3 {
  padding: 12px !important;
}
.is-padding-4 {
  padding: 16px !important;
}
.is-padding-5 {
  padding: 20px !important;
}
.is-padding-6 {
  padding: 24px !important;
}
.is-padding-7 {
  padding: 28px !important;
}
.is-padding-bottom-0 {
  padding-bottom: 0 !important;
}
.is-padding-bottom-1 {
  padding-bottom: 4px !important;
}
.is-padding-bottom-2 {
  padding-bottom: 8px !important;
}
.is-padding-bottom-3 {
  padding-bottom: 12px !important;
}
.is-padding-bottom-4 {
  padding-bottom: 16px !important;
}
.is-padding-bottom-5 {
  padding-bottom: 20px !important;
}
.is-padding-bottom-6 {
  padding-bottom: 24px !important;
}
.is-padding-bottom-7 {
  padding-bottom: 28px !important;
}
.is-padding-top-0 {
  padding-top: 0 !important;
}
.is-padding-top-1 {
  padding-top: 4px !important;
}
.is-padding-top-2 {
  padding-top: 8px !important;
}
.is-padding-top-3 {
  padding-top: 12px !important;
}
.is-padding-top-4 {
  padding-top: 16px !important;
}
.is-padding-top-5 {
  padding-top: 20px !important;
}
.is-padding-top-6 {
  padding-top: 24px !important;
}
.is-padding-top-7 {
  padding-top: 28px !important;
}
.is-padding-left-2 {
  padding-left: 8px !important;
}
.is-padding-left-3 {
  padding-left: 12px !important;
}
.is-padding-left-4 {
  padding-left: 16px !important;
}
.is-padding-left-5 {
  padding-left: 20px !important;
}
.is-padding-left-6 {
  padding-left: 24px !important;
}
.is-padding-left-7 {
  padding-left: 28px !important;
}
.is-padding-right-2 {
  padding-right: 8px !important;
}
.is-padding-right-3 {
  padding-right: 12px !important;
}
.is-padding-right-4 {
  padding-right: 16px !important;
}
.is-padding-right-5 {
  padding-right: 20px !important;
}
.is-padding-right-7 {
  padding-right: 28px !important;
}
.is-margin-auto {
  margin: auto !important;
}
.is-margin-wide-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.is-margin-updown-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.is-margin-0 {
  margin: 0 !important;
}
.is-margin-1 {
  margin: 4px !important;
}
.is-margin-2 {
  margin: 8px !important;
}
.is-margin-3 {
  margin: 12px !important;
}
.is-margin-4 {
  margin: 16px !important;
}
.is-margin-5 {
  margin: 20px !important;
}
.is-margin-6 {
  margin: 24px !important;
}
.is-margin-7 {
  margin: 28px !important;
}
.is-margin-bottom-0 {
  margin-bottom: 0 !important;
}
.is-margin-bottom-1 {
  margin-bottom: 4px !important;
}
.is-margin-bottom-3 {
  margin-bottom: 12px !important;
}
.is-margin-bottom-4 {
  margin-bottom: 16px !important;
}
.is-margin-bottom-5 {
  margin-bottom: 20px !important;
}
.is-margin-bottom-6 {
  margin-bottom: 24px !important;
}
.is-margin-bottom-7 {
  margin-bottom: 28px !important;
}
.is-margin-top-0 {
  margin-top: 0 !important;
}
.is-margin-top-1 {
  margin-top: 4px !important;
}
.is-margin-top-3 {
  margin-top: 12px !important;
}
.is-margin-top-4 {
  margin-top: 16px !important;
}
.is-margin-top-5 {
  margin-top: 20px !important;
}
.is-margin-top-6 {
  margin-top: 24px !important;
}
.is-margin-top-7 {
  margin-top: 28px !important;
}
.is-margin-left-1 {
  margin-left: 4px !important;
}
.is-margin-left-2 {
  margin-left: 8px !important;
}
.is-margin-left-3 {
  margin-left: 12px !important;
}
.is-margin-left-4 {
  margin-left: 16px !important;
}
.is-margin-left-5 {
  margin-left: 20px !important;
}
.is-margin-left-7 {
  margin-left: 28px !important;
}
.is-margin-right-1 {
  margin-right: 4px !important;
}
.is-margin-right-2 {
  margin-right: 8px !important;
}
.is-margin-right-3 {
  margin-right: 12px !important;
}
.is-margin-right-4 {
  margin-right: 16px !important;
}
.is-margin-right-5 {
  margin-right: 20px !important;
}
.is-margin-right-6 {
  margin-right: 24px !important;
}
.is-margin-right-7 {
  margin-right: 28px !important;
}
.is-line-height-0 {
  line-height: 1;
}
.is-line-height-small {
  line-height: 1.2;
}
.is-line-height-normal {
  line-height: 1.5;
}
.is-line-height-large {
  line-height: 2;
}
.is-relative {
  position: relative;
}
.is-valign-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.is-vertical-align-bottom {
  vertical-align: bottom;
}
.is-flex {
  display: flex;
}
.has_verticel_centered {
  align-items: center;
}
.has_verticel_flow {
  flex-flow: column;
}
.has_column_reverse_tablet {
  flex-direction: column-reverse;
}
@media screen and (max-width: 599px) {
  .has_column_reverse_tablet {
    flex-direction: unset;
  }
}
.has-background-white {
  background-color: #fff;
}
.has-background-kiiro {
  background-color: #ffc300;
}
.has-background-black {
  background-color: #000;
}
.has-background-grey-lighter {
  background-color: #dce0e0;
}
.has-background-primary {
  background-color: #eb4637;
}
.has-background-red {
  background: #eb4637;
}
.has-background-pale-yellow {
  background: #fdfaf1;
}
.has-background-yellow-dark {
  background: #ffbe2c;
}
.has-background-navy {
  background: #006186;
}
.has-background-palenavy {
  background: #e3eff2;
}
.has-background-pale-grey {
  background: #f3f1e8;
}
.has-bakground-cream {
  background-color: #fff6df;
}
.has-bakground-blue {
  background-color: #003586;
}
.has-bakground-lite-blue {
  background-color: #0088ab;
}
.input {
  background-color: #fff;
  color: #363636;
  box-shadow: inset 0 0.0625rem 0.125rem rgba(10,10,10,0.1);
  max-width: 100%;
  width: 100%;
  padding: calc(0.375em - 1px) 0.75em;
  align-items: center;
  border: 1px solid #dce0e0;
  border-radius: 0.25rem;
  display: inline-flex;
  line-height: 1.5;
  position: relative;
  vertical-align: top;
}
.input.is-small {
  font-size: 10px;
}
.input.is-medium {
  font-size: 14px;
}
.input.is-large {
  font-size: 16px;
}
.input.is-fullwidth {
  display: block;
  width: 100%;
}
.input.is-inline {
  display: inline;
  width: auto;
}
.button.is-warning {
  background-color: #ffc300;
  border-color: transparent;
  color: rgba(0,0,0,0.7);
  box-shadow: 0 3px 0 0 rgba(0,0,0,0.16);
  border-radius: 5px;
  padding: calc(0.375em - 1px) 0.75em;
}
.header-logo {
  font-size: 0;
  max-width: 8rem;
}
.width-660 {
  max-width: 660px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
.width-980 {
  max-width: 980px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
.img-centerd {
  margin-right: auto;
  margin-left: auto;
}
.is-vcentered {
  align-items: center;
}
.is-hcentered {
  justify-content: center;
}
.is-padding-bottom-7 {
  padding-bottom: 1.5rem;
}
.is-image-center {
  margin: auto;
}
strong {
  color: inherit;
  font-weight: inherit;
}
.has-border-navy {
  border: 1px solid #006186;
}
footer {
  padding: 1rem 1rem 2rem 1rem;
}
.footer-list {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .footer-list {
    max-width: 1200px;
    margin: 0 auto 30px;
  }
}
.footer-list .footer-item {
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  width: calc(50% - 7.5px);
  margin-bottom: 10px;
  font-size: 10px;
}
@media screen and (min-width: 600px) {
  .footer-list .footer-item {
    width: 13.5%;
    font-size: 14px;
  }
}
.footer-list .footer-item > a {
  color: #ccc;
  line-height: 1.2;
  width: 100%;
  height: 100%;
}
.footer-list .footer-item.footer-tel {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 600px) {
  .footer-list .footer-item.footer-tel {
    width: 29.5%;
  }
}
.footer-list .footer-item.footer-tel .tel-num {
  white-space: nowrap;
}
.footer-list .footer-item.footer-tel .tel-num img {
  vertical-align: middle;
}
.footer-list .footer-item.footer-tel .tel-detail {
  font-size: 11px;
  color: #262626;
}
.footer-logo {
  margin: 0 auto;
  width: 70%;
}
.footer-logo img {
  width: 170px;
}
.fotter-logo-area {
  max-width: 300px;
  margin: auto;
  align-items: center;
}
copy {
  color: #262626;
}
.faq-special-area {
  background-color: #fff7ce;
  padding: 20px;
}
.faq-special-area h3 {
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 10px;
}
.faq-special-area .faq-box {
  background-color: #fff;
}
.faq-other-heading {
  padding: 7px 0;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  margin: 30px 0 10px;
  background-color: #dfdfdf;
}
.is-block {
  display: block !important;
}
@media screen and (max-width: 599px) {
  .is-block-mobile {
    display: block !important;
  }
}
@media screen and (min-width: 600px) {
  .is-block-tablet {
    display: block !important;
  }
}
@media screen and (min-width: 1025px) {
  .is-block-desktop {
    display: block !important;
  }
}
.is-flex {
  display: flex !important;
}
@media screen and (max-width: 599px) {
  .is-flex-mobile {
    display: flex !important;
  }
}
@media screen and (min-width: 600px) {
  .is-flex-tablet {
    display: flex !important;
  }
}
@media screen and (min-width: 1025px) {
  .is-flex-desktop {
    display: flex !important;
  }
}
.is-inline {
  display: inline !important;
}
@media screen and (max-width: 599px) {
  .is-inline-mobile {
    display: inline !important;
  }
}
@media screen and (min-width: 600px) {
  .is-inline-tablet {
    display: inline !important;
  }
}
@media screen and (min-width: 1025px) {
  .is-inline-desktop {
    display: inline !important;
  }
}
.is-inline-block {
  display: inline-block !important;
}
@media screen and (max-width: 599px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}
@media screen and (min-width: 600px) {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1025px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}
.is-inline-flex {
  display: inline-flex !important;
}
@media screen and (max-width: 599px) {
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 600px) {
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1025px) {
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}
.has-text-centered {
  text-align: center !important;
}
.has-text-justified {
  text-align: justify !important;
}
.has-text-left {
  text-align: left !important;
}
.has-text-right {
  text-align: right !important;
}
@media screen and (max-width: 599px) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
}
@media screen and (min-width: 600px) {
  .has-text-centered-tablet {
    text-align: center !important;
  }
}
@media screen and (max-width: 599px) {
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}
@media screen and (min-width: 600px) {
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}
@media screen and (max-width: 599px) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}
@media screen and (min-width: 600px) {
  .has-text-left-tablet {
    text-align: left !important;
  }
}
@media screen and (max-width: 599px) {
  .has-text-right-mobile {
    text-align: right !important;
  }
}
@media screen and (min-width: 600px) {
  .has-text-right-tablet {
    text-align: right !important;
  }
}
@media screen and (min-width: 600px) {
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 600px) {
  .is-hidden-mobile {
    display: block !important;
  }
}
@media screen and (max-width: 599px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
.is-size-1$suffix {
  font-size: $sizes !important;
}
@media screen and (max-width: 599px) {
  .is-size-1$suffix {
    font-size: $sizes !important;
  }
}
@media screen and (min-width: 600px) {
  .is-size-1$suffix {
    font-size: $sizes !important;
  }
}
.has-text-gray {
  color: #777;
}
.has-text-red {
  color: #eb4637;
}
.has-text-orange {
  color: #f47f2a;
}
.has-text-kiiro {
  color: #ffc300;
}
.has-background-red {
  background: #eb4637;
}
.has-background-kiiro {
  background: #ffc300;
}
.has-background-light-yellow {
  background: #ffe301;
}
.has-background-yellow-dark {
  background: #ffbe2c;
}
.has-background-blue {
  background: #0072b2;
}
.has-text-weight-black {
  font-weight: 800;
}
.has-background-yellow {
  background: #ffc300;
}
.is-vcentered {
  align-items: center;
}
.is-hcentered {
  justify-content: center;
}
.is-hirakaku {
  font-family: Hiragino Sans, 'ヒラギノ角ゴシック', Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ ProN W3', sans-serif;
}
.is-valign-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
strong {
  color: inherit;
  font-weight: inherit;
}
.v-centered {
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  .input {
    width: 70%;
  }
}
@media screen and (min-width: 600px) {
  .input {
    width: 500px;
  }
}
html {
  scroll-behavior: smooth;
}
.border-radius-20 {
  border-radius: 20px;
}
@media screen and (min-width: 600px) {
  .has-heding-height-4 {
    min-height: 4.5em;
  }
}
@media screen and (min-width: 600px) {
  .box-border-right {
    border-right: 1px dashed #000;
  }
}
@media screen and (max-width: 599px) {
  .border-bottom-sp {
    padding-bottom: 20px;
    margin-bottom: 20px !important;
    border-bottom: 1px dashed #000;
  }
}
@media screen and (min-width: 600px) {
  .border-bottom-pc {
    padding-bottom: 20px;
    margin-bottom: 20px !important;
    border-bottom: 1px dashed #000;
  }
}
@media screen and (min-width: 600px) {
  .padding-pc {
    padding: 20px;
  }
}
.is-bordet-top {
  border-top: 1px solid #000;
}
.inner {
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .inner {
    max-width: 960px;
  }
}
@media screen and (max-width: 599px) {
  .inner-sp {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.section-mv h1 {
  font-size: 1.5rem;
  line-height: 1.2;
}
.contents-list {
  border: 1px solid #ffe301;
  border-radius: 10px;
  padding: 20px;
}
@media screen and (min-width: 600px) {
  .contents-list {
    width: 335px;
    margin-right: auto;
    margin-left: auto;
  }
}
.contents-list a {
  color: #486ed0;
}
.section-merit .inner {
  padding-bottom: 20px;
  background: #f3f3f3;
}
@media screen and (min-width: 600px) {
  .other-merit-heading {
    min-height: 3rem;
    font-size: 17px;
  }
}
.mert-heading {
  font-size: 18px;
}
.mert-heading img {
  float: left;
}
.text-underline {
  background: linear-gradient(transparent 70%, #ffe301 70%);
}
.uservoice .columns {
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
  .uservoice .column {
    padding: 20px;
    flex-basis: 50%;
  }
}
@media screen and (max-width: 599px) {
  .uservoice .column {
    padding: 14px 14px 0;
  }
}
.recommend-list ol {
  text-align: left;
}
@media screen and (min-width: 600px) {
  .recommend-list ol {
    display: inline-block;
    margin: auto;
  }
}
.no-wrap {
  white-space: nowrap;
}
.baloon-yellow {
  position: relative;
  width: 300px;
  background: #ffe301;
  padding: 10px;
  text-align: center;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  border-radius: 49px;
  -webkit-border-radius: 49px;
  -moz-border-radius: 49px;
  margin: auto auto 30px;
}
.baloon-yellow:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(255,227,1,0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #ffe301;
  top: 100%;
  left: 50%;
}
.baloon-blue {
  position: relative;
  width: 300px;
  background: #0072b2;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 49px;
  -webkit-border-radius: 49px;
  -moz-border-radius: 49px;
  margin: auto auto 30px;
}
.baloon-blue:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0,114,178,0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #0072b2;
  top: 100%;
  left: 50%;
}
@media screen and (min-width: 600px) {
  .cartype-list {
    max-width: 1200px;
    margin: 20px auto;
    justify-content: center;
  }
}
.cartype-li {
  padding: 11px 0 14px;
}
@media screen and (min-width: 600px) {
  .cartype-li {
    width: 50%;
    padding: 0 20px;
  }
  .cartype-li:not(:last-of-type) {
    border-right: 1px solid #ccc;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .cartype-li:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
  }
}
.cartype-li h3 {
  padding: 10px 6px;
}
@media screen and (min-width: 600px) {
  .cartype-li h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .cartype-li h3 {
    font-size: 14px;
  }
}
.section-cartype-explanation {
  margin-top: 20px;
}
.explanation-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: #fff7ce;
  padding: 0 20px 10px 20px;
}
.man-illustration {
  width: 70px;
  height: auto;
}
.explanation-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #000;
  line-height: 1.8;
}
.explanation-list li {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.icon-check {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  background: url("../img/icon_check.svg") no-repeat center;
  background-size: contain;
}
.note {
  font-size: 12px;
  color: #555;
  margin-top: 10px;
}
.cartype-li-inner .column {
  flex-basis: auto;
}
.cartype-img {
  margin-right: 10px;
  width: 90%;
  margin: 0 auto;
}
.cartype-btn {
  text-align: center;
}
.cartype-btn a {
  display: block;
  background: #ffbe2c;
  max-width: 500px;
  padding: 14px 7px;
  border-radius: 45px;
  margin: 3px auto 50px auto;
  line-height: 1;
  position: relative;
  box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
}
.cartype-btn a:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background: url("../img/arrow.svg") no-repeat 0 0/contain;
  width: 5px;
  height: 9px;
}
.cartype-btn-green {
  text-align: center;
}
.cartype-btn-green a {
  display: block;
  background: #28b921;
  color: #fff;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 7px;
  border-radius: 45px;
  margin-top: 3px;
  padding: 16px 7px;
  line-height: 1;
  position: relative;
  box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
}
.cartype-btn-green a:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background: url("../../../assets/img/object/component/common/arrow-white.svg") no-repeat 0 0/contain;
  width: 5px;
  height: 9px;
  color: #fff;
}
.cartype-btn-red {
  text-align: center;
  position: relative;
}
.cartype-btn-red a {
  display: block;
  background: #eb4637;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 7px;
  border-radius: 45px;
  margin-top: 35px;
  line-height: 1;
  position: relative;
  box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
  color: #fff;
  font-size: 18px;
}
.cartype-btn-red a:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background: url("/lp/assets/img/object/component/common/arrow-white.svg") no-repeat 0 0/contain;
  width: 5px;
  height: 9px;
}
.cartype-btn-red .tooltip {
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 15px;
  background-color: #fff;
  color: #e63946;
  font-size: 14px;
  font-weight: bold;
  border-radius: 30px;
  white-space: nowrap;
  z-index: 1;
  border: 2px solid #e63946;
}
.cartype-btn-red .tooltip:after {
  content: '';
  position: absolute;
  bottom: -15px /* 吹き出しの下部に配置 */;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  z-index: 10;
}
.section-carlist-item-model .section-carlist-btn li {
  padding-top: 15px;
}
.section-carlist-item-model .section-carlist-btn li a img {
  height: 28px;
}
.section-carlist-item-model .section-carlist-btn li a span {
  line-height: 1.3;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: bold;
  min-height: 31px;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}
.section-carlist-btn {
  max-width: 940px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.section-carlist-btn li {
  border-radius: 10px;
  border: 2px solid #dedede;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
  padding: 10px;
  width: 108px;
}
.section-carlist-btn li a img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .section-carlist-btn {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(105px, 1fr));
    gap: 10px;
    justify-items: center;
  }
  .section-carlist-btn li {
    max-width: 105px;
    padding: 8px;
  }
}
.cartype-detail-list {
  display: flex;
  margin-bottom: 2px;
}
.cartype-detail-list:nth-child(3) dt {
  min-width: 63px;
}
.cartype-detail-list dd {
  text-align: left;
}
.cartype-detail-btn {
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .cta-car-img {
    display: flex;
    min-height: 180px;
    justify-content: space-around;
    align-items: center;
  }
}
.other-car-select {
  padding: 20px 0;
}
@media screen and (max-width: 599px) {
  .other-car-select h2 {
    font-size: 19px;
  }
}
@media screen and (min-width: 600px) {
  .other-car-select h2 {
    font-size: 30px;
  }
}
.triangle:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 120px 0 120px;
  border-color: #ffc300 transparent transparent transparent;
}
.triangle-light-yellow:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 120px 0 120px;
  border-color: #ffe301 transparent transparent transparent;
}
.triangle-light-yellow {
  background-color: #fff7ce;
}
.triangle-yellow:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 120px 0 120px;
  border-color: #ffc300 transparent transparent transparent;
}
.triangle-yellow {
  background-color: FFC300;
}
.cartype-btn-down a:before {
  background: url("../img/arrow-down-white.svg") no-repeat 0 0/contain;
  width: 9px;
  height: 5px;
}
@media screen and (max-width: 599px) {
  .cartype-btn-down {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 600px) {
  .summary-merit {
    margin-right: 10px;
  }
}
@media screen and (max-width: 599px) {
  .summary-merit {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width: 600px) {
  .summary-content {
    padding: 20px;
  }
  .summary-content ol {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .summary-content {
    padding: 15px 10px;
  }
  .summary-content ol {
    font-size: 15px;
  }
}
.ballon {
  padding: 0.4rem 1.5rem;
  display: inline-block;
  position: relative;
  padding: 0.4rem 1.5rem;
  text-align: center;
  border-radius: 50px;
  -webkit-border-radius: 50px;
}
.ballon-black {
  background: #373232;
}
.ballon-black:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(235,70,55,0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  top: 100%;
  left: 50%;
  border-color: rgba(3,115,35,0);
  border-top-color: #373232;
}
footer {
  padding: 1rem 1rem 2rem 1rem;
}
.footer-list {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .footer-list {
    max-width: 1200px;
    margin: 0 auto 30px;
  }
}
.footer-list .footer-item {
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  width: calc(50% - 7.5px);
  margin-bottom: 10px;
  font-size: 10px;
}
@media screen and (min-width: 600px) {
  .footer-list .footer-item {
    width: 13.5%;
    font-size: 14px;
  }
}
.footer-list .footer-item > a {
  color: #ccc;
  line-height: 1.2;
  width: 100%;
  height: 100%;
}
.footer-list .footer-item.footer-tel {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 600px) {
  .footer-list .footer-item.footer-tel {
    width: 29.5%;
  }
}
.footer-list .footer-item.footer-tel .tel-num {
  white-space: nowrap;
}
.footer-list .footer-item.footer-tel .tel-num img {
  vertical-align: middle;
}
.footer-list .footer-item.footer-tel .tel-detail {
  font-size: 11px;
  color: #262626;
}
.footer-logo {
  margin: 0 auto;
  width: 70%;
}
.footer-logo img {
  width: 170px;
}
.fotter-logo-area {
  max-width: 300px;
  margin: auto;
  align-items: center;
}
copy {
  color: #262626;
}
.is-size-22 {
  font-size: 22px;
}
.has-text-left {
  text-align: left !important;
}
.recommend-price-item-white-area {
  position: relative;
}
.recommend-price-items-wrapper {
  padding: 10px 0 30px;
}
.recommend-price-items {
  border: 3px solid #ffc300;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 10px;
  row-gap: 10px;
  align-items: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .recommend-price-items {
    grid-template-columns: 1fr;
    column-gap: 10px;
  }
}
.recommend-price-item {
  border-radius: 30px;
  font-size: 24px;
}
.recommend-price-item .small {
  font-size: 0.8em;
}
@media screen and (max-width: 970px) {
  .recommend-price-item {
    font-size: 16px;
  }
  .recommend-price-item .small {
    font-size: 0.5em;
  }
}
@media screen and (max-width: 599px) {
  .recommend-price-item {
    font-size: 18px;
  }
  .recommend-price-item .small {
    font-size: 0.8em;
  }
}
.recommend-price-text-01 {
  display: inline-block;
  position: absolute;
  font-size: 30px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 127px;
  width: 70%;
}
@media screen and (min-width: 600px) {
  .recommend-price-text-01 {
    line-height: 1;
    bottom: 140px;
    width: 450px;
    font-size: 40px;
  }
}
.recommend-price-text-01:after,
.recommend-price-text-01:before {
  content: "●";
  display: inline-block;
  position: absolute;
  color: #ffc300;
  transform: scale(50%);
}
.recommend-price-text-01:before {
  left: -10px;
}
@media screen and (min-width: 600px) {
  .recommend-price-text-01:before {
    left: -20px;
  }
}
.recommend-price-text-01:after {
  right: -10px;
}
@media screen and (min-width: 600px) {
  .recommend-price-text-01:after {
    right: -20px;
  }
}
.recommend-price-text-01 .is-hidden-mobile {
  display: inline !important;
}
@media screen and (max-width: 599px) {
  .recommend-price-text-01 .is-hidden-mobile {
    display: none !important;
  }
}
.recommend-price-text-02 {
  font-size: 36px;
  padding: 5px 0;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 600px) {
  .recommend-price-text-02 {
    font-size: 66px;
  }
}
.recommend-price-text-02 .strong {
  font-size: 1.5em;
}
.recommend-price-text-02:before,
.recommend-price-text-02:after {
  content: url("/lp/assets/img/object/component/common/icon-price-item-deco.png");
  display: inline-block;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 600px) {
  .recommend-price-text-02:before,
  .recommend-price-text-02:after {
    display: none;
  }
}
.recommend-price-text-02:before {
  left: -45%;
  transform: scale(50%);
}
.recommend-price-text-02:after {
  right: -45%;
  transform: scaleX(50%) scaleY(50%) scale(-1, 1);
}
.cartype-detail-list {
  display: flex;
  margin-bottom: 2px;
}
.cartype-detail-btn {
  cursor: pointer;
}
.accordion-body {
  background: url("/lp/assets/img/object/component/common/icon-a.svg") left top no-repeat;
  padding-left: 50px;
  margin-top: 14px;
  min-height: 3rem;
}
.morelook-button {
  background: url("/lp/assets/img/object/component/common/icon-q.svg") left center no-repeat;
  padding: 10px 50px;
  font-weight: bold;
  position: relative;
}
.open-btn {
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: url("/lp/assets/img/object/component/common/icon-open.svg") top center no-repeat;
}
.selected .open-btn {
  background: url("/lp/assets/img/object/component/common/icon-close.svg") top center no-repeat;
}
.faq-box {
  border: 1px solid #ffc300;
  border-radius: 7px;
  padding: 14px;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .faq-box .js-accordion-outerTgt {
    height: auto !important;
  }
}
.has-background-pale-grey {
  background: #f3f1e8;
}
@media screen and (max-width: 599px) {
  .inner-mobile {
    padding: 0 20px;
  }
}
.consultation-container {
  margin: 0 auto 2rem;
  width: 100%;
}
.consultation-picture {
  background-color: #fff9e7;
  padding-top: 20px;
  max-width: 960px;
  margin: 0 auto;
}
.consultation-image {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
}
.consultation-container-bottom {
  padding: 0 1.25rem;
  width: 100%;
}
.consultation-text {
  margin: 0 auto 1rem;
}
.consultation-text-min {
  display: block;
  font-size: 0.8125rem;
  text-align: center;
}
.consultation-link-container {
  display: flex;
  gap: 0 0.5rem;
  justify-content: space-between;
  margin: 0 auto 1.5rem;
}
.consultation-link-link {
  width: 50%;
}
.push-container {
  margin: 2rem auto 0;
  padding: 0 1.25rem;
}
.push-subheading {
  align-items: center;
  background: #6e221b;
  border-radius: 33px;
  color: #f9f3ad;
  display: flex;
  font-size: 1.375rem;
  font-weight: 800;
  height: 66px;
  justify-content: center;
  margin: 2rem auto;
  position: relative;
  width: 100%;
}
.push-subheading:after {
  background: url("/lp/assets/img/object/component/main/push-thunder.svg") no-repeat 0 0/cover;
  bottom: -30px;
  content: "";
  display: inline-block;
  height: 34px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 33px;
}
.push-subheading-speech {
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0 auto 1rem;
  position: relative;
  text-align: center;
}
.push-subheading-speech span {
  position: relative;
}
.push-subheading-speech span:before {
  background: url("/lp/assets/img/object/component/main/push-subheading-speech-left.svg") no-repeat 0 0/cover;
  content: "";
  display: inline-block;
  height: 32px;
  left: -30px;
  position: absolute;
  width: 30px;
}
.push-subheading-speech span:after {
  background: url("/lp/assets/img/object/component/main/push-subheading-speech-right.svg") no-repeat 0 0/cover;
  content: "";
  display: inline-block;
  height: 32px;
  position: absolute;
  width: 30px;
}
.push-subheading-speech span.is-second:before {
  left: 0.375rem;
}
.push-text {
  font-weight: 800;
  text-align: center;
}
.push-text-marker {
  background: linear-gradient(transparent 50%, #ffc300 50%);
  padding: 0 0.5rem 0.25rem;
}
.push-text-min {
  font-size: 0.6875rem;
}
.push-text-yen {
  font-size: 0.75rem;
}
.push-text-asterisk {
  bottom: -1px;
  font-size: 0.75rem;
  position: relative;
}
.push-text-asterisk-notice {
  display: inline-block;
  font-size: 0.625rem;
}
.push-notice-list {
  list-style-type: none;
  font-size: 0.625rem;
  margin: 2rem 0;
}
.push-text-bottom {
  text-align: center;
}
.push-item-bottom {
  margin: 0 auto 2rem;
}
.push-item-bottom-first {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.push-carname {
  font-size: 0.6875rem;
  font-weight: 700;
}
.push-carprice {
  color: #eb4637;
  font-size: 1.125rem;
  font-weight: 800;
}
.push-carmonthly {
  border: 1px solid #666;
  display: inline-block;
  font-size: 0.625rem;
  padding: 0.0625rem 0 0.0625rem 0.375rem;
  text-align: center;
}
.especially-container {
  padding: 1.25rem;
}
.especially-heading {
  margin: 0 auto 2.375rem;
}
.especially-item {
  margin: 0 auto 1.5rem;
  position: relative;
}
.especially-item:last-of-type {
  margin: 0 auto;
}
.especially-text {
  bottom: 1.5625rem;
  font-size: 1.0625rem;
  font-weight: 900;
  left: 50%;
  line-height: 1.7;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: calc(100% - 1.25rem);
}
.especially-text-marker {
  background: linear-gradient(transparent 50%, #ffc300 50%);
  padding: 0 0.5rem 0.25rem;
}
.solution-container {
  background: #fff7ce;
  padding: 1.25rem;
}
.solution-heading {
  margin: 0 auto 2.375rem;
}
.solution-image {
  display: block;
  margin: 0 auto 0.75rem;
}
.solution-item {
  margin: 0 auto 1.5rem;
  position: relative;
}
.solution-item:last-of-type {
  margin: 0 auto;
}
.solution-text {
  max-width: 335px;
  margin: auto;
  font-size: 1rem;
  line-height: 1.3;
  position: relative;
  padding: 0 0 0 3.875rem;
}
.solution-text:before {
  background: url("/lp/assets/img/object/component/main/solution-arrow.svg") no-repeat 0 0/cover;
  bottom: 0.5rem;
  content: "";
  display: inline-block;
  height: 36px;
  left: 0;
  position: absolute;
  width: 41px;
}
.solution-text-large {
  font-size: 1.375rem;
  font-weight: 900;
}
.solution-text-min {
  bottom: 3px;
  font-size: 0.875rem;
  position: relative;
}
.solution-text-notice {
  display: block;
  font-size: 0.625rem;
  padding: 0 0 0 3.875rem;
}
.consultation-container {
  margin: 0 auto 2rem;
  width: 100%;
}
.consultation-image {
  display: block;
  width: 100%;
}
.consultation-container-bottom {
  padding: 0 1.25rem;
  width: 100%;
}
.consultation-text {
  margin: 0 auto 1rem;
}
.consultation-text-min {
  display: block;
  font-size: 0.8125rem;
  text-align: center;
}
.consultation-link-container {
  display: flex;
  gap: 0 0.5rem;
  justify-content: space-between;
  margin: 0 auto 1.5rem;
}
.consultation-link-link {
  width: 50%;
}
.motto-container-bottom {
  background: #fff9e6;
  margin: 0 auto 1.125rem;
  padding: 1.5rem 1.25rem;
  width: 100%;
}
.motto-heading-top,
.motto-heading-bottom {
  align-items: center;
  background: #ffc300;
  display: flex;
  font-size: 1.25rem;
  font-weight: 800;
  justify-content: center;
  height: 64px;
}
.motto-heading-middle {
  display: block;
  position: relative;
  width: 100%;
}
.motto-heading-catchcopy {
  background: #fff;
  font-size: 1.25rem;
  font-weight: 800;
  left: 50%;
  padding: 0.5rem 0.875rem;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2.5rem);
}
.motto-subheading {
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.3;
  margin: 2rem auto;
  padding: 1.5rem 0.5rem;
  text-align: center;
  width: fit-content;
}
.section-satis {
  padding: 20px 0;
  margin-top: 10px;
  background: url("/lp/assets/img/object/component/main/satis-bg.png") no-repeat top center/contain;
}
.section-satis-content {
  position: relative;
  margin-top: 50px;
}
.section-satis-content-heading {
  position: relative;
  top: -50px;
  margin-bottom: -50px;
  text-align: center;
}
.search-heading {
  display: inline-block;
  padding: 0 30px;
  background: url("/lp/assets/img/object/component/main/sh-l.svg") no-repeat left center, url("/lp/assets/img/object/component/main/sh-r.svg") no-repeat right center;
  min-height: 3rem;
  font-size: 1.2rem;
  line-height: 1.1;
}
.v-baseline {
  vertical-align: baseline;
}
.push-item-cs {
  position: relative;
}
@media screen and (min-width: 600px) {
  .push-item-cs {
    max-width: 400px;
    margin: 0 auto;
  }
}
.push-item-cs > p {
  padding: 20px;
  border: 2px solid #b6b6b6;
  border-radius: 20px;
  margin-top: 10px;
}
.push-item-cs > div {
  position: relative;
  text-align: right;
  top: -40px;
  margin-bottom: -40px;
}
@media screen and (min-width: 600px) {
  .inner-min {
    max-width: 500px;
  }
}
.pagetop {
  position: fixed;
  width: 50px;
  height: 50px;
  right: 20px;
  bottom: 20px;
  filter: drop-shadow(0px 4px 4px rgba(0,0,0,0.25));
}
.pagetop img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 600px) {
  .pagetop {
    width: 80px;
    height: 80px;
  }
}

/*# sourceMappingURL=lp-1.css.map */
