::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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


@font-face {
  font-family: "Mochiy Pop One";
  font-display: swap;
  font-weight: 400;
  src: url("../font/MochiyPopOne-Regular.ttf") format("truetype");
}
main#site_main_wrap img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
main#site_main_wrap a {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
main#site_main_wrap a:hover {
  opacity: 0.6;
}
@media (hover: hover) {
  main#site_main_wrap a:hover {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
@media screen and (max-width: 1024px) {
  main#site_main_wrap .none-max-l {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  main#site_main_wrap .none-max-t {
    display: none !important;
  }
}
@media screen and (max-width: 425px) {
  main#site_main_wrap .none-max-ml {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  main#site_main_wrap .none-max-1200 {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  main#site_main_wrap .none-min-l {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  main#site_main_wrap .none-min-t {
    display: none !important;
  }
}
@media screen and (min-width: 426px) {
  main#site_main_wrap .none-min-ml {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  main#site_main_wrap .none-min-1200 {
    display: none !important;
  }
}
main#site_main_wrap .sw-common .swiper-button-prev,
main#site_main_wrap .sw-common .swiper-button-next {
  width: 43px;
}
@media screen and (min-width: 1025px) {
  main#site_main_wrap .sw-common .swiper-button-prev,
  main#site_main_wrap .sw-common .swiper-button-next {
    display: none;
  }
}
main#site_main_wrap .sw-common .swiper-button-prev::after,
main#site_main_wrap .sw-common .swiper-button-next::after {
  content: "";
  display: none;
}
main#site_main_wrap .sw-common .swiper-button-prev {
  left: 10px;
}
main#site_main_wrap .sw-common .swiper-button-next {
  right: 10px;
}

.scroll-to-sim {
  position: fixed;
  z-index: 100;
  right: 30px;
  bottom: 40px;
  display: block;
  border: none;
  width: 150px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .scroll-to-sim {
    right: 10px;
    bottom: 60px;
    width: 100px;
  }
}

main#site_main_wrap a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main#site_main_wrap a:hover {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.container {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: auto;
}

.sec-ttl {
  max-width: 416px;
  width: 100%;
  margin: auto;
  padding: 5px;
  background-color: #349AFF;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec-ttl {
    font-size: 18px;
  }
}
.sec-ttl::before, .sec-ttl::after {
  content: "";
  position: absolute;
  bottom: -11px;
  width: 21px;
  height: 11px;
  background-color: #01349D;
}
@media screen and (max-width: 768px) {
  .sec-ttl::before, .sec-ttl::after {
    bottom: -9px;
    width: 17px;
    height: 9px;
  }
}
.sec-ttl::before {
  left: 0;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.sec-ttl::after {
  right: 0;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}

.search-btn {
  display: block;
  max-width: 348px;
  width: 100%;
  margin: auto;
  padding: 16px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  background-color: #FF7F00;
  -webkit-box-shadow: 0px 7px 0px #AF2400;
          box-shadow: 0px 7px 0px #AF2400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .search-btn {
    font-size: 18px;
  }
}
.search-btn:hover {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
  opacity: 1;
}
.search-btn > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.search-btn > .inner::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 50%;
  color: #FF7F00;
}
.search-btn > .inner::before {
  content: "";
  position: absolute;
  right: 6px;
  width: 7px;
  height: 8px;
  background-color: #FF7F00;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.top {
  padding: 35px 0 0;
}
.top > .container > .movie {
  max-width: 700px;
  width: 100%;
  margin: 50px auto 0;
}
.top > .container > .movie iframe {
  width: 100%;
  aspect-ratio: 700/394;
}

