@charset "UTF-8";
::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;
}


@media screen and (max-width: 1024px) {
  .none-max-l {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .none-max-t {
    display: none !important;
  }
}
@media screen and (max-width: 425px) {
  .none-max-ml {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .none-max-1200 {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .none-min-l {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .none-min-t {
    display: none !important;
  }
}
@media screen and (min-width: 426px) {
  .none-min-ml {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .none-min-1200 {
    display: none !important;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-weight: 400;
  line-height: 1.75;
  font-size: 14px;
}

body.no-scroll {
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
a:hover {
  opacity: 0.6;
}
@media (hover: hover) {
  a:hover {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
}
.header * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .headc {
  background-color: #01349d;
}
.header .headc .head {
  max-width: 1200px;
  width: calc(100% - 30px);
  margin: auto;
  padding: 6px 0;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6666666667;
}
.header .ci-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 12px 0;
}
.header .ci-container .logoc {
  max-width: 224px;
  width: 100%;
}
.header .ci-container .logoc .logo {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header .ci-container .navc {
    margin-left: initial;
    position: fixed;
    z-index: 999;
    max-width: initial;
    right: -120%;
    width: 100%;
  }
}
.header .ci-container .navc.panelactive {
  right: 0;
}
@media screen and (max-width: 768px) {
  .header .ci-container .navc .nav {
    position: absolute;
    right: 0;
    background-color: #fff;
    overflow-y: scroll;
    max-width: 375px;
    width: 100%;
  }
}
.header .ci-container .navc .nav .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .header .ci-container .navc .nav .list {
    -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;
    padding: 50px 0;
  }
}
.header .ci-container .navc .nav .list .item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 5px;
  font-weight: 700;
  line-height: 1.4285714286;
}
.header .ci-container .navc .nav .list .item .link::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 8px;
  background-color: #dedede;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
@media screen and (max-width: 768px) {
  .header .ci-container .navc .nav .list .item .link::after {
    width: 100%;
    height: 1px;
    clip-path: none;
  }
}
.header .ci-container > .btnc {
  display: none;
}
@media screen and (max-width: 768px) {
  .header .ci-container > .btnc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }
}
.header .ci-container > .btnc > .hamc {
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  position: relative;
  background-color: #01349d;
  border-radius: 5px;
}
.header .ci-container > .btnc > .hamc * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .ci-container > .btnc > .hamc > .ham {
  position: relative;
  width: 25px;
  height: 9px;
  display: grid;
  place-items: center;
}
.header .ci-container > .btnc > .hamc > .ham > span {
  position: absolute;
  height: 2px;
  background-color: #fff;
}
.header .ci-container > .btnc > .hamc > .ham > span:nth-of-type(1) {
  top: 0;
  left: 0;
  width: 100%;
}
.header .ci-container > .btnc > .hamc > .ham > span:nth-of-type(2) {
  top: 7px;
  left: 0;
  width: 50%;
}
.header .ci-container > .btnc > .hamc.active span:nth-of-type(1) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.header .ci-container > .btnc > .hamc.active span:nth-of-type(2) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 100%;
}
.header .ci-container > .btnc > .contact-btn {
  display: block;
  padding: 7px 5px 4px;
  border-radius: 5px;
  border: 1px solid #DEDEDE;
}
.header .ci-container > .btnc > .contact-btn .icon {
  width: 20px;
  height: 15px;
  margin: auto;
}
.header .ci-container > .btnc > .contact-btn .txt {
  font-size: 7px;
  font-weight: 700;
  margin-top: 4px;
  color: #0091ff;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 0 0 74px;
  }
}
.footer .ci-container .logo {
  max-width: 220px;
  width: 100%;
  margin: 30px auto;
}
.footer .copyright {
  font-size: 12px;
  text-align: center;
  color: #fff;
  padding: 5px;
  background-color: #01349d;
}

main.page-car-inspection a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main.page-car-inspection a:hover {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sec-ttl-a {
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 30px;
  background-color: #01349d;
  position: relative;
  line-height: 1.4473684211;
}
@media screen and (max-width: 768px) {
  .sec-ttl-a {
    font-size: 18px;
    padding: 15px;
  }
}
.sec-ttl-a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -24px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 25px;
  background-color: #01349d;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

.sec-ttl-b {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 5px 15px;
  background-color: #349aff;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec-ttl-b {
    max-width: 345px;
    width: 100%;
    padding: 5px;
    font-size: 17px;
  }
}
.sec-ttl-b::before, .sec-ttl-b::after {
  content: "";
  position: absolute;
  bottom: -11px;
  width: 21px;
  height: 11px;
  background-color: #01349d;
}
@media screen and (max-width: 768px) {
  .sec-ttl-b::before, .sec-ttl-b::after {
    bottom: -9px;
    width: 17px;
    height: 9px;
  }
}
.sec-ttl-b::before {
  left: 0;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.sec-ttl-b::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;
  font-weight: 700;
  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%);
}

.part-about {
  padding: 0 0 80px;
}
.part-about .ci-container .lead {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .part-about .ci-container .lead {
    margin-top: 40px;
  }
}
.part-about .ci-container .list {
  margin-top: 30px;
  padding: 30px 20px;
  background-color: #f2f8ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .part-about .ci-container .list {
    margin-top: 20px;
    -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;
  }
}
.part-about .ci-container .list .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .part-about .ci-container .list .item {
    max-width: 600px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .part-about .ci-container .list .item + .item {
    padding-top: 20px;
    border-top: 1px solid #b7d8ff;
  }
}
.part-about .ci-container .list .item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  min-height: 105px;
}
@media screen and (max-width: 1024px) {
  .part-about .ci-container .list .item .head {
    min-height: initial;
  }
}
.part-about .ci-container .list .item .head .left {
  min-width: 94px;
  height: 91px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .part-about .ci-container .list .item .head .left {
    min-width: 64px;
    height: 62px;
  }
}
.part-about .ci-container .list .item .head .left::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 88px;
  min-width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 1px solid #e0effe;
}
@media screen and (max-width: 768px) {
  .part-about .ci-container .list .item .head .left::after {
    max-width: 60px;
    min-width: 60px;
    height: 60px;
  }
}
.part-about .ci-container .list .item .head .left .label {
  max-width: 88px;
  min-width: 88px;
  height: 88px;
  background-color: #349aff;
  border-radius: 50%;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 768px) {
  .part-about .ci-container .list .item .head .left .label {
    max-width: 60px;
    min-width: 60px;
    height: 60px;
    font-size: 19px;
  }
}
.part-about .ci-container .list .item .head .right .name {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 18px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  background-color: #01349d;
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}
@media screen and (max-width: 768px) {
  .part-about .ci-container .list .item .head .right .name {
    padding: 0 15px;
    font-size: 14px;
  }
}
.part-about .ci-container .list .item .head .right .ttl {
  font-weight: 700;
  color: #01349d;
  line-height: 1.2;
}
.part-about .ci-container .list .item .head .right .ttl .em-xs {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .part-about .ci-container .list .item .head .right .ttl .em-xs {
    font-size: 13px;
  }
}
.part-about .ci-container .list .item .head .right .ttl .em-s {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .part-about .ci-container .list .item .head .right .ttl .em-s {
    font-size: 20px;
  }
}
.part-about .ci-container .list .item .head .right .ttl .em-m {
  font-size: 29px;
}
@media screen and (max-width: 768px) {
  .part-about .ci-container .list .item .head .right .ttl .em-m {
    font-size: 25px;
  }
}
.part-about .ci-container .list .item .head .right .ttl .em-l {
  font-size: 41px;
  font-family: "Roboto", sans-serif;
  letter-spacing: -0.05em;
  margin-right: 3px;
}
@media screen and (max-width: 768px) {
  .part-about .ci-container .list .item .head .right .ttl .em-l {
    font-size: 35px;
  }
}
.part-about .ci-container .list .item .head .right .ttl .col-blk {
  color: #333333;
  letter-spacing: 0.03em;
}
.part-about .ci-container .list .item .head .right .ttl .mt-minus {
  margin-top: -8px;
  display: inline-block;
}
.part-about .ci-container .list .item .content .img {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .part-about .ci-container .list .item .content .img {
    margin-top: 10px;
  }
}
.part-about .ci-container .list .item .content .lead {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 700;
  color: #349aff;
}
.part-about .ci-container .list .item .content > .txtc {
  margin-top: 15px;
}
.part-about .ci-container .list .item .content > .txtc > .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.part-about .ci-container .list .item .content > .txtc > .txt::before {
  content: "・";
}
.part-about .ci-container .discount {
  margin-top: 60px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  line-height: 1.05;
}
@media screen and (max-width: 768px) {
  .part-about .ci-container .discount {
    margin-top: 40px;
  }
}
.part-about .ci-container .discount .ttlc {
  position: relative;
}
.part-about .ci-container .discount .ttlc::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -19px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 27px;
  height: 20px;
  background-color: #ffe600;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
