/* 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;
}
.has-text-grey {
  color: #696969;
}
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;
}
@media screen and (min-width: 768px) {
  body {
    background-color: #ffeaa9 !important;
    background: url("../img/lp/bg.svg") bottom -2px center no-repeat;
    background-attachment: fixed;
  }
}
main {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  main {
    max-width: 500px;
    margin: 0 auto;
    box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
  }
}
html {
  scroll-behavior: smooth;
}
.inner {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.has-background-yellow {
  background-color: #ffc300;
}
.flex {
  display: flex;
}
.is-align-items-center {
  align-items: center;
}
.is-margin-top-20 {
  margin-top: 20px;
}
.is-margin-top-30 {
  margin-top: 30px;
}
.is-margin-top-40 {
  margin-top: 40px;
}
.is-margin-top-50 {
  margin-top: 50px;
}
.is-margin-top-60 {
  margin-top: 60px;
}
.is-cliped {
  overflow: hidden;
}
.section-header {
  position: relative;
  text-align: left;
}
.section-header .carmo-logo {
  text-align: center;
  display: block;
}
.section-company-info {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
.company-info-title {
  background: #ffc300;
}
footer {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 0 0 6rem 0;
  }
}
@media screen and (min-width: 768px) {
  footer {
    padding: 0 0 2rem 0;
  }
}
.footer-list {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .footer-list {
    margin: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer-list {
    padding: 0 1rem 0 1rem;
  }
}
.footer-list .footer-item {
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  width: calc(50% - 7.5px);
  margin-bottom: 10px;
  font-size: 10px;
}
.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;
}
.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: 30px auto;
  width: 90%;
}
.footer-logo img {
  width: 170px;
}
.fotter-logo-area {
  margin: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.fotter-logo-area-nyle {
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .fotter-logo-area-nyle {
    padding-right: 0;
  }
}
.fotter-logo-area-min img {
  min-width: 55px;
}
.fotter-logo-area a {
  display: inline-block;
}
copy {
  color: #262626;
}
.underline {
  border-bottom: 7px solid #ffc50a;
}
.section-top-inner {
  background: #f7f7f7;
  padding-bottom: 10px;
}
.fv-area {
  position: relative;
  z-index: 1;
}
.fv-area img {
  width: 100%;
}
.fv-link {
  position: relative;
  z-index: 10;
  top: -110px;
  margin-bottom: -110px;
  padding: 0 20px;
}
.fv-link a {
  display: block;
}
.inner-left {
  margin: 20px 20px 40px 0;
  padding: 40px 20px;
  background-color: #fff;
  border-radius: 0 60px 60px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .car-link-box-carimage {
    width: 125px;
  }
}
@media screen and (min-width: 768px) {
  .car-link-box-carimage {
    width: 180px;
    text-align: right;
  }
  .car-link-box-carimage img {
    width: 80%;
    margin-right: 10px;
  }
}
.is-under-border {
  border-bottom: 1px dashed #b0adad;
}
.car-link-box {
  display: block;
  padding-bottom: 24px;
}
.inner-right-serif {
  margin: 60px 0 40px 20px;
  padding: 60px 20px 40px;
  background-color: #fff;
  border-radius: 60px 0 0 60px;
  position: relative;
}
.serif-left {
  background: url("../img/lp/serif-bg.svg") no-repeat;
  width: 281px;
  height: 95px;
  position: absolute;
  top: -40px;
  left: 0;
  display: flex;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}
.inner-left-serif {
  margin: 60px 20px 40px 0;
  padding: 60px 20px 40px;
  background-color: #fff;
  border-radius: 0 60px 60px 0;
  position: relative;
}
.serif-right {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -40px;
  right: 0;
  padding-bottom: 10px;
  width: 281px;
  height: 95px;
  background: url("../img/lp/serif-bg-right.svg") no-repeat;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
}
.heading-img {
  margin: 40px auto 20px;
}
.heading-type-1 {
  display: inline-block;
  padding: 0 2rem;
  margin: 10px auto;
  background: url("/short/assets/img/lp/heading-type-1-left.svg") left center no-repeat, url("/short/assets/img/lp/heading-type-1-right.svg") right center no-repeat;
  font-size: 1.5rem;
  font-weight: bold;
}
.feature-content {
  text-align: center;
  background: linear-gradient(#fff 11%, #ffeaa9 11%);
  margin-top: 20px;
  padding: 0 40px 20px;
}
.speechBubble {
  position: relative;
  display: inline-block;
  margin: 20px auto 10px;
  padding: 8px 16px;
  border-radius: 100px;
  background-color: #373232;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}
.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #373232 transparent transparent;
  translate: -50% 100%;
}
.recommend-inner {
  background: #fdf9e6;
  padding: 10px 0 30px;
}
.recommend-inner .speechBubble {
  min-width: 16rem;
}
.recommend-content-right {
  position: relative;
  border: 1px solid #eb4637;
  border-right: none;
  border-radius: 60px 0 0 60px;
  padding: 50px 40px 20px;
  margin-left: 20px;
  margin-top: 80px;
  background: #fff;
}
.recommend-content-right-heading {
  position: absolute;
  top: -60px;
  left: 20px;
}
.recommend-content-left {
  position: relative;
  border: 1px solid #eb4637;
  border-left: none;
  border-radius: 0 60px 60px 0;
  padding: 50px 40px 20px;
  margin-right: 20px;
  margin-top: 80px;
  background: #fff;
}
.recommend-content-left-heading {
  position: absolute;
  top: -50px;
  right: 20px;
}
.plan-inner {
  background: #ffeaa9;
  padding: 20px 20px 150px;
  position: relative;
  z-index: 1;
}
.plan-inner .speechBubble {
  min-width: 16rem;
}
.cta-area-1 {
  background: #ffc300;
  text-align: center;
  padding: 40px 20px 20px;
  border-radius: 50%/10% 10% 0 0;
  position: relative;
  z-index: 10;
  top: -120px;
  margin-bottom: -80px;
}
.cta-area-2 {
  background: #ffeaa9;
  text-align: center;
  padding: 40px 20px 20px;
}
.heading-easy {
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
}
.heading-easy span {
  font-size: 2rem;
  display: block;
}
.easy-container {
  background: linear-gradient(#fdf9e6 40%, #fff 40%);
  padding: 30px 20px;
  margin-top: 20px;
}
.easy-container-2 {
  background: linear-gradient(#fdf9e6 25%, #fff 25%);
  padding: 30px 20px;
  margin-top: 20px;
}
.line-up-area {
  background: url("../img/lp/line-up-bg.svg") no-repeat center/cover;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .line-up-area {
    padding: 60px 0;
  }
  .line-up-area img {
    width: 100%;
  }
}
.recommend-car {
  margin-bottom: 10px;
}
.btn-line {
  border-radius: 90px;
  border: 2px solid #06c755;
  background: url("../img/lp/line-arrow.svg") no-repeat right 20px center, url("../img/lp/icon-line.svg") no-repeat left 30px center;
  color: #06c755;
  font-weight: bold;
  text-align: center;
}
.btn-line img {
  vertical-align: middle;
}
.btn-line a {
  display: block;
  padding: 16px 0;
  color: #06c755;
}
.btn-mail {
  border-radius: 90px;
  border: 2px solid #e83828;
  background: url("../img/lp/mail-arrow.svg") no-repeat right 20px center, url("../img/lp/icon-mail.svg") no-repeat left 40px center;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
.btn-mail img {
  vertical-align: middle;
}
.btn-mail a {
  display: block;
  padding: 16px 0;
  color: #e83828;
}
.price-table {
  margin-top: 20px;
}
.price-table table {
  border-collapse: collapse;
  width: 100%;
}
.price-table th,
.price-table td {
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}
.price-table tbody td {
  padding: 10px 0;
}
.price-table_thead_blank {
  border: none;
}
.price-table_thead_loan {
  vertical-align: bottom !important;
}
.price-table_thead_loan p {
  background-color: #8a8a8a;
  color: #fff;
  font-weight: bold;
  padding: 10px 4px;
  border-radius: 10px 10px 0 0;
}
.price-table_thead_carmo {
  vertical-align: bottom !important;
}
.price-table_thead_carmo p {
  background-color: #ffc900;
  font-weight: bold;
  padding: 16px 0;
  border-radius: 10px 10px 0 0;
  margin: 0 -2px;
}
.price-table_thead_carmo p span {
  font-size: 16px;
}
.price-table_tbody_head {
  background-color: #f6f6f3;
  border: 1px solid #dcdcdc;
  border-top: 1px dotted #dcdcdc;
  border-bottom: 1px dotted #dcdcdc;
  font-size: 13px;
}
.price-table_tbody_head_first {
  border-top: 1px solid #dcdcdc;
}
.price-table_tbody_loan {
  border-bottom: 1px dotted #dcdcdc;
  font-size: 13px;
  background: #fff;
}
.price-table_tbody_carmo {
  background: #fff;
  border: 5px solid #ffc900;
  border-top: none;
  border-bottom: 1px dotted #dcdcdc;
  color: #eb4637;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.2;
}
.price-table_last .price-table_tbody_head,
.price-table_last .price-table_tbody_loan {
  border-bottom: 1px solid #dcdcdc !important;
}
.price-table_last .price-table_tbody_carmo {
  border-bottom: 5px solid #ffc900 !important;
}
.section-step {
  margin-top: 60px;
}
.section-step .inner {
  margin-top: 30px;
}
.step-area-container {
  border: 3px solid #ffc300;
  border-radius: 14px;
  padding: 20px 10px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.step-heading {
  font-size: 23px;
  font-weight: bold;
  margin: 0 auto 20px;
  padding: 0 0.5em;
  color: #21aa90;
}
.step-number {
  position: absolute;
  top: 14px;
  left: -20px;
  display: inline-block;
  text-align: center;
  background: #21aa90;
  padding: 0 7px;
  font-weight: bold;
  color: #fff;
}
.step-number:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 16px #11705e;
}
.step-img {
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recommend-text {
  display: inline-block;
  padding: 0 20px;
  background: url("../img/recom-l.svg") no-repeat left center, url("../img/recom-r.svg") no-repeat right center;
  min-height: 1.2rem;
}
.flow-bubble-yellow {
  position: relative;
  border: 4px solid #ffc300;
  margin-bottom: 30px;
  z-index: 1;
}
.flow-bubble-yellow:after,
.flow-bubble-yellow:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
}
.flow-bubble-yellow:after {
  border-color: rgba(255,255,255,0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #fff;
}
.flow-bubble-yellow:before {
  border-color: rgba(255,195,0,0);
  border-top-width: 13px;
  border-bottom-width: 13px;
  border-left-width: 13px;
  border-right-width: 13px;
  margin-left: -13px;
  margin-top: 3px;
  border-top-color: #ffc300;
}
.flow-bubble-gray {
  position: relative;
  border: 4px solid #c4c4c4;
  margin-bottom: 30px;
  z-index: 1;
}
.flow-bubble-gray:after,
.flow-bubble-gray:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
}
.flow-bubble-gray:after {
  border-color: rgba(255,255,255,0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #fff;
}
.flow-bubble-gray:before {
  border-color: rgba(255,195,0,0);
  border-top-width: 13px;
  border-bottom-width: 13px;
  border-left-width: 13px;
  border-right-width: 13px;
  margin-left: -13px;
  margin-top: 3px;
  border-top-color: #c4c4c4;
}
.ballon {
  padding: 0.4rem 1.5rem;
}
.section-button {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0px 20px;
}
.section-button a {
  border-radius: 80px;
  border: 2px solid #fff;
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  background: #21aa90 url("../img/lp/icon-arrow-white.svg") right 20px center no-repeat;
}
.morelook-button {
  padding: 10px 50px 10px 0;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
}
.faq-q {
  background: url("../img/lp/icon-q-bg.svg") no-repeat center/contain;
  text-align: center;
  font-weight: bold;
  padding: 20px 10px;
  margin-right: 10px;
}
.accordion-body {
  margin-top: 14px;
  display: none;
}
.open-btn {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: url("../img/lp/icon-open.svg") top center no-repeat;
}
.faq-a {
  background: url("../img/lp/icon-a-bg.svg") no-repeat top/contain;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 12px 10px 20px;
  margin-right: 10px;
}
.faq-a-2 {
  background: url("../img/lp/icon-a-bg.svg") no-repeat top/contain;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 20px 10px;
  margin-right: 10px;
}
.selected .open-btn {
  background: url("../img/lp/icon-close.svg") top center no-repeat;
}
.faq-box {
  padding: 14px;
  border-bottom: 1px solid #d9d9d9;
}
.cartype-detail-list {
  text-align: left;
  font-weight: bold;
}
.cartype-detail-list dt,
.cartype-detail-list dd {
  display: inline-block;
}
.cta-btn a {
  display: inline-block;
  background: #eb4637 url("/lp/assets/img/object/component/common/arrow-white.svg") no-repeat right 10px center;
  color: #fff;
  border-radius: 45px;
  font-size: 18px;
  max-width: 550px;
  padding: 16px 2rem;
  margin: 10px auto 20px;
  font-weight: bold;
  border-radius: 90px;
  border: 1px solid #fff;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
}
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(0px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1;
}
.car-list-container {
  position: relative;
  flex-basis: calc(50% - 10px);
}
.car-list-container h2 {
  text-align: center;
  font-weight: bold;
}
.car-list-container a {
  display: block;
}
.car-list-container-border {
  border-top: 1px solid #ccc;
  margin-top: 30px;
  padding-top: 30px;
}
.manual-type {
  text-align: center;
  margin-bottom: 10px;
}
.manual-type li {
  font-size: 10px;
  display: inline-block;
  width: 40%;
  padding: 0;
  border-radius: 100px;
  border: 1px solid #a9a9a9;
}
.car-spec {
  margin-left: 40px;
}
.car-price {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 2px;
}
.car-price-monthly {
  font-size: 47px;
}
.car-price-monthly-head {
  font-size: 20px;
}
.car-price-unit img {
  vertical-align: 0px;
}
.car-price-all {
  font-size: 40px;
}
.car-price-tax {
  font-size: 8px;
}
.car-price-yen {
  font-size: 10px;
  display: block;
}
.car-grade {
  border-top: 1px solid #aaa8a8;
  font-size: 12px;
  padding-top: 10px;
  margin-top: 10px;
}
.arrow_box {
  position: relative;
  background: #ffc300;
  padding: 4px 20px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  margin: 0 auto 20px;
}
.arrow_box: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: 8px;
  border-right-width: 8px;
  margin-left: -8px;
  border-top-color: #ffc300;
  top: 100%;
  left: 50%;
}
.cartype-detail-btn {
  cursor: pointer;
}
.cartype-detail-btn-tgt {
  display: none;
}
.footer-ctabtn-sp {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  background: rgba(239,237,230,0.5);
  text-align: center;
  visibility: visible;
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
.footer-ctabtn-sp .cartype-btn a {
  padding: 14px 0;
}
.footer-ctabtn-pc {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  visibility: visible;
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
@media screen and (min-width: 768px) {
  .footer-ctabtn-pc {
    width: 150px;
    height: 150px;
    right: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .footer-ctabtn-pc {
    width: 200px;
    height: 200px;
    right: 20px;
  }
}
.cta-btn-hidden {
  visibility: hidden;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

/*# sourceMappingURL=top.css.map */