.plan {
  padding: 60px 0 0;
}
.plan * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.plan > .container > .ttl {
  font-size: 24px;
  font-weight: 700;
  color: #01349D;
  line-height: 1.4583333333;
}
.plan > .container > .lead {
  margin-top: 20px;
}
.plan > .container > .plan-cttc {
  margin-top: 30px;
  padding: 12px;
  background-color: #01349D;
}
.plan > .container > .plan-cttc > .plan-tabc {
  width: calc(100% - 24px);
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .plan > .container > .plan-cttc > .plan-tabc {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.plan > .container > .plan-cttc > .plan-tabc > .plan-tab {
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 5px 5px 0 0;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .plan > .container > .plan-cttc > .plan-tabc > .plan-tab {
    width: 100%;
    border-radius: 5px;
  }
}
.plan > .container > .plan-cttc > .plan-tabc > .plan-tab.selected {
  color: #349AFF;
  background-color: #fff;
}
.plan > .container > .plan-cttc > .plan-ctt {
  background-color: #fff;
  display: none;
}
.plan > .container > .plan-cttc > .plan-ctt.selected {
  display: block;
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper {
  padding: 32px;
}
@media screen and (max-width: 1024px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper {
    padding: 17px 12px 32px;
  }
}
@media screen and (max-width: 768px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper {
    margin-top: 15px;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list {
  margin-top: 30px;
  display: grid;
  gap: 15px;
}
@media screen and (max-width: 1200px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list {
    grid-template-columns: auto;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px;
  background-color: #F0F0F0;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 15px 15px 20px;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 74px;
  height: 74px;
  background-color: #ffe600;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .left,
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .left,
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .left {
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .left {
    gap: 10px;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .left > .img {
  max-width: 188px;
  min-width: 188px;
}
@media screen and (max-width: 1200px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .left > .img {
    max-width: 233px;
    width: 100%;
    min-width: initial;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .left > .type {
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .left > .type {
    text-align: center;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .left > .type > .size {
  font-size: 38px;
}
@media screen and (max-width: 1024px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .left > .type > .size {
    font-size: 26px;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .left > .type > .weight {
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .left > .type > .weight {
    font-size: 13px;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .right {
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .right {
    gap: 10px;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .right > .discount {
  width: 136px;
  height: 136px;
  background-color: #333333;
  border-radius: 50%;
  display: grid;
  place-content: center;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .right > .discount {
    width: 100%;
    height: initial;
    border-radius: initial;
    padding: 6px;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .right > .discount::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 50px;
  background: url(../images/car-inspection/balloon.svg) no-repeat center/contain;
}
@media screen and (max-width: 1200px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .right > .discount::after {
    content: none;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .right > .discount > .txt {
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .right > .discount > .txt {
    font-size: 14px;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .right > .discount > .txt > .num {
  font-family: "Roboto", sans-serif;
  font-size: 27px;
}
@media screen and (max-width: 1024px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .right > .discount > .txt > .num {
    font-size: 19px;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .right > .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
  color: #E8443A;
  font-weight: 700;
  position: relative;
  padding: 0 15px;
}
@media screen and (max-width: 1024px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .right > .price {
    padding: 0 7px 0 10px;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .right > .price::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 43px;
  background-color: #ffe600;
}
@media screen and (max-width: 1024px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .right > .price::before {
    bottom: 0;
    height: 30px;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .right > .price > .num {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  letter-spacing: -0.08em;
  font-size: 107px;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .right > .price > .num {
    font-size: 74px;
  }
}
@media screen and (max-width: 374px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .right > .price > .num {
    font-size: 50px;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .right > .price > .yen {
  font-size: 38px;
  letter-spacing: -0.05em;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .right > .price > .yen {
    font-size: 26px;
  }
}
@media screen and (max-width: 374px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .right > .price > .yen {
    font-size: 20px;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .right > .price > .yen > .tax {
  position: absolute;
  top: -5px;
  left: -5px;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .right > .price > .yen > .tax {
    top: -3px;
    left: -3px;
    font-size: 9px;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount {
  width: 100%;
  margin: 45px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount {
    margin: 57px auto 0;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount * {
  font-weight: 700;
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount.dc-safety {
  max-width: 1000px;
  width: calc(100% - 24px);
}
@media screen and (max-width: 374px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount.dc-safety {
    width: 100%;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount.dc-safety .bg-1 {
  padding: 27px 30px 38px;
  gap: 23px;
}
@media screen and (max-width: 1200px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount.dc-safety .bg-1 {
    padding: 15px 15px 25px;
    gap: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount.dc-safety .bg-1 .dc-list {
    grid-template-columns: 1fr auto;
  }
}
@media screen and (max-width: 600px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount.dc-safety .bg-1 .dc-list {
    grid-template-columns: auto;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount.dc-premium .bg-1 {
  padding: 40px 30px 35px;
  gap: 18px;
}
@media screen and (max-width: 1200px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount.dc-premium .bg-1 {
    padding: 15px 15px 25px;
    gap: 15px;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount.dc-premium .bg-1 .dc-max {
  max-width: 475px;
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount.dc-premium .bg-1 .dc-max .price .off {
  position: relative;
  font-size: 50px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount.dc-premium .bg-1 .dc-max .price .off {
    font-size: 27px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 374px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount.dc-premium .bg-1 .dc-max .price .off {
    font-size: 24px;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount.dc-premium .bg-1 .dc-max .price .off .yen {
  position: absolute;
  top: -22px;
  left: 5px;
  font-size: 33px;
}
@media screen and (max-width: 768px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount.dc-premium .bg-1 .dc-max .price .off .yen {
    top: -13px;
    left: 3px;
    font-size: 18px;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount.dc-premium .bg-1 .dc-list {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 600px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount.dc-premium .bg-1 .dc-list {
    grid-template-columns: auto;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount.dc-premium .bg-1 .dc-list .dc-item:last-child {
  grid-column: 1/span 2;
  justify-self: center;
}
@media screen and (max-width: 600px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount.dc-premium .bg-1 .dc-list .dc-item:last-child {
    grid-column: initial;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .ribbon-1,
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .ribbon-2 {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .ribbon-1 {
  max-width: 204px;
  top: -13px;
  left: -12px;
}
@media screen and (max-width: 1200px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .ribbon-1 {
    max-width: 150px;
    top: -9px;
    left: -9px;
  }
}
@media screen and (max-width: 768px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .ribbon-1 {
    max-width: 82px;
    top: -5px;
    left: -5px;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .ribbon-2 {
  max-width: 195px;
  bottom: -13px;
  right: -12px;
}
@media screen and (max-width: 1200px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .ribbon-2 {
    max-width: 140px;
    bottom: -9px;
    right: -9px;
  }
}
@media screen and (max-width: 768px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .ribbon-2 {
    max-width: 83px;
    bottom: -5px;
    right: -5px;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#faf3e7), to(#fff0d6));
  background-image: linear-gradient(#faf3e7, #fff0d6);
  border-radius: 30px 0 0 30px;
}
@media screen and (max-width: 1200px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 20px 20px 0 0;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 > .dc-max {
  max-width: 504px;
  width: 100%;
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 > .dc-max > .txt {
  font-size: 26px;
  letter-spacing: 0.785em;
  color: #E8443A;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 > .dc-max > .txt {
    font-size: 14px;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 > .dc-max > .price {
  border-top: 2px solid #E8443A;
  border-bottom: 2px solid #E8443A;
  color: #E8443A;
  text-align: center;
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 > .dc-max > .price * {
  display: inline-block;
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 > .dc-max > .price > .tax {
  font-size: 30px;
  line-height: 1.1;
  color: #fff;
  padding: 9px 9px 11px;
  background-color: #333333;
  vertical-align: super;
}
@media screen and (max-width: 768px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 > .dc-max > .price > .tax {
    font-size: 14px;
    padding: 5px 5px 7px;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 > .dc-max > .price > .num {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  letter-spacing: -0.08em;
  font-size: 107px;
  line-height: 1.3;
  margin-left: 12px;
}
@media screen and (max-width: 768px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 > .dc-max > .price > .num {
    font-size: 52px;
    margin-left: 7px;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 > .dc-max > .price > .off {
  font-size: 59px;
}
@media screen and (max-width: 768px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 > .dc-max > .price > .off {
    font-size: 27px;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 > .dc-max > .price > .off > .yen {
  font-size: 38px;
}
@media screen and (max-width: 768px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 > .dc-max > .price > .off > .yen {
    font-size: 18px;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 > .dc-list {
  display: grid;
  gap: 8px;
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 > .dc-list > .dc-item {
  padding: 10px 20px;
  background-color: #fff;
  text-align: center;
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 > .dc-list > .dc-item > .txt {
  font-size: 14px;
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 > .dc-list > .dc-item > .price {
  color: #E8443A;
  margin-top: -5px;
  line-height: 1;
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 > .dc-list > .dc-item > .price > .num {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  letter-spacing: -0.08em;
  font-size: 47px;
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 > .dc-list > .dc-item > .price > .yen {
  font-size: 16px;
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 > .dc-list > .dc-item > .price > .off {
  font-size: 27px;
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 .yen,
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 .off {
  letter-spacing: -0.1em;
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 .yen {
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 .yen {
    margin: 0 3px;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-2 {
  max-width: 120px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 161, 68, 0.5)), to(rgba(255, 127, 0, 0.5)));
  background-image: linear-gradient(rgba(255, 161, 68, 0.5), rgba(255, 127, 0, 0.5));
  border-radius: 0 30px 30px 0;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-2 {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 127, 0, 0.5)), to(rgba(255, 161, 68, 0.5)));
    background-image: linear-gradient(90deg, rgba(255, 127, 0, 0.5), rgba(255, 161, 68, 0.5));
    max-width: initial;
    height: 60px;
    border-radius: 0 0 20px 20px;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -4px;
  width: 8px;
  height: 100%;
  background-image: radial-gradient(circle, #ffffff 4px, transparent 4px);
  background-position: left top -8px;
  background-repeat: repeat-y;
  background-size: 8px 24px;
}
@media screen and (max-width: 1200px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-2::before {
    top: -4px;
    left: 0;
    width: 100%;
    height: 8px;
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 24px 8px;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .premium {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .premium {
    margin-top: 40px;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .premium > .ttl-1 {
  width: calc(100% - 100px);
  margin: 0 auto 20px;
  padding: 12px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3125;
  color: #fff;
  background-color: #349AFF;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .premium > .ttl-1 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .premium > .ttl-1 {
    font-size: 22px;
    padding: 4px;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .premium > .lead {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3333333333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .premium > .lead.bottom {
    font-size: 15px;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .premium > .list {
  width: calc(100% - 100px);
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 1024px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .premium > .list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .premium > .list > .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .premium > .list > .item {
    max-width: 600px;
    width: 100%;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .premium > .list > .item > .txt {
  margin-top: 8px;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3125;
  text-align: center;
  background-color: #F0F0F0;
  height: 65px;
  place-content: center;
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .premium > .list > .item > .txt > .col-orange {
  color: #FF7F00;
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .premium > .ttl-2 {
  margin: 50px 0 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3214285714;
  text-align: center;
  color: #01349D;
}
@media screen and (max-width: 768px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .premium > .ttl-2 {
    font-size: 22px;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint {
  margin-top: 45px;
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .ttl {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #349AFF;
  line-height: 1.25;
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .maint-ctt {
  width: calc(100% - 28px);
  margin: auto;
}
@media screen and (max-width: 768px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .maint-ctt {
    width: 100%;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .maint-ctt + .maint-ctt {
  margin: 25px auto 0;
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .maint-ctt > .sub-ttl {
  font-size: 24px;
  font-weight: 700;
  color: #01349D;
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .maint-ctt > .maint-list {
  padding: 0 0 5px;
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .maint-ctt > .maint-list * {
  font-weight: 700;
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .maint-ctt > .maint-list > .maint-item {
  margin-top: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .maint-ctt > .maint-list > .maint-item {
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .maint-ctt > .maint-list > .maint-item::before, .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .maint-ctt > .maint-list > .maint-item::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 1px;
    height: 14px;
    background-color: #01349D;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .maint-ctt > .maint-list > .maint-item::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .maint-ctt > .maint-list > .maint-item.active::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .maint-ctt > .maint-list > .maint-item > .contentc.label > .content > .txt {
  font-size: 20px;
  color: #01349D;
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .maint-ctt > .maint-list > .maint-item > .contentc.value {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .maint-ctt > .maint-list > .maint-item > .contentc.value {
    overflow: hidden;
    height: 0;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .maint-ctt > .maint-list > .maint-item > .contentc.value > .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 20px;
}
@media screen and (max-width: 1200px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .maint-ctt > .maint-list > .maint-item > .contentc.value > .content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .maint-ctt > .maint-list > .maint-item > .contentc.value > .content {
    grid-template-columns: auto;
    gap: 10px;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .maint-ctt > .maint-list > .maint-item > .contentc.value > .content > .txt {
  padding: 0 15px;
  background-color: #F0F0F0;
  border: 1px solid #DEDEDE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 18px;
  height: 50px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .maint-ctt > .maint-list > .maint-item > .contentc.value > .content > .txt {
    padding: 0 12px;
    font-size: 14px;
    height: 40px;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .maint-ctt > .maint-list > .maint-item > .contentc.value > .content > .txt.txt-s {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .maint-ctt > .maint-list > .maint-item > .contentc.value > .content > .txt.txt-s {
    font-size: 14px;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .maint-ctt > .maint-list > .maint-item > .contentc.value > .content > .txt.txt-xs {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .maint-ctt > .maint-list > .maint-item > .contentc.value > .content > .txt.txt-xs {
    font-size: 12px;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .maint-ctt > .maint-list > .maint-item > .contentc.value > .content > .txt::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../images/car-inspection/icon-check.svg) no-repeat center/contain;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .maint-ctt > .maint-list > .maint-item > .contentc.value > .content > .txt::before {
    width: 20px;
    height: 20px;
  }
}
.plan > .container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .note {
  margin-top: 15px;
  font-size: 12px;
}

.layer {
  position: relative;
}
.layer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 900px;
  min-width: 245px;
  width: 100%;
  height: 100%;
  background-color: #E0EFFE;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .layer::before {
    width: 65%;
  }
}
.layer .reason {
  padding: 70px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .layer .reason {
    padding: 60px 0 0;
  }
}
.layer .reason > .container {
  max-width: 1000px;
}
.layer .reason > .container > .list {
  margin-top: 40px;
}
.layer .reason > .container > .list > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .layer .reason > .container > .list > .item {
    padding: 0 15px 30px 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.layer .reason > .container > .list > .item + .item {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .layer .reason > .container > .list > .item + .item {
    margin-top: 40px;
  }
}
.layer .reason > .container > .list > .item:nth-of-type(odd) .img {
  margin-right: -50px;
}
@media screen and (max-width: 1024px) {
  .layer .reason > .container > .list > .item:nth-of-type(odd) .img {
    margin-right: auto;
  }
}
.layer .reason > .container > .list > .item:nth-of-type(odd) .content {
  padding: 0 50px 0 100px;
}
@media screen and (max-width: 1024px) {
  .layer .reason > .container > .list > .item:nth-of-type(odd) .content {
    padding: 0;
  }
}
.layer .reason > .container > .list > .item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.layer .reason > .container > .list > .item:nth-of-type(even) .img {
  margin-left: -50px;
}
@media screen and (max-width: 1024px) {
  .layer .reason > .container > .list > .item:nth-of-type(even) .img {
    margin-left: auto;
  }
}
.layer .reason > .container > .list > .item:nth-of-type(even) .content {
  padding: 0 100px 0 50px;
}
@media screen and (max-width: 1024px) {
  .layer .reason > .container > .list > .item:nth-of-type(even) .content {
    padding: 0;
  }
}
.layer .reason > .container > .list > .item .img {
  width: 380px;
  margin-top: 25px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .layer .reason > .container > .list > .item .img {
    max-width: 600px;
    width: calc(100% - 34px);
    margin: 25px auto 0;
  }
}
.layer .reason > .container > .list > .item > .content {
  width: 670px;
  height: 380px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1024px) {
  .layer .reason > .container > .list > .item > .content {
    width: 100%;
    height: auto;
    background-color: initial;
    -webkit-box-shadow: initial;
            box-shadow: initial;
  }
}
.layer .reason > .container > .list > .item > .content > .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .layer .reason > .container > .list > .item > .content > .head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.layer .reason > .container > .list > .item > .content > .head > .icon {
  max-width: 55px;
  min-width: 55px;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 768px) {
  .layer .reason > .container > .list > .item > .content > .head > .txtc {
    margin-top: 20px;
  }
}
.layer .reason > .container > .list > .item > .content > .head > .txtc > .txt-1 {
  font-size: 18px;
  font-weight: 700;
  color: #01349D;
  padding-bottom: 5px;
  border-bottom: 1px solid #349AFF;
  line-height: 1.1666666667;
}
.layer .reason > .container > .list > .item > .content > .head > .txtc > .txt-2 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 8px;
  line-height: 1.3636363636;
}
.layer .reason > .container > .list > .item > .content > .head > .txtc > .txt-3 {
  font-size: 15px;
  margin-top: 4px;
  color: #349AFF;
  line-height: 1.4666666667;
}
.layer .reason > .container > .list > .item > .content > .txt {
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .layer .reason > .container > .list > .item > .content > .txt {
    margin-top: 25px;
    padding: 0 2px;
  }
}
.layer .reason > .container > .list > .item > .content > .txt > .note {
  font-size: 12px;
  margin-top: 10px;
  display: inline-block;
}
.layer .flow {
  padding: 80px 0 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .layer .flow {
    padding: 90px 0 70px;
  }
}
.layer .flow > .container > .sub-ttl {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #01349D;
  margin-top: 25px;
}
.layer .flow > .container > .content {
  max-width: 790px;
  width: 100%;
  margin: 20px auto 0;
  padding: 45px 50px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .layer .flow > .container > .content {
    width: calc(100% - 10px);
    margin: 20px 0 0 0;
    padding: 25px 25px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
.layer .flow > .container > .content::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  background-color: rgba(52, 154, 255, 0.5);
  z-index: -1;
}
.layer .flow > .container > .content > .img {
  max-width: 214px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .layer .flow > .container > .content > .img {
    max-width: 162px;
  }
}
.layer .flow > .container > .list {
  margin-top: 35px;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  position: relative;
}
.layer .flow > .container > .list::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 85%;
  background-color: rgba(52, 154, 255, 0.5);
}
.layer .flow > .container > .list > .item {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  position: relative;
}
.layer .flow > .container > .list > .item:nth-of-type(1) > .content > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .layer .flow > .container > .list > .item:nth-of-type(1) > .content > .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.layer .flow > .container > .list > .item:nth-of-type(1) > .content > .list > .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.layer .flow > .container > .list > .item:nth-of-type(1) > .content > .list > .item > .txtc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 25px;
}
@media screen and (max-width: 768px) {
  .layer .flow > .container > .list > .item:nth-of-type(1) > .content > .list > .item > .txtc {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 20px 20px 24px;
  }
}
.layer .flow > .container > .list > .item:nth-of-type(1) > .content > .list > .item > .txtc > .icon {
  max-width: 79px;
  min-width: 79px;
}
@media screen and (max-width: 768px) {
  .layer .flow > .container > .list > .item:nth-of-type(1) > .content > .list > .item > .txtc > .icon {
    max-width: 54px;
    min-width: 54px;
  }
}
.layer .flow > .container > .list > .item:nth-of-type(1) > .content > .list > .item > .txtc > .txt {
  max-width: 200px;
}
.layer .flow > .container > .list > .item:nth-of-type(1) > .content > .list > .item + .item .icon {
  max-width: 51px;
  min-width: 51px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .layer .flow > .container > .list > .item:nth-of-type(1) > .content > .list > .item + .item .icon {
    max-width: 35px;
    min-width: 35px;
    margin-right: 9px;
  }
}
.layer .flow > .container > .list > .item:nth-of-type(1) > .content > .search-btn {
  margin: 25px auto 0;
}
.layer .flow > .container > .list > .item:nth-of-type(2) > .content > .detail {
  padding: 0 0 24px;
  margin-top: 20px;
}
.layer .flow > .container > .list > .item:nth-of-type(2) > .content > .detail > .list {
  width: calc(100% - 76px);
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .layer .flow > .container > .list > .item:nth-of-type(2) > .content > .detail > .list {
    width: calc(100% - 30px);
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.layer .flow > .container > .list > .item:nth-of-type(2) > .content > .detail > .list > .item {
  padding: 15px;
  background-color: #F0F0F0;
}
@media screen and (max-width: 768px) {
  .layer .flow > .container > .list > .item:nth-of-type(2) > .content > .detail > .list > .item {
    padding: 10px;
  }
}
.layer .flow > .container > .list > .item:nth-of-type(2) > .content > .detail > .list > .item > .icon {
  width: 98px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .layer .flow > .container > .list > .item:nth-of-type(2) > .content > .detail > .list > .item > .icon {
    width: 65px;
  }
}
.layer .flow > .container > .list > .item:nth-of-type(2) > .content > .detail > .list > .item > .txt {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-top: 6px;
}
.layer .flow > .container > .list > .item:nth-of-type(2) > .content > .detail > .list > .item > .txt > .txt-s {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .layer .flow > .container > .list > .item:nth-of-type(2) > .content > .detail > .list > .item > .txt > .txt-s {
    font-size: 10px;
  }
}
.layer .flow > .container > .list > .item:nth-of-type(2) > .content > .detail > .note {
  margin-top: 12px;
  font-size: 11px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .layer .flow > .container > .list > .item:nth-of-type(2) > .content > .detail > .note {
    font-size: 10px;
    width: calc(100% - 30px);
    margin: 12px auto 0;
  }
}
@media screen and (max-width: 425px) {
  .layer .flow > .container > .list > .item:nth-of-type(2) > .content > .detail > .note {
    text-align: left;
  }
}
.layer .flow > .container > .list > .item:nth-of-type(3) > .content > .list {
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  .layer .flow > .container > .list > .item:nth-of-type(3) > .content > .list {
    margin-top: 20px;
  }
}
.layer .flow > .container > .list > .item:nth-of-type(3) > .content > .list > .item + .item {
  margin-top: 20px;
}
.layer .flow > .container > .list > .item:nth-of-type(3) > .content > .list > .item > .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  font-size: 16px;
  font-weight: 700;
  background-color: #F0F0F0;
}
.layer .flow > .container > .list > .item:nth-of-type(3) > .content > .list > .item > .head > .num {
  padding: 3px 11px;
  background-color: #349AFF;
  color: #fff;
}
.layer .flow > .container > .list > .item:nth-of-type(3) > .content > .list > .item > .txt {
  margin-top: 9px;
}
.layer .flow > .container > .list > .item:not(:last-of-type) {
  padding: 50px min(max(3.6458333333vw, 15px), 70px) 70px;
  clip-path: polygon(100% 0, 100% 95%, 50% 100%, 0 95%, 0 0);
}
@media screen and (max-width: 768px) {
  .layer .flow > .container > .list > .item:not(:last-of-type) {
    padding: 30px 15px 70px;
    clip-path: polygon(100% 0, 100% 97%, 50% 100%, 0 97%, 0 0);
  }
}
.layer .flow > .container > .list > .item:last-of-type {
  padding: 50px min(max(3.6458333333vw, 15px), 70px) 40px;
}
@media screen and (max-width: 768px) {
  .layer .flow > .container > .list > .item:last-of-type {
    padding: 30px 15px 40px;
  }
}
.layer .flow > .container > .list > .item + .item {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .layer .flow > .container > .list > .item + .item {
    margin-top: 30px;
  }
}
.layer .flow > .container > .list > .item .img {
  max-width: 298px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .layer .flow > .container > .list > .item .img {
    max-width: 600px;
    width: calc(100% - 65px);
    margin: 22px auto 0;
  }
}
@media screen and (max-width: 1024px) {
  .layer .flow > .container > .list > .item > .content {
    width: 100%;
  }
}
.layer .flow > .container > .list > .item > .content > .ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4583333333;
  padding-left: 12px;
  border-left: 8px solid #FF7F00;
}
@media screen and (max-width: 768px) {
  .layer .flow > .container > .list > .item > .content > .ttl {
    font-size: 20px;
  }
}
.layer .flow > .container > .list > .item > .content > .txt {
  margin-top: 20px;
}
.layer .flow > .container > .list > .item > .content .ctt-item {
  border: 1px solid #01349D;
}
.layer .flow > .container > .list > .item > .content .ctt-ttl {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  background-color: #01349D;
}

.faq {
  padding: 50px 0 60px;
}
.faq * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq > .container {
  max-width: 1000px;
}
.faq > .container > .content {
  margin-top: 30px;
}
.faq > .container > .content + .content {
  margin-top: 45px;
}
.faq > .container > .content > .ttl {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .faq > .container > .content > .ttl {
    font-size: 16px;
  }
}
.faq > .container > .content > .lead {
  margin-top: 15px;
  font-size: 14px;
}
.faq > .container > .content > .list > .item {
  padding: 12px 25px 0;
  background-color: #F0F0F0;
  margin-top: 15px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .faq > .container > .content > .list > .item {
    padding: 12px 15px 0;
  }
}
.faq > .container > .content > .list > .item::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 25px;
  width: 14px;
  height: 12px;
  background-color: #333333;
  clip-path: polygon(100% 100%, 50% 0, 0 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .faq > .container > .content > .list > .item::after {
    top: 20px;
    right: 15px;
  }
}
.faq > .container > .content > .list > .item.active {
  padding: 12px 25px 25px;
}
@media screen and (max-width: 768px) {
  .faq > .container > .content > .list > .item.active {
    padding: 12px 15px 15px;
  }
}
.faq > .container > .content > .list > .item.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq > .container > .content > .list > .item > .contentc.question {
  cursor: pointer;
}
.faq > .container > .content > .list > .item > .contentc.question > .content > .heading {
  color: #fff;
  background-color: #FF7F00;
}
.faq > .container > .content > .list > .item > .contentc.question > .content > .txt {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .faq > .container > .content > .list > .item > .contentc.question > .content > .txt {
    width: 70%;
  }
}
.faq > .container > .content > .list > .item > .contentc.answer {
  overflow: hidden;
  height: 0;
  background-color: #fff;
  margin-top: 15px;
}
.faq > .container > .content > .list > .item > .contentc.answer > .content {
  padding: 20px 20px 28px;
}
@media screen and (max-width: 768px) {
  .faq > .container > .content > .list > .item > .contentc.answer > .content {
    padding: 15px 15px 20px;
  }
}
.faq > .container > .content > .list > .item > .contentc.answer > .content > .heading {
  color: #FF7F00;
  border: 1px solid #FF7F00;
}
.faq > .container > .content > .list > .item > .contentc.answer > .content > .txt {
  width: 100%;
}
.faq > .container > .content > .list > .item > .contentc > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 0 15px;
}
@media screen and (max-width: 768px) {
  .faq > .container > .content > .list > .item > .contentc > .content {
    gap: 0 12px;
  }
}
.faq > .container > .content > .list > .item > .contentc > .content > .heading {
  font-size: 20px;
  max-width: 35px;
  min-width: 35px;
  height: 35px;
  display: grid;
  place-content: center;
  line-height: 1;
  border-radius: 50%;
  font-weight: 700;
  padding: 0 0 5px;
}
.faq > .container > .content > .list > .item > .contentc > .content > .txt {
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .faq > .container > .content > .list > .item > .contentc > .content > .txt {
    margin-top: 5px;
  }
}/*# sourceMappingURL=car-inspection.css.map */