.part-about .ci-container .discount .ttlc .ttl {
  padding: 15px;
  font-size: 32px;
  font-weight: 700;
  color: #e8443a;
  background-color: #ffe600;
  text-align: center;
  line-height: 1.45;
  clip-path: polygon(3% 0%, 100% 0%, 100% 60%, 97% 100%, 0% 100%, 0% 40%);
}
@media screen and (max-width: 768px) {
  .part-about .ci-container .discount .ttlc .ttl {
    padding: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 425px) {
  .part-about .ci-container .discount .ttlc .ttl {
    clip-path: polygon(8% 0%, 100% 0%, 100% 70%, 92% 100%, 0% 100%, 0% 30%);
  }
}
.part-about .ci-container .discount .content {
  margin: 30px auto 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
  background-color: #e8443a;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .part-about .ci-container .discount .content {
    margin: 40px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 600px;
  }
}
.part-about .ci-container .discount .content .max {
  padding: 30px 15px 25px 25px;
  width: 33%;
  min-width: 395px;
}
@media screen and (max-width: 1024px) {
  .part-about .ci-container .discount .content .max {
    padding: 20px 10px 10px;
    width: 100%;
    min-width: initial;
  }
}
@media screen and (max-width: 768px) {
  .part-about .ci-container .discount .content .max {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 8px;
  }
}
.part-about .ci-container .discount .content .max .head {
  font-size: 54px;
  border-radius: 40px;
  background-color: #fff;
  color: #e8443a;
  padding: 14px 0 11px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .part-about .ci-container .discount .content .max .head {
    font-size: 20px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 26px 7px 26px 3px;
    letter-spacing: 0.25em;
    margin-top: 5px;
  }
}
.part-about .ci-container .discount .content .max .head::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 27px;
  height: 16px;
  background-color: #fff;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
