/* 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;
}
.ballon {
  display: inline-block;
  position: relative;
  padding: 0.4rem 3rem;
  text-align: center;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}
.ballon: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%;
}
.ballon-red {
  background: #eb4637;
}
.ballon-red:after {
  border-color: rgba(235,70,55,0);
  border-top-color: #eb4637;
}
.ballon-black {
  background: #373232;
}
.ballon-black:after {
  border-color: rgba(3,115,35,0);
  border-top-color: #373232;
}
@media screen and (min-width: 600px) {
  .is-padding-side-tablet {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media screen and (min-width: 600px) {
  .is-box-height-tablet {
    min-height: 11rem;
  }
}
@media screen and (min-width: 600px) {
  .is-box-height-tablet-icon {
    min-height: 90px;
  }
}
.is-nowrap {
  white-space: nowrap;
}
.is-image-vertical-center img {
  vertical-align: bottom;
}
.is-size-20px {
  font-size: 20px;
}
.other-car-area {
  background-color: #ecebeb;
}
.has-text-underline-yellow {
  border-bottom: 5px solid #ffef7a;
}
.is-arrowTrans:before {
  will-change: transform;
}
.is-arrowTrans.is-scrollIn:before {
  animation: arrow-right 1.2s infinite;
}
@-webkit-keyframes  {
  12.5% {
    transform: translate(-0.05em, -50%);
  }
  25% {
    transform: translate(0.2em, -50%);
  }
}
@-moz-keyframes arrow-right {
  12.5% {
    transform: translate(-0.05em, -50%);
  }
  25% {
    transform: translate(0.2em, -50%);
  }
}
@-webkit-keyframes arrow-right {
  12.5% {
    transform: translate(-0.05em, -50%);
  }
  25% {
    transform: translate(0.2em, -50%);
  }
}
@-o-keyframes arrow-right {
  12.5% {
    transform: translate(-0.05em, -50%);
  }
  25% {
    transform: translate(0.2em, -50%);
  }
}
@keyframes arrow-right {
  12.5% {
    transform: translate(-0.05em, -50%);
  }
  25% {
    transform: translate(0.2em, -50%);
  }
}
.is-fadeIn {
  opacity: 0;
  transform: translateY(2rem);
  transition-duration: 0.5s;
  will-change: opacity transform;
}
.is-fadeIn.is-scrollIn {
  opacity: 1;
  transform: translateY(0);
}
.is-fadeIn02 {
  opacity: 0;
  transform: translateY(2rem);
  transition-duration: 0.5s;
  will-change: opacity transform;
}
.is-fadeIn02.is-scrollIn {
  opacity: 1;
  transform: translateY(0);
}
.section-how-to-use {
  position: relative;
  background-color: #ffc300;
  padding: 0px 0 75px;
}
@media screen and (max-width: 599px) {
  .section-how-to-use {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .section-how-to-use .how-to-use-img {
    padding: 10px 0 30px;
  }
}
@media screen and (min-width: 600px) {
  .section-how-to-use .how-to-use-img {
    padding: 20px 0 30px;
  }
}
.section-how-to-use-baloon {
  position: absolute;
}
@media screen and (min-width: 600px) {
  .section-how-to-use-baloon {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 599px) {
  .section-how-to-use-baloon {
    width: 95%;
  }
}
@media screen and (min-width: 600px) {
  .section-cartype {
    background: #fff;
    padding: 85px 0 0;
  }
}
.section-cartype .inner {
  width: 100%;
  padding: 0 10px;
}
@media screen and (min-width: 1025px) {
  .section-cartype .inner {
    padding: 0 15px;
  }
}
@media screen and (min-width: 600px) {
  .section-cartype .cartype-list {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
    justify-content: center;
  }
}
.section-cartype .cartype-li {
  padding: 11px 0 14px;
}
@media screen and (min-width: 600px) {
  .section-cartype .cartype-li {
    width: 33%;
    padding: 0;
  }
  .section-cartype .cartype-li:not(:last-of-type) {
    border-right: 1px solid #ccc;
  }
}
@media screen and (max-width: 599px) {
  .section-cartype .cartype-li {
    padding: 11px 10px 14px;
  }
  .section-cartype .cartype-li:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
  }
}
.section-cartype .cartype-ttl {
  color: #198fff;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 13px;
  text-align: left;
}
.section-cartype .cartype-ttl .point-tag {
  border-radius: 14px;
  background-color: #373232;
  font-size: 0.7rem;
  padding: 2px 14px;
  margin-right: 8px;
  text-align: center;
}
.section-cartype .cartype-img img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
@media screen and (max-width: 599px) {
  .section-cartype .cartype-img {
    max-width: 100px;
    padding: 0 0 10px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 600px) {
  .section-cartype .cartype-img {
    text-align: center;
    max-width: 140px;
    min-height: 100px;
    margin: auto;
  }
}
@media screen and (min-width: 1025px) {
  .section-cartype .cartype-img {
    max-width: 140px;
    min-height: 100px;
    margin-right: 10px;
  }
}
.section-cartype .cartype-price {
  font-size: 24px;
  white-space: nowrap;
}
.section-cartype .cartype-price span {
  color: #606060;
}
.section-cartype .cartype-price .is-size-4 {
  font-size: 16px !important;
}
@media screen and (min-width: 600px) {
  .section-cartype .is-valign-center {
    padding: 15px 0;
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .section-cartype .is-valign-center {
    padding: 15px 0;
    display: flex;
  }
}
.cartype-btn a {
  display: block;
  width: 100%;
  padding: 10px 0;
  border-radius: 0.75rem;
  margin-top: 3px;
  line-height: 1;
  position: relative;
  background: #ffbe2c url("/lp/assets/img/object/component/common/arrow.svg") no-repeat right 14px center;
  box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
  margin: auto;
}
.caption-img-area {
  background-color: #ecebeb;
}
.caption-img-area-txt {
  display: inline-block;
  background: url("../img/carmo-face.png") no-repeat left center;
  background-size: 80px 45px;
  padding: 20px 0 20px 90px;
  margin: 0 auto;
  text-align: left;
}
.section-cartype2 {
  background-color: #ffc300;
  padding: 20px 20px;
}
.section-cartype2 .inner {
  padding: 0;
}
@media screen and (min-width: 600px) {
  .section-cartype2 .cartype-list {
    max-width: 760px;
    margin: 0 auto 0.5rem;
    justify-content: space-between;
  }
}
.section-cartype2 .section-cartype2-copy1 {
  color: #373232;
}
@media screen and (min-width: 600px) {
  .section-cartype2 .section-cartype2-copy1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 599px) {
  .section-cartype2 .section-cartype2-copy1 {
    font-size: 2rem;
    line-height: 1.35;
    margin-bottom: 25px;
  }
}
.section-cartype2 .section-cartype2-copy2 {
  color: #373232;
  font-size: 1.25rem;
}
@media screen and (min-width: 600px) {
  .section-cartype2 .section-cartype2-copy2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .section-cartype2 .section-cartype2-copy2 {
    margin-bottom: 15px;
  }
}
.section-cartype2 .cartype-li {
  background-color: #fff;
}
.section-cartype2 .cartype-li-quick {
  position: relative;
}
.section-cartype2 .cartype-li-quick .cartype-caption {
  margin: 0 -10px 0 3px;
}
.section-cartype2 .cartype-li-quick:after {
  content: '';
  position: absolute;
  top: 27px;
  transform: translateY(-50%);
  right: 10px;
  background: url("/lp/assets/img/object/component/common/icon-limited-number.svg") no-repeat 0 0;
  width: 43px;
  height: 43px;
}
@media screen and (min-width: 600px) {
  .section-cartype2 .cartype-li {
    width: 49%;
    padding: 20px 10px 15px;
    margin-bottom: 0 !important;
    border-right: none;
  }
}
@media screen and (max-width: 599px) {
  .section-cartype2 .cartype-li {
    padding: 15px;
    margin-bottom: 10px;
  }
  .section-cartype2 .cartype-li:not(:last-of-type) {
    border-bottom: none;
  }
}
.section-cartype2 .cartype-ttl {
  color: #198fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 13px;
}
.section-cartype2 .cartype-ttl-quick {
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: normal;
  color: #373232;
}
.section-cartype2 .price-box {
  flex-wrap: wrap;
  flex-flow: column wrap;
  justify-content: start;
  align-items: flex-start;
}
.section-cartype2 .price-box .cartype-name {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: normal;
  color: #000;
}
.section-cartype2 .price-box .grade-color-area {
  padding-left: 5px;
}
.section-cartype2 .price-box .grade-color-area .grade-color-img {
  backface-visibility: hidden;
}
@media screen and (min-width: 600px) {
  .section-cartype2 .cartype-caption {
    max-width: 760px;
    margin: auto;
  }
}
.delivery-heading {
  display: inline-block;
  padding-bottom: 0.1em;
  background: linear-gradient(to top, #fff 0%, #fff 40%, rgba(255,255,255,0) 41%, rgba(255,255,255,0) 100%);
}
.media-title {
  max-width: 335px;
  margin-right: auto;
  margin-left: auto;
  background: #000;
  border-radius: 24px;
  padding: 4px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .tv-cm {
    width: 335px;
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 599px) {
  .tv-cm {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 600px) {
  .reason-img-area2 {
    display: flex;
    flex-flow: row-reverse nowrap;
    width: 700px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 55px;
  }
  .reason-img-area2 .reason-compare-img,
  .reason-img-area2 .reason-carmokun-copy {
    width: 334px;
  }
}
@media screen and (max-width: 599px) {
  .reason-img-area2 .reason-compare-img,
  .reason-img-area2 .reason-carmokun-copy {
    margin-bottom: 35px;
  }
}
.section-company-info {
  border-bottom: 1px solid #ccc;
}
.company-info-title {
  background: #ffc300;
}
.section-voice {
  background: #eb4637;
  padding-top: 22px;
  padding-bottom: 1px;
}
@media screen and (min-width: 600px) {
  .section-voice .inner {
    max-width: 1200px;
  }
}
@media screen and (min-width: 600px) {
  .section-voice .service-img {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .section-voice .service-img {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 600px) {
  .section-voice .recommend-copy {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .section-voice .recommend-copy {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 600px) {
  .section-voice .voice-case-area {
    justify-content: space-between;
  }
}
.section-voice .voice-case {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .section-voice .voice-case {
    width: 80%;
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 1025px) {
  .section-voice .voice-case {
    width: 30%;
  }
}
.section-voice .voice-case .case-upper {
  position: relative;
  margin-bottom: 20px;
}
.section-voice .voice-case .case-upper .text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section-voice .voice-case .case-upper .text.r-0 {
  right: 0;
  left: auto;
}
@media screen and (min-width: 600px) {
  .section-voice .voice-case .case-upper .text.r-0 {
    left: 0;
    right: auto;
  }
}
.section-voice .voice-case .case-upper .text-main {
  display: table;
  margin-bottom: 6px;
  line-height: 1;
  padding: 8px 10px;
  font-size: 18px;
  white-space: nowrap;
}
.section-voice .voice-case .case-upper .user-detail {
  padding: 8px 10px;
  line-height: 1;
  display: table;
}
.section-voice .voice-case .case-upper .voice-fig img {
  width: 70%;
}
@media screen and (min-width: 600px) {
  .section-voice .voice-case .case-upper .voice-fig img {
    margin-left: 30%;
  }
}
.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;
  }
}
.cartype-btn-large a {
  max-width: 550px;
  padding: 16px 0;
  font-size: 20px;
}
.is-border-bottom {
  border-bottom: 1px solid #b4b4b5;
}
@media screen and (max-width: 599px) {
  .carmo-image {
    max-width: 255px;
  }
}
@media screen and (min-width: 600px) {
  .carmo-image {
    max-width: 390px;
  }
}
.caption-img-area {
  background-color: #ecebeb;
}
.caption-img-area-txt {
  display: inline-block;
  background: url("../img/carmo-face.png") no-repeat left center;
  background-size: 80px 45px;
  padding: 20px 0 20px 90px;
  margin: 0 auto;
  text-align: left;
}
.delivery-area {
  max-width: 600px;
  margin: 0 auto;
}
.delivery-image {
  text-align: center;
  margin-bottom: 10px;
}
.delivery-image img {
  margin: auto;
}
@media screen and (min-width: 1025px) {
  .delivery-image img {
    height: 110px;
  }
}
@media screen and (max-width: 599px) {
  .delivery-image img {
    height: 70px;
  }
}
.v-middle {
  vertical-align: middle;
}
.delivery-box {
  border-radius: 5px;
}
.delivery-heading {
  display: inline-block;
  padding-bottom: 0.1em;
  background: linear-gradient(to top, #fff 0%, #fff 40%, rgba(255,255,255,0) 41%, rgba(255,255,255,0) 100%);
}
.point-box {
  margin-top: 2rem;
  position: relative;
  border: 1px solid #000;
  padding: 0 20px 20px;
}
.point-box .ballon {
  position: relative;
  top: -1em;
}
@media screen and (min-width: 600px) {
  .point-box:not(:last-child) {
    margin-right: 10px;
  }
}
.media-title {
  max-width: 335px;
  margin-right: auto;
  margin-left: auto;
  background: #000;
  border-radius: 24px;
  padding: 4px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .tv-cm {
    width: 335px;
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 599px) {
  .tv-cm {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 600px) {
  .reason-img-area2 {
    display: flex;
    flex-flow: row-reverse nowrap;
    width: 700px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 55px;
  }
  .reason-img-area2 .reason-compare-img,
  .reason-img-area2 .reason-carmokun-copy {
    width: 334px;
  }
}
@media screen and (max-width: 599px) {
  .reason-img-area2 .reason-compare-img,
  .reason-img-area2 .reason-carmokun-copy {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 599px) {
  .is-size-0 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 600px) {
  .is-size-0 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 599px) {
  .is-margin-top-7-mobile {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 600px) {
  .is-margin-top-7-tablet {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 600px) {
  .is-margin-top-4-tablet {
    margin-top: 1rem;
  }
}
.is-align-items-center {
  align-items: center;
}
@media screen and (max-width: 599px) {
  .has-text-centered-mobile {
    text-align: center;
  }
}
.advantage-column {
  width: 100%;
  line-height: 1.2;
  justify-content: space-between;
}
.advantage-column .column {
  flex-grow: 0;
  position: relative;
}
@media screen and (min-width: 600px) {
  .advantage-column .column {
    padding: 15px 0;
    flex-basis: 33%;
  }
}
@media screen and (max-width: 599px) {
  .advantage-column .column {
    flex-basis: 32%;
  }
  .advantage-column .column img {
    max-height: 80px;
  }
}
.point-box-area {
  justify-content: space-between;
}
.point-box-area .column {
  flex-basis: 24%;
  flex-grow: 0;
  position: relative;
}
@media screen and (max-width: 599px) {
  .point-box-area .column {
    display: flex;
    margin-bottom: 10px;
    text-align: left;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 600px) {
  .point-box-area .column {
    text-align: center;
  }
}
@media screen and (min-width: 600px) {
  .point-box-area figure {
    height: 90px;
  }
  .point-box-area figure img {
    max-height: 90px;
  }
}
@media screen and (max-width: 599px) {
  .point-box-area figure {
    flex-basis: 45%;
    flex-grow: 0;
    margin-right: 1rem;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .point-box-area p {
    flex-basis: 55%;
    flex-grow: 0;
  }
}
.difference-table table {
  width: 100%;
}
.difference-table table td,
.difference-table table th {
  border: 1px solid #707070;
  padding: 0.75rem 0.5rem;
  vertical-align: middle;
}
.difference-table table td {
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 599px) {
  .difference-table table td {
    width: 25%;
  }
}
.table-boid-cell {
  border: none !important;
}
.mach-deli-text-border {
  border-bottom: 6px solid #ffc300;
}
.border-bottom-yellow {
  border-bottom: 10px solid #ffc300;
}
.js-display-banner-container {
  margin: 20px auto;
}
.section-company-info {
  border-bottom: 1px solid #ccc;
}
.company-info-title {
  background: #ffc300;
}
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;
}
html {
  scroll-behavior: smooth;
}
.inner {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .inner {
    max-width: 960px;
  }
}
.has-background-grey-pale {
  background: #fffbef;
}
.has-background-grey {
  background: #f7f7f7;
}
.has-background-pink-pale {
  background: #fff9e5;
}
.has-background-blue-pale {
  background: #ececec;
}
.header-area {
  position: relative;
  font-size: 28px;
  max-width: 960px;
  margin: auto;
}
@media screen and (max-width: 599px) {
  .header-area {
    font-size: 24px;
  }
}
.header-area .small {
  font-size: 18px;
}
.header-area.header-area-yellow {
  background: #ffc300;
}
.header-area.header-area-blue {
  background: #0072b2;
  color: #fff;
}
.header-area.header-area-blue .header-area-balloon {
  color: #282929;
}
.header-area .mark-attention {
  font-size: 12px;
}
@media screen and (max-width: 599px) {
  .header-area .mark-attention {
    font-size: 10px;
  }
}
.header-area .text-attention {
  font-size: 10px;
  margin-right: 5px;
}
.is-introduction {
  margin: 0 -20px 1.75rem;
}
.is-table-of-content {
  margin: 0 -20px;
}
@media screen and (max-width: 599px) {
  .header-area.has-ballon {
    padding-top: 10px;
  }
}
.header-area-balloon {
  position: absolute;
  font-size: 18px;
  display: inline-block;
  background: #fff;
  border: 1px solid #ececec;
  padding: 5px 10px;
  filter: drop-shadow(2px 2px 0 rgba(0,0,0,0.25));
  left: 50%;
  top: -25px;
  transform: translateX(-200px);
}
@media screen and (max-width: 599px) {
  .header-area-balloon {
    left: 55%;
  }
}
.header-area-balloon:after,
.header-area-balloon:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 0 17px 17px 0;
  border-color: transparent #fff transparent transparent;
}
.header-area-balloon:before {
  bottom: -17px;
  border-color: transparent #ececec transparent transparent;
}
.section-top-inner {
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .section-top-inner {
    width: 100%;
  }
}
@media screen and (min-width: 600px) {
  .section-top-inner {
    max-width: 960px;
  }
}
.top-check {
  font-size: 22px;
}
.carmo-logo {
  margin: auto;
  padding: 10px 0;
}
@media screen and (max-width: 599px) {
  .carmo-logo {
    top: 2.3%;
    width: 195px;
  }
}
@media screen and (min-width: 600px) {
  .carmo-logo {
    top: 1.3%;
    width: 256px;
  }
}
@media screen and (min-width: 1025px) {
  .carmo-logo {
    top: 1.3%;
    width: 256px;
  }
}
.carmo-logo img {
  vertical-align: top;
}
figure.has-text-centered img {
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .is-img-pc-350 {
    max-width: 350px;
  }
}
@media screen and (min-width: 600px) {
  .is-img-pc-500 {
    max-width: 500px;
  }
}
@media screen and (min-width: 600px) {
  .is-img-pc-700 {
    max-width: 700px;
  }
}
.line-height-2 {
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .input {
    width: 70%;
  }
}
@media screen and (min-width: 600px) {
  .input {
    width: 500px;
  }
}
.link-list .list {
  counter-increment: number 1;
}
.link-list .list a {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 600px;
  margin: auto;
}
@media screen and (max-width: 599px) {
  .link-list .list a {
    max-width: 100%;
  }
}
.link-list .list .case {
  display: inline-block;
  width: 45px;
  height: 45px;
  position: relative;
  font-size: 10px;
  border-radius: 5px;
}
.link-list .list .case:before {
  display: block;
  position: absolute;
  content: counter(number);
  font-size: 30px;
  left: 50%;
  top: 7px;
  transform: translateX(-50%);
}
.link-list .list .text {
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .link-list .list .text {
    flex: 1;
  }
}
.section-link-merit .case {
  background: #ffc300;
}
.section-link-demerit .case {
  background: #0072b2;
  color: #fff;
}
.section-cta .inner {
  padding-bottom: 30px;
}
.section-cta .cta-button-new:before {
  background: #d20000;
}
.section-cta .cta-button-used:before {
  background: #006dd2;
}
.section-cta .cta-header {
  font-size: 24px;
}
@media screen and (max-width: 599px) {
  .section-cta .cta-header {
    font-size: 16px;
  }
}
.section-cta .cta-wrapper {
  max-width: 685px;
  margin: auto;
  gap: 10px;
  display: flex;
}
@media screen and (max-width: 599px) {
  .section-cta .cta-wrapper {
    display: block;
    max-width: 335px;
  }
}
.section-cta .cta-button {
  display: block;
  padding: 10px 55px 10px 49px;
}
@media screen and (max-width: 599px) {
  .section-cta .cta-button {
    padding: 10px 56px 10px 45px;
  }
}
.section-cta .cta-inner {
  flex-basis: 50%;
}
.section-cta .cta-item {
  position: relative;
  font-size: 20px;
  display: block;
  border: 1px solid #9b9b9b;
  border-radius: 10px;
  box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
  font-size: 22px;
}
.section-cta .cta-item:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 100%;
  display: block;
  right: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.section-cta .cta-item:after {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%) scale(0.5);
  content: url("../img/icon-white-arrow.png");
}
.section-cta .cta-item .num {
  font-size: 42px;
}
@media screen and (max-width: 599px) {
  .section-cta .cta-item .num {
    font-size: 63px;
  }
}
.section-cta .cta-item .small {
  font-size: 14px;
}
.section-cta .cta-button-note {
  font-size: 10px;
}
.section-cta .text-used {
  color: #0072b2;
}
.section-cta .cta-header-deco-black,
.section-cta .cta-header-deco-red {
  font-size: 20px;
  position: relative;
  display: inline-block;
}
.section-cta .cta-header-deco-black .strong,
.section-cta .cta-header-deco-red .strong {
  font-size: 24px;
}
.section-cta .cta-header-deco-black:before,
.section-cta .cta-header-deco-red:before,
.section-cta .cta-header-deco-black:after,
.section-cta .cta-header-deco-red:after {
  content: url("../img/header-deco-black.png");
  display: block;
  position: absolute;
  transform: scale(0.5);
  top: -25px;
}
.section-cta .cta-header-deco-black:before,
.section-cta .cta-header-deco-red:before {
  left: -40px;
}
.section-cta .cta-header-deco-black:after,
.section-cta .cta-header-deco-red:after {
  width: 24px;
  transform: rotateY(180deg) scale(0.5);
  right: -40px;
}
.section-cta .cta-header-deco-red:after,
.section-cta .cta-header-deco-red:before {
  content: url("../img/header-deco-red.png");
}
.section-cta .cta-point-wrapper {
  gap: 5px;
}
.section-cta .cta-point-item {
  border: 1px solid #ffc300;
  background: #fffde9;
  padding: 0 10px;
}
.section-cta .cta-point-text {
  font-size: 24px;
}
.section-cta .cta-point-text .small {
  font-size: 14px;
}
.section-cta .cta-point-note {
  font-size: 10px;
  margin: 10px 0;
  text-align: right;
}
.section-cta .cta-point-wrapper {
  margin: 0 -20px;
}
.section-cta .cta-point-badge {
  padding-top: 10px;
  display: flex;
  justify-content: space-evenly;
}
.section-cta .cta-point-badge .cta-badge {
  flex-basis: 40%;
}
@media screen and (min-width: 600px) {
  .section-cta .cta-point-badge .cta-badge {
    height: 140px;
  }
}
.section-cta .cta-point-img03,
.section-cta .cta-point-img01 {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .section-cta .cta-point-img03,
  .section-cta .cta-point-img01 {
    height: 150px;
  }
}
.meideme-note {
  max-width: 335px;
  margin: auto;
  color: #6b6b6b;
  font-size: 10px;
}
.section-merit {
  margin-top: 50px;
  padding-top: 25px;
}
.section-merit .inner {
  max-width: 715px;
}
.merit02-img-wrapper {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 599px) {
  .merit02-img-wrapper {
    display: block;
  }
}
.merit02-content {
  padding: 10px;
  border-radius: 20px;
  background: #f8f8f8;
}
.merit02-header {
  font-size: 18px;
  border-radius: 5px;
}
.merit02-img-balloon {
  font-size: 14px;
  background: #ffe301;
  border-radius: 10px;
  position: relative;
  width: 200px;
  padding: 10px 5px;
  margin-left: auto;
  margin-right: 0;
  margin-top: -10px;
}
.merit02-img-balloon:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12.5px 47px 12.5px;
  border-color: transparent transparent #ffe101 transparent;
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
}
.merit02-img-text {
  font-size: 18px;
}
.section-demerit {
  margin-top: 50px;
  padding-top: 25px;
}
.section-demerit .inner {
  max-width: 715px;
}
.merideme-text .mark-attention {
  font-size: 10px;
}
.merideme-strong-text {
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  .merideme-strong-text {
    font-size: 17px;
  }
}
.merideme-strong-text .small {
  font-size: 12px;
}
.demerit-carlist {
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
}
.demerit-carlist li {
  border: 1px solid #ececec;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 3px 3px rgba(0,0,0,0.25);
  font-size: 11px;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .demerit-carlist li {
    width: 32%;
    flex-basis: 22%;
  }
}
.recommend-header {
  font-size: 20px;
  position: relative;
  display: inline-block;
}
.recommend-header:before,
.recommend-header:after {
  content: url("../img/header-deco-black.png");
  display: block;
  position: absolute;
  transform: scale(0.5);
  top: -25px;
}
.recommend-header:before {
  left: -40px;
}
.recommend-header:after {
  width: 24px;
  transform: rotateY(180deg) scale(0.5);
  right: -40px;
}
.reccomend-list {
  max-width: 685px;
  margin: auto;
}
.reccommend-list-item-wrapper {
  border-bottom: 1px solid #ccc;
}
.reccommend-list-item-wrapper:last-child {
  border: none;
}
.recommend-list-item {
  display: flex;
  gap: 10px;
  align-items: center;
}
.recommend-list-item .reccommend-list-img {
  flex-basis: 56px;
}
.recommend-list-item .strong {
  font-size: 24px;
}
.ranking-header-deco {
  font-size: 20px;
  position: relative;
  display: inline-block;
}
.ranking-header-deco:before,
.ranking-header-deco:after {
  content: url("../img/header-deco-red.png");
  display: block;
  position: absolute;
  transform: scale(0.5);
  top: -25px;
}
.ranking-header-deco:before {
  left: -40px;
}
.ranking-header-deco:after {
  width: 24px;
  transform: rotateY(180deg) scale(0.5);
  right: -40px;
}
.ranking-header-deco.is-merit,
.ranking-header-deco.is-demerit {
  margin: 0 auto 2.5rem;
  width: 60%;
}
@media screen and (min-width: 600px) {
  .ranking-header-deco.is-merit,
  .ranking-header-deco.is-demerit {
    margin: 0 auto 2.5rem;
    width: 250px;
  }
}
.reccomend-list {
  max-width: 685px;
  margin: auto;
}
.reccommend-list-item-wrapper {
  border-bottom: 1px solid #ccc;
}
.reccommend-list-item-wrapper:last-child {
  border: none;
}
.strong {
  font-size: 24px;
}
.tab-header-deco {
  font-size: 20px;
  position: relative;
  display: inline-block;
}
.tab-header-deco:before,
.tab-header-deco:after {
  content: url("../img/header-deco-black.png");
  display: block;
  position: absolute;
  transform: scale(0.5);
  top: -25px;
}
.tab-header-deco:before {
  left: -40px;
}
.tab-header-deco:after {
  width: 24px;
  transform: rotateY(180deg) scale(0.5);
  right: -40px;
}
.tab-group {
  margin: 0 -20px;
  text-align: center;
  font-weight: bold;
  max-width: 950px;
  padding: 20px 0 0;
}
.tab-group .tab {
  display: inline-block;
  width: 48%;
  margin: 0 0.5%;
  padding: 15px 20px;
  text-align: center;
  border-radius: 12px 12px 0 0;
}
.tab-group .tab-a {
  background-color: #e9e9e9;
  color: #000;
}
.tab-group .tab-a.is-active {
  background-color: #ef675b;
  color: #fff;
}
.tab-group .tab-b {
  background-color: #e9e9e9;
}
.tab-group .tab-b.is-active {
  background-color: #ffb55e;
}
.panel-group {
  margin: 0 -20px;
}
.panel {
  display: none;
  margin-bottom: 0 !important;
}
.panel .button.is-warning {
  background-color: #ffe600;
}
.panel .input {
  width: 70%;
}
.is-show {
  display: block;
}
.panel-a {
  background-color: #ef675b;
}
.panel-a .cartype-btn a {
  background: #fff url("../img/pnael-icon-arrow-new.png") no-repeat right 20px center;
  background-size: 5px 12px;
  color: #eb4637;
}
.panel-b {
  background-color: #ffb55e;
}
.panel-b .cartype-btn a {
  background: #fff url("../img/pnael-icon-arrow-used.png") no-repeat right 20px center;
  background-size: 5px 12px;
  color: #ffb55e;
}
.panel-btn-wrap {
  padding-bottom: 50px;
}
.section-carlist-btn {
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.section-carlist-btn li {
  flex-basis: 11%;
  flex-grow: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  .section-carlist-btn li {
    flex-basis: 22%;
  }
}
.section-carlist-btn li a {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  min-height: 100%;
  padding: 0 0 10px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
  overflow: hidden;
  font-weight: bold;
  background-color: #fff;
}
.section-carlist-btn li img {
  vertica-align: bottom;
}
.section-carlist-btn li p {
  font-size: 11px;
}
.ranking-wrapper {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 599px) {
  .ranking-wrapper {
    display: block;
  }
}
.ranking-subheader {
  font-size: 30px;
}
.ranking-item {
  width: 33.3%;
  border-radius: 9px;
  padding: 15px;
}
@media screen and (max-width: 599px) {
  .ranking-item {
    width: 100%;
    margin-top: 10px;
    display: block;
  }
}
.ranking-price-wrapper {
  font-size: 12px;
}
.ranking-price-wrapper .price {
  font-size: 22px;
}
@media screen and (max-width: 599px) {
  .ranking-price-wrapper {
    font-size: 13px;
  }
  .ranking-price-wrapper .price {
    font-size: 25px;
  }
}
.ranking-button {
  font-size: 15px;
  border-radius: 46px;
  position: relative;
  box-shadow: 0px 3px 3px rgba(0,0,0,0.25);
}
.ranking-button:before {
  display: inline-block;
  content: "";
  background: url("../img/icon-white-arrow.png") no-repeat;
  position: absolute;
  background-size: 100%;
  width: 4px;
  height: 11px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.ranking-button a {
  display: block;
  padding: 10px 0;
}
@media screen and (max-width: 599px) {
  .ranking-button a {
    padding: 15px 0;
  }
}
@media screen and (min-width: 600px) {
  .ranking-head {
    height: 85px;
  }
}
.ranking-note {
  font-size: 10px;
  padding: 0 5px;
}
.ranking-car {
  text-align: center;
  margin-top: -10px;
}
@media screen and (min-width: 600px) {
  .ranking-car {
    margin-top: -10px;
  }
  .ranking-car img {
    width: auto;
    max-height: 128px;
  }
}
.has-text-pale-yellow {
  color: #f9f3ad;
}
.is-size-22 {
  font-size: 22px;
}
@media screen and (min-width: 600px) {
  .is-size-22 {
    font-size: 30px;
  }
}
.is-size-24 {
  font-size: 24px;
}
@media screen and (min-width: 600px) {
  .is-size-24 {
    font-size: 32px;
  }
}
.is-border-radius {
  border-radius: 9px;
}
.section-faq .inner {
  padding-bottom: 30px;
}
.footer-ctabtn {
  width: 100%;
  position: fixed;
  bottom: 0;
  transform: translate(0, 100px);
  transition: all 1000ms;
  z-index: 1000;
  background: rgba(234,234,234,0.7);
}
@media screen and (min-width: 600px) {
  .footer-ctabtn {
    display: none;
  }
}
.footer-ctabtn img {
  vertical-align: top;
}
.footer-ctabtn-list {
  display: flex;
  justify-content: center;
  gap: 0 10px;
}
.footer-ctabtn-list li a {
  display: block;
  padding: 4px 0;
  border: 1px solid #fff;
  border-radius: 10px;
  box-shadow: 0 4px 4px 0px rgba(0,0,0,0.5);
}
.footer-ctabtn-list li a img {
  vertical-align: middle;
  margin-right: 4px;
}
.footer-ctabtn-list-single li a {
  display: block;
  padding: 10px 0;
  border: 1px solid #fff;
  border-radius: 10px;
  box-shadow: 0 4px 4px 0px rgba(0,0,0,0.5);
  font-size: 18px;
  color: #fff;
  background: #000 url("/lp/assets/img/object/component/main/icon_arrow_black_yellow.svg") right 10px center no-repeat;
}
.footer-ctabtn-list-single li a img {
  vertical-align: middle;
  margin-right: 4px;
}
.footer-ctabtn-list-1 li {
  flex-grow: 1;
  flex-basis: 49%;
}
.footer-ctabtn-txt {
  font-size: 7px;
}
@media screen and (max-width: 599px) {
  .fadein {
    transform: translate(0);
  }
}
.arrow-anime {
  animation: move-y 0.5s infinite alternate ease-in-out;
}
.recommend-price-item-white-area {
  position: relative;
}
.recommend-price-items-wrapper {
  padding: 30px 20px;
}
.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;
}
.cartype-img {
  display: block;
  text-align: center;
}
.cartype-img img {
  width: auto !important;
  height: auto !important;
  max-height: 68px !important;
}
.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;
  background: #fff;
}
@media screen and (min-width: 600px) {
  .faq-box .js-accordion-outerTgt {
    height: auto !important;
  }
}
.assessment-head {
  justify-content: center;
  position: relative;
  max-width: 18rem;
  background: #ffc300;
  padding: 14px 7px;
  margin: 20px auto 20px;
}
@media screen and (min-width: 600px) {
  .assessment-head {
    max-width: 25rem;
  }
}
.assessment-head::after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(255,195,0,0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #ffc300;
  top: 100%;
  left: 50%;
}
.area-3crown {
  background: linear-gradient(180deg, #ffc300 0%, #ffeeb6 100%);
  margin: 0 -20px;
}
.table-of-content-container {
  background: #f6f6f6;
  margin: 0 -20px;
  padding: 1.5rem 1.25rem;
}
.table-of-content-heading {
  font-weight: 600;
  margin: 0 0 0.5rem;
}
.table-of-content-item {
  margin: 0 0 1.75rem;
}
.table-of-content-item:last-of-type {
  margin: 0;
}
@media screen and (min-width: 600px) {
  .table-of-content-item {
    margin: 0 auto 1.75rem;
    width: 280px;
  }
  .table-of-content-item:last-of-type {
    margin: 0 auto;
  }
}
.table-of-content-link {
  color: #1d54a7;
  line-height: 1.8;
  padding: 0 0 0 1rem;
  text-decoration: underline;
}
.table-of-content-link:hover,
.table-of-content-link:visited,
.table-of-content-link:active {
  color: #1d54a7;
  text-decoration: underline;
}
section[id^="section"],
div[id^="section"],
section[id^="review"] {
  scroll-margin-top: 1.25rem;
}
section[id^="merit"],
section[id^="demerit"] {
  scroll-margin-top: 1.375rem;
}
.review-user-comment-speeach-balloon {
  align-items: center;
  background: #ffe041;
  border-radius: 999px;
  color: #262626;
  display: flex;
  font-size: 1.375rem;
  font-weight: 700;
  height: 46px;
  justify-content: center;
  line-height: 1.5;
  margin: 1.75rem auto;
  padding: 0 2rem;
  position: relative;
  width: fit-content;
}
@media screen and (min-width: 1025px) {
  .review-user-comment-speeach-balloon {
    margin: 3.5rem auto 2rem;
  }
}
.review-user-comment-speeach-balloon::after {
  border-color: #ffe041 transparent;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  bottom: -10px;
  content: '';
  display: inline-block;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .review-user-comment-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 2rem;
    gap: 0 0.75rem;
    width: calc(670px + 12px);
  }
}
.review-user-comment-container {
  aspect-ratio: 342/190;
  margin: 0 1.25rem 1.25rem;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .review-user-comment-container {
    margin: 0 auto 0.75rem;
    width: 335px;
  }
}
.review-user-comment-container:last-of-type {
  margin: 0 1.25rem 2rem;
}
@media screen and (min-width: 1025px) {
  .review-user-comment-container:last-of-type {
    margin: 0 auto 0.75rem;
    width: 335px;
  }
}
.review-user-comment-container.is-first {
  background: url("../img/user-comment-first.png") no-repeat 0 0/cover;
}
.review-user-comment-container.is-second {
  background: url("../img/user-comment-second.png") no-repeat 0 0/cover;
}
.review-user-comment-container.is-third {
  background: url("../img/user-comment-third.png") no-repeat 0 0/cover;
}
.review-user-comment-container.is-fourth {
  background: url("../img/user-comment-fourth.png") no-repeat 0 0/cover;
}
.review-user-comment-item {
  left: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.review-user-comment-item.is-second,
.review-user-comment-item.is-fourth {
  left: 40%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .review-user-comment-item.is-second,
  .review-user-comment-item.is-fourth {
    left: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .review-user-comment-item {
    top: 50%;
    transform: translateY(-50%);
  }
}
.review-user-comment-text {
  align-items: center;
  background: #fff;
  display: flex;
  font-size: 0.9375rem;
  font-weight: 700;
  justify-content: flex-start;
  line-height: 1;
  margin: 0 0 0.375rem;
  padding: 3px 4px;
  width: fit-content;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .review-user-comment-text {
    font-size: 1.75rem;
  }
}
.review-user-comment-text-min {
  align-items: center;
  background: #fff;
  display: flex;
  font-size: 0.625rem;
  justify-content: flex-start;
  line-height: 1;
  padding: 5px 8px 5px 4px;
  width: fit-content;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .review-user-comment-text-min {
    font-size: 0.875rem;
  }
}
.review-heading {
  border-bottom: 0.25rem solid #ffc300;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0 0.875rem 0 0;
  width: fit-content;
}
.review-introduction {
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .review-introduction-text {
    margin: 0 auto;
    max-width: 685px;
  }
}
.review-introduction.is-bottom {
  margin: 0 auto 2rem;
}
@media screen and (min-width: 1025px) {
  .review-introduction.is-bottom {
    width: 682px;
  }
}
.review-card-wrapper {
  padding: 0 20px;
}
@media screen and (min-width: 1025px) {
  .review-card-wrapper {
    margin: 0 auto;
    max-width: 685px;
    padding: 0 0;
  }
}
.review-card-container {
  display: flex;
  gap: 0 1.25rem;
  margin: 0 0 2rem;
  overflow-x: scroll;
  padding: 1rem 1rem 1rem 0;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .review-card-container {
    flex-wrap: wrap;
    gap: 1rem 0;
    overflow: auto;
    padding: 1rem 0;
  }
}
.review-card-container.is-first .review-card-item {
  height: 238px;
}
@media screen and (min-width: 600px) {
  .review-card-container.is-first .review-card-item {
    height: auto;
  }
}
.review-card-item {
  border: 1px solid #d5d3d3;
  border-radius: 0.625rem;
  display: block;
  flex-shrink: 0;
  padding: 1.5rem 0.75rem;
  width: 282px;
}
@media screen and (min-width: 600px) {
  .review-card-item {
    width: 100%;
  }
}
.review-card-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.75rem;
}
.review-card-text {
  line-height: 1.7;
}
.section-satis {
  padding: 0.5rem 0 0;
  margin-top: 10px;
}
.section-satis-content {
  border-radius: 0.3125rem;
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
  margin: 50px auto 0;
  padding: 0.5rem 1.25rem 1.25rem;
  position: relative;
}
@media screen and (min-width: 600px) {
  .section-satis-content {
    width: 360px;
  }
}
.section-satis-content-heading {
  position: relative;
  top: -50px;
  margin-bottom: -50px;
  text-align: center;
}
.section-satis-content-subheading {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .section-satis-notice {
    margin: 0 auto;
    max-width: 360px;
    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;
}
@-moz-keyframes move-y {
  from {
    transform: translateY(-5px);
  }
  to {
    transform: translateY(5px);
  }
}
@-webkit-keyframes move-y {
  from {
    transform: translateY(-5px);
  }
  to {
    transform: translateY(5px);
  }
}
@-o-keyframes move-y {
  from {
    transform: translateY(-5px);
  }
  to {
    transform: translateY(5px);
  }
}
@keyframes move-y {
  from {
    transform: translateY(-5px);
  }
  to {
    transform: translateY(5px);
  }
}

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