@media screen and (max-width: 768px) {
  .part-about .ci-container .discount .content .max .head::before {
    left: initial;
    right: -8px;
    bottom: 0;
    top: 0;
    margin: auto;
    -webkit-transform: initial;
            transform: initial;
    width: 9px;
    height: 15px;
    clip-path: polygon(0% 100%, 100% 50%, 0% 0%);
  }
}
.part-about .ci-container .discount .content .max .txtc {
  color: #fff;
}
.part-about .ci-container .discount .content .max .txtc .txt-price {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .part-about .ci-container .discount .content .max .txtc .txt-price {
    margin-top: initial;
  }
}
.part-about .ci-container .discount .content .max .txtc .txt-price .num {
  font-size: 107px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .part-about .ci-container .discount .content .max .txtc .txt-price .num {
    font-size: 79px;
  }
}
.part-about .ci-container .discount .content .max .txtc .txt-price .inner {
  display: grid;
  place-content: center;
  gap: 2px;
  margin-top: 25px;
}
.part-about .ci-container .discount .content .max .txtc .txt-price .inner .yen {
  font-size: 38px;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .part-about .ci-container .discount .content .max .txtc .txt-price .inner .yen {
    font-size: 27px;
  }
}
.part-about .ci-container .discount .content .max .txtc .txt-price .inner .tax {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .part-about .ci-container .discount .content .max .txtc .txt-price .inner .tax {
    font-size: 12px;
  }
}
.part-about .ci-container .discount .content .max .txtc .txt-off {
  font-size: 107px;
}
@media screen and (max-width: 768px) {
  .part-about .ci-container .discount .content .max .txtc .txt-off {
    font-size: 79px;
  }
}
.part-about .ci-container .discount .content .max .txtc .txt-name {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .part-about .ci-container .discount .content .max .txtc .txt-name {
    font-size: 12px;
  }
}
.part-about .ci-container .discount .content .partition {
  min-width: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .part-about .ci-container .discount .content .partition {
    min-width: initial;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}
.part-about .ci-container .discount .content .partition::before, .part-about .ci-container .discount .content .partition::after {
  content: "";
  display: inline-block;
  min-width: 23px;
  height: 16px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .part-about .ci-container .discount .content .partition::before, .part-about .ci-container .discount .content .partition::after {
    min-width: 16px;
    height: 23px;
  }
}
@media screen and (max-width: 768px) {
  .part-about .ci-container .discount .content .partition::before, .part-about .ci-container .discount .content .partition::after {
    min-width: 9px;
    height: 13px;
  }
}
.part-about .ci-container .discount .content .partition::before {
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  margin-top: -1px;
}
@media screen and (max-width: 1024px) {
  .part-about .ci-container .discount .content .partition::before {
    clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
    margin-top: initial;
    margin-left: -1px;
  }
}
.part-about .ci-container .discount .content .partition::after {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  margin-bottom: -1px;
}
@media screen and (max-width: 1024px) {
  .part-about .ci-container .discount .content .partition::after {
    clip-path: polygon(0% 50%, 100% 100%, 100% 0%);
    margin-bottom: initial;
    margin-right: -1px;
  }
}
.part-about .ci-container .discount .content .partition .line {
  min-width: 2px;
  height: 100%;
  background-image: repeating-linear-gradient(180deg, #fff, #fff 4px, transparent 4px, transparent 8px);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 2px 100%;
}
@media screen and (max-width: 1024px) {
  .part-about .ci-container .discount .content .partition .line {
    min-width: initial;
    width: 100%;
    height: 2px;
    background-image: repeating-linear-gradient(90deg, #fff, #fff 4px, transparent 4px, transparent 8px);
    background-repeat: repeat-x;
    background-size: 100% 2px;
  }
}
.part-about .ci-container .discount .content .detail-list {
  padding: 20px 20px 20px 5px;
  width: 67%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .part-about .ci-container .discount .content .detail-list {
    padding: 10px 15px 15px;
    width: 100%;
  }
}
.part-about .ci-container .discount .content .detail-list .detail-item {
  width: 49%;
  border-radius: 5px;
  background-color: #fff;
  padding: 10px 0 0;
}
@media screen and (max-width: 1024px) {
  .part-about .ci-container .discount .content .detail-list .detail-item {
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .part-about .ci-container .discount .content .detail-list .detail-item {
    width: 100%;
  }
}
.part-about .ci-container .discount .content .detail-list .detail-item .label {
  font-size: 16px;
}
.part-about .ci-container .discount .content .detail-list .detail-item .txt {
  border-top: 1px solid #e8443a;
  color: #e8443a;
  margin-top: 7px;
  padding-top: 5px;
}
.part-about .ci-container .discount .content .detail-list .detail-item .txt .num {
  font-size: 59px;
  letter-spacing: -0.06em;
  font-style: italic;
}
.part-about .ci-container .discount .content .detail-list .detail-item .txt .yen {
  font-size: 21px;
  letter-spacing: -0.1em;
  margin: 0 4px 0 2px;
}
.part-about .ci-container .discount .content .detail-list .detail-item .txt .off {
  font-size: 42px;
}

.part-shop {
  padding: 0 0 80px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .part-shop {
    padding: 0 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  .part-shop .ci-container {
    width: 100%;
  }
}
.part-shop .ci-container .lead {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .part-shop .ci-container .lead {
    width: calc(100% - 30px);
    margin: 60px auto 0;
  }
}
.part-shop .ci-container .splide {
  max-width: 976px;
  width: 100%;
  margin: 15px auto 0;
  line-height: 1.42;
}
@media screen and (max-width: 1024px) {
  .part-shop .ci-container .splide {
    max-width: 375px;
    margin: 20px auto 0;
    padding: 0 0 30px;
    background-color: #e9f3f8;
  }
}
@media screen and (max-width: 1024px) {
  .part-shop .ci-container .splide__track {
    width: calc(100% - 30px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.part-shop .ci-container .splide__slide {
  display: grid;
  grid-template-areas: "img ttl" "img content" "img profile";
  margin-top: 15px;
  padding: 15px 15px 25px;
  background-color: #e9f3f8;
  min-height: 370px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .part-shop .ci-container .splide__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    min-height: initial;
    padding: 15px 15px 18px;
    margin-top: initial;
  }
}
.part-shop .ci-container .splide__slide .ttl {
  grid-area: ttl;
  font-size: 27px;
  line-height: 1.4444444444;
  font-weight: 700;
  color: #1e248b;
  padding-bottom: 4px;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 1024px) {
  .part-shop .ci-container .splide__slide .ttl {
    text-align: center;
    padding-bottom: initial;
    border-bottom: initial;
  }
}
.part-shop .ci-container .splide__slide .img {
  grid-area: img;
  max-width: 312px;
  width: 100%;
  margin-right: 25px;
}
@media screen and (max-width: 1024px) {
  .part-shop .ci-container .splide__slide .img {
    margin-right: initial;
    margin: 10px auto 0;
  }
}
.part-shop .ci-container .splide__slide .content {
  grid-area: content;
  margin-top: 10px;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .part-shop .ci-container .splide__slide .content {
    margin-top: 20px;
  }
}
.part-shop .ci-container .splide__slide .content .head {
  font-weight: 700;
  color: #01349d;
}
.part-shop .ci-container .splide__slide .content .txt {
  margin-top: 3px;
  font-weight: 500;
}
.part-shop .ci-container .splide__slide .content .txt.txt-area {
  font-weight: 500;
  margin-bottom: 8px;
}
.part-shop .ci-container .splide__slide .profile-list {
  grid-area: profile;
  margin-top: 10px;
  display: grid;
  gap: 8px;
}
@media screen and (max-width: 1024px) {
  .part-shop .ci-container .splide__slide .profile-list {
    margin-bottom: 10px;
    gap: 6px;
  }
}
.part-shop .ci-container .splide__slide .profile-list .profile-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
}
@media screen and (max-width: 1024px) {
  .part-shop .ci-container .splide__slide .profile-list .profile-item + .profile-item {
    padding-top: 6px;
    border-top: 1px solid #707070;
  }
}
.part-shop .ci-container .splide__slide .profile-list .profile-item .label {
  font-weight: 700;
  min-width: 70px;
}
.part-shop .ci-container .splide__slide .profile-list .profile-item .txt {
  font-weight: 500;
}
.part-shop .ci-container .splide__slide .link {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.part-shop .ci-container .splide__slide .link:hover {
  opacity: 0.6;
}
@media (hover: hover) {
  .part-shop .ci-container .splide__slide .link:hover {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
.part-shop .ci-container .splide__slide .link {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  max-width: 312px;
  width: 100%;
  margin-left: auto;
  padding: 9px;
  border-radius: 4px;
  background-color: #93aec3;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .part-shop .ci-container .splide__slide .link {
    position: relative;
    bottom: initial;
    right: initial;
    margin-top: auto;
    margin-left: initial;
  }
}
.part-shop .ci-container .splide__pagination {
  width: 100%;
  gap: 16px;
}
.part-shop .ci-container .splide__pagination li {
  width: 6px;
  height: 6px;
  position: relative;
}
.part-shop .ci-container .splide__pagination__page {
  background-color: #bbc2c5;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  vertical-align: bottom;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  top: 0;
  left: 0;
}
.part-shop .ci-container .splide__pagination__page.is-active {
  background-color: #676d77;
}
@media screen and (max-width: 1024px) {
  .part-shop .ci-container .splide__arrows {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 0;
    z-index: 2;
    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;
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 1024px) {
  .part-shop .ci-container .splide__arrow {
    cursor: pointer;
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .part-shop .ci-container .splide__arrow--prev .arrow::before, .part-shop .ci-container .splide__arrow--prev .arrow::after {
    -webkit-transform-origin: 1.5px 50%;
            transform-origin: 1.5px 50%;
  }
  .part-shop .ci-container .splide__arrow--next .arrow::before, .part-shop .ci-container .splide__arrow--next .arrow::after {
    -webkit-transform-origin: calc(100% - 1.5px) 50%;
            transform-origin: calc(100% - 1.5px) 50%;
  }
  .part-shop .ci-container .splide__arrow .arrow {
    position: relative;
    display: inline-block;
    width: 11.4px;
    height: 17.1px;
  }
  .part-shop .ci-container .splide__arrow .arrow::before, .part-shop .ci-container .splide__arrow .arrow::after {
    content: "";
    position: absolute;
    top: calc(50% - 1.5px);
    right: 0;
    width: 14px;
    height: 3px;
    border-radius: 9999px;
    background-color: #0B328E;
  }
  .part-shop .ci-container .splide__arrow .arrow::before {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
  .part-shop .ci-container .splide__arrow .arrow::after {
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }
}

.shop {
  background-color: #fff;
}

.reserve {
  padding: 40px 0 50px;
  background-color: #e0effe;
}
@media screen and (max-width: 768px) {
  .reserve {
    padding: 20px 0;
  }
}
.reserve .ci-container .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .reserve .ci-container .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .reserve .ci-container .list {
    gap: 10px 4px;
  }
}
@media screen and (min-width: 769px) {
  .reserve .ci-container .list .item {
    pointer-events: none;
  }
}
.reserve .ci-container .list .item .txt {
  font-size: 24px;
  font-weight: 700;
  color: #1e248b;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .reserve .ci-container .list .item .txt {
    font-size: 13px;
    margin-top: 5px;
  }
}
.reserve .ci-container .shop-linkc {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .reserve .ci-container .shop-linkc {
    margin-top: 20px;
    gap: 7px;
  }
}
.reserve .ci-container .shop-linkc::before {
  content: "";
  display: inline-block;
  min-width: 10px;
  height: 14px;
  background: url(../library/images/car_inspection/arrow-right-bl.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .reserve .ci-container .shop-linkc::before {
    min-width: 7px;
    height: 9px;
  }
}
.reserve .ci-container .shop-linkc .shop-link {
  font-size: 24px;
  font-weight: 700;
  color: #1E248B;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .reserve .ci-container .shop-linkc .shop-link {
    font-size: 16px;
  }
}
.reserve .ci-container .search-btn {
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .reserve .ci-container .search-btn {
    margin: 30px auto 0;
  }
}

.plan * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.plan > .ci-container > .ttl {
  font-size: 24px;
  font-weight: 700;
  color: #01349d;
  line-height: 1.4583333333;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .plan > .ci-container > .ttl {
    margin-top: 40px;
  }
}
.plan > .ci-container > .lead {
  margin-top: 20px;
}
.plan > .ci-container > .plan-cttc {
  margin-top: 90px;
  padding: 12px;
  background-color: #01349d;
}
@media screen and (max-width: 768px) {
  .plan > .ci-container > .plan-cttc {
    margin-top: 65px;
    padding: 80px 12px 12px;
  }
}
.plan > .ci-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 > .ci-container > .plan-cttc > .plan-tabc {
    width: 100%;
  }
}
.plan > .ci-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: 23px 0 12px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4545454545;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
}
@media screen and (max-width: 1200px) {
  .plan > .ci-container > .plan-cttc > .plan-tabc > .plan-tab {
    padding: 6px 10px 9px;
    font-size: 16px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 768px) {
  .plan > .ci-container > .plan-cttc > .plan-tabc > .plan-tab {
    width: 100%;
  }
}
.plan > .ci-container > .plan-cttc > .plan-tabc > .plan-tab.selected {
  color: #349aff;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .plan > .ci-container > .plan-cttc > .plan-tabc > .plan-tab.selected {
    border-bottom: 5px solid #349aff;
  }
}
.plan > .ci-container > .plan-cttc > .plan-tabc > .plan-tab > .plan-badge-a {
  position: absolute;
  top: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 20px);
  color: #e8443a;
}
@media screen and (max-width: 1200px) {
  .plan > .ci-container > .plan-cttc > .plan-tabc > .plan-tab > .plan-badge-a {
    top: -60px;
    width: 100%;
  }
}
.plan > .ci-container > .plan-cttc > .plan-tabc > .plan-tab > .plan-badge-a .balloon {
  background-color: #fff383;
  border-radius: 40px;
  position: relative;
  padding: 6px;
}
@media screen and (max-width: 1200px) {
  .plan > .ci-container > .plan-cttc > .plan-tabc > .plan-tab > .plan-badge-a .balloon {
    padding: 4px;
  }
}
@media screen and (max-width: 768px) {
  .plan > .ci-container > .plan-cttc > .plan-tabc > .plan-tab > .plan-badge-a .balloon {
    padding: 6px 4px 9px;
  }
}
.plan > .ci-container > .plan-cttc > .plan-tabc > .plan-tab > .plan-badge-a .balloon::before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 16px;
  height: 10px;
  background-color: #fff383;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
@media screen and (max-width: 1200px) {
  .plan > .ci-container > .plan-cttc > .plan-tabc > .plan-tab > .plan-badge-a .balloon::before {
    bottom: -8px;
    width: 14px;
    height: 9px;
  }
}
.plan > .ci-container > .plan-cttc > .plan-tabc > .plan-tab > .plan-badge-a .balloon .content {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 28px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .plan > .ci-container > .plan-cttc > .plan-tabc > .plan-tab > .plan-badge-a .balloon .content {
    padding: initial;
  }
}
.plan > .ci-container > .plan-cttc > .plan-tabc > .plan-tab > .plan-badge-a .balloon .content::before, .plan > .ci-container > .plan-cttc > .plan-tabc > .plan-tab > .plan-badge-a .balloon .content::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 25px;
  height: 46px;
  background-color: #e8443a;
}
@media screen and (max-width: 1200px) {
  .plan > .ci-container > .plan-cttc > .plan-tabc > .plan-tab > .plan-badge-a .balloon .content::before, .plan > .ci-container > .plan-cttc > .plan-tabc > .plan-tab > .plan-badge-a .balloon .content::after {
    width: 20px;
    height: 37px;
  }
}
@media screen and (max-width: 768px) {
  .plan > .ci-container > .plan-cttc > .plan-tabc > .plan-tab > .plan-badge-a .balloon .content::before, .plan > .ci-container > .plan-cttc > .plan-tabc > .plan-tab > .plan-badge-a .balloon .content::after {
    content: none;
  }
}
.plan > .ci-container > .plan-cttc > .plan-tabc > .plan-tab > .plan-badge-a .balloon .content::before {
  left: 0;
  clip-path: polygon(0% 25%, 25% 0%, 100% 95%, 95% 100%);
}
.plan > .ci-container > .plan-cttc > .plan-tabc > .plan-tab > .plan-badge-a .balloon .content::after {
  right: 0;
  clip-path: polygon(75% 0%, 100% 25%, 5% 100%, 0% 95%);
}
.plan > .ci-container > .plan-cttc > .plan-tabc > .plan-tab > .plan-badge-a .balloon .content .label {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .plan > .ci-container > .plan-cttc > .plan-tabc > .plan-tab > .plan-badge-a .balloon .content .label {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .plan > .ci-container > .plan-cttc > .plan-tabc > .plan-tab > .plan-badge-a .balloon .content .label {
    font-size: 12px;
  }
}
.plan > .ci-container > .plan-cttc > .plan-tabc > .plan-tab > .plan-badge-a .balloon .content .price {
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .plan > .ci-container > .plan-cttc > .plan-tabc > .plan-tab > .plan-badge-a .balloon .content .price {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .plan > .ci-container > .plan-cttc > .plan-tabc > .plan-tab > .plan-badge-a .balloon .content .price {
    margin-top: 3px;
  }
}
.plan > .ci-container > .plan-cttc > .plan-tabc > .plan-tab > .plan-badge-a .balloon .content .price .en {
  font-size: 23px;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 1200px) {
  .plan > .ci-container > .plan-cttc > .plan-tabc > .plan-tab > .plan-badge-a .balloon .content .price .en {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .plan > .ci-container > .plan-cttc > .plan-tabc > .plan-tab > .plan-badge-a .balloon .content .price .en {
    font-size: 16px;
  }
}
.plan > .ci-container > .plan-cttc > .plan-tabc > .plan-tab > .plan-badge-a .balloon .content .price .en.num {
  letter-spacing: -0.03em;
}
.plan > .ci-container > .plan-cttc > .plan-tabc > .plan-tab > .plan-badge-a .balloon .content .price .yen {
  margin: 0 1px;
}
.plan > .ci-container > .plan-cttc > .plan-tabc > .plan-tab > .plan-badge-a .balloon .content .price .line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ffe600));
  background: linear-gradient(transparent 75%, #ffe600 75%);
}
.plan > .ci-container > .plan-cttc > .plan-tabc > .plan-tab > .plan-badge-b {
  position: absolute;
  right: -10px;
  top: -70px;
}
@media screen and (max-width: 1200px) {
  .plan > .ci-container > .plan-cttc > .plan-tabc > .plan-tab > .plan-badge-b {
    right: -38px;
    top: -52px;
  }
}
@media screen and (max-width: 768px) {
  .plan > .ci-container > .plan-cttc > .plan-tabc > .plan-tab > .plan-badge-b {
    right: -20px;
    top: -120px;
  }
}
.plan > .ci-container > .plan-cttc > .plan-tabc > .plan-tab > .plan-badge-b .balloon {
  width: 97px;
  height: 97px;
  background: url(../library/images/car_inspection/plan-badge-b.svg) no-repeat center/contain;
  color: #fff;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 1200px) {
  .plan > .ci-container > .plan-cttc > .plan-tabc > .plan-tab > .plan-badge-b .balloon {
    width: 66px;
    height: 66px;
  }
}
@media screen and (max-width: 768px) {
  .plan > .ci-container > .plan-cttc > .plan-tabc > .plan-tab > .plan-badge-b .balloon {
    height: 73px;
    background: url(../library/images/car_inspection/plan-badge-b-sp.svg) no-repeat center/contain;
  }
}
.plan > .ci-container > .plan-cttc > .plan-tabc > .plan-tab > .plan-badge-b .balloon .txt {
  font-size: 14px;
  line-height: 1.3571428571;
}
@media screen and (max-width: 1200px) {
  .plan > .ci-container > .plan-cttc > .plan-tabc > .plan-tab > .plan-badge-b .balloon .txt {
    font-size: 9px;
  }
}
.plan > .ci-container > .plan-cttc > .plan-tabc > .plan-tab > .plan-badge-b .balloon .txt .em {
  font-size: 21px;
  margin-top: -3px;
  display: block;
}
@media screen and (max-width: 1200px) {
  .plan > .ci-container > .plan-cttc > .plan-tabc > .plan-tab > .plan-badge-b .balloon .txt .em {
    font-size: 14px;
  }
}
.plan > .ci-container > .plan-cttc > .plan-ctt {
  background-color: #fff;
  display: none;
}
.plan > .ci-container > .plan-cttc > .plan-ctt.selected {
  display: block;
}
.plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper {
  padding: 32px;
}
@media screen and (max-width: 1024px) {
  .plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper {
    padding: 17px 12px 32px;
  }
}
.plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper .plan-note {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper .plan-note::before {
  content: "※";
}
.plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list {
  margin-top: 30px;
  display: grid;
  gap: 15px;
}
@media screen and (max-width: 1200px) {
  .plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list {
    grid-template-columns: auto;
  }
}
.plan > .ci-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 > .ci-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 > .ci-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 > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .left,
.plan > .ci-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 > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .left,
  .plan > .ci-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 > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .left {
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .left {
    gap: 10px;
  }
}
.plan > .ci-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 > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .left > .img {
    max-width: 233px;
    width: 100%;
    min-width: initial;
  }
}
.plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .left > .type {
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .left > .type {
    text-align: center;
  }
}
.plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .left > .type > .size {
  font-size: 38px;
}
@media screen and (max-width: 1024px) {
  .plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .left > .type > .size {
    font-size: 26px;
  }
}
.plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .left > .type > .weight {
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  .plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .left > .type > .weight {
    font-size: 13px;
  }
}
.plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .right {
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .right {
    gap: 10px;
  }
}
.plan > .ci-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 > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .right > .discount {
    width: 100%;
    height: initial;
    border-radius: initial;
    padding: 6px;
  }
}
.plan > .ci-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(../library/images/car_inspection/balloon.svg) no-repeat center/contain;
}
@media screen and (max-width: 1200px) {
  .plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .right > .discount::after {
    content: none;
  }
}
.plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .right > .discount > .txt {
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .right > .discount > .txt {
    font-size: 14px;
  }
}
.plan > .ci-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 > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .right > .discount > .txt > .num {
    font-size: 19px;
  }
}
.plan > .ci-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 > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .right > .price {
    padding: 0 7px 0 10px;
  }
}
.plan > .ci-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 > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .right > .price::before {
    bottom: 0;
    height: 30px;
  }
}
.plan > .ci-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 > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .right > .price > .num {
    font-size: 74px;
  }
}
@media screen and (max-width: 374px) {
  .plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .right > .price > .num {
    font-size: 50px;
  }
}
.plan > .ci-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 > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .right > .price > .yen {
    font-size: 26px;
  }
}
@media screen and (max-width: 374px) {
  .plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .right > .price > .yen {
    font-size: 20px;
  }
}
.plan > .ci-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 > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .car-list > .car-item > .right > .price > .yen > .tax {
    top: -3px;
    left: -3px;
    font-size: 9px;
  }
}
.plan > .ci-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 > .ci-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 > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount {
    margin: 57px auto 0;
  }
}
.plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount * {
  font-weight: 700;
}
.plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount.dc-safety {
  max-width: 1000px;
  width: calc(100% - 24px);
}
@media screen and (max-width: 374px) {
  .plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount.dc-safety {
    width: 100%;
  }
}
.plan > .ci-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 > .ci-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 > .ci-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 > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount.dc-safety .bg-1 .dc-list {
    grid-template-columns: auto;
  }
}
.plan > .ci-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 > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount.dc-premium .bg-1 {
    padding: 15px 15px 25px;
    gap: 15px;
  }
}
.plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount.dc-premium .bg-1 .dc-max {
  max-width: 475px;
}
.plan > .ci-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 > .ci-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 > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount.dc-premium .bg-1 .dc-max .price .off {
    font-size: 24px;
  }
}
.plan > .ci-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 > .ci-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 > .ci-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 > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount.dc-premium .bg-1 .dc-list {
    grid-template-columns: auto;
  }
}
.plan > .ci-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 > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount.dc-premium .bg-1 .dc-list .dc-item:last-child {
    grid-column: initial;
  }
}
.plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .ribbon-1,
.plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .ribbon-2 {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .ribbon-1 {
  max-width: 204px;
  top: -13px;
  left: -12px;
}
@media screen and (max-width: 1200px) {
  .plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .ribbon-1 {
    max-width: 150px;
    top: -9px;
    left: -9px;
  }
}
@media screen and (max-width: 768px) {
  .plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .ribbon-1 {
    max-width: 82px;
    top: -5px;
    left: -5px;
  }
}
.plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .ribbon-2 {
  max-width: 195px;
  bottom: -13px;
  right: -12px;
}
@media screen and (max-width: 1200px) {
  .plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .ribbon-2 {
    max-width: 140px;
    bottom: -9px;
    right: -9px;
  }
}
@media screen and (max-width: 768px) {
  .plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .ribbon-2 {
    max-width: 83px;
    bottom: -5px;
    right: -5px;
  }
}
.plan > .ci-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 > .ci-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 > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 > .dc-max {
  max-width: 504px;
  width: 100%;
}
.plan > .ci-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 > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 > .dc-max > .txt {
    font-size: 14px;
  }
}
.plan > .ci-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 > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 > .dc-max > .price * {
  display: inline-block;
}
.plan > .ci-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 > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 > .dc-max > .price > .tax {
    font-size: 14px;
    padding: 5px 5px 7px;
  }
}
.plan > .ci-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 > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 > .dc-max > .price > .num {
    font-size: 52px;
    margin-left: 7px;
  }
}
.plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 > .dc-max > .price > .off {
  font-size: 59px;
}
@media screen and (max-width: 768px) {
  .plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 > .dc-max > .price > .off {
    font-size: 27px;
  }
}
.plan > .ci-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 > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 > .dc-max > .price > .off > .yen {
    font-size: 18px;
  }
}
.plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 > .dc-list {
  display: grid;
  gap: 8px;
}
.plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 > .dc-list > .dc-item {
  padding: 10px 20px;
  background-color: #fff;
  text-align: center;
}
.plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 > .dc-list > .dc-item > .txt {
  font-size: 14px;
}
.plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 > .dc-list > .dc-item > .price {
  color: #e8443a;
  margin-top: -5px;
  line-height: 1;
}
.plan > .ci-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 > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 > .dc-list > .dc-item > .price > .yen {
  font-size: 16px;
}
.plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 > .dc-list > .dc-item > .price > .off {
  font-size: 27px;
}
.plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 .yen,
.plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 .off {
  letter-spacing: -0.1em;
}
.plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 .yen {
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .discount > .bg-1 .yen {
    margin: 0 3px;
  }
}
.plan > .ci-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 > .ci-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 > .ci-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 > .ci-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 > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .premium {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .premium {
    margin-top: 40px;
  }
}
.plan > .ci-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 > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .premium > .ttl-1 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .premium > .ttl-1 {
    font-size: 22px;
    padding: 4px;
  }
}
.plan > .ci-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 > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .premium > .lead.bottom {
    font-size: 15px;
  }
}
.plan > .ci-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 > .ci-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 > .ci-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 > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .premium > .list > .item {
    max-width: 600px;
    width: 100%;
  }
}
.plan > .ci-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 > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .premium > .list > .item > .txt > .col-orange {
  color: #ff7f00;
}
.plan > .ci-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 > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .premium > .ttl-2 {
    font-size: 22px;
  }
}
.plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint {
  margin-top: 45px;
}
.plan > .ci-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 > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .maint-ctt {
  width: calc(100% - 28px);
  margin: auto;
}
@media screen and (max-width: 768px) {
  .plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .maint-ctt {
    width: 100%;
  }
}
.plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .maint-ctt + .maint-ctt {
  margin: 25px auto 0;
}
.plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .maint-ctt > .sub-ttl {
  font-size: 24px;
  font-weight: 700;
  color: #01349d;
}
.plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .maint-ctt > .maint-list {
  padding: 0 0 5px;
}
.plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .maint-ctt > .maint-list * {
  font-weight: 700;
}
.plan > .ci-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 > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .maint-ctt > .maint-list > .maint-item {
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .maint-ctt > .maint-list > .maint-item::before, .plan > .ci-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 > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .maint-ctt > .maint-list > .maint-item::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.plan > .ci-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 > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .maint-ctt > .maint-list > .maint-item > .contentc.label > .content > .txt {
  font-size: 20px;
  color: #01349d;
}
.plan > .ci-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 > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .maint-ctt > .maint-list > .maint-item > .contentc.value {
    overflow: hidden;
    height: 0;
  }
}
.plan > .ci-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 > .ci-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 > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .maint-ctt > .maint-list > .maint-item > .contentc.value > .content {
    grid-template-columns: auto;
    gap: 10px;
  }
}
.plan > .ci-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 > .ci-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 > .ci-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 > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .maint-ctt > .maint-list > .maint-item > .contentc.value > .content > .txt.txt-s {
    font-size: 14px;
  }
}
.plan > .ci-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 > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .maint-ctt > .maint-list > .maint-item > .contentc.value > .content > .txt.txt-xs {
    font-size: 12px;
  }
}
.plan > .ci-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(../library/images/car_inspection/icon-check.svg) no-repeat center/contain;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .maint-ctt > .maint-list > .maint-item > .contentc.value > .content > .txt::before {
    width: 20px;
    height: 20px;
  }
}
.plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .note {
  margin-top: 15px;
  font-size: 12px;
}
.plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .note > .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .maint > .note > .txt::before {
  content: "・";
}
.plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .price-table {
  width: 100%;
  margin: 45px auto 0;
}
.plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .price-table .pt-modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 99999;
}
.plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .price-table .pt-modal.is-active {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .price-table .pt-modal .bg {
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px) brightness(0.7);
  height: 100vh;
  position: fixed;
  left: 0;
  width: 100%;
}
.plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .price-table .pt-modal .bg .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  padding: 15px 0;
  text-align: center;
  color: #fff;
  font-weight: 700;
  overflow: auto;
}
.plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .price-table .pt-modal .bg .inner > .pt-close-btn {
  margin-top: 15px;
}
.plan > .ci-container > .plan-cttc > .plan-ctt > .plan-wrapper > .price-table .pt-modal .bg .inner img {
  width: 650px;
}

.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 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .layer .reason {
    padding: 60px 0 0;
  }
}
.layer .reason > .ci-container {
  max-width: 1000px;
}
.layer .reason > .ci-container > .list {
  margin-top: 40px;
}
.layer .reason > .ci-container > .list > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .layer .reason > .ci-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 > .ci-container > .list > .item + .item {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .layer .reason > .ci-container > .list > .item + .item {
    margin-top: 40px;
  }
}
.layer .reason > .ci-container > .list > .item:nth-of-type(odd) .img {
  margin-right: -50px;
}
@media screen and (max-width: 1024px) {
  .layer .reason > .ci-container > .list > .item:nth-of-type(odd) .img {
    margin-right: auto;
  }
}
.layer .reason > .ci-container > .list > .item:nth-of-type(odd) .content {
  padding: 0 50px 0 100px;
}
@media screen and (max-width: 1024px) {
  .layer .reason > .ci-container > .list > .item:nth-of-type(odd) .content {
    padding: 0;
  }
}
.layer .reason > .ci-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 > .ci-container > .list > .item:nth-of-type(even) .img {
  margin-left: -50px;
}
@media screen and (max-width: 1024px) {
  .layer .reason > .ci-container > .list > .item:nth-of-type(even) .img {
    margin-left: auto;
  }
}
.layer .reason > .ci-container > .list > .item:nth-of-type(even) .content {
  padding: 0 100px 0 50px;
}
@media screen and (max-width: 1024px) {
  .layer .reason > .ci-container > .list > .item:nth-of-type(even) .content {
    padding: 0;
  }
}
.layer .reason > .ci-container > .list > .item:last-of-type > .content {
  height: 460px;
}
@media screen and (max-width: 1024px) {
  .layer .reason > .ci-container > .list > .item:last-of-type > .content {
    height: auto;
  }
}
.layer .reason > .ci-container > .list > .item .img {
  width: 380px;
  margin-top: 25px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .layer .reason > .ci-container > .list > .item .img {
    max-width: 600px;
    width: calc(100% - 34px);
    margin: 25px auto 0;
  }
}
.layer .reason > .ci-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 > .ci-container > .list > .item > .content {
    width: 100%;
    height: auto;
    background-color: initial;
    -webkit-box-shadow: initial;
            box-shadow: initial;
  }
}
.layer .reason > .ci-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 > .ci-container > .list > .item > .content > .head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.layer .reason > .ci-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 > .ci-container > .list > .item > .content > .head > .txtc {
    margin-top: 20px;
  }
}
.layer .reason > .ci-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 > .ci-container > .list > .item > .content > .head > .txtc > .txt-2 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 8px;
  line-height: 1.3636363636;
}
.layer .reason > .ci-container > .list > .item > .content > .head > .txtc > .txt-2.reason-ttl-quick, .layer .reason > .ci-container > .list > .item > .content > .head > .txtc > .txt-2.reason-ttl-safety, .layer .reason > .ci-container > .list > .item > .content > .head > .txtc > .txt-2.reason-ttl-premium {
  display: none;
}
.layer .reason > .ci-container > .list > .item > .content > .head > .txtc > .txt-2.reason-ttl-quick.selected, .layer .reason > .ci-container > .list > .item > .content > .head > .txtc > .txt-2.reason-ttl-safety.selected, .layer .reason > .ci-container > .list > .item > .content > .head > .txtc > .txt-2.reason-ttl-premium.selected {
  display: block;
}
.layer .reason > .ci-container > .list > .item > .content > .head > .txtc > .txt-3 {
  font-size: 15px;
  margin-top: 4px;
  color: #349aff;
  line-height: 1.4666666667;
}
.layer .reason > .ci-container > .list > .item > .content > .head > .txtc > .txt-3.reason-head-quick, .layer .reason > .ci-container > .list > .item > .content > .head > .txtc > .txt-3.reason-head-safety, .layer .reason > .ci-container > .list > .item > .content > .head > .txtc > .txt-3.reason-head-premium {
  display: none;
}
.layer .reason > .ci-container > .list > .item > .content > .head > .txtc > .txt-3.reason-head-quick.selected, .layer .reason > .ci-container > .list > .item > .content > .head > .txtc > .txt-3.reason-head-safety.selected, .layer .reason > .ci-container > .list > .item > .content > .head > .txtc > .txt-3.reason-head-premium.selected {
  display: block;
}
.layer .reason > .ci-container > .list > .item > .content > .txt {
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.6;
}
.layer .reason > .ci-container > .list > .item > .content > .txt.reason-txt-quick, .layer .reason > .ci-container > .list > .item > .content > .txt.reason-txt-safety, .layer .reason > .ci-container > .list > .item > .content > .txt.reason-txt-premium {
  display: none;
}
.layer .reason > .ci-container > .list > .item > .content > .txt.reason-txt-quick.selected, .layer .reason > .ci-container > .list > .item > .content > .txt.reason-txt-safety.selected, .layer .reason > .ci-container > .list > .item > .content > .txt.reason-txt-premium.selected {
  display: block;
}
@media screen and (max-width: 1024px) {
  .layer .reason > .ci-container > .list > .item > .content > .txt {
    margin-top: 25px;
    padding: 0 2px;
  }
}
.layer .reason > .ci-container > .list > .item > .content > .txt > .note {
  font-size: 12px;
  margin-top: 10px;
  display: inline-block;
}
.layer .reason > .ci-container > .list .only-premium {
  display: none;
}
.layer .reason > .ci-container > .list .only-premium.is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layer .flow {
  padding: 40px 0 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .layer .flow {
    padding: 30px 0 0;
  }
}
.layer .flow > .ci-container > .sub-ttl {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #01349d;
  margin-top: 25px;
}
.layer .flow > .ci-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 > .ci-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 > .ci-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 > .ci-container > .content > .img {
  max-width: 214px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .layer .flow > .ci-container > .content > .img {
    max-width: 162px;
  }
}
.layer .flow > .ci-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 > .ci-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 > .ci-container > .list > .item {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  position: relative;
}
.layer .flow > .ci-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 > .ci-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 > .ci-container > .list > .item:nth-of-type(1) > .content > .list > .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.layer .flow > .ci-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 > .ci-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 > .ci-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 > .ci-container > .list > .item:nth-of-type(1) > .content > .list > .item > .txtc > .icon {
    max-width: 54px;
    min-width: 54px;
  }
}
.layer .flow > .ci-container > .list > .item:nth-of-type(1) > .content > .list > .item > .txtc > .txt {
  max-width: 200px;
}
.layer .flow > .ci-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 > .ci-container > .list > .item:nth-of-type(1) > .content > .list > .item + .item .icon {
    max-width: 35px;
    min-width: 35px;
    margin-right: 9px;
  }
}
.layer .flow > .ci-container > .list > .item:nth-of-type(1) > .content > .search-btn {
  margin: 25px auto 0;
}
.layer .flow > .ci-container > .list > .item:nth-of-type(2) > .content > .detail {
  padding: 0 0 24px;
  margin-top: 20px;
}
.layer .flow > .ci-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 > .ci-container > .list > .item:nth-of-type(2) > .content > .detail > .list {
    width: calc(100% - 30px);
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.layer .flow > .ci-container > .list > .item:nth-of-type(2) > .content > .detail > .list > .item {
  padding: 15px;
  background-color: #f0f0f0;
}
@media screen and (max-width: 768px) {
  .layer .flow > .ci-container > .list > .item:nth-of-type(2) > .content > .detail > .list > .item {
    padding: 10px;
  }
}
.layer .flow > .ci-container > .list > .item:nth-of-type(2) > .content > .detail > .list > .item > .icon {
  width: 98px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .layer .flow > .ci-container > .list > .item:nth-of-type(2) > .content > .detail > .list > .item > .icon {
    width: 65px;
  }
}
.layer .flow > .ci-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 > .ci-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 > .ci-container > .list > .item:nth-of-type(2) > .content > .detail > .list > .item > .txt > .txt-s {
    font-size: 10px;
  }
}
.layer .flow > .ci-container > .list > .item:nth-of-type(2) > .content > .detail > .note {
  width: calc(100% - 76px);
  margin: 12px auto 0;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .layer .flow > .ci-container > .list > .item:nth-of-type(2) > .content > .detail > .note {
    font-size: 10px;
    width: calc(100% - 30px);
  }
}
.layer .flow > .ci-container > .list > .item:nth-of-type(2) > .content > .detail > .note > .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layer .flow > .ci-container > .list > .item:nth-of-type(2) > .content > .detail > .note > .txt::before {
  content: "※";
}
.layer .flow > .ci-container > .list > .item:nth-of-type(2) > .content > .detail > .note > .txt.em {
  font-weight: 700;
}
.layer .flow > .ci-container > .list > .item:nth-of-type(3) > .content > .list {
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  .layer .flow > .ci-container > .list > .item:nth-of-type(3) > .content > .list {
    margin-top: 20px;
  }
}
.layer .flow > .ci-container > .list > .item:nth-of-type(3) > .content > .list > .item + .item {
  margin-top: 20px;
}
.layer .flow > .ci-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 > .ci-container > .list > .item:nth-of-type(3) > .content > .list > .item > .head > .num {
  padding: 3px 11px;
  background-color: #349aff;
  color: #fff;
}
.layer .flow > .ci-container > .list > .item:nth-of-type(3) > .content > .list > .item > .txt {
  margin-top: 9px;
}
.layer .flow > .ci-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 > .ci-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 > .ci-container > .list > .item:last-of-type {
  padding: 50px min(max(3.6458333333vw, 15px), 70px) 40px;
}
@media screen and (max-width: 768px) {
  .layer .flow > .ci-container > .list > .item:last-of-type {
    padding: 30px 15px 40px;
  }
}
.layer .flow > .ci-container > .list > .item + .item {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .layer .flow > .ci-container > .list > .item + .item {
    margin-top: 30px;
  }
}
.layer .flow > .ci-container > .list > .item .img {
  max-width: 298px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .layer .flow > .ci-container > .list > .item .img {
    max-width: 600px;
    width: calc(100% - 65px);
    margin: 22px auto 0;
  }
}
@media screen and (max-width: 1024px) {
  .layer .flow > .ci-container > .list > .item > .content {
    width: 100%;
  }
}
.layer .flow > .ci-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 > .ci-container > .list > .item > .content > .ttl {
    font-size: 20px;
  }
}
.layer .flow > .ci-container > .list > .item > .content > .txt {
  margin-top: 20px;
}
.layer .flow > .ci-container > .list > .item > .content .ctt-item {
  border: 1px solid #01349d;
}
.layer .flow > .ci-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: 80px 0;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 70px 0 60px;
  }
}
.faq * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq > .ci-container {
  max-width: 1000px;
}
.faq > .ci-container > .content {
  margin-top: 30px;
}
.faq > .ci-container > .content + .content {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .faq > .ci-container > .content + .content {
    margin-top: 30px;
  }
}
.faq > .ci-container > .content > .ttl {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .faq > .ci-container > .content > .ttl {
    font-size: 16px;
  }
}
.faq > .ci-container > .content > .lead {
  margin-bottom: 20px;
  font-size: 14px;
}
.faq > .ci-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 > .ci-container > .content > .list > .item {
    padding: 12px 15px 0;
  }
}
.faq > .ci-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 > .ci-container > .content > .list > .item::after {
    top: 20px;
    right: 15px;
  }
}
.faq > .ci-container > .content > .list > .item.active {
  padding: 12px 25px 25px;
}
@media screen and (max-width: 768px) {
  .faq > .ci-container > .content > .list > .item.active {
    padding: 12px 15px 15px;
  }
}
.faq > .ci-container > .content > .list > .item.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq > .ci-container > .content > .list > .item > .contentc.question {
  cursor: pointer;
}
.faq > .ci-container > .content > .list > .item > .contentc.question > .content > .heading {
  color: #fff;
  background-color: #ff7f00;
}
.faq > .ci-container > .content > .list > .item > .contentc.question > .content > .txt {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .faq > .ci-container > .content > .list > .item > .contentc.question > .content > .txt {
    width: 70%;
  }
}
.faq > .ci-container > .content > .list > .item > .contentc.answer {
  overflow: hidden;
  height: 0;
  background-color: #fff;
  margin-top: 15px;
}
.faq > .ci-container > .content > .list > .item > .contentc.answer > .content {
  padding: 20px 20px 28px;
}
@media screen and (max-width: 768px) {
  .faq > .ci-container > .content > .list > .item > .contentc.answer > .content {
    padding: 15px 15px 20px;
  }
}
.faq > .ci-container > .content > .list > .item > .contentc.answer > .content > .heading {
  color: #ff7f00;
  border: 1px solid #ff7f00;
}
.faq > .ci-container > .content > .list > .item > .contentc.answer > .content > .txt {
  width: 100%;
}
.faq > .ci-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 > .ci-container > .content > .list > .item > .contentc > .content {
    gap: 0 12px;
  }
}
.faq > .ci-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 > .ci-container > .content > .list > .item > .contentc > .content > .txt {
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .faq > .ci-container > .content > .list > .item > .contentc > .content > .txt {
    margin-top: 5px;
  }
}

.sticky {
  display: none;
  max-width: 375px;
  width: 100%;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.06);
          box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.06);
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sticky {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sticky .link {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px 0 10px;
}
.sticky .link .icon {
  width: 35px;
  margin: auto;
}
.sticky .link .txt {
  font-size: 13px;
  font-weight: 700;
  margin-top: 2px;
  text-align: center;
  line-height: 1.1538461538;
}
.sticky .link.sticky-estimate {
  background-color: #ff7f02;
}
.sticky .link.sticky-estimate .txt {
  color: #fff;
}
.sticky .link.sticky-reserve {
  background-color: #fff;
}
.sticky .link.sticky-reserve .txt {
  color: #0091ff;
}
.sticky .link.sticky-tel {
  background-color: #1bbf0f;
}
.sticky .link.sticky-tel .txt {
  color: #fff;
}

.contact-modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 99999;
}
.contact-modal.is-active {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.contact-modal .bg {
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px) brightness(0.7);
  height: 100vh;
  position: fixed;
  left: 0;
  width: 100%;
}
.contact-modal .bg .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 345px;
  width: calc(100% - 30px);
  padding: 30px 15px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  font-weight: 700;
}
.contact-modal .bg .inner .head {
  font-size: 20px;
}
.contact-modal .bg .inner .list {
  margin-top: 15px;
}
.contact-modal .bg .inner .list .item + .item {
  margin-top: 8px;
}
.contact-modal .bg .inner .list .item .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-modal .bg .inner .list .item .link .icon {
  min-width: 70px;
  padding: 17px;
  background-color: #1bbf0f;
  border-radius: 5px 0 0 5px;
}
.contact-modal .bg .inner .list .item .link .content {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-radius: 0 5px 5px 0;
  width: 100%;
  display: grid;
  place-content: center;
}
.contact-modal .bg .inner .list .item .link .content .name {
  font-size: 20px;
  line-height: 1;
}
.contact-modal .bg .inner .list .item .link .content .num {
  font-size: 18px;
  color: #1e248a;
  line-height: 1;
  margin-top: 5px;
}
.contact-modal .bg .inner > .close-btn {
  margin-top: 30px;
  padding: 17px;
  background-color: #a0a0a0;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}/*# sourceMappingURL=page-car-inspection.css.map */