@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE <10.
 * Add the correct display in Edge, IE, and Firefox for `details` or `summary`.
 * Add the correct display in IE for `main`.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * Add the correct display in IE <10.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display and remove excess height in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Add the correct display in IE <11, Safari <8, and Firefox <22.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox <40.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * Add the correct font style in Android <4.4.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 0.75em 0;
}

/**
 * Add the correct background and color in IE <10.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE <11.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1.5em 40px;
}

/**
 * 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 */
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known issues:
 * - By default, Chrome on OS X and Safari on OS X allow very limited styling of
 *   select, unless a border property is set. The default font weight on
 *   optgroup elements cannot safely be changed in Chrome on OSX and Safari on
 *   OS X.
 * - It is recommended that you do not style checkbox and radio inputs as
 *   Firefox's implementation does not respect box-sizing, padding, or width.
 * - Certain font size values applied to number inputs cause the cursor style of
 *   the decrement button to change from default to text.
 * - The search input is not fully stylable by default. In Chrome and Safari on
 *   OSX/iOS you can't control font, padding, border, or background. In Chrome
 *   and Safari on Windows you can't control border properly. It will apply
 *   border-width but will only show a border color (which cannot be controlled)
 *   for the outer 1px of that border. Applying -webkit-appearance: textfield
 *   addresses these issues without removing the benefits of search inputs (e.g.
 *   showing past searches). Safari (but not Chrome) will clip the cancel button
 *   on when it has padding (and textfield appearance).
 */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 * 3. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 4. Improve appearance and consistency with IE 6/7.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE <11.
 * 2. Remove the padding in IE <11.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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.
 * 4. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
  color: inherit; /* 2 */
  padding: 0; /* 3 */
}

/**
 * Restore the font weight unset by a previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/* 以下デフォルトスタイルのリセット
   ========================================================================== */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
form {
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

ol,
ul {
  list-style-type: none;
}

img {
  border: none;
}

.cf, #csr_report .report_detail .report__images, #news-covid-19 .news__item,
#news .news__item,
#recommend .news__item,
#campaign .news__item, #shop_detail .close_shop .close_table tr, .contents__title, .pagelink {
  *zoom: 1;
}
.cf:after, #csr_report .report_detail .report__images:after, #news-covid-19 .news__item:after,
#news .news__item:after,
#recommend .news__item:after,
#campaign .news__item:after, #shop_detail .close_shop .close_table tr:after, .contents__title:after, .pagelink:after {
  content: "";
  display: table;
  clear: both;
}

.hover, #inquiry .inquiry__links li a, #inspection .qa a, #car_detail .car__info .info__button li a, .btn_maintenance_price a, .btn_maintenance_reserve a, .button--l a, .other__link .other__items li a {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.hover:hover, #inquiry .inquiry__links li a:hover, #inspection .qa a:hover, #car_detail .car__info .info__button li a:hover, .btn_maintenance_price a:hover, .btn_maintenance_reserve a:hover, .button--l a:hover, .other__link .other__items li a:hover {
  opacity: 0.7;
}

:root {
  --bc-black: #26333f;
}

html, body {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  html, body {
    overflow-x: hidden;
  }
}

html {
  font-size: 62.5%;
}

body {
  color: #4d4d4d;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: normal;
  line-break: strict;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body {
    padding-top: 17.0666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  body {
    padding-top: 75px;
  }
}
body.loaded .wrapper {
  opacity: 1;
}

img {
  vertical-align: bottom;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.spi {
  display: none;
}
@media only screen and (max-width: 768px) {
  .spi {
    display: inline;
  }
}

.spb {
  display: none;
}
@media only screen and (max-width: 768px) {
  .spb {
    display: block;
  }
}

figure {
  margin: 0;
}

img {
  vertical-align: bottom;
}

a {
  color: #000;
  text-decoration: none;
}

.u_tal {
  text-align: left;
}

.u_tac {
  text-align: center;
}

.u_tar {
  text-align: right;
}

.u-h-a {
  height: auto !important;
}

@media print, screen and (min-width: 769px) {
  .u-sp {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

.loading {
  align-items: center;
  background: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20000;
}
@media only screen and (max-width: 768px) {
  .loading #loading-logo {
    height: 28px;
  }
}
@media print, screen and (min-width: 769px) {
  .loading #loading-logo {
    height: 57px;
  }
}
.loading #loading-logo path {
  background: #040000;
}
.loading #loading-percent {
  font-size: 2rem;
  margin-top: 20px;
  text-align: center;
}

/**
カラム
 */
.c-column {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .c-column {
    display: -ms-grid;
    display: grid;
    gap: 25px 20px;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-column2 .c-column-item {
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .c-column2 .c-column-item {
    border-radius: 6px;
    padding: 6px 0 15px;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .c-column2 .c-column-item {
    border-radius: 13px;
    margin-left: 40px;
    margin-top: 40px;
    padding: 14px 18px 35px;
    width: 340px;
  }
}
@media print, screen and (min-width: 769px) {
  .c-column2 .c-column-item:nth-child(3n+1) {
    margin-left: 0;
  }
}
.c-column2 .c-column-item:first-child, .c-column2 .c-column-item:nth-child(2), .c-column2 .c-column-item:nth-child(3) {
  margin-top: 0;
}
.c-column2 .c-column-category {
  margin-bottom: 20px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .c-column2 .c-column-category {
    margin-bottom: 6px;
    padding: 0 4px;
  }
}
.c-column2 .c-column-category a {
  color: #fff;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-column2 .c-column-category a {
    font-size: 6px;
    padding: 0 1px;
    width: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  .c-column2 .c-column-category a {
    font-size: 1.2rem;
    padding: 3px 0;
    width: 108px;
  }
}
.c-column2 .c-column-image {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 246px;
}
@media only screen and (max-width: 768px) {
  .c-column2 .c-column-image {
    margin-bottom: 7px;
    min-height: 0;
    padding: 0 8px;
  }
}
.c-column2 .c-column-image a {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.c-column2 .c-column-image a::after {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.c-column2 .c-column-image a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-column2 .c-column-image a:hover::after {
  opacity: 1;
}
.c-column2 .c-column-image img {
  max-width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .c-column2 .c-column-image img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .c-column2 .c-column-detail {
    padding: 0 8px;
  }
}
@media print, screen and (min-width: 769px) {
  .c-column2 .c-column-detail {
    padding: 20px 5px 0;
  }
}
@media only screen and (max-width: 768px) {
  .c-column2 .c-column-cat,
  .c-column2 .c-column-date {
    font-size: 7px;
  }
}
@media print, screen and (min-width: 769px) {
  .c-column2 .c-column-cat,
  .c-column2 .c-column-date {
    font-size: 1.6rem;
  }
}
.c-column2 .c-column-title {
  font-weight: 500;
  line-height: 1.444;
}
@media only screen and (max-width: 768px) {
  .c-column2 .c-column-title {
    font-size: 8px;
  }
}
@media print, screen and (min-width: 769px) {
  .c-column2 .c-column-title {
    font-size: 1.8rem;
  }
}
.c-column2 .c-column-text {
  font-size: 2.7rem;
}
@media only screen and (max-width: 768px) {
  .c-column2 .c-column-text {
    font-size: 1.3rem;
  }
}

/**
ボタン
 */
.c-btn a {
  font-size: 1.7rem;
  align-items: center;
  border: 1px solid #000;
  border-radius: 3px;
  color: #000;
  display: flex;
  flex-direction: column;
  height: 48px;
  justify-content: center;
  letter-spacing: 0.2em;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 225px;
}
@media only screen and (max-width: 768px) {
  .c-btn a {
    font-size: 8px;
    height: 26px;
    width: 180px;
  }
}
.c-btn a span {
  background: url("../img/common/200404/icon_arrow01.svg") no-repeat right center/8px 13px;
  padding-right: 15px;
}
@media only screen and (max-width: 768px) {
  .c-btn a span {
    background-size: 5px 8px;
    padding-right: 10px;
  }
}
.c-btn a.is-active {
  background: #000;
  color: #fff;
}
.c-btn a.is-active span {
  background: url("../img/common/200404/icon_arrow02.svg") no-repeat right center/8px 13px;
}
@media only screen and (max-width: 768px) {
  .c-btn a.is-active span {
    background-size: 4px 6px;
  }
}
@media only screen and (min-width: 769px) {
  .c-btn a:hover {
    background: #000;
    color: #fff;
  }
  .c-btn a:hover span {
    background: url("../img/common/200404/icon_arrow02.svg") no-repeat right center/8px 13px;
  }
}

.c-btn02 a {
  font-size: 1.4rem;
  align-items: center;
  background: #595757;
  border: 1px solid #595757;
  border-radius: 3px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  width: 225px;
}
@media only screen and (max-width: 768px) {
  .c-btn02 a {
    font-size: 1.2rem;
    height: 35px;
    width: 180px;
  }
}
@media print, screen and (min-width: 769px) {
  .c-btn02 a {
    height: 68px;
  }
}
.c-btn02 a span {
  background: url("../img/common/icon-arrow01.svg") no-repeat right center/8px 13px;
  padding-right: 15px;
}
@media only screen and (min-width: 769px) {
  .c-btn02 a:hover {
    background: #fff;
    color: #595757;
  }
  .c-btn02 a:hover span {
    background: url("../img/common/icon-arrow03.svg") no-repeat right center/8px 13px;
  }
}

.c-btn03 {
  background: #005953;
  color: #fff;
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-btn03 {
    font-size: 1.2rem;
    border-radius: 6px;
    padding: 10px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .c-btn03 {
    font-size: 2rem;
    border-radius: 11px;
    padding: 14px 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 448px;
  }
}
@media print, screen and (min-width: 769px) {
  .c-btn03:hover {
    opacity: 0.7;
  }
}
.c-btn03 span {
  background: url("../img/common/icon-arrow02.svg") no-repeat right center/24px auto;
  color: #fff;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .c-btn03 span {
    background-size: 11px 11px;
    padding-right: 17px;
  }
}
@media print, screen and (min-width: 769px) {
  .c-btn03 span {
    padding-right: 34px;
  }
}

.c-txt01 {
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .c-txt01 {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  .c-txt01 {
    font-size: 2rem;
  }
}
.c-txt01.-center {
  text-align: center;
}

.other__link {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .other__link {
    margin-bottom: 58px;
  }
}
.other__link .other__items {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .other__link .other__items {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 15px;
  }
}
.other__link .other__items li {
  width: 335px;
}
@media only screen and (max-width: 768px) {
  .other__link .other__items li {
    margin-bottom: 20px;
    margin-left: 0;
    width: 48%;
  }
  .other__link .other__items li img {
    width: 100%;
  }
}
.other__link .other__items li:first-child {
  margin-left: 0;
}
.other__link .other__items li a {
  display: block;
}
.other__link .other__items li .other__image {
  border: 1px solid #595757;
}
@media only screen and (max-width: 768px) {
  .other__link .other__items li .other__image {
    border-radius: 6px;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .other__link .other__items li .other__image {
    align-items: center;
    border-radius: 13px;
    display: flex;
    height: 335px;
    justify-content: center;
    margin-bottom: 20px;
    overflow: hidden;
  }
}
.other__link .other__items li .other__image img {
  max-width: 100%;
}
.other__link .other__items li .body .other__title {
  font-weight: normal;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .other__link .other__items li .body .other__title {
    font-size: 1.4rem;
    margin-bottom: 4px;
  }
}
@media print, screen and (min-width: 769px) {
  .other__link .other__items li .body .other__title {
    font-size: 1.8rem;
    margin-bottom: 14px;
  }
}
.other__link .other__items li .body .other__text {
  line-height: 1.71;
}
@media only screen and (max-width: 768px) {
  .other__link .other__items li .body .other__text {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 769px) {
  .other__link .other__items li .body .other__text {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .other__link .other__items li .body .other__text br {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .c-page__mv {
    margin-bottom: 50px;
    padding: 0 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .c-page__mv {
    margin: 0 auto 80px;
    width: 1100px;
  }
}
@media print, screen and (min-width: 769px) {
  .c-page__mv .c-page__mv-item {
    height: 495px;
  }
}
.c-page__mv .c-page__mv-item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-page__mv .c-page__mv-banners {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .c-page__mv .c-page__mv-banners {
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 769px) {
  .c-page__mv .c-page__mv-banners {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .c-page__mv .c-page__mv-banners li {
    width: 17.6vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-page__mv .c-page__mv-banners li {
    height: 84px;
    width: 186px;
  }
}
@media only screen and (max-width: 768px) {
  .c-page__mv .c-page__mv-banners li:not(:first-child) {
    margin-left: 1.6666vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-page__mv .c-page__mv-banners li:not(:first-child) {
    margin-left: 7px;
  }
}
.c-page__mv .c-page__mv-banners li img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.c-page__menu {
  background: #ebebeb;
}
@media only screen and (max-width: 768px) {
  .c-page__menu {
    margin-bottom: 20px;
    margin-top: 50px;
    padding: 50px 37px 22px;
  }
}
@media print, screen and (min-width: 769px) {
  .c-page__menu {
    margin-top: 170px;
    padding: 105px 0;
  }
}
@media only screen and (max-width: 768px) {
  .c-page__menu.-mainte, .c-page__menu.-ucar {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .c-page__menu.-mainte ul.-col3, .c-page__menu.-ucar ul.-col3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .c-page__menu.-mainte ul.-col3 li, .c-page__menu.-ucar ul.-col3 li {
    margin-top: 0 !important;
    width: 48%;
  }
}
@media print, screen and (min-width: 769px) {
  .c-page__menu ul {
    display: -ms-grid;
    display: grid;
  }
}
@media print, screen and (min-width: 769px) {
  .c-page__menu ul.-col3 {
    -webkit-column-gap: 29px;
       -moz-column-gap: 29px;
            column-gap: 29px;
    -ms-grid-columns: 1fr 29px 1fr 29px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 769px) {
  .c-page__menu ul.-col3 li {
    width: 347px;
  }
}
@media only screen and (max-width: 768px) {
  .c-page__menu ul.-col3 li:not(:first-child) {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .c-page__menu ul.-col3 li:nth-child(3) ~ li {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  .c-page__menu ul.-col4 {
    -webkit-column-gap: 29px;
       -moz-column-gap: 29px;
            column-gap: 29px;
    -ms-grid-columns: 1fr 29px 1fr 29px 1fr 29px 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media print, screen and (min-width: 769px) {
  .c-page__menu ul.-col4 li {
    width: 253px;
  }
}
@media only screen and (max-width: 768px) {
  .c-page__menu ul.-col4 li:not(:first-child) {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .c-page__menu ul.-col4 li:nth-child(4) ~ li {
    margin-top: 50px;
  }
}
.c-page__menu ul.-col4 li a {
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .c-page__menu li figure {
    margin-bottom: 8px;
  }
}
@media print, screen and (min-width: 769px) {
  .c-page__menu li figure {
    margin-bottom: 16px;
  }
}
.c-page__menu li figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-page__menu li p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.5;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  .c-page__menu li p {
    font-size: 1.2rem;
    margin-bottom: 22px;
    min-height: 36px;
  }
}
@media print, screen and (min-width: 769px) {
  .c-page__menu li p {
    font-size: 1.6rem;
    margin-bottom: 44px;
    min-height: 72px;
  }
}
.c-page__menu li a {
  border-radius: 3px;
  color: #000;
  display: block;
  letter-spacing: 0.2em;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-page__menu li a {
    font-size: 1.2rem;
    line-height: 3rem;
    border: 1px solid #000;
  }
}
@media print, screen and (min-width: 769px) {
  .c-page__menu li a {
    font-size: 1.7rem;
    border: 2px solid #000;
    padding: 10px 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
.c-page__menu li a:hover, .c-page__menu li a.actv {
  background: #000;
  color: #fff;
}
.c-page__menu li a:hover span, .c-page__menu li a.actv span {
  background: url("../img/common/200404/icon_arrow02.svg") no-repeat right center/8px 13px;
}
.c-page__menu li a span {
  background: url("../img/common/200404/icon_arrow01.svg") no-repeat right center/8px 13px;
  padding-right: 12px;
}
@media only screen and (max-width: 768px) {
  .c-page__menu .c-page__menu-button {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  .c-page__menu .c-page__menu-button {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .c-page__menu .c-page__menu-button a {
    font-size: 1.1rem;
    padding: 3px 0;
    width: 206px;
  }
}
@media print, screen and (min-width: 769px) {
  .c-page__menu .c-page__menu-button a {
    font-size: 2.2rem;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  .c-page__menu .c-page__menu-button a span {
    padding-right: 20px;
  }
}

.c-page__category {
  display: -ms-grid;
  display: grid;
}
@media only screen and (max-width: 768px) {
  .c-page__category {
    gap: 15px 20px;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .c-page__category {
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
    margin: 0 auto 84px;
    width: 1100px;
  }
}
@media print, screen and (min-width: 769px) {
  .c-page__category.-col5 {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
@media print, screen and (min-width: 769px) {
  .c-page__category.-col5 li {
    width: 191px;
  }
}
.c-page__category li a {
  border: 2px solid #000;
  border-radius: 3px;
  color: #000;
  display: block;
  letter-spacing: 0.2em;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-page__category li a {
    font-size: 1.4rem;
    border-radius: 2px;
    border-width: 1px;
    padding: 8px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .c-page__category li a {
    font-size: 1.7rem;
    padding: 10px 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
.c-page__category li a:hover, .c-page__category li a.actv {
  background: #000;
  color: #fff;
}
.c-page__category li a:hover span, .c-page__category li a.actv span {
  background: url("../img/common/200404/icon_arrow02.svg") no-repeat right center/8px 13px;
}
.c-page__category li a span {
  background: url("../img/common/200404/icon_arrow01.svg") no-repeat right center/8px 13px;
  padding-right: 12px;
}

/**
タイトル
 */
.c-title-wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .c-title-wrap {
    margin-bottom: 30px;
  }
}
.c-title-wrap .c-title-sub {
  font-size: 1.6rem;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .c-title-wrap .c-title-sub {
    font-size: 1rem;
    padding: 0 10px;
  }
}

.c-hl01 {
  font-size: 3rem;
  border-left: 5px solid #005953;
  color: #005953;
  font-weight: normal;
  line-height: 1;
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  .c-hl01 {
    font-size: 1.5rem;
    border-left-width: 2px;
    padding-left: 7px;
  }
}

.c-hl02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 0 30px 2px;
  text-align: center;
}

.c-hl03 {
  color: #005953;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .c-hl03 {
    font-size: 3.1rem;
  }
}

/**
リンク
 */
.c-link01 {
  background: url("../img/common/200404/icon_arrow01.svg") no-repeat right center/8px 13px;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .c-link01 {
    background-size: 4px 6px;
    padding-right: 10px;
  }
}

.c-link-more {
  margin-bottom: 100px;
  margin-top: 20px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .c-link-more {
    margin-bottom: 50px;
    margin-top: 10px;
  }
}
.c-link-more a {
  font-size: 2rem;
  color: #898989;
}
@media only screen and (max-width: 768px) {
  .c-link-more a {
    font-size: 1.2rem;
  }
}

.more-link {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .more-link {
    margin-top: 10px;
    text-align: center;
  }
}
.more-link a {
  background: url("../img/common/icon-arrow03.svg") no-repeat right center/9px 15px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .more-link a {
    font-size: 1.1rem;
    background-size: 5px 9px;
    padding-right: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .more-link a {
    font-size: 1.6rem;
    margin-top: 25px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .more-link a:hover {
    text-decoration: underline;
  }
}

.c-border {
  line-height: 1;
  position: relative;
  z-index: 2;
}
.c-border::after {
  background: #dcdddd;
  bottom: 2px;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .c-border::after {
    height: 4px;
  }
}

.sliders {
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
}
.sliders img {
  width: 100%;
}

.wrapper {
  background: white;
  opacity: 0;
  overflow-x: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .wrapper {
    padding-bottom: 11.7333333333vw;
  }
}

.pagelink_trigger {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pagelink_trigger {
    display: block;
    width: 100%;
  }
  .pagelink_trigger a {
    font-size: 1.1rem;
    line-height: 3.5rem;
    background: #595757;
    color: white;
    display: block;
    text-align: center;
  }
  .pagelink_trigger a span {
    line-height: 1.3rem;
    background: url(../img/common/logo_open.png) no-repeat right center/13px 13px;
    display: inline-block;
    padding-right: 35px;
  }
}

.l-loading {
  background: #fff;
  display: -ms-grid;
  display: grid;
  height: 100%;
  left: 0;
  place-content: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.l-loading .l-loading-logo-80th {
  background: url("../img/common2026/logo-80th_mono.png") no-repeat left top/179px auto;
}
@media only screen and (max-width: 768px) {
  .l-loading .l-loading-logo-80th {
    background-size: 32.8vw auto;
    height: 24.5333333333vw;
    width: 32.8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-loading .l-loading-logo-80th {
    height: 135px;
    width: 179px;
  }
}
.l-loading .l-loading-logo-80th img {
  height: auto;
  width: 100%;
}
.l-loading .l-loading-logo-80th p {
  background: #fff;
  clip-path: inset(0 100% 0 0);
}
.l-loading .l-loading-logo-toyopet {
  background: #4d4d4d;
  -webkit-mask-image: url("../img/common2026/logo-toyopet.svg");
          mask-image: url("../img/common2026/logo-toyopet.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media only screen and (max-width: 768px) {
  .l-loading .l-loading-logo-toyopet {
    height: 3.0666666667vw;
    margin-top: 1.8666666667vw;
    translate: 0.5333333333vw;
    width: 30.8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-loading .l-loading-logo-toyopet {
    height: 16px;
    margin-top: 10px;
    translate: 3px;
    width: 168px;
  }
}
.l-loading .l-loading-logo-toyopet img {
  visibility: hidden;
}
.l-loading .l-loading-year {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l-loading .l-loading-year {
    font-size: 2.6666666667vw;
    margin-top: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-loading .l-loading-year {
    font-size: 1.5rem;
    margin-top: 25px;
  }
}

.l-header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.l-header .l-header-inner {
  align-items: center;
  background: rgba(255, 255, 255, 0.75);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: flex;
  position: relative;
  width: 100%;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .l-header .l-header-inner {
    height: 17.0666666667vw;
    padding-inline: 3.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header .l-header-inner {
    flex-direction: row-reverse;
    height: 75px;
    justify-content: space-between;
    padding-inline: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .l-header .l-header-logo {
    order: 2;
    margin-left: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header .l-header-logo {
    left: 50%;
    position: absolute;
    top: 50%;
    translate: -50% -50%;
  }
}
@media only screen and (max-width: 768px) {
  .l-header .l-header-logo img {
    width: 38.4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header .l-header-logo img {
    width: 216px;
  }
}
@media only screen and (max-width: 768px) {
  .l-header .l-header-logo-otg {
    order: 1;
  }
}
@media only screen and (max-width: 768px) {
  .l-header .l-header-logo-otg img {
    width: 22.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header .l-header-logo-otg img {
    width: 107px;
  }
}
.l-header .l-header-menu-button {
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .l-header .l-header-menu-button {
    height: 8vw;
    order: 3;
    margin-left: auto;
    width: 11.7333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header .l-header-menu-button {
    height: 44px;
    width: 50px;
  }
}
.l-header .l-header-menu-button span {
  color: #000;
  display: block;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l-header .l-header-menu-button span {
    font-size: 4.2666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header .l-header-menu-button span {
    font-size: 1.8rem;
  }
}
.l-header .l-header-menu-button span::after {
  background: #000;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .l-header .l-header-menu-button span::after {
    bottom: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header .l-header-menu-button span::after {
    bottom: 20px;
  }
}
.l-header .l-header-menu-button::before, .l-header .l-header-menu-button::after {
  background: #000;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .l-header .l-header-menu-button::before {
    bottom: 1.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-header .l-header-menu-button::before {
    bottom: 10px;
  }
}
.l-header .l-header-menu-button::after {
  bottom: 0;
}

@media only screen and (max-width: 768px) {
  .is-opened {
    height: 100vh;
    overflow: hidden;
  }
}

.l-nav {
  background: rgba(25, 35, 37, 0.9);
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .l-nav {
    height: 100vh;
    overflow-y: scroll;
  }
}
.l-nav .l-nav-inner {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .l-nav .l-nav-inner {
    flex-direction: column-reverse;
    padding: 20vw 8vw 16vw;
    position: relative;
  }
}
@media print, screen and (min-width: 769px) {
  .l-nav .l-nav-inner {
    gap: 40px;
    margin-inline: auto;
    max-width: 1366px;
    padding: 160px 40px 80px;
  }
}
.l-nav .l-nav-close {
  background: #000;
  display: block;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 769px) {
  .l-nav .l-nav-close {
    height: 54px;
    right: 27px;
    top: 80px;
    width: 54px;
  }
}
@media print, screen and (min-width: 769px) {
  .l-nav .l-nav-close:hover {
    opacity: 0.7;
  }
}
.l-nav .l-nav-close span {
  visibility: hidden;
}
.l-nav .l-nav-close::before, .l-nav .l-nav-close::after {
  background: #fff;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
}
@media print, screen and (min-width: 769px) {
  .l-nav .l-nav-close::before, .l-nav .l-nav-close::after {
    width: 48px;
  }
}
.l-nav .l-nav-close::before {
  rotate: 45deg;
}
.l-nav .l-nav-close::after {
  rotate: -45deg;
}
@media print, screen and (min-width: 769px) {
  .l-nav .l-nav-main {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 768px) {
  .l-nav .l-nav-logo {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .l-nav .l-nav-logo {
    margin-bottom: 30px;
    width: 319px;
  }
}
.l-nav .l-nav-main-links {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .l-nav .l-nav-main-links {
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 769px) {
  .l-nav .l-nav-main-links li {
    font-size: 1.5rem;
    line-height: 1.7333;
  }
}
.l-nav .l-nav-main-links li a {
  color: #fff;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .l-nav .l-nav-main-links li a {
    font-size: 4vw;
    font-weight: 300;
    line-height: 1.666;
  }
}
@media print, screen and (min-width: 769px) {
  .l-nav .l-nav-main-links li a::after {
    background: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    scale: 0 1;
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transition: scale 0.3s ease-in-out;
    transition: scale 0.3s ease-in-out;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .l-nav .l-nav-main-links li a:hover::after {
    scale: 1 1;
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
@media only screen and (max-width: 768px) {
  .l-nav .l-nav-logo-80th {
    bottom: 40vw;
    position: absolute;
    right: 4.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-nav .l-nav-logo-80th {
    margin-bottom: 23px;
  }
}
@media only screen and (max-width: 768px) {
  .l-nav .l-nav-logo-80th img {
    width: 27.0666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-nav .l-nav-logo-80th img {
    width: 198px;
  }
}
.l-nav .l-nav-logo-80th figcaption {
  background: #fff;
  display: block;
  overflow: hidden;
  margin-inline: auto;
  -webkit-mask-image: url("../img/common2026/logo-toyopet.svg");
          mask-image: url("../img/common2026/logo-toyopet.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  text-indent: -999px;
}
@media only screen and (max-width: 768px) {
  .l-nav .l-nav-logo-80th figcaption {
    height: 2.5333333333vw;
    margin-top: 1.4666666667vw;
    width: 25.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-nav .l-nav-logo-80th figcaption {
    height: 19px;
    margin-top: 11px;
    width: 191px;
  }
}
@media only screen and (max-width: 768px) {
  .l-nav .l-nav-sns-title {
    color: #fff;
    font-size: 4vw;
    font-weight: 300;
    margin-block: 10.6666666667vw 2.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-nav .l-nav-sns-title {
    display: none;
  }
}
.l-nav .l-nav-sns {
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .l-nav .l-nav-sns {
    gap: 3.4666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-nav .l-nav-sns {
    justify-content: center;
    gap: 12px;
  }
}
.l-nav .l-nav-sns a {
  background: #fff;
  display: block;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.l-nav .l-nav-sns a span {
  visibility: hidden;
}
.l-nav .l-nav-sns a:hover {
  opacity: 0.7;
}
.l-nav .l-nav-sns .l-nav-x {
  -webkit-mask-image: url("../img/common/icon-x.svg");
          mask-image: url("../img/common/icon-x.svg");
}
@media only screen and (max-width: 768px) {
  .l-nav .l-nav-sns .l-nav-x {
    height: 8.8vw;
    width: 8.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-nav .l-nav-sns .l-nav-x {
    height: 31px;
    width: 30px;
  }
}
.l-nav .l-nav-sns .l-nav-ln {
  -webkit-mask-image: url("../img/common/icon-line.svg");
          mask-image: url("../img/common/icon-line.svg");
}
@media only screen and (max-width: 768px) {
  .l-nav .l-nav-sns .l-nav-ln {
    height: 7.0666666667vw;
    width: 7.4666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-nav .l-nav-sns .l-nav-ln {
    height: 25px;
    width: 26px;
  }
}
.l-nav .l-nav-sns .l-nav-ig {
  -webkit-mask-image: url("../img/common/icon-instagram.svg");
          mask-image: url("../img/common/icon-instagram.svg");
}
@media only screen and (max-width: 768px) {
  .l-nav .l-nav-sns .l-nav-ig {
    height: 8.6666666667vw;
    width: 8.8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-nav .l-nav-sns .l-nav-ig {
    height: 30px;
    width: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .l-nav .l-nav-link-items {
    display: -ms-grid;
    display: grid;
    gap: 30px 44px;
    -ms-grid-columns: 1fr 44px 1fr 44px 1fr 44px 1fr;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .l-nav .l-nav-link-items h3 {
    border-bottom: 1px solid #fff;
    margin-bottom: 3.2vw;
    padding-bottom: 3.2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-nav .l-nav-link-items h3 {
    padding-bottom: 5px;
  }
}
.l-nav .l-nav-link-items h3 a {
  color: #fff;
  display: block;
  font-weight: 300;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .l-nav .l-nav-link-items h3 a {
    background: url("../img/common2026/icon-menu.png") no-repeat right 1.8181818182vw center/5.1818181818vw auto;
    font-size: 4vw;
    padding-left: 1.6vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-nav .l-nav-link-items h3 a {
    font-size: 1.8rem;
    line-height: 1.8888;
    padding-left: 7px;
  }
}
@media print, screen and (min-width: 769px) {
  .l-nav .l-nav-link-items h3 a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 768px) {
  .l-nav .l-nav-link-items h3 a span {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .l-nav .l-nav-link-items ul {
    border-bottom: 1px solid #fff;
    display: none;
    margin-bottom: 3.2vw;
    padding-bottom: 3.2vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-nav .l-nav-link-items ul {
    border-top: 1px solid #fff;
    padding-top: 8px;
  }
}
@media print, screen and (min-width: 769px) {
  .l-nav .l-nav-link-items ul + h3 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .l-nav .l-nav-link-items li {
    line-height: 1.666;
  }
}
@media print, screen and (min-width: 769px) {
  .l-nav .l-nav-link-items li {
    line-height: 1.6;
  }
}
.l-nav .l-nav-link-items li a {
  color: #fff;
  display: block;
  font-weight: 300;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .l-nav .l-nav-link-items li a {
    background: url("../img/common2026/icon-arrow02.png") no-repeat right 2.6666666667vw center/3.3333333333vw auto;
    font-size: 4vw;
    padding-left: 1.6vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-nav .l-nav-link-items li a {
    font-size: 1.8rem;
    padding-left: 7px;
  }
}
@media print, screen and (min-width: 769px) {
  .l-nav .l-nav-link-items li a::after {
    background: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    scale: 0 1;
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transition: scale 0.3s ease-in-out;
    transition: scale 0.3s ease-in-out;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .l-nav .l-nav-link-items li a:hover::after {
    scale: 1 1;
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
@media only screen and (max-width: 768px) {
  .l-nav .l-nav-other {
    display: none;
  }
}
.l-nav .l-nav-other li {
  line-height: 2;
}
.l-nav .l-nav-other li a {
  color: #fff;
  display: inline-block;
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 769px) {
  .l-nav .l-nav-other li a {
    font-size: 1.3rem;
    padding-right: 20px;
  }
}
.l-nav .l-nav-other li a::after {
  background: #fff;
  content: "";
  display: block;
  -webkit-mask-image: url("../img/common2026/icon-arrow01.svg");
          mask-image: url("../img/common2026/icon-arrow01.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
@media print, screen and (min-width: 769px) {
  .l-nav .l-nav-other li a::after {
    height: 15px;
    width: 8px;
  }
}

@media print, screen and (min-width: 769px) {
  .l-main {
    padding-bottom: 70px;
  }
}

.l-to-top {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l-to-top {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .l-to-top {
    margin-bottom: 15px;
  }
}
.l-to-top a {
  background: url("../img/common2026/icon-top.svg") no-repeat right center/26px auto;
  display: inline-block;
  font-family: "din-2014", sans-serif;
}
@media print, screen and (min-width: 769px) {
  .l-to-top a {
    font-size: 2.7rem;
    padding-right: 36px;
  }
}

.l-footer {
  background: #192325;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .l-footer {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-block: 10.6666666667vw 4.8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer {
    padding: 64px 30px 30px;
  }
}
.l-footer * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-footer a {
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-footer-body {
    display: flex;
    gap: 30px;
    padding-left: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer .l-footer-main {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-footer-logo {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-footer-main-links li {
    font-size: 1.5rem;
    line-height: 1.7333;
  }
}
.l-footer .l-footer-main-links a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-footer-main-links a:hover {
    opacity: 0.7;
  }
}
.l-footer .l-footer-nav {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-footer-nav {
    padding-top: 46px;
  }
}
.l-footer .l-footer-nav-body {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-footer-nav-body {
    border-top: 1px solid #fff;
    display: -ms-grid;
    display: grid;
    gap: 40px;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding: 94px 27px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-footer-nav-heading {
    border-bottom: 1px solid #fff;
  }
}
.l-footer .l-footer-nav-heading a {
  display: block;
  font-weight: 400;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .l-footer .l-footer-nav-heading a {
    font-size: 3.3333333333vw;
    line-height: 1.8;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-footer-nav-heading a {
    font-size: 1.5rem;
    line-height: 1.666;
    padding-inline: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-footer-nav-heading a span {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-footer-nav-heading a:hover {
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-footer-nav-heading + h3 {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer .l-footer-nav-links {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-footer-nav-links {
    padding-left: 20px;
    padding-top: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-footer-nav-links li {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.l-footer .l-footer-nav-links a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-footer-nav-links a:hover {
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-footer-nav-links + h3 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer .l-footer-bottom {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 4.8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-footer-bottom {
    border-top: 1px solid #fff;
    margin-top: 90px;
    padding-left: 80px;
    padding-top: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer .l-footer-bottom .l-footer-logo {
    margin-bottom: 6vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-footer-bottom .l-footer-logo {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer .l-footer-bottom .l-footer-logo img {
    height: auto;
    width: 56vw;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer .l-footer-bottom-links {
    margin-bottom: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-footer-bottom-links {
    display: flex;
    gap: 1em;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer .l-footer-bottom-links li {
    font-size: 2.6666666667vw;
    line-height: 2.5;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-footer-bottom-links li {
    font-size: 1.5rem;
  }
}
.l-footer .l-footer-bottom-links li a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-footer-bottom-links li a:hover {
    opacity: 0.7;
  }
}
.l-footer .l-footer-copyright {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .l-footer .l-footer-copyright {
    font-size: 1.8666666667vw;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer .l-footer-copyright {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .l-footer-logo-toyopet {
    background: #6c6c6c;
    display: -ms-grid;
    display: grid;
    height: 9.0666666667vw;
    place-content: center;
  }
}
@media print, screen and (min-width: 769px) {
  .l-footer-logo-toyopet {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .l-footer-logo-toyopet img {
    height: auto;
    width: 32.2666666667vw;
  }
}

.pagelink {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
  width: 1000px;
}
@media only screen and (max-width: 768px) {
  .pagelink {
    display: none;
    margin-bottom: 0;
    width: 100%;
  }
}
.pagelink li {
  margin-bottom: 36px;
  margin-left: 34px;
  width: 224px;
}
@media only screen and (max-width: 768px) {
  .pagelink li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    margin: 0;
    width: 50%;
  }
}
.pagelink li:nth-child(4n+1) {
  margin-left: 0;
}
.pagelink li a {
  font-size: 1.4rem;
  line-height: 4.5rem;
  border: 2px solid #898989;
  border-radius: 3px;
  display: block;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .pagelink li a {
    font-size: 0.9rem;
    line-height: 3.5rem;
    background: #f2f2f2;
    border-radius: 0;
    border-right: none;
    border-top: none;
  }
}
.pagelink li a:hover, .pagelink li a.actv {
  background: #898989;
  color: white;
}
.pagelink li a:hover span, .pagelink li a.actv span {
  background: url("../img/common/200404/icon_arrow02.svg") no-repeat right center/8px 13px;
}
.pagelink li a span {
  background: url("../img/common/200404/icon_arrow01.svg") no-repeat right center/8px 13px;
  padding-right: 12px;
}

.box {
  margin: 0 auto;
  width: 1100px;
}
@media only screen and (max-width: 768px) {
  .box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
}

.c-sec-ttl-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1366px;
}
@media print, screen and (min-width: 769px) {
  .c-sec-ttl-wrapper {
    margin-inline: auto;
    padding-inline: 107px;
  }
}

.c-sec-ttl {
  font-weight: 100;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .c-sec-ttl {
    font-size: 9.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .c-sec-ttl {
    font-size: 7rem;
  }
}

.mainvisual {
  margin: 0 auto 16px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .mainvisual {
    margin-bottom: 40px;
    padding: 0 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .mainvisual {
    margin-bottom: 105px;
    width: 1100px;
  }
}
.mainvisual img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.contents__title {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .contents__title {
    margin-bottom: 0;
  }
}
.contents__title h2 {
  font-size: 4rem;
  color: #005953;
  float: left;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .contents__title h2 {
    font-size: 2rem;
  }
}
.contents__title h2 small {
  font-size: 1.8rem;
  display: inline-block;
  letter-spacing: 0;
  margin-left: 10px;
  vertical-align: baseline;
}
@media only screen and (max-width: 768px) {
  .contents__title h2 small {
    font-size: 0.9rem;
    margin-left: 5px;
  }
  .contents__title h2 small.pc {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .contents__title h2 span {
    margin-left: 5px;
  }
}
.contents__title p {
  float: right;
  padding-top: 10px;
  width: 137px;
}
@media only screen and (max-width: 768px) {
  .contents__title p {
    padding-top: 0;
    width: 110px;
  }
}
.contents__title p a {
  font-size: 1.5rem;
  line-height: 3rem;
  background: #005953;
  color: white;
  display: block;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .contents__title p a {
    font-size: 1.2rem;
    line-height: 2.3rem;
  }
}

.breadcrumb {
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto 20px;
  padding-top: 25px;
  width: 1100px;
}
@media only screen and (max-width: 768px) {
  .breadcrumb {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 10px 0 15px;
    padding: 0 15px;
    width: 100%;
  }
}
.breadcrumb li {
  font-size: 1.6rem;
  color: #000;
  letter-spacing: 0.1em;
  margin-right: 8px;
}
@media only screen and (max-width: 768px) {
  .breadcrumb li {
    font-size: 0.8rem;
  }
}
.breadcrumb li a {
  color: #000;
  position: relative;
}
.breadcrumb li a::after {
  content: ">";
  margin-left: 7px;
}

.bx-wrapper {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
}

.c-title {
  align-items: center;
  background: url("../img/common/bg-title.svg") no-repeat center bottom/599px 18px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .c-title {
    background-size: 300px auto;
    margin-bottom: 25px;
    padding-bottom: 14px;
  }
}
@media print, screen and (min-width: 769px) {
  .c-title {
    margin-bottom: 50px;
    padding-bottom: 26px;
  }
}
.c-title .c-title_en {
  color: #005953;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.26;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-title .c-title_en {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 769px) {
  .c-title .c-title_en {
    font-size: 3.8rem;
  }
}
.c-title .c-title_ja {
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-title .c-title_ja {
    font-size: 8px;
  }
}
@media print, screen and (min-width: 769px) {
  .c-title .c-title_ja {
    font-size: 1.6rem;
  }
}

.section__title {
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1;
  margin: 0 auto 20px;
  padding-left: 11px;
  position: relative;
  width: 1100px;
}
.section__title::before {
  background: #005953;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 0;
  width: 3px;
}
@media only screen and (max-width: 768px) {
  .section__title {
    font-size: 1rem;
    margin: 0 auto 12px;
    padding-left: 5px;
    width: calc(100% - 30px);
  }
}

.section__title2 {
  font-size: 1.6rem;
  border-left: 3px solid #005953;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1;
  margin: 0 auto 20px;
  padding-left: 8px;
  width: 1100px;
}
@media only screen and (max-width: 768px) {
  .section__title2 {
    font-size: 1rem;
    margin: 0 auto 12px;
    padding-left: 5px;
    width: calc(100% - 30px);
  }
}

.block__title {
  font-size: 1.6rem;
  border-left: 3px solid #005953;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 20px;
  padding-left: 8px;
}
@media only screen and (max-width: 768px) {
  .block__title {
    font-size: 1rem;
    margin-bottom: 12px;
    padding-left: 5px;
  }
}

.block__title2_wrap {
  text-align: center;
}

.block__title2 {
  font-weight: 900;
  letter-spacing: 0.2em;
  position: relative;
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .block__title2 {
    font-size: 1.2rem;
    margin-bottom: 40px;
    padding-bottom: 8px;
  }
}
@media print, screen and (min-width: 769px) {
  .block__title2 {
    font-size: 2.4rem;
    margin-bottom: 80px;
    padding-bottom: 13px;
  }
}
.block__title2::after {
  background: #005953;
  bottom: 0;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .block__title2::after {
    height: 1px;
    width: 55px;
  }
}
@media print, screen and (min-width: 769px) {
  .block__title2::after {
    height: 4px;
    width: 112px;
  }
}

.block__title3 {
  font-size: 2.4rem;
  line-height: 6rem;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin: 0 auto 23px;
  text-align: center;
  width: 500px;
}
@media only screen and (max-width: 768px) {
  .block__title3 {
    font-size: 1.1rem;
    line-height: 3rem;
    margin-bottom: 15px;
    width: 250px;
  }
}

.subtitle h3 {
  border-left: 5px solid #005953;
  font-weight: normal;
  line-height: 1;
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  .subtitle h3 {
    font-size: 1.2rem;
    border-left-width: 2px;
    padding-left: 7px;
  }
}
@media print, screen and (min-width: 769px) {
  .subtitle h3 {
    font-size: 1.6rem;
  }
}

.button--l {
  margin: 0 auto 82px;
  width: 755px;
}
@media only screen and (max-width: 768px) {
  .button--l {
    margin-bottom: 64px;
    width: 100%;
  }
}
.button--l a {
  font-size: 2.9rem;
  line-height: 7.3rem;
  background: #005953;
  color: white;
  display: block;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .button--l a {
    font-size: 1.1rem;
    line-height: 5rem;
    background: white;
    border-bottom: 2px solid #005953;
    border-top: 2px solid #005953;
    color: #005953;
  }
}

.bottom_mail {
  border: 1px solid #005953;
  margin: 55px auto 0;
  width: 753px;
}
@media only screen and (max-width: 768px) {
  .bottom_mail {
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 25px 0 43px;
    width: 100%;
  }
}
.bottom_mail h4 {
  font-size: 2.3rem;
  line-height: 7.3rem;
  background: #005953;
  color: white;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .bottom_mail h4 {
    font-size: 1rem;
    line-height: 3.7rem;
  }
}
.bottom_mail p {
  font-size: 2.3rem;
  line-height: 7rem;
  color: #005953;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .bottom_mail p {
    font-size: 0.8rem;
    line-height: 4.1rem;
  }
}

.btn_top {
  border-bottom: 1px solid #fff;
  padding: 45px 0 40px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .btn_top {
    border-bottom: none;
    display: none;
    padding: 15px 0 10px;
  }
}
.btn_top a {
  font-size: 2.7rem;
  background: url("../img/common/icon-arrow-top.svg") no-repeat right center/26px 15px;
  color: #fff;
  line-height: 1;
  padding-right: 30px;
}
@media only screen and (max-width: 768px) {
  .btn_top a {
    font-size: 1.4rem;
    background-size: 13px 7px;
    padding-right: 15px;
  }
}

.sp_sticky_menu {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp_sticky_menu {
    background: var(--bc-black);
    border-top: 1px solid white;
    bottom: 0;
    display: flex;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
  }
  .sp_sticky_menu li {
    width: 25%;
  }
  .sp_sticky_menu li a {
    font-size: 0.7rem;
    border-left: 1px solid white;
    color: white;
    display: block;
    letter-spacing: 0.12em;
    line-height: 1;
    padding: 25px 0 4px;
    text-align: center;
  }
  .sp_sticky_menu li:first-child a {
    background: url(../img/common/icon_car_sp.png) no-repeat center 4px/19px auto;
    border-left: none;
  }
  .sp_sticky_menu li:nth-child(2) a {
    background: url(../img/common/icon_ucar_sp.png) no-repeat center 5px/27px auto;
  }
  .sp_sticky_menu li:nth-child(3) a {
    background: url(../img/common/icon_shop_sp.png) no-repeat center 6px/16px auto;
  }
  .sp_sticky_menu li:nth-child(4) a {
    background: url(../img/common/icon_maintenance_sp.png) no-repeat center 4px/14px auto;
  }
}

.back_button a {
  font-size: 2rem;
  line-height: 5rem;
  background: #c1272d url(../img/sp/icon_back.png) no-repeat 14px center/23px auto;
  color: white;
  display: block;
  font-weight: bold;
  padding-left: 50px;
}

.btn_maintenance_reserve {
  text-align: center;
}
.btn_maintenance_reserve a {
  font-size: 2.3rem;
  line-height: 9.9rem;
  background: #24ad3b;
  border-bottom: 2px solid #4d4d4d;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-weight: 900;
  text-align: center;
  width: 793px;
}
@media only screen and (max-width: 768px) {
  .btn_maintenance_reserve a {
    font-size: 1.2rem;
    line-height: 7.5rem;
    border-radius: 0;
    width: 100%;
  }
}
.btn_maintenance_reserve a span {
  line-height: 5.5rem;
  background: url(../img/maintenance/icon_mainte.png) no-repeat left top;
  display: inline-block;
  letter-spacing: 0.12em;
  padding-left: 73px;
}
@media only screen and (max-width: 768px) {
  .btn_maintenance_reserve a span {
    line-height: 2.7rem;
    background-size: 25px 27px;
    padding-left: 35px;
  }
}

.btn_maintenance_price {
  text-align: center;
}
.btn_maintenance_price a {
  font-size: 2.3rem;
  line-height: 9.9rem;
  background: #24ad3b;
  border-bottom: 2px solid #4d4d4d;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-weight: 900;
  text-align: center;
  width: 793px;
}
@media only screen and (max-width: 768px) {
  .btn_maintenance_price a {
    font-size: 1.2rem;
    line-height: 7.5rem;
    border-radius: 0;
    width: 100%;
  }
}
.btn_maintenance_price a span {
  line-height: 5.5rem;
  background: url(../img/maintenance/icon_price.png) no-repeat left top;
  display: inline-block;
  letter-spacing: 0.12em;
  padding-left: 73px;
}
@media only screen and (max-width: 768px) {
  .btn_maintenance_price a span {
    line-height: 2.7rem;
    background-size: 25px 27px;
    padding-left: 35px;
  }
}

.list_banners {
  margin-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  .list_banners {
    margin-bottom: 35px;
  }
}

.banner_list_wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .banner_list_wrap {
    display: block;
  }
}

.banner_list {
  display: flex;
  justify-content: center;
}
.banner_list.banner_list_left {
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .banner_list {
    flex-wrap: wrap;
    padding: 0 20px 1px;
  }
}
@media only screen and (max-width: 768px) {
  .banner_list li {
    margin: 0;
    width: 109px;
  }
  .banner_list li:nth-child(2n) {
    margin-left: auto;
  }
  .banner_list li img {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .banner_list li {
    width: 220px;
  }
}
@media only screen and (max-width: 768px) {
  .banner_list li:nth-child(2) ~ li {
    margin-top: 35px;
  }
}
@media print, screen and (min-width: 769px) {
  .banner_list li:not(:first-child) {
    margin-left: 138px;
  }
}
.banner_list li .img {
  border: 1px solid #000;
  border-radius: 10px;
  overflow: hidden;
}
.banner_list li .txt {
  font-size: 1.4rem;
  margin-top: 8px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .banner_list li .txt {
    font-size: 0.8rem;
    margin-top: 4px;
  }
}

.c-nyuko {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-nyuko {
    margin-bottom: 43px;
  }
}
@media print, screen and (min-width: 769px) {
  .c-nyuko {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .c-nyuko img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .c-nyuko .c-btn {
    margin-top: 37px;
  }
}
@media print, screen and (min-width: 769px) {
  .c-nyuko .c-btn {
    bottom: 41px;
    position: absolute;
    right: 73px;
  }
}
@media print, screen and (min-width: 769px) {
  .c-nyuko .c-btn a {
    font-size: 1.4rem;
    width: 372px;
  }
}

.wpcf7-response-output {
  font-size: 2rem;
}

.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {
  .floating_navi {
    background: var(--bc-black);
    bottom: 0;
    display: flex;
    justify-content: space-between;
    left: 0;
    padding: 4px 0;
    position: fixed;
    width: 100%;
    z-index: 100;
  }
}
@media print, screen and (min-width: 769px) {
  .floating_navi {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .floating_navi li {
    width: 16.6666vw;
  }
}
@media only screen and (max-width: 768px) {
  .floating_navi li:not(:first-child) {
    border-left: 1px solid #fff;
  }
}
@media only screen and (max-width: 768px) {
  .floating_navi li a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 1.6vw;
    height: 9.6vw;
    line-height: 1;
    padding-top: 7.4666vw;
    text-align: center;
  }
}
.floating_navi li:nth-child(1) {
  background: url("../img/common/icon-shop.svg") no-repeat center 0.6666vw/6vw auto;
}
.floating_navi li:nth-child(2) {
  background: url("../img/common/icon-testdrive.svg") no-repeat center 0.6666vw/5.3333vw auto;
}
.floating_navi li:nth-child(3) {
  background: url("../img/common/icon-maintenance.svg") no-repeat center 0.6666vw/4.8vw auto;
}
.floating_navi li:nth-child(4) {
  background: url("../img/common/icon-buy.svg") no-repeat center 0.6666vw/6.4vw auto;
}
.floating_navi li:nth-child(5) {
  background: url("../img/common/icon-bankin.svg") no-repeat center 0.6666vw/5.6vw auto;
}
.floating_navi li:nth-child(6) {
  background: url("../img/common/icon-top.svg") no-repeat center center/4.8vw auto;
}

.sticky_navi {
  background: rgba(38, 51, 63, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
  z-index: 9999;
}
@media only screen and (max-width: 768px) {
  .sticky_navi {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .sticky_navi {
    padding: 4px 0 4px 8px;
    right: -147px;
    width: 187px;
  }
}
.sticky_navi.is-active {
  right: 0;
}
@media print, screen and (min-width: 769px) {
  .sticky_navi.is-active {
    padding-left: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .sticky_navi:hover {
    right: 0;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .sticky_navi:hover {
    padding-left: 15px;
  }
}
.sticky_navi li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: block;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .sticky_navi li a {
    font-size: 1.3rem;
    line-height: 51px;
    padding-left: 40px;
  }
}
.sticky_navi li a:hover {
  opacity: 1;
}
.sticky_navi li:first-child a {
  background: url("../img/common/icon-floating-menu01.svg") no-repeat left center/26px 24px;
}
.sticky_navi li:nth-child(2) a {
  background: url("../img/common/icon-floating-menu02.svg") no-repeat left center/26px 26px;
}
.sticky_navi li:nth-child(3) a {
  background: url("../img/common/icon-floating-menu03.svg") no-repeat 2px center/22px 23px;
}
.sticky_navi li:nth-child(4) a {
  background: url("../img/common/icon-floating-menu04.svg") no-repeat left center/26px 17px;
}
.sticky_navi li:nth-child(5) a {
  background: url("../img/common/icon-floating-menu05.svg") no-repeat left center/26px 24px;
}
.sticky_navi li:nth-child(6) a {
  background: url("../img/common/icon-floating-menu06.svg") no-repeat left center/26px 21px;
}

.pagination {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .pagination {
    margin-bottom: 50px;
  }
}
.pagination .page-numbers {
  display: flex;
  justify-content: center;
}
.pagination li {
  align-items: center;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  display: flex;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .pagination li {
    border-radius: 5px;
    font-size: 6px;
    line-height: 10px;
    margin: 0 3px;
    width: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .pagination li {
    font-size: 1.2rem;
    border-radius: 11px;
    height: 20px;
    margin: 0 6px;
    width: 20px;
  }
}
.pagination li a {
  align-items: center;
  background: #fff;
  color: #000;
  display: flex;
  justify-content: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .pagination li a {
    border-radius: 5px;
    height: 10px;
    width: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .pagination li a {
    border-radius: 11px;
    height: 20px;
    width: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .pagination li a:not(.prev):not(.next):hover {
    background: #000;
    color: #fff;
  }
}
.pagination li a.prev, .pagination li a.next {
  background: #005953 url("../img/common/200404/icon_arrow02.svg") no-repeat center center/6px 10px;
  border-color: #005953;
}
@media only screen and (max-width: 768px) {
  .pagination li a.prev, .pagination li a.next {
    background-size: 3px 5px;
  }
}
@media print, screen and (min-width: 769px) {
  .pagination li a.prev:hover, .pagination li a.next:hover {
    opacity: 0.7;
  }
}
.pagination li a.prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#home * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#home .p-mv {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  #home .p-mv {
    margin-bottom: 11px;
  }
}
#home .p-mv img {
  height: auto;
  width: 100%;
}
#home .p-mv .main-dots {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #home .p-mv .main-dots {
    gap: 5px;
    margin-top: 3.2vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-mv .main-dots {
    gap: 6px;
    margin-top: 10px;
  }
}
#home .p-mv .main-dots li {
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #home .p-mv .main-dots li {
    height: 16px;
    padding: 2px;
    width: 16px;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-mv .main-dots li {
    height: 27px;
    padding: 5px;
    width: 27px;
  }
}
#home .p-mv .main-dots li.slick-active svg {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  #home .p-mv .main-dots li.slick-active svg circle {
    -webkit-animation: drawCircleSP var(--duration) linear forwards;
            animation: drawCircleSP var(--duration) linear forwards;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-mv .main-dots li.slick-active svg circle {
    -webkit-animation: drawCircle var(--duration) linear forwards;
            animation: drawCircle var(--duration) linear forwards;
  }
}
#home .p-mv .main-dots li svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #home .p-mv .main-dots li svg {
    height: 16px;
    width: 16px;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-mv .main-dots li svg {
    width: 27px;
    height: 27px;
  }
}
#home .p-mv .main-dots li svg circle {
  fill: none;
  stroke: #29333e;
  stroke-width: 1;
  stroke-linecap: round;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media only screen and (max-width: 768px) {
  #home .p-mv .main-dots li svg circle {
    stroke-dasharray: 0 47; /* 円周 = 2 * π * 7.5 ≈ 47 */
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-mv .main-dots li svg circle {
    stroke-dasharray: 0 81; /* 円周 = 2 * π * 10.5 ≈ 66 */
  }
}
@-webkit-keyframes drawCircle {
  to {
    stroke-dasharray: 66 0;
  }
}
@keyframes drawCircle {
  to {
    stroke-dasharray: 66 0;
  }
}
@-webkit-keyframes drawCircleSP {
  to {
    stroke-dasharray: 47 0;
  }
}
@keyframes drawCircleSP {
  to {
    stroke-dasharray: 47 0;
  }
}
#home .p-mv .main-dots button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #4d4d4d;
  border-radius: 100%;
  overflow: hidden;
  padding: 0;
  text-indent: -999px;
}
@media only screen and (max-width: 768px) {
  #home .p-mv .main-dots button {
    height: 12px;
    width: 12px;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-mv .main-dots button {
    height: 17px;
    width: 17px;
  }
}
#home .p-about {
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #home .p-about {
    height: 146.6666666667vw;
    margin-bottom: 17.8666666667vw;
    padding: 21.8666666667vw 3.3333333333vw 0;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-about {
    height: 770px;
    margin-bottom: 110px;
    padding-top: 240px;
  }
}
#home .p-about .p-about-movie {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
}
#home .p-about .p-about-movie::after {
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
  background: linear-gradient(to top, #fff, transparent);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #home .p-about .p-about-movie::after {
    height: 104vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-about .p-about-movie::after {
    height: 524px;
  }
}
#home .p-about .p-about-movie video {
  height: 100%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #home .p-about .p-about-movie video {
    height: 100%;
    width: auto;
  }
}
#home .p-about .p-about-inner {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  #home .p-about .p-about-inner {
    margin-inline: auto;
    width: 950px;
  }
}
#home .p-about.start .p-about-logo,
#home .p-about.start .p-about-catch,
#home .p-about.start .p-about-text {
  opacity: 1;
  translate: 0;
}
#home .p-about .p-about-logo {
  opacity: 0;
  translate: 0 10px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  #home .p-about .p-about-logo {
    margin-bottom: 6vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-about .p-about-logo {
    margin-bottom: 7px;
  }
}
@media only screen and (max-width: 768px) {
  #home .p-about .p-about-logo img {
    height: auto;
    width: 63.2vw;
  }
}
#home .p-about .p-about-catch {
  opacity: 0;
  translate: 0 10px;
  -webkit-transition: 0.3s ease-in-out 0.5s;
  transition: 0.3s ease-in-out 0.5s;
}
@media only screen and (max-width: 768px) {
  #home .p-about .p-about-catch {
    margin-bottom: 9.6vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-about .p-about-catch {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #home .p-about .p-about-catch img {
    height: auto;
    width: 39.3333333333vw;
  }
}
#home .p-about .p-about-text {
  opacity: 0;
  translate: 0 10px;
  -webkit-transition: 0.3s ease-in-out 0.8s;
  transition: 0.3s ease-in-out 0.8s;
}
@media only screen and (max-width: 768px) {
  #home .p-about .p-about-text img {
    height: auto;
    width: 72vw;
  }
}
#home .p-topics {
  background: #f2f2f2;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #home .p-topics {
    padding-block: 9.3333333333vw 22.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-topics {
    padding-block: 70px 75px;
  }
}
#home .p-topics .c-sec-ttl-wrapper {
  position: absolute;
}
@media only screen and (max-width: 768px) {
  #home .p-topics .c-sec-ttl-wrapper {
    left: 3.3333333333vw;
    top: -5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-topics .c-sec-ttl-wrapper {
    left: 50%;
    top: -43px;
    translate: -50%;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-topics .p-topics__body {
    margin-inline: auto;
    width: 1100px;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-topics .slick-track {
    align-items: center;
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  #home .p-topics .slick-slide {
    padding-left: 4.2666666667vw;
    width: 90.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-topics .slick-slide {
    padding-inline: 8px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 266px;
  }
}
#home .p-topics .slick-slide img {
  height: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
}
#home .p-topics .slick-slide figure {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #home .p-topics .slick-slide figure {
    margin-bottom: 2.9333333333vw;
  }
}
#home .p-topics .slick-slide figure .is-new {
  left: 0;
  position: absolute;
  top: 0;
}
#home .p-topics .slick-slide figure .is-new img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  #home .p-topics .slick-slide figure .is-new img {
    width: 18.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-topics .slick-slide figure .is-new img {
    width: 64px;
  }
}
#home .p-topics .slick-slide h3 {
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  #home .p-topics .slick-slide h3 {
    font-size: 3.7333333333vw;
    margin-top: 2.1333333333vw;
    padding-inline: 2.9333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-topics .slick-slide h3 {
    font-size: 1.6rem;
    min-height: 2.4em;
  }
}
#home .p-topics .slick-arrow {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  text-indent: -99px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  #home .p-topics .slick-arrow {
    bottom: -13.3333333333vw;
    height: 6.1333333333vw;
    left: 7.7333333333vw;
    width: 6.1333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-topics .slick-arrow {
    bottom: -60px;
    height: 31px;
    left: 50%;
    width: 31px;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-topics .slick-arrow:hover {
    opacity: 0.7;
  }
}
#home .p-topics .slick-prev {
  background-image: url("../img/index/btn-prev.svg");
}
@media print, screen and (min-width: 769px) {
  #home .p-topics .slick-prev {
    margin-left: -34px;
  }
}
#home .p-topics .slick-next {
  background-image: url("../img/index/btn-next.svg");
}
@media only screen and (max-width: 768px) {
  #home .p-topics .slick-next {
    left: 14.9333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-topics .slick-next {
    margin-left: 3px;
  }
}
@media only screen and (max-width: 768px) {
  #home .p-topics .p-topics__date {
    font-size: 3.3333333333vw;
    padding-inline: 2.9333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-topics .p-topics__date {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  #home .p-sec {
    padding-block: 8.5333333333vw 17.8666666667vw;
    position: relative;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-sec {
    padding-block: 45px 180px;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-sec .p-sec-inner {
    align-items: flex-start;
    display: flex;
    gap: 47px;
    margin-inline: auto;
    padding-inline: 83px;
    width: 1366px;
  }
}
#home .p-sec .p-sec-mv {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #home .p-sec .p-sec-mv {
    margin-bottom: 1.8666666667vw;
    padding-inline: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  #home .p-sec .p-sec-mv::after {
    bottom: 0;
    content: "";
    display: block;
    height: 42.4vw;
    left: 0;
    position: absolute;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #home .p-sec .p-sec-mv img {
    height: auto;
    width: 100%;
  }
}
#home .p-sec .p-sec-mv-movie {
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #home .p-sec .p-sec-mv-movie {
    height: 111.4666666667vw;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-sec .p-sec-mv-movie {
    height: 727px;
    width: 600px;
  }
}
#home .p-sec .p-sec-mv-movie video {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: auto;
}
#home .p-sec .p-sec-mv-title {
  color: #fff;
  position: absolute;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  #home .p-sec .p-sec-mv-title {
    bottom: 6.9333333333vw;
    left: 6.9333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-sec .p-sec-mv-title {
    bottom: 56px;
    left: 50px;
  }
}
#home .p-sec .p-sec-mv-title h2 {
  font-weight: 100;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #home .p-sec .p-sec-mv-title h2 {
    font-size: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-sec .p-sec-mv-title h2 {
    font-size: 7rem;
    margin-bottom: 20px;
  }
}
#home .p-sec .p-sec-mv-title p {
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  #home .p-sec .p-sec-mv-title p {
    font-size: 4.6666666667vw;
    line-height: 1.514;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-sec .p-sec-mv-title p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  #home .p-sec .p-sec-articles-slider {
    position: relative;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-sec .p-sec-articles-slider {
    display: -ms-grid;
    display: grid;
    gap: 40px 16px;
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
#home .p-sec .p-sec-articles-slider .slick-arrow {
  background: #000;
  border: none;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  left: 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  text-indent: -99px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  #home .p-sec .p-sec-articles-slider .slick-arrow {
    bottom: -13.3333333333vw;
    height: 6.1333333333vw;
    width: 6.1333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-sec .p-sec-articles-slider .slick-arrow {
    bottom: -60px;
    height: 31px;
    width: 31px;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-sec .p-sec-articles-slider .slick-arrow:hover {
    opacity: 0.7;
  }
}
#home .p-sec .p-sec-articles-slider .slick-prev {
  -webkit-mask-image: url("../img/index/btn-prev.svg");
          mask-image: url("../img/index/btn-prev.svg");
}
@media only screen and (max-width: 768px) {
  #home .p-sec .p-sec-articles-slider .slick-prev {
    margin-left: -8vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-sec .p-sec-articles-slider .slick-prev {
    margin-left: -34px;
  }
}
#home .p-sec .p-sec-articles-slider .slick-next {
  -webkit-mask-image: url("../img/index/btn-next.svg");
          mask-image: url("../img/index/btn-next.svg");
}
@media only screen and (max-width: 768px) {
  #home .p-sec .p-sec-articles-slider .slick-next {
    margin-left: 1.0666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-sec .p-sec-articles-slider .slick-next {
    margin-left: 3px;
  }
}
@media only screen and (max-width: 768px) {
  #home .p-sec .p-sec-article {
    padding-inline: 2.6666666667vw;
    width: 60.5333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-sec .p-sec-article:nth-child(even) {
    translate: 0 110px;
  }
}
@media only screen and (max-width: 768px) {
  #home .p-sec .p-sec-article img {
    height: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #home .p-sec .p-sec-article-image {
    margin-bottom: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-sec .p-sec-article-body {
    padding-inline: 14px;
  }
}
#home .p-sec .p-sec-article-heading {
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #home .p-sec .p-sec-article-heading {
    font-size: 4.8vw;
    line-height: 1.3888;
    margin-bottom: 5.8666666667vw;
    min-height: 2.776em;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-sec .p-sec-article-heading {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-block: 8px 14px;
  }
}
#home .p-sec .p-sec-article-button a {
  color: #fff;
  display: -ms-grid;
  display: grid;
  place-content: center start;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  #home .p-sec .p-sec-article-button a {
    border-radius: 1.8666666667vw;
    font-size: 4vw;
    height: 9.3333333333vw;
    padding-left: 2.6666666667vw;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-sec .p-sec-article-button a {
    font-size: 1.6rem;
    border-radius: 8px;
    color: #fff;
    height: 35px;
    padding-left: 14px;
    width: 240px;
  }
}
#home .p-sec .p-sec-article-button a::after {
  color: #fff;
  content: "＞";
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 768px) {
  #home .p-sec .p-sec-article-button a::after {
    font-size: 4vw;
    right: 2.1333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-sec .p-sec-article-button a::after {
    font-size: 1.6rem;
    right: 14px;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-sec .p-sec-article-button a:hover {
    opacity: 0.8;
  }
}
#home .p-sec .p-sec-more {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #home .p-sec .p-sec-more {
    margin: 26.6666666667vw auto 0;
    width: 53.6vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-sec .p-sec-more {
    margin: 157px auto 0;
    width: 240px;
  }
}
#home .p-sec .p-sec-more a {
  background: #fff;
  color: #000;
  display: -ms-grid;
  display: grid;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  place-content: center;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #home .p-sec .p-sec-more a {
    border-radius: 1.8666666667vw;
    font-size: 4vw;
    height: 10.4vw;
    width: 53.6vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-sec .p-sec-more a {
    font-size: 1.6rem;
    border-radius: 8px;
    height: 46px;
    width: 240px;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-sec .p-sec-more a:hover {
    opacity: 0.8;
  }
}
#home .p-sec .p-sec-more::before {
  border: 1px solid #999;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #home .p-sec .p-sec-more::before {
    border-radius: 1.8666666667vw;
    left: 1.0666666667vw;
    top: 1.0666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-sec .p-sec-more::before {
    border-radius: 8px;
    left: 4px;
    top: 4px;
  }
}
#home .p-csr {
  background: #f1e2db;
}
@media only screen and (max-width: 768px) {
  #home .p-csr .p-sec-mv::after {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(92%, #f1e2db));
    background: linear-gradient(to bottom, transparent, #f1e2db 92%);
  }
}
#home .p-csr .p-sec-article-button a {
  background: #f00;
}
#home .p-car {
  background: #192325;
}
@media print, screen and (min-width: 769px) {
  #home .p-car {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #home .p-car .p-sec-mv::after {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(92%, #192325));
    background: linear-gradient(to bottom, transparent, #192325 92%);
  }
}
#home .p-car .p-sec-article-heading {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #home .p-car .p-sec-articles-slider .slick-arrow {
    background: #fff;
  }
}
#home .p-car .p-sec-article-button a {
  background: #fff;
  color: #000;
}
#home .p-car .p-sec-article-button a::after {
  color: #000;
}
#home .p-car .p-car-links {
  display: -ms-grid;
  display: grid;
}
@media only screen and (max-width: 768px) {
  #home .p-car .p-car-links {
    gap: 1.6vw 1.0666666667vw;
    -ms-grid-columns: 1fr 1.0666666667vw 1fr;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 9.3333333333vw;
    padding-inline: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-car .p-car-links {
    gap: 18px 6px;
    -ms-grid-columns: 1fr 6px 1fr 6px 1fr;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 35px;
  }
}
#home .p-car .p-car-links a {
  background: #fff;
  display: -ms-grid;
  display: grid;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 300;
  place-content: center;
}
@media only screen and (max-width: 768px) {
  #home .p-car .p-car-links a {
    border-radius: 1.8666666667vw;
    font-size: 3.4666666667vw;
    height: 12vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-car .p-car-links a {
    font-size: 1.5rem;
    border-radius: 6px;
    height: 34px;
  }
}
#home .p-ucar {
  background: #c7b299;
}
@media print, screen and (min-width: 769px) {
  #home .p-ucar {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #home .p-ucar .p-sec-mv::after {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(92%, #c7b299));
    background: linear-gradient(to bottom, transparent, #c7b299 92%);
  }
}
#home .p-ucar .p-sec-article-button a {
  background: #fff;
  color: #000;
}
#home .p-ucar .p-sec-article-button a::after {
  color: #000;
}
#home .p-event {
  background: #4e4e4e;
}
@media only screen and (max-width: 768px) {
  #home .p-event .p-sec-mv::after {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(92%, #4e4e4e));
    background: linear-gradient(to bottom, transparent, #4e4e4e 92%);
  }
}
#home .p-event .p-sec-article-heading {
  color: #fff;
}
#home .p-event .p-sec-article-button a {
  background: #fff;
  color: #000;
}
#home .p-event .p-sec-article-button a::after {
  color: #000;
}
#home .p-event .p-sec-articles-slider .slick-arrow {
  background: #fff;
}
#home .p-special {
  background: #000;
}
@media only screen and (max-width: 768px) {
  #home .p-special {
    padding-bottom: 41.0666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  #home .p-special .p-sec-mv::after {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(92%, #000));
    background: linear-gradient(to bottom, transparent, #000 92%);
  }
}
#home .p-special .p-sec-article-heading {
  color: #fff;
}
#home .p-special .p-sec-article-button a {
  background: #fff;
  color: #000;
}
#home .p-special .p-sec-article-button a::after {
  color: #000;
}
#home .p-special .p-sec-articles-slider .slick-arrow {
  background: #fff;
}
#home .p-pickup {
  background: #333;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #home .p-pickup {
    padding: 3.4666666667vw 0 21.7333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-pickup {
    padding-block: 40px 90px;
  }
}
#home .p-pickup .c-sec-ttl-wrapper {
  left: 50%;
  position: absolute;
  translate: -50%;
  width: 100%;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  #home .p-pickup .c-sec-ttl-wrapper {
    top: -8vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-pickup .c-sec-ttl-wrapper {
    top: -66px;
  }
}
#home .p-pickup .c-sec-ttl {
  color: #f4f4f2;
}
@media print, screen and (min-width: 769px) {
  #home .p-pickup .p-pickup__body {
    margin-inline: auto;
    width: 1100px;
  }
}
@media only screen and (max-width: 768px) {
  #home .p-pickup .slick-slide {
    padding-left: 4.2666666667vw;
    width: 90.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-pickup .slick-slide {
    padding-inline: 5px;
    width: 307px;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-pickup .slick-slide figure {
    height: 133px;
  }
}
#home .p-pickup .slick-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
#home .p-pickup .slick-slide h3 {
  color: #fff;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #home .p-pickup .slick-slide h3 {
    font-size: 3.3333333333vw;
    margin-top: 2.1333333333vw;
    padding-inline: 2.9333333333vw;
    min-height: 9.6vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-pickup .slick-slide h3 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-block: 10px;
    min-height: 3em;
  }
}
@media only screen and (max-width: 768px) {
  #home .p-pickup .slick-slide p {
    margin-top: 3.3333333333vw;
    padding-inline: 2.9333333333vw;
  }
}
#home .p-pickup .slick-slide a {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #home .p-pickup .slick-slide a {
    font-size: 3.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-pickup .slick-slide a {
    font-size: 1.6rem;
  }
}
#home .p-pickup .slick-arrow {
  background: #fff;
  border: none;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  left: 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  text-indent: -99px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  #home .p-pickup .slick-arrow {
    bottom: -13.3333333333vw;
    height: 6.1333333333vw;
    left: 7.7333333333vw;
    width: 6.1333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-pickup .slick-arrow {
    bottom: -60px;
    height: 31px;
    width: 31px;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-pickup .slick-arrow:hover {
    opacity: 0.7;
  }
}
#home .p-pickup .slick-prev {
  -webkit-mask-image: url("../img/index/btn-prev.svg");
          mask-image: url("../img/index/btn-prev.svg");
}
@media print, screen and (min-width: 769px) {
  #home .p-pickup .slick-prev {
    margin-left: -34px;
  }
}
#home .p-pickup .slick-next {
  -webkit-mask-image: url("../img/index/btn-next.svg");
          mask-image: url("../img/index/btn-next.svg");
}
@media only screen and (max-width: 768px) {
  #home .p-pickup .slick-next {
    left: 14.9333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-pickup .slick-next {
    margin-left: 3px;
  }
}
#home .p-support {
  background: #f2f2f2;
}
@media only screen and (max-width: 768px) {
  #home .p-support {
    padding: 9.3333333333vw 3.3333333333vw 24vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-support {
    padding-top: 120px;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-support .p-support-inner {
    margin-inline: auto;
    padding-inline: 106px;
    width: 1366px;
  }
}
#home .p-support .c-sec-ttl {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #home .p-support .c-sec-ttl {
    margin-bottom: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-support .c-sec-ttl {
    margin-bottom: 50px;
  }
}
#home .p-support .c-sec-ttl::after {
  background: #545555;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
}
@media only screen and (max-width: 768px) {
  #home .p-support .c-sec-ttl::after {
    width: 41.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-support .c-sec-ttl::after {
    width: 826px;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-support .p-support-main {
    -webkit-column-gap: 7px;
       -moz-column-gap: 7px;
            column-gap: 7px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 7px 1fr 7px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  #home .p-support .p-support-main .slick-slide {
    padding-right: 2.1333333333vw;
    width: 85.8666666667vw;
  }
}
#home .p-support .p-support-sub {
  display: -ms-grid;
  display: grid;
}
@media only screen and (max-width: 768px) {
  #home .p-support .p-support-sub {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin-top: 8vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-support .p-support-sub {
    -webkit-column-gap: 7px;
       -moz-column-gap: 7px;
            column-gap: 7px;
    -ms-grid-columns: 1fr 7px 1fr 7px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  #home .p-support .p-support-sub .p-support-detail {
    padding-block: 6vw 4.5333333333vw;
  }
}
#home .p-support .p-support-item-inner {
  background: var(--bg);
}
@media print, screen and (min-width: 769px) {
  #home .p-support .p-support-item-inner {
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 768px) {
  #home .p-support .p-support-logo {
    padding: 2.1333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-support .p-support-logo {
    padding: 8px;
  }
}
#home .p-support .p-support-logo img {
  height: auto;
  width: 100%;
}
#home .p-support .p-support-banner img {
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #home .p-support .p-support-detail {
    padding-block: 4.2666666667vw 3.4666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-support .p-support-detail {
    padding-top: 12px;
  }
}
#home .p-support .p-support-text {
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #home .p-support .p-support-text {
    font-size: 4vw;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-support .p-support-text {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
#home .p-support .p-support-button {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #home .p-support .p-support-button {
    margin-top: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-support .p-support-button {
    margin-top: 14px;
  }
}
@media only screen and (max-width: 768px) {
  #home .p-support .p-support-button img {
    display: inline;
    height: auto;
    width: 7.2vw;
  }
}
#home .p-support .p-support-item01 {
  --bg: #d9005c;
}
#home .p-support .p-support-item02 {
  --bg: #0d3385;
}
#home .p-support .p-support-item03 {
  --bg: #231815;
}
#home .p-support .p-support-item04 {
  --bg: #32a734;
}
@media only screen and (max-width: 768px) {
  #home .p-support .p-support-item04 {
    order: 3;
  }
}
#home .p-support .p-support-item05 {
  --bg: #4399ac;
}
@media only screen and (max-width: 768px) {
  #home .p-support .p-support-item05 {
    order: 1;
  }
}
#home .p-support .p-support-item06 {
  --bg: #de9c62;
}
@media only screen and (max-width: 768px) {
  #home .p-support .p-support-item06 {
    order: 2;
  }
}
@media only screen and (max-width: 768px) {
  #home .p-news {
    padding: 4.8vw 3.3333333333vw 13.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-news {
    background: #f2f2f2;
    padding-block: 90px 65px;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-news .p-news-inner {
    margin-inline: auto;
    padding-inline: 106px;
    width: 1366px;
  }
}
@media only screen and (max-width: 768px) {
  #home .p-news .c-sec-ttl {
    margin-bottom: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-news .c-sec-ttl {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #home .p-news .p-news-main {
    margin-bottom: 17.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-news .p-news-main {
    display: -ms-grid;
    display: grid;
    gap: 40px;
    -ms-grid-columns: 557px 40px 557px;
    grid-template-columns: 557px 557px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  #home .p-news .p-news-col:not(:last-child) {
    margin-bottom: 10.6666666667vw;
  }
}
#home .p-news .p-news-heading {
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  #home .p-news .p-news-heading {
    border-bottom: 0.4vw solid #4d4d4d;
    font-size: 4.6666666667vw;
    margin-bottom: 5.3333333333vw;
    padding-bottom: 2vw;
    width: 74.2666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-news .p-news-heading {
    font-size: 2.5rem;
    border-bottom: 3px solid #4d4d4d;
    margin-bottom: 36px;
    padding-bottom: 7px;
  }
}
#home .p-news .p-news-item {
  display: flex;
}
@media only screen and (max-width: 768px) {
  #home .p-news .p-news-item {
    flex-direction: row-reverse;
    gap: 2.6666666667vw;
    padding-bottom: 9.7333333333vw;
    position: relative;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-news .p-news-item {
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #home .p-news .p-news-item:not(:first-child) {
    margin-top: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-news .p-news-item:not(:first-child) {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  #home .p-news .p-news-detail {
    width: 100%;
  }
}
#home .p-news .p-news-image {
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #home .p-news .p-news-image {
    width: 38.9333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-news .p-news-image {
    width: 273px;
  }
}
#home .p-news .p-news-image img {
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #home .p-news .p-news-date {
    font-size: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-news .p-news-date {
    font-size: 1.5rem;
    margin-bottom: 7px;
  }
}
#home .p-news .p-news-title {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #home .p-news .p-news-title {
    font-size: 3.3333333333vw;
    margin-bottom: 2vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-news .p-news-title {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #home .p-news .p-news-excerpt {
    font-size: 2.4vw;
    line-height: 1.666;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-news .p-news-excerpt {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 768px) {
  #home .p-news .p-news-button {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
  }
}
#home .p-news .p-news-button a {
  background: #4d4d4d;
  color: #fff;
  display: -ms-grid;
  display: grid;
  place-content: center start;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  #home .p-news .p-news-button a {
    border-radius: 0.9333333333vw;
    font-size: 3.3333333333vw;
    height: 6.6666666667vw;
    padding-left: 1.8666666667vw;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-news .p-news-button a {
    font-size: 1.5rem;
    border-radius: 8px;
    height: 26px;
    padding-left: 14px;
    width: 240px;
  }
}
#home .p-news .p-news-button a::after {
  color: #fff;
  content: "＞";
  display: block;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
@media only screen and (max-width: 768px) {
  #home .p-news .p-news-button a::after {
    font-size: 3.3333333333vw;
    right: 6.1333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-news .p-news-button a::after {
    font-size: 1.5rem;
    right: 14px;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-news .p-news-button a:hover {
    opacity: 0.8;
  }
}
#home .p-news .p-news-more {
  display: flex;
  justify-content: center;
}
#home .p-news .p-news-more a {
  background: #fff;
  border: 1px solid #4d4d4d;
  display: -ms-grid;
  display: grid;
  place-content: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  #home .p-news .p-news-more a {
    font-size: 3.2vw;
    height: 10.1333333333vw;
    width: 69.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-news .p-news-more a {
    font-size: 1.7rem;
    border-radius: 3px;
    height: 50px;
    width: 338px;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-news .p-news-more a:hover {
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-calendar {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 768px) {
  #home .p-calendar .c-sec-ttl {
    margin-bottom: 9.6vw;
    padding-inline: 3.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-calendar .c-sec-ttl {
    margin-bottom: 75px;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-calendar-inner {
    margin-inline: auto;
    width: 1100px;
  }
}
#home .calendar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #home .calendar {
    background: #fff;
    padding: 0 25px;
  }
}
#home .calendar .calendar__box {
  display: flex;
  justify-content: space-between;
}
@media print, screen and (min-width: 769px) {
  #home .calendar .calendar__body {
    width: 340px;
  }
}
#home .calendar .calendar__body .calendar__head {
  align-items: flex-end;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #home .calendar .calendar__body .calendar__head {
    margin-bottom: 4vw;
  }
}
#home .calendar .calendar__body .calendar__head .calendar__prev {
  display: none;
}
@media only screen and (max-width: 768px) {
  #home .calendar .calendar__body .calendar__head .calendar__prev {
    display: block;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  #home .calendar .calendar__body .calendar__head .calendar__prev a {
    background: url("../img/index/btn-prev.svg") no-repeat left top/cover;
    display: block;
    height: 6.4vw;
    overflow: hidden;
    text-indent: -1000px;
    width: 6.4vw;
  }
}
#home .calendar .calendar__body .calendar__head .calendar__next {
  display: none;
}
@media only screen and (max-width: 768px) {
  #home .calendar .calendar__body .calendar__head .calendar__next {
    display: block;
    margin-left: auto;
  }
}
@media only screen and (max-width: 768px) {
  #home .calendar .calendar__body .calendar__head .calendar__next a {
    background: url("../img/index/btn-next.svg") no-repeat left top/cover;
    display: block;
    height: 6.4vw;
    overflow: hidden;
    text-indent: -1000px;
    width: 6.4vw;
  }
}
#home .calendar .calendar__body .calendar__head .calendar__month-en {
  font-size: 2rem;
  color: #545555;
}
#home .calendar .calendar__body .calendar__head .calendar__month-num {
  font-size: 7rem;
  color: #545555;
  line-height: 1;
  margin: 0 10px;
}
#home .calendar .calendar__body .calendar__head .calendar__year {
  font-size: 2rem;
  color: #545555;
}
#home .calendar .calendar__body .calendar__head .calendar__link {
  float: right;
  line-height: 1;
}
#home .calendar .calendar__body .calendar__head .calendar__link a {
  font-size: 3.5rem;
  color: #005953;
  display: inline-block;
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  #home .calendar .calendar__body .calendar__head .calendar__link a {
    font-size: 2.6rem;
  }
}
#home .calendar .calendar__body .calendar__main .calendar__weekday {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 4px;
}
@media only screen and (max-width: 768px) {
  #home .calendar .calendar__body .calendar__main .calendar__weekday {
    margin-bottom: 1px;
  }
}
#home .calendar .calendar__body .calendar__main .calendar__weekday li {
  font-size: 1.4rem;
  color: #545555;
  text-align: center;
  width: 43px;
}
@media only screen and (max-width: 768px) {
  #home .calendar .calendar__body .calendar__main .calendar__weekday li {
    width: 14%;
  }
}
#home .calendar .calendar__body .calendar__main .calendar__weekday li:first-child {
  color: #f00;
}
#home .calendar .calendar__body .calendar__main .calendar__days {
  align-items: center;
  border-bottom: 1px solid #898989;
  display: flex;
  flex-wrap: wrap;
}
#home .calendar .calendar__body .calendar__main .calendar__days li {
  font-size: 2.2rem;
  background: #fff;
  border-left: 1px solid #898989;
  border-top: 1px solid #898989;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #4d4d4d;
  height: 50px;
  padding-right: 4px;
  text-align: right;
  width: 14.2857%;
}
#home .calendar .calendar__body .calendar__main .calendar__days li.w3:not(:empty) {
  background: #f00;
  color: #fff;
}
#home .calendar .calendar__body .calendar__main .calendar__days li.w5:not(:empty) {
  background: #F7C147;
  cursor: pointer;
}
#home .calendar .calendar__body .calendar__main .calendar__days li:nth-child(7n) {
  border-right: 1px solid #898989;
}
@media only screen and (max-width: 768px) {
  #home .calendar .calendar__body .calendar__main .calendar__days li {
    height: 48px;
    width: 14.2758%;
  }
}
#home .calendar .calendar__offer {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  #home .calendar .calendar__offer {
    padding-top: 8vw;
  }
}
#home .calendar .calendar__offer li {
  font-size: 2.1rem;
  line-height: 3rem;
  margin-left: 75px;
}
#home .calendar .calendar__offer li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  #home .calendar .calendar__offer li {
    font-size: 4vw;
    margin-left: 0;
  }
}
#home .calendar .calendar__offer li small {
  font-size: 1.1rem;
  margin-left: 5px;
  vertical-align: center;
}
@media only screen and (max-width: 768px) {
  #home .calendar .calendar__offer li small {
    display: block;
    font-size: 8px;
  }
}
#home .calendar .calendar__offer li span {
  border: 1px solid #898989;
  display: inline-block;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
  width: 30px;
}
@media only screen and (max-width: 768px) {
  #home .calendar .calendar__offer li span {
    height: 6vw;
    margin-right: 2.1333333333vw;
    width: 6vw;
  }
}
#home .calendar .rest {
  background: #f00 !important;
}
#home .calendar .ladies {
  background: #F7C147 !important;
}
#home .calendar .premium {
  background: #fffcdb !important;
}
#home .calendar .otg {
  background: #e0f0e2 !important;
}
@media only screen and (max-width: 768px) {
  #home .hours {
    padding-top: 8vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .hours {
    display: flex;
    margin-bottom: 120px;
    padding-top: 35px;
  }
}
@media only screen and (max-width: 768px) {
  #home .hours .hours__body {
    margin-bottom: 10.6666666667vw;
    padding-inline: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .hours .hours__body {
    flex-shrink: 0;
    width: 630px;
  }
}
@media print, screen and (min-width: 769px) {
  #home .hours .hours__item {
    align-items: flex-start;
    display: flex;
    gap: 34px;
  }
}
@media only screen and (max-width: 768px) {
  #home .hours .hours__item:not(:first-child) {
    margin-top: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .hours .hours__item:not(:first-child) {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 768px) {
  #home .hours .hours__item h3 {
    font-size: 4.6666666667vw;
    font-weight: 400;
  }
}
@media print, screen and (min-width: 769px) {
  #home .hours .hours__item h3 {
    font-size: 1.8rem;
    border: 1px solid #595757;
    display: -ms-grid;
    display: grid;
    font-weight: normal;
    height: 32px;
    place-content: center;
    text-align: center;
    width: 143px;
  }
}
@media print, screen and (min-width: 769px) {
  #home .hours .hours__item h3 span {
    display: none;
  }
}
#home .hours .hours__item p {
  font-size: 2rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  #home .hours .hours__item p {
    font-size: 4.6666666667vw;
    line-height: 1.428;
  }
}
#home .hours .hours__item p small {
  font-size: 1.5rem;
  color: #e00012;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  #home .hours .hours__item p small {
    font-weight: 300;
    font-size: 3.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .hours .hours__item p small {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #home .hours .p-sns {
    margin-bottom: 16vw;
  }
}
#home .hours .p-sns .p-sns-title {
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #home .hours .p-sns .p-sns-title {
    margin-bottom: 6.6666666667vw;
    gap: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .hours .p-sns .p-sns-title {
    gap: 25px;
  }
}
#home .hours .p-sns .c-sec-ttl {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #home .hours .p-sns p {
    font-size: 3.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .hours .p-sns p {
    font-size: 1.7rem;
  }
}
#home .hours .p-sns-list {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #home .hours .p-sns-list {
    gap: 6.1333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .hours .p-sns-list {
    gap: 25px;
    margin-top: 44px;
  }
}
#home .hours .p-sns-list li a {
  align-items: center;
  display: flex;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 769px) {
  #home .hours .p-sns-list li a:hover {
    opacity: 0.7;
  }
}
#home .hours .p-sns-list li figure {
  flex-shrink: 0;
}
#home .hours .p-sns-list li figure img {
  height: auto;
}
#home .hours .p-sns-list li.tw {
  color: #000;
}
#home .hours .p-sns-list li.tw img {
  width: 45px;
}
@media only screen and (max-width: 768px) {
  #home .hours .p-sns-list li.tw img {
    width: 8.4vw;
  }
}
#home .hours .p-sns-list li.fb {
  color: #006ebb;
}
#home .hours .p-sns-list li.fb img {
  width: 46px;
}
@media only screen and (max-width: 768px) {
  #home .hours .p-sns-list li.fb img {
    width: 8.4vw;
  }
}
#home .hours .p-sns-list li.ln {
  color: #00b44a;
}
#home .hours .p-sns-list li.ln img {
  width: 45px;
}
@media only screen and (max-width: 768px) {
  #home .hours .p-sns-list li.ln img {
    width: 8.5333333333vw;
  }
}
#home .hours .p-sns-list li.ig {
  color: #050000;
}
#home .hours .p-sns-list li.ig img {
  width: 46px;
}
@media only screen and (max-width: 768px) {
  #home .hours .p-sns-list li.ig img {
    width: 8.4vw;
  }
}
#home .hours .p-sns-list li.yt {
  color: #f00;
}
#home .hours .p-sns-list li.yt img {
  width: 53px;
}
@media only screen and (max-width: 768px) {
  #home .hours .p-sns-list li.yt img {
    width: 9.8666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  #home .p-menu {
    padding-bottom: 20vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-menu .c-sec-ttl {
    margin-bottom: 40px;
  }
}
#home .p-menu .p-menu-list {
  display: flex;
}
@media only screen and (max-width: 768px) {
  #home .p-menu .p-menu-list {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-menu .p-menu-list {
    justify-content: center;
    gap: 87px;
  }
}
@media only screen and (max-width: 768px) {
  #home .p-menu .p-menu-list li {
    width: 39.2vw;
  }
}
#home .p-menu .p-menu-list li:first-child a {
  background: url("../img/index/icon-estimate.svg") no-repeat center top/62px auto;
}
@media only screen and (max-width: 768px) {
  #home .p-menu .p-menu-list li:first-child a {
    background-position: center top;
    background-size: 15.4666666667vw auto;
  }
}
#home .p-menu .p-menu-list li:nth-child(2) a {
  background: url("../img/index/icon-testdrive.svg") no-repeat center top/73px auto;
}
@media only screen and (max-width: 768px) {
  #home .p-menu .p-menu-list li:nth-child(2) a {
    background-position: center top;
    background-size: 19.2vw auto;
  }
}
#home .p-menu .p-menu-list li:nth-child(3) a {
  background: url("../img/index/icon-catalog.svg") no-repeat center 6px/73px auto;
}
@media only screen and (max-width: 768px) {
  #home .p-menu .p-menu-list li:nth-child(3) a {
    background-position: center 1.3333333333vw;
    background-size: 19.0666666667vw auto;
  }
}
#home .p-menu .p-menu-list li:nth-child(4) a {
  background: url("../img/index/icon-reserve.svg") no-repeat center 12px/76px auto;
}
@media only screen and (max-width: 768px) {
  #home .p-menu .p-menu-list li:nth-child(4) a {
    background-position: center 4.1333333333vw;
    background-size: 19.6vw auto;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-menu .p-menu-list li:nth-child(4) a {
    padding-inline: 4px;
  }
}
#home .p-menu .p-menu-list li:nth-child(5) a {
  background: url("../img/index/icon-maintenance.svg") no-repeat center 8px/60px auto;
}
@media only screen and (max-width: 768px) {
  #home .p-menu .p-menu-list li:nth-child(5) a {
    background-position: center 3.6vw;
    background-size: 13.3333333333vw;
  }
}
#home .p-menu .p-menu-list a {
  display: block;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  #home .p-menu .p-menu-list a {
    font-size: 3.7333333333vw;
    padding-top: 25.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-menu .p-menu-list a {
    font-size: 1.7rem;
    padding-top: 100px;
  }
}
@media print, screen and (min-width: 769px) {
  #home .p-menu .p-menu-list a:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 768px) {
  #car .section__title2 {
    margin-bottom: 9px;
  }
}
@media only screen and (max-width: 768px) {
  #car .car__search {
    display: -ms-grid;
    display: grid;
    gap: 16px 20px;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #car .car__search {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 80px;
    width: 1100px;
  }
}
#car .car__search-item {
  position: relative;
  z-index: 101;
}
@media print, screen and (min-width: 769px) {
  #car .car__search-item {
    width: 340px;
  }
}
#car .car__search-item a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #car .car__search-item a {
    font-size: 1.4rem;
    letter-spacing: 0;
    height: 36px;
  }
}
#car .car__search .car__search-detail {
  background: #545555;
  border-radius: 0 0 3px 3px;
  left: 0;
  position: absolute;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  #car .car__search .car__search-detail {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #car .car__search .car__search-detail {
    height: 195px;
    top: 47px;
  }
}
@media only screen and (max-width: 768px) {
  #car .car__search ul {
    line-height: 1.75;
    padding: 5px 7px;
  }
}
@media print, screen and (min-width: 769px) {
  #car .car__search ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  #car .car__search ul li {
    line-height: 2;
  }
}
#car .car__search ul a {
  background: url("../img/car/icon-arrow01.svg") no-repeat right center/12px 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #car .car__search ul a {
    font-size: 1.4rem;
    background-size: 9px 5px;
    display: block;
    letter-spacing: 0;
    height: auto;
  }
}
@media print, screen and (min-width: 769px) {
  #car .car__search ul a {
    font-size: 1.4rem;
    padding-right: 30px;
  }
}
#car .car__search ul a.actv {
  background-image: url("../img/car/icon-arrow02.svg");
  color: #e60018;
}
@media print, screen and (min-width: 769px) {
  #car .car__search .kana {
    padding: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #car .car__search .kana li {
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 769px) {
  #car .car__search .kana li:not(:nth-child(4n+1)) {
    margin-left: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  #car .car__search .body {
    padding: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #car .car__search .body li {
    width: 33%;
  }
}
@media print, screen and (min-width: 769px) {
  #car .car__search .body li:nth-child(3) ~ li {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #car .car__search .body li a {
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #car .car__search .scene {
    padding: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #car .car__search .scene li {
    width: 50%;
  }
}
@media print, screen and (min-width: 769px) {
  #car .car__search .scene li:nth-child(2) ~ li {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #car .car__search .scene li a {
    padding-right: 22px;
  }
}
#car .car__navi {
  display: none;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #car .car__navi {
    display: flex;
    flex-wrap: wrap;
  }
}
#car .car__navi li {
  background: url("../img/common/200404/pict_line.png") no-repeat right top;
  padding-right: 19px;
  padding-left: 7px;
}
@media only screen and (max-width: 768px) {
  #car .car__navi li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 15px;
    width: 25%;
  }
}
#car .car__navi li:first-child a {
  font-size: 2.2rem;
}
@media only screen and (max-width: 768px) {
  #car .car__navi li:first-child a {
    font-size: 1.9rem;
  }
}
#car .car__navi li:nth-child(4n) {
  background: none;
}
#car .car__navi li a {
  font-size: 1.5rem;
  align-items: center;
  color: #595757;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  height: 30px;
  justify-content: center;
  letter-spacing: -0.07em;
  line-height: 1.2;
  padding: 0 2px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #car .car__navi li a {
    font-size: 1.2rem;
  }
}
#car .car__navi li a::after {
  background: #595757;
  bottom: -8px;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 0;
}
#car .car__navi li a small {
  font-size: 1.2rem;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  #car .car__navi li a small {
    font-size: 1rem;
  }
}
#car .car__navi li a.active, #car .car__navi li a:hover {
  color: #000;
}
#car .car__navi li a.active::after, #car .car__navi li a:hover::after {
  width: 100%;
}
#car .car__items {
  margin-top: 30px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #car .car__items {
    padding: 0 10px;
  }
}
#car .car__items .car__scene {
  display: flex;
}
@media only screen and (max-width: 768px) {
  #car .car__items .car__scene {
    flex-direction: column-reverse;
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 769px) {
  #car .car__items .car__scene {
    align-items: center;
    margin-bottom: 54px;
  }
}
@media print, screen and (min-width: 769px) {
  #car .car__items .car__scene figure {
    flex-shrink: 0;
    margin-right: 45px;
  }
}
@media only screen and (max-width: 768px) {
  #car .car__items .car__scene figure img {
    width: 100%;
  }
}
#car .car__items .car__scene h4 {
  color: #005953;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #car .car__items .car__scene h4 {
    font-size: 1.1rem;
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 769px) {
  #car .car__items .car__scene h4 {
    font-size: 2.2rem;
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 768px) {
  #car .car__items .car__scene p {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #car .car__items .car__scene p {
    font-size: 1.6rem;
  }
}
#car .car__items .car__item {
  margin-bottom: 70px;
  width: 100%;
}
#car .car__items .car__item#car11 .car__image {
  background: none;
}
#car .car__title {
  font-size: 2.2rem;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto 50px;
  padding: 0 5px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #car .car__title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #car .car__title.kana {
    font-size: 2.1rem;
  }
}
@media print, screen and (min-width: 769px) {
  #car .car__title.kana {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  #car .car__title.body {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 769px) {
  #car .car__title.body {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 768px) {
  #car .car__title.scene {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #car .car__title.scene {
    font-size: 2.4rem;
  }
}
#car .car__title small {
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  #car .car__title small {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 769px) {
  #car .car__title small {
    font-size: 1.3rem;
  }
}
#car .car__title.no_subtitle {
  justify-content: center;
}
#car .cars {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #car .cars {
    justify-content: space-between;
  }
}
#car .cars li {
  margin-left: 45px;
  margin-bottom: 35px;
  padding-top: 40px;
  position: relative;
  width: 184px;
}
@media only screen and (max-width: 768px) {
  #car .cars li {
    margin-left: 0;
    width: 48%;
  }
}
#car .cars li:nth-child(5n+1) {
  margin-left: 0;
}
#car .cars li .car__name {
  font-size: 1.9rem;
  color: #545555;
  letter-spacing: -0.05em;
  left: 0;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 768px) {
  #car .cars li .car__name {
    font-size: 1.5rem;
  }
}
#car .cars li .car__image {
  align-items: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: flex;
  height: 125px;
  justify-content: center;
  margin: 0;
  padding-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  #car .cars li .car__image {
    background-size: 100% auto;
    height: 100px;
  }
}
#car .cars li .car__image a {
  text-align: center;
}
#car .cars li .car__image img {
  max-width: 100%;
  width: 100%;
}
#car .cars li .car__info dl {
  align-items: center;
  display: flex;
  margin-top: 8px;
}
#car .cars li .car__info dl:first-of-type {
  margin-top: 0;
}
#car .cars li .car__info dl dt {
  font-size: 1.1rem;
  flex-shrink: 0;
  line-height: 1;
  width: 80px;
}
@media only screen and (max-width: 768px) {
  #car .cars li .car__info dl dt {
    font-size: 1.2rem;
    width: 80px;
  }
}
#car .cars li .car__info dl dd {
  font-size: 1.1rem;
  border-left: 1px solid #3e3a39;
  padding-left: 10px;
}
@media only screen and (max-width: 768px) {
  #car .cars li .car__info dl dd {
    font-size: 1.4rem;
  }
}
#car .car__links {
  display: flex;
  justify-content: center;
  margin-bottom: 220px;
  padding-top: 55px;
}
@media only screen and (max-width: 768px) {
  #car .car__links {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    margin-bottom: 50px;
  }
}
#car .car__links li {
  margin: 0 25px;
  width: 380px;
}
@media only screen and (max-width: 768px) {
  #car .car__links li {
    margin: 0 0 15px;
    width: 100%;
  }
}
#car .car__links li a {
  font-size: 1.4rem;
  align-items: center;
  border: 1px solid #595757;
  border-radius: 3px;
  color: #595757;
  display: flex;
  flex-direction: column;
  height: 44px;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #car .car__links li a {
    font-size: 1.2rem;
    height: 35px;
    width: 100%;
  }
}
#car .car__links li a span {
  background: url("../img/common/200404/icon_arrow01.svg") no-repeat right center/8px 13px;
  padding-right: 15px;
}
@media only screen and (min-width: 769px) {
  #car .car__links li a:hover {
    background: #595757;
    color: #fff;
  }
  #car .car__links li a:hover span {
    background: url("../img/common/200404/icon_arrow02.svg") no-repeat right center/8px 13px;
  }
}

@media only screen and (max-width: 768px) {
  #car_detail .contents .box {
    padding: 0 10px;
  }
}
#car_detail .block__title {
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  #car_detail .block__title {
    margin-bottom: 13px;
  }
}
#car_detail .car__notice {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #car_detail .car__notice {
    padding: 0 15px;
  }
}
#car_detail .car__notice p {
  font-size: 1.3rem;
}
#car_detail .car__notice p:not(:first-child) {
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  #car_detail .car__info {
    margin-bottom: 16px;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .car__info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
}
#car_detail .car__info .car__name {
  align-items: center;
  display: flex;
  height: 50px;
}
@media only screen and (max-width: 768px) {
  #car_detail .car__info .car__name {
    float: none;
    height: 28px;
    margin-bottom: 5px;
    padding-left: 15px;
  }
}
#car_detail .car__info .car__name img {
  max-width: 500px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #car_detail .car__info .car__name img {
    height: 100%;
    max-width: 100%;
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  #car_detail .car__info .info__button {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .car__info .info__button {
    display: flex;
    justify-content: flex-end;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .car__info .info__button li {
    width: 140px;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .car__info .info__button li:not(:first-child) {
    margin-left: 9px;
  }
}
#car_detail .car__info .info__button li a {
  background: #005953;
  border-radius: 5px;
  color: white;
  display: block;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #car_detail .car__info .info__button li a {
    padding: 4px 0;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .car__info .info__button li a {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 8px 0;
  }
}
@media only screen and (max-width: 768px) {
  #car_detail .mv {
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .mv {
    margin-bottom: 50px;
  }
}
#car_detail .mv img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  #car_detail .mv .mv__image {
    height: 336px;
  }
}
@media only screen and (max-width: 768px) {
  #car_detail .mv .mv__wrapper {
    padding: 56.25% 0 0;
    position: relative;
    width: 100%;
  }
  #car_detail .mv .mv__wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
#car_detail .car__lead {
  font-size: 1.9rem;
  line-height: 3.3rem;
  letter-spacing: 0.11em;
  margin-bottom: 77px;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  #car_detail .car__lead {
    font-size: 0.8rem;
    line-height: 1.5rem;
  }
}
#car_detail .car__spec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #car_detail .car__spec {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .car__spec {
    margin-bottom: 55px;
  }
}
#car_detail .car__spec .spec__item {
  border: 1px solid #dbdcdc;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #car_detail .car__spec .spec__item {
    margin-bottom: 1px;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .car__spec .spec__item {
    width: 557px;
  }
}
@media only screen and (max-width: 768px) {
  #car_detail .car__spec .spec__item:not(:first-child) {
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .car__spec .spec__item:nth-child(2) ~ .spec__item {
    margin-top: 10px;
  }
}
#car_detail .car__spec .spec__item .spec__label {
  font-size: 1.4rem;
  align-items: center;
  background: #dbdcdc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  padding: 6px 7px;
  text-align: center;
  width: 180px;
}
@media only screen and (max-width: 768px) {
  #car_detail .car__spec .spec__item .spec__label {
    font-size: 1rem;
    justify-content: flex-start;
    line-height: 1.5;
    width: 105px;
  }
}
#car_detail .car__spec .spec__item .spec__detail {
  font-size: 1.4rem;
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding: 6px 7px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #car_detail .car__spec .spec__item .spec__detail {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 10px;
    text-align: left;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #car_detail .car__spec .spec__item:nth-child(2), #car_detail .car__spec .spec__item:nth-child(4) {
    margin-left: 0;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .car__spec .spec__item:nth-child(2), #car_detail .car__spec .spec__item:nth-child(4) {
    width: 531px;
  }
}
@media only screen and (max-width: 768px) {
  #car_detail .car__spec .spec__item:nth-child(5) {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .car__spec .spec__item:nth-child(5) {
    width: 690px;
  }
}
@media only screen and (max-width: 768px) {
  #car_detail .car__spec .spec__item:nth-child(6) {
    margin-left: 0;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .car__spec .spec__item:nth-child(6) {
    width: 398px;
  }
}
#car_detail .safety {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #car_detail .safety {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .safety {
    margin-bottom: 65px;
  }
}
#car_detail .safety img {
  max-width: 156px;
}
@media only screen and (max-width: 768px) {
  #car_detail .safety th {
    padding-bottom: 25px;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .safety th {
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 12px 0;
    width: 240px;
  }
}
@media only screen and (max-width: 768px) {
  #car_detail .safety th img {
    max-width: 92px;
  }
}
@media only screen and (max-width: 768px) {
  #car_detail .safety th img:not(:first-child) {
    margin-left: 50px;
  }
}
#car_detail .safety td {
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #car_detail .safety td {
    padding: 6px 15px 10px;
    vertical-align: top;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .safety td {
    padding: 12px 18px 10px;
  }
}
#car_detail .safety .center {
  vertical-align: top;
  width: 100%;
}
#car_detail .safety .right {
  width: 288px;
}
@media only screen and (max-width: 768px) {
  #car_detail .safety .right {
    width: auto;
  }
}
#car_detail .safety .safety__title {
  font-size: 2rem;
  color: #005953;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 900;
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  #car_detail .safety .safety__title {
    font-size: 9px;
    margin-bottom: 6px;
  }
}
#car_detail .safety .safety__text {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #car_detail .safety .safety__text {
    font-size: 8px;
  }
}
#car_detail .safety__button {
  text-align: center;
}
#car_detail .safety__button .c-btn03 {
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #car_detail .safety__button .c-btn03 {
    width: 173px;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .safety__button .c-btn03 {
    width: 347px;
  }
}
#car_detail .safety__button span {
  background: url("../img/common/icon-arrow01.svg") no-repeat right center/8px 14px;
}
@media only screen and (max-width: 768px) {
  #car_detail .safety__button span {
    background-size: 4px 7px;
    font-size: 8px;
    padding-right: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .safety__button span {
    font-size: 1.7rem;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #car_detail .color {
    margin-bottom: 50px;
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .color {
    margin-bottom: 67px;
    margin-top: 110px;
  }
}
@media only screen and (max-width: 768px) {
  #car_detail .color .c-title {
    margin-bottom: 0;
  }
}
#car_detail .color .color__image {
  margin-bottom: 26px;
}
@media only screen and (max-width: 768px) {
  #car_detail .color .color__image {
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .color .color__image {
    margin: 0 auto;
    width: 770px;
  }
}
#car_detail .color .color__image img {
  width: 100%;
}
#car_detail .color .color__txt {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #car_detail .color .color__txt {
    font-size: 7px;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .color .color__txt {
    font-size: 1.4rem;
  }
}
#car_detail .color .color_slider .color__img {
  text-align: center;
}
#car_detail .color .color_slider .color__img img {
  display: inline;
  width: 100%;
}
#car_detail .color .color_slider .slick-arrow {
  border: none;
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: absolute;
  text-indent: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
}
@media only screen and (max-width: 768px) {
  #car_detail .color .color_slider .slick-arrow {
    height: 20px;
    width: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .color .color_slider .slick-arrow {
    height: 41px;
    width: 41px;
  }
}
#car_detail .color .color_slider .slick-prev {
  background: url("../img/car_detail/btn-prev.svg") no-repeat left top/cover;
  left: 0;
}
#car_detail .color .color_slider .slick-next {
  background: url("../img/car_detail/btn-next.svg") no-repeat left top/cover;
  right: 0;
}
#car_detail .color .color__pager {
  display: flex;
}
@media only screen and (max-width: 768px) {
  #car_detail .color .color__pager {
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .color .color__pager {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  #car_detail .color .color__pager li {
    width: 20%;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .color .color__pager li {
    width: 124px;
  }
}
#car_detail .color .color__pager li img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #car_detail .testdrive {
    margin-bottom: 50px;
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .testdrive {
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
  }
}
#car_detail .testdrive .testdrive__item {
  border: 1px solid #005953;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #car_detail .testdrive .testdrive__item {
    min-height: 85px;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .testdrive .testdrive__item {
    min-height: 140px;
    width: 536px;
  }
}
@media only screen and (max-width: 768px) {
  #car_detail .testdrive .testdrive__item:not(:first-child) {
    margin-top: 8px;
  }
}
#car_detail .testdrive .testdrive__item h3 {
  align-items: center;
  background: #005953;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #car_detail .testdrive .testdrive__item h3 {
    font-size: 1.2rem;
    width: 75px;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .testdrive .testdrive__item h3 {
    font-size: 1.8rem;
    width: 120px;
  }
}
@media only screen and (max-width: 768px) {
  #car_detail .testdrive .testdrive__item div {
    width: 100%;
  }
}
#car_detail .testdrive .testdrive__item ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-grid;
  display: grid;
}
@media only screen and (max-width: 768px) {
  #car_detail .testdrive .testdrive__item ul {
    gap: 6px 5px;
    -ms-grid-columns: 1fr 5px 1fr;
    grid-template-columns: repeat(2, 1fr);
    padding: 8px 5px;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .testdrive .testdrive__item ul {
    gap: 6px 10px;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(3, 1fr);
    padding: 12px;
  }
}
@media only screen and (max-width: 768px) {
  #car_detail .testdrive .testdrive__item li {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .testdrive .testdrive__item li {
    width: 124px;
  }
}
#car_detail .testdrive .testdrive__item a {
  border: 1px solid #000;
  border-radius: 1px;
  display: block;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #car_detail .testdrive .testdrive__item a {
    padding: 4px 0;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .testdrive .testdrive__item a {
    font-size: 1rem;
    padding: 3px 0;
  }
}
@media only screen and (max-width: 768px) {
  #car_detail .price {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  #car_detail .price .block__title2 {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .price .block__title2 {
    margin-bottom: 14px;
  }
}
#car_detail .price .price__caption {
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #car_detail .price .price__caption {
    font-size: 7px;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .price .price__caption {
    font-size: 1.4rem;
    margin-bottom: 63px;
  }
}
@media only screen and (max-width: 768px) {
  #car_detail .price .price__grade {
    margin-bottom: 70px;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .price .price__grade {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 80px;
    width: 1100px;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .price .price__grade .grade__item {
    width: 523px;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .price .price__grade .grade__item:nth-child(even) {
    margin-left: 46px;
  }
}
@media only screen and (max-width: 768px) {
  #car_detail .price .price__grade .grade__item:not(:first-child) {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .price .price__grade .grade__item:nth-child(2) ~ .grade__item {
    margin-top: 40px;
  }
}
#car_detail .price .price__grade .grade__title {
  background: #000;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #car_detail .price .price__grade .grade__title {
    font-size: 1.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 12px;
    padding: 2px 0;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .price .price__grade .grade__title {
    font-size: 2.4rem;
    padding: 4px 0;
  }
}
#car_detail .price .price__grade .grade__table {
  border-collapse: collapse;
  width: 100%;
}
#car_detail .price .price__grade .grade__table th {
  background: #dbdcdc;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #car_detail .price .price__grade .grade__table th {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 5px 0;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .price .price__grade .grade__table th {
    font-size: 1.4rem;
    padding: 3px 0;
  }
}
#car_detail .price .price__grade .grade__table td {
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.12em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #car_detail .price .price__grade .grade__table td {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 5px 12px;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .price .price__grade .grade__table td {
    font-size: 1.6rem;
    padding: 5px 22px;
  }
}
#car_detail .price .price__grade .grade__table td.data__price {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #car_detail .pay {
    margin-bottom: 45px;
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .pay {
    margin-bottom: 140px;
  }
}
@media only screen and (max-width: 768px) {
  #car_detail .pay .block__title2 {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .pay .block__title2 {
    margin-bottom: 40px;
  }
}
#car_detail .pay__caption {
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #car_detail .pay__caption {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .pay__caption {
    font-size: 2.1rem;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  #car_detail .pay .zanka {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .pay .zanka .zanka__body {
    display: flex;
    justify-content: space-between;
  }
}
#car_detail .pay .zanka__title {
  background: #000;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #car_detail .pay .zanka__title {
    font-size: 1.2rem;
    margin-bottom: 13px;
    padding: 3px 0;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .pay .zanka__title {
    font-size: 2.4rem;
    margin-bottom: 64px;
    padding: 2px 0;
  }
}
#car_detail .pay .zanka__title br {
  display: none;
}
@media print, screen and (min-width: 769px) {
  #car_detail .pay .zanka__left {
    width: 472px;
  }
}
@media only screen and (max-width: 768px) {
  #car_detail .pay .zanka__image {
    margin-bottom: 8px;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .pay .zanka__image {
    margin-bottom: 22px;
  }
}
#car_detail .pay .zanka__image img {
  width: 100%;
}
#car_detail .pay .zanka__offer {
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  #car_detail .pay .zanka__offer {
    font-size: 7px;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .pay .zanka__offer {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  #car_detail .pay .zanka__right {
    margin-top: 23px;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .pay .zanka__right {
    width: 583px;
  }
}
#car_detail .pay .zanka__lead {
  color: #005953;
  font-weight: 500;
  letter-spacing: 0.24em;
  line-height: 1.5;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  #car_detail .pay .zanka__lead {
    font-size: 1.1rem;
    margin-bottom: 7px;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .pay .zanka__lead {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}
#car_detail .pay .zanka__car {
  font-size: 2.9rem;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  #car_detail .pay .zanka__car {
    font-size: 1.9rem;
    margin-bottom: 4px;
  }
}
#car_detail .pay .zanka__head {
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  #car_detail .pay .zanka__head {
    font-size: 7px;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .pay .zanka__head {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
}
#car_detail .pay .zanka .pay__item {
  align-items: center;
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: space-between;
}
@media print, screen and (min-width: 769px) {
  #car_detail .pay .zanka .pay__item {
    height: 47px;
  }
}
#car_detail .pay .zanka .pay__item--last {
  border-bottom: none;
}
#car_detail .pay .zanka .pay__item .pay__label {
  padding-left: 22px;
}
@media only screen and (max-width: 768px) {
  #car_detail .pay .zanka .pay__item .pay__label {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 9px;
    padding: 7px 0;
    width: 60%;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .pay .zanka .pay__item .pay__label {
    font-size: 1.6rem;
  }
}
#car_detail .pay .zanka .pay__item .pay__detail {
  padding-right: 38px;
  text-align: right;
  width: 197px;
}
@media only screen and (max-width: 768px) {
  #car_detail .pay .zanka .pay__item .pay__detail {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 9px;
    padding: 7px 0;
    width: 40%;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .pay .zanka .pay__item .pay__detail {
    font-size: 1.6rem;
    line-height: 4rem;
  }
}
#car_detail .pay .zanka .pay__summary {
  border: 1px solid #000;
  margin-bottom: 20px;
  padding: 0 22px;
}
@media only screen and (max-width: 768px) {
  #car_detail .pay .zanka .pay__summary {
    padding: 0 18px;
  }
}
#car_detail .pay .zanka .pay__head {
  font-size: 1.6rem;
  align-items: center;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  #car_detail .pay .zanka .pay__head {
    font-size: 9px;
    margin-bottom: 0;
    padding: 11px;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .pay .zanka .pay__head {
    padding: 10px 20px;
  }
}
#car_detail .pay .zanka .pay__head--grey {
  background: #dbdcdc;
}
#car_detail .pay .zanka .pay__head--green {
  background: #005953;
  color: #fff;
}
#car_detail .pay .zanka .pay__sub-title {
  background: #dbdcdc;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  #car_detail .pay .zanka .pay__sub-title {
    font-size: 9px;
    padding: 11px;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .pay .zanka .pay__sub-title {
    font-size: 1.6rem;
    padding: 10px 20px;
  }
}
#car_detail .banners {
  display: flex;
}
@media only screen and (max-width: 768px) {
  #car_detail .banners {
    align-items: center;
    flex-direction: column;
    margin-bottom: 45px;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .banners {
    justify-content: center;
    margin-bottom: 110px;
  }
}
@media only screen and (max-width: 768px) {
  #car_detail .banners li {
    width: 270px;
  }
  #car_detail .banners li img {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #car_detail .banners li {
    margin: 0 auto;
    width: 410px;
  }
}
@media only screen and (max-width: 768px) {
  #car_detail .banners li:not(:first-child) {
    margin-top: 25px;
  }
}
#car_detail .banners li a {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #u-car .c-title {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  #u-car .c-title {
    margin-bottom: 90px;
  }
}
#u-car .ucar__lead {
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #u-car .ucar__lead {
    font-size: 1.2rem;
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 769px) {
  #u-car .ucar__lead {
    font-size: 2rem;
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 768px) {
  #u-car .ucar__category {
    margin: 0 auto 50px;
    width: 242px;
  }
}
@media print, screen and (min-width: 769px) {
  #u-car .ucar__category {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-bottom: 140px;
  }
}
@media only screen and (max-width: 768px) {
  #u-car .ucar__category li {
    align-items: center;
    display: flex;
  }
}
@media print, screen and (min-width: 769px) {
  #u-car .ucar__category li {
    width: 173px;
  }
}
@media only screen and (max-width: 768px) {
  #u-car .ucar__category li:nth-child(1) img {
    width: 47px;
  }
}
@media print, screen and (min-width: 769px) {
  #u-car .ucar__category li:nth-child(1) img {
    width: 59px;
  }
}
@media only screen and (max-width: 768px) {
  #u-car .ucar__category li:nth-child(2) img {
    width: 92px;
  }
}
@media print, screen and (min-width: 769px) {
  #u-car .ucar__category li:nth-child(2) img {
    width: 108px;
  }
}
@media print, screen and (min-width: 769px) {
  #u-car .ucar__category li:nth-child(3) img {
    width: 111px;
  }
}
@media only screen and (max-width: 768px) {
  #u-car .ucar__category li:nth-child(4) img {
    width: 77px;
  }
}
@media print, screen and (min-width: 769px) {
  #u-car .ucar__category li:nth-child(4) img {
    width: 90px;
  }
}
@media only screen and (max-width: 768px) {
  #u-car .ucar__category li:not(:first-child) {
    margin-top: 40px;
  }
}
#u-car .ucar__category figure {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #u-car .ucar__category figure {
    flex-shrink: 0;
    margin-right: 20px;
    width: 95px;
  }
}
@media print, screen and (min-width: 769px) {
  #u-car .ucar__category figure {
    margin-bottom: 5px;
    min-height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  #u-car .ucar__category .category__body {
    text-align: center;
  }
}
#u-car .ucar__category h3 {
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #u-car .ucar__category h3 {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 769px) {
  #u-car .ucar__category h3 {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}
#u-car .ucar__category .c-btn a {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #u-car .ucar__category .c-btn a {
    font-size: 8px;
    height: 27px;
    width: 115px;
  }
}
@media print, screen and (min-width: 769px) {
  #u-car .ucar__category .c-btn a {
    font-size: 1.2rem;
    height: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #u-car .ucar__merit {
    margin-bottom: 25px;
    padding: 0 25px;
  }
}
@media print, screen and (min-width: 769px) {
  #u-car .ucar__merit {
    display: flex;
    justify-content: space-between;
    margin-bottom: 74px;
  }
}
#u-car .ucar__merit li {
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #u-car .ucar__merit li {
    border-radius: 5px;
    padding: 18px 12px;
    position: relative;
  }
}
@media print, screen and (min-width: 769px) {
  #u-car .ucar__merit li {
    border-radius: 10px;
    padding: 28px;
    width: 335px;
  }
}
@media only screen and (max-width: 768px) {
  #u-car .ucar__merit li:not(:first-child) {
    margin-top: 16px;
  }
}
#u-car .ucar__merit li h3 {
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #u-car .ucar__merit li h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #u-car .ucar__merit li h3 {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
}
#u-car .ucar__merit li h3 span {
  color: #005953;
  display: inline-block;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  #u-car .ucar__merit li h3 span {
    font-size: 2rem;
    width: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #u-car .ucar__merit li h3 span {
    font-size: 3.1rem;
    margin-right: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #u-car .ucar__merit li .merit__body {
    display: flex;
  }
}
#u-car .ucar__merit li .merit__body figure {
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #u-car .ucar__merit li .merit__body figure {
    position: absolute;
    right: 17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media print, screen and (min-width: 769px) {
  #u-car .ucar__merit li .merit__body figure {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #u-car .ucar__merit li .merit__body img {
    width: 66px;
  }
}
@media print, screen and (min-width: 769px) {
  #u-car .ucar__merit li .merit__body img {
    width: 133px;
  }
}
#u-car .ucar__merit li .merit__body p {
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  #u-car .ucar__merit li .merit__body p {
    padding-left: 25px;
  }
}
@media print, screen and (min-width: 769px) {
  #u-car .ucar__merit li .merit__body p {
    font-size: 1.8rem;
    padding-top: 13px;
  }
}
@media only screen and (max-width: 768px) {
  #u-car .ucar__merit li .merit__body p br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #u-car .merit__button a {
    font-size: 8px;
    height: 25px;
    width: 102px;
  }
}
@media only screen and (max-width: 768px) {
  #u-car .ucar__banner {
    margin: 40px 0 20px;
    padding: 0 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #u-car .ucar__banner {
    margin: 94px 0 55px;
  }
}
#u-car .ucar__banner img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #u-car .bnr-tpoke {
    margin-bottom: 20px;
    padding-inline: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #u-car .bnr-tpoke {
    margin-bottom: 55px;
  }
}
#u-car .bnr-tpoke img {
  width: 100%;
}
#u-car .ucar__search {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 768px) {
  #u-car .ucar__search {
    gap: 20px;
    margin-bottom: 50px;
    padding: 0 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #u-car .ucar__search {
    gap: 50px 32px;
    margin: 0 auto 90px;
    width: 840px;
  }
}
@media print, screen and (min-width: 769px) {
  #u-car .ucar__search li {
    width: 248px;
  }
}
#u-car .ucar__search li a {
  align-items: center;
  border: 1px solid #000;
  display: flex;
  flex-direction: column;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  #u-car .ucar__search li a {
    border-radius: 6px;
    padding: 15px 0 8px;
  }
}
@media print, screen and (min-width: 769px) {
  #u-car .ucar__search li a {
    border-radius: 11px;
    padding: 40px 0 30px;
  }
}
@media print, screen and (min-width: 769px) {
  #u-car .ucar__search li a:hover {
    opacity: 0.7;
  }
}
#u-car .ucar__search li figure {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #u-car .ucar__search li figure {
    margin-bottom: 12px;
    min-height: 38px;
  }
}
@media print, screen and (min-width: 769px) {
  #u-car .ucar__search li figure {
    margin-bottom: 50px;
    min-height: 74px;
  }
}
#u-car .ucar__search li p {
  background: url("../img/common/icon-arrow03.svg") no-repeat right center/12px 21px;
}
@media only screen and (max-width: 768px) {
  #u-car .ucar__search li p {
    font-size: 1.1rem;
    background-size: 6px 11px;
    padding-right: 12px;
  }
}
@media print, screen and (min-width: 769px) {
  #u-car .ucar__search li p {
    font-size: 2.2rem;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 768px) {
  #u-car .ucar__search li:first-child img {
    width: 52px;
  }
}
@media print, screen and (min-width: 769px) {
  #u-car .ucar__search li:first-child img {
    width: 104px;
  }
}
@media only screen and (max-width: 768px) {
  #u-car .ucar__search li:nth-child(2) img {
    width: 57px;
  }
}
@media print, screen and (min-width: 769px) {
  #u-car .ucar__search li:nth-child(2) img {
    width: 114px;
  }
}
@media only screen and (max-width: 768px) {
  #u-car .ucar__search li:nth-child(3) img {
    width: 60px;
  }
}
@media print, screen and (min-width: 769px) {
  #u-car .ucar__search li:nth-child(3) img {
    width: 121px;
  }
}
@media only screen and (max-width: 768px) {
  #u-car .ucar__search li:nth-child(4) img {
    width: 63px;
  }
}
@media print, screen and (min-width: 769px) {
  #u-car .ucar__search li:nth-child(4) img {
    width: 127px;
  }
}
@media only screen and (max-width: 768px) {
  #u-car .ucar__search li:nth-child(5) img {
    width: 55px;
  }
}
@media print, screen and (min-width: 769px) {
  #u-car .ucar__search li:nth-child(5) img {
    width: 109px;
  }
}
@media only screen and (max-width: 768px) {
  #u-car .ucar__search li:nth-child(6) img {
    width: 52px;
  }
}
@media print, screen and (min-width: 769px) {
  #u-car .ucar__search li:nth-child(6) img {
    width: 104px;
  }
}
#u-car .ucar__budget {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #u-car .ucar__budget {
    flex-wrap: wrap;
    padding: 0 25px;
    row-gap: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #u-car .ucar__budget {
    margin: 0 auto;
    width: 840px;
  }
}
@media only screen and (max-width: 768px) {
  #u-car .ucar__budget li {
    width: 48%;
  }
}
@media print, screen and (min-width: 769px) {
  #u-car .ucar__budget li {
    width: 200px;
  }
}
#u-car .ucar__budget a {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  #u-car .ucar__budget a {
    font-size: 1.9rem;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #t-value .box {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  #t-value .section__title2 {
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 769px) {
  #t-value .section__title2 {
    margin-bottom: 50px;
  }
}
#t-value .tvalue__lead {
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #t-value .tvalue__lead {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  #t-value .tvalue__lead {
    font-size: 2rem;
    margin-bottom: 100px;
  }
}
#t-value .tvalue__logo {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #t-value .tvalue__logo {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 769px) {
  #t-value .tvalue__logo {
    margin-bottom: 85px;
  }
}
@media only screen and (max-width: 768px) {
  #t-value .tvalue__logo img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #t-value .tvalue__img01,
  #t-value .tvalue__img02 {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  #t-value .tvalue__img01,
  #t-value .tvalue__img02 {
    margin-bottom: 110px;
  }
}
@media only screen and (max-width: 768px) {
  #t-value .tvalue__img01 img,
  #t-value .tvalue__img02 img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #t-value .c-btn {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #t-value .c-btn a {
    width: 203px;
  }
}
@media print, screen and (min-width: 769px) {
  #t-value .c-btn a {
    width: 406px;
  }
}

@media only screen and (max-width: 768px) {
  #t-up .section__title2 {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  #t-up .section__title2 {
    margin-bottom: 68px;
  }
}
@media only screen and (max-width: 768px) {
  #t-up .c-title {
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 769px) {
  #t-up .c-title {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  #t-up .c-title .c-title_ja {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 769px) {
  #t-up .c-title .c-title_ja {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  #t-up .tu__point {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  #t-up .tu__point {
    margin-bottom: 110px;
  }
}
#t-up .tu__point ul {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #t-up .tu__point ul {
    flex-wrap: wrap;
  }
}
#t-up .tu__point ul li {
  border: 1px solid #005953;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  place-content: center;
  place-items: center;
}
@media only screen and (max-width: 768px) {
  #t-up .tu__point ul li {
    border-radius: 70px;
    height: 139px;
    margin: 0 10px;
    width: 139px;
  }
}
@media print, screen and (min-width: 769px) {
  #t-up .tu__point ul li {
    border-radius: 139px;
    height: 278px;
    margin: 0 30px;
    width: 278px;
  }
}
#t-up .tu__point ul li:first-child {
  margin-top: 0;
}
#t-up .tu__point ul li .point__title {
  align-items: center;
  color: #005953;
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #t-up .tu__point ul li .point__title {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 769px) {
  #t-up .tu__point ul li .point__title {
    font-size: 2rem;
    min-height: 59px;
  }
}
#t-up .tu__point ul li .point__text {
  align-items: center;
  display: flex;
  justify-content: center;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #t-up .tu__point ul li .point__text {
    font-size: 8px;
  }
}
@media print, screen and (min-width: 769px) {
  #t-up .tu__point ul li .point__text {
    font-size: 1.6rem;
    min-height: 71px;
  }
}
#t-up .tu__point ul li:last-child .point__title {
  letter-spacing: -0.04em;
}
#t-up .tu__point ul li:last-child .point__title::after {
  width: 318px;
}
@media only screen and (max-width: 768px) {
  #t-up .tu__point ul li:last-child .point__title::after {
    width: 88px;
  }
}
#t-up .tu__lead {
  background: url(../img/t-up/bg-balloon.svg) no-repeat left top/cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #005953;
  letter-spacing: 0.12em;
  line-height: 1.66;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #t-up .tu__lead {
    font-size: 9px;
    background: url(../img/t-up/bg-balloon_sp.svg) no-repeat left top/cover;
    height: 82px;
    margin: 0 auto 20px;
    padding-top: 12px;
    width: 356px;
  }
}
@media print, screen and (min-width: 769px) {
  #t-up .tu__lead {
    font-size: 1.8rem;
    height: 131px;
    margin: 0 auto 28px;
    padding-top: 24px;
    width: 931px;
  }
}
@media only screen and (max-width: 768px) {
  #t-up .tu__detail-wrap {
    margin-bottom: 50px;
    padding: 0 50px;
  }
}
@media print, screen and (min-width: 769px) {
  #t-up .tu__detail-wrap {
    margin: 0 auto 100px;
    width: 920px;
  }
}
@media only screen and (max-width: 768px) {
  #t-up .tu__detail-wrap.tu__text {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  #t-up .tu__detail {
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 769px) {
  #t-up .tu__detail:last-child {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  #t-up .tu__detail li {
    width: 445px;
  }
}
@media only screen and (max-width: 768px) {
  #t-up .tu__detail li:not(:first-child) {
    margin-top: 20px;
  }
}
#t-up .tu__detail li .tu__image {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  #t-up .tu__detail li .tu__image img {
    width: 100%;
  }
}
#t-up .tu__detail li h3 {
  color: #005953;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #t-up .tu__detail li h3 {
    font-size: 9px;
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 769px) {
  #t-up .tu__detail li h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #t-up .tu__detail li ul {
    margin-top: 12px;
  }
}
@media print, screen and (min-width: 769px) {
  #t-up .tu__detail li ul {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #t-up .tu__detail li li {
    font-size: 7px;
    margin: 0;
  }
}
@media print, screen and (min-width: 769px) {
  #t-up .tu__detail li li {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  #t-up .tu__text {
    font-size: 8px;
    margin-top: 12px;
  }
}
@media print, screen and (min-width: 769px) {
  #t-up .tu__text {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  #t-up .c-btn {
    margin-bottom: 50px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  #t-up .c-btn a {
    width: 202px;
  }
}
@media print, screen and (min-width: 769px) {
  #t-up .c-btn a {
    width: 406px;
  }
}

@media only screen and (max-width: 768px) {
  #plan .box {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  #plan .section__title2 {
    margin-bottom: 25px;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #plan .section__title2 {
    margin-bottom: 60px;
  }
}
#plan .plan__lead {
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #plan .plan__lead {
    font-size: 1.2rem;
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 769px) {
  #plan .plan__lead {
    font-size: 2rem;
    margin-bottom: 110px;
  }
}
@media only screen and (max-width: 768px) {
  #plan .plan__detail {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  #plan .plan__detail {
    margin: 0 auto;
    width: 960px;
  }
}
@media only screen and (max-width: 768px) {
  #plan .plan__detail .detail__image {
    margin-bottom: 22px;
  }
}
@media print, screen and (min-width: 769px) {
  #plan .plan__detail .detail__image {
    margin-bottom: 120px;
  }
}
#plan .plan__detail .detail__image img {
  width: 100%;
}
#plan .plan__detail .detail__item {
  border: 3px solid #6baf31;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #plan .plan__detail .detail__item {
    border-radius: 8px;
  }
}
@media print, screen and (min-width: 769px) {
  #plan .plan__detail .detail__item {
    border-radius: 17px;
  }
}
@media only screen and (max-width: 768px) {
  #plan .plan__detail .detail__item:not(:first-child) {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  #plan .plan__detail .detail__item:not(:first-child) {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  #plan .plan__detail .detail__item:not(:first-child) h3 {
    align-items: flex-start;
  }
}
#plan .plan__detail .detail__item h3 {
  align-items: center;
  background: #6baf31;
  color: #fff;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #plan .plan__detail .detail__item h3 {
    font-size: 1.6rem;
    padding: 7px 0 7px 23px;
  }
}
@media print, screen and (min-width: 769px) {
  #plan .plan__detail .detail__item h3 {
    font-size: 3.1rem;
    height: 80px;
    padding-left: 46px;
  }
}
#plan .plan__detail .detail__item h3 span {
  background: #fff;
  color: #e50012;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #plan .plan__detail .detail__item h3 span {
    font-size: 2rem;
    margin-right: 10px;
    width: 85px;
  }
}
@media print, screen and (min-width: 769px) {
  #plan .plan__detail .detail__item h3 span {
    font-size: 4rem;
    margin-right: 20px;
    width: 170px;
  }
}
#plan .plan__detail .detail__item p {
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  #plan .plan__detail .detail__item p {
    font-size: 1rem;
    padding: 13px 23px;
  }
}
@media print, screen and (min-width: 769px) {
  #plan .plan__detail .detail__item p {
    font-size: 2rem;
    padding: 26px 46px;
  }
}
@media only screen and (max-width: 768px) {
  #plan .plan__detail .detail__item .detail__item-inner {
    padding: 13px 23px;
  }
}
@media print, screen and (min-width: 769px) {
  #plan .plan__detail .detail__item .detail__item-inner {
    display: flex;
    padding: 26px 46px;
  }
}
@media print, screen and (min-width: 769px) {
  #plan .plan__detail .detail__item .detail__item-inner ul {
    width: 50%;
  }
}
#plan .plan__detail .detail__item .detail__item-inner li {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.6;
  margin-left: 0.5em;
  text-indent: -0.5em;
}
@media only screen and (max-width: 768px) {
  #plan .plan__detail .detail__item .detail__item-inner li {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 769px) {
  #plan .plan__detail .detail__item .detail__item-inner li {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  #beginner .box {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  #beginner .section__title2 {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  #beginner .section__title2 {
    margin-bottom: 60px;
  }
}
#beginner .beginner__lead {
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #beginner .beginner__lead {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  #beginner .beginner__lead {
    font-size: 2rem;
    margin-bottom: 110px;
  }
}
@media only screen and (max-width: 768px) {
  #beginner .beginner__point {
    margin-bottom: 50px;
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #beginner .beginner__point {
    display: flex;
    justify-content: space-between;
    margin-bottom: 110px;
  }
}
#beginner .beginner__point .point__item {
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #beginner .beginner__point .point__item {
    border-radius: 5px;
    margin-top: 15px;
    padding: 14px;
    position: relative;
  }
}
@media print, screen and (min-width: 769px) {
  #beginner .beginner__point .point__item {
    border-radius: 10px;
    padding: 28px;
    width: 335px;
  }
}
@media only screen and (max-width: 768px) {
  #beginner .beginner__point .point__item:first-child {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  #beginner .beginner__point .point__item:first-child figure {
    right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #beginner .beginner__point .point__item:first-child img {
    width: 96px;
  }
}
@media print, screen and (min-width: 769px) {
  #beginner .beginner__point .point__item:first-child img {
    width: 203px;
  }
}
@media only screen and (max-width: 768px) {
  #beginner .beginner__point .point__item:nth-child(2) figure {
    right: 25px;
  }
}
@media only screen and (max-width: 768px) {
  #beginner .beginner__point .point__item:nth-child(2) img {
    width: 52px;
  }
}
@media print, screen and (min-width: 769px) {
  #beginner .beginner__point .point__item:nth-child(2) img {
    width: 83px;
  }
}
@media only screen and (max-width: 768px) {
  #beginner .beginner__point .point__item:nth-child(3) figure {
    right: 13px;
  }
}
@media only screen and (max-width: 768px) {
  #beginner .beginner__point .point__item:nth-child(3) img {
    width: 116px;
  }
}
@media print, screen and (min-width: 769px) {
  #beginner .beginner__point .point__item:nth-child(3) img {
    width: 233px;
  }
}
@media only screen and (max-width: 768px) {
  #beginner .beginner__point .point__item:nth-child(3) p {
    padding-right: 133px;
  }
}
#beginner .beginner__point h3 {
  display: flex;
}
@media only screen and (max-width: 768px) {
  #beginner .beginner__point h3 {
    font-size: 1.1rem;
    margin-bottom: 7px;
  }
}
@media print, screen and (min-width: 769px) {
  #beginner .beginner__point h3 {
    font-size: 2.2rem;
    margin-bottom: 15px;
    min-height: 65px;
  }
}
#beginner .beginner__point h3 span {
  color: #005953;
  display: inline-block;
  font-weight: normal;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  #beginner .beginner__point h3 span {
    font-size: 1.6rem;
    width: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #beginner .beginner__point h3 span {
    font-size: 3.1rem;
    margin-right: 15px;
  }
}
#beginner .beginner__point figure {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #beginner .beginner__point figure {
    bottom: 17px;
    position: absolute;
  }
}
@media print, screen and (min-width: 769px) {
  #beginner .beginner__point figure {
    margin-bottom: 23px;
    min-height: 146px;
  }
}
#beginner .beginner__point p {
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  #beginner .beginner__point p {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: 9px;
    padding-right: 92px;
  }
}
@media print, screen and (min-width: 769px) {
  #beginner .beginner__point p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  #beginner .beginner__flow {
    margin-bottom: 55px;
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #beginner .beginner__flow {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 768px) {
  #beginner .beginner__flow img {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #beginner .beginner__flow p {
    font-size: 1.8rem;
    margin-top: 25px;
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  #beginner .beginner__flow li {
    font-size: 1.4rem;
  }
}
#beginner .beginner__document {
  display: -ms-grid;
  display: grid;
}
@media only screen and (max-width: 768px) {
  #beginner .beginner__document {
    gap: 15px;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px;
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #beginner .beginner__document {
    gap: 30px;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
#beginner .beginner__document li {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 769px) {
  #beginner .beginner__document li {
    width: 252px;
  }
}
#beginner .beginner__document li span {
  align-items: center;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #beginner .beginner__document li span {
    font-size: 9px;
    border-radius: 5px;
    height: 33px;
  }
}
@media print, screen and (min-width: 769px) {
  #beginner .beginner__document li span {
    font-size: 1.8rem;
    border-radius: 10px;
    height: 66px;
  }
}
#beginner .beginner__document li span:hover {
  background: #000;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  #beginner .beginner__document li p {
    font-size: 1.4rem;
    margin-top: 7px;
  }
}

#shop [v-cloak] {
  opacity: 0;
}
#shop .shop__tab {
  display: flex;
}
@media only screen and (max-width: 768px) {
  #shop .shop__tab {
    margin-bottom: 13px;
    padding: 0 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #shop .shop__tab {
    margin: 0 auto;
    width: 1100px;
  }
}
#shop .shop__tab li {
  width: 50%;
}
#shop .shop__tab a {
  border: 1px solid #000;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #shop .shop__tab a {
    font-size: 1.4rem;
    padding: 10px 0;
  }
}
@media print, screen and (min-width: 769px) {
  #shop .shop__tab a {
    font-size: 1.6rem;
    padding: 9px 0;
  }
}
#shop .shop__tab a.actv {
  background: #000;
  color: #fff;
}
#shop .box {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #shop .box {
    min-height: 460px;
  }
}
#shop .shop__wrapper {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #shop .shop__wrapper {
    padding: 0 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #shop .shop__wrapper {
    margin: 0 auto;
    width: 1100px;
  }
}
#shop .form {
  background: #6c6c6c;
}
@media only screen and (max-width: 768px) {
  #shop .form {
    height: 212px;
  }
}
@media print, screen and (min-width: 769px) {
  #shop .form {
    height: 460px;
    position: absolute;
    right: 0;
    top: 0;
    width: 360px;
    z-index: 100;
  }
}
#shop .form dl {
  align-items: flex-end;
  background: #d2d2d2;
  display: flex;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #shop .form dl {
    align-items: center;
    justify-content: space-between;
    height: 28px;
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #shop .form dl {
    padding: 15px 0 15px 25px;
  }
}
#shop .form dt {
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  #shop .form dt {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  #shop .form dt {
    font-size: 1.6rem;
    margin-right: 45px;
  }
}
#shop .form dd {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  #shop .form dd {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 769px) {
  #shop .form dd {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  #shop .form dd strong {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 769px) {
  #shop .form dd strong {
    font-size: 3.3rem;
  }
}
#shop .form .form-body {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #shop .form .form-body {
    padding: 10px 15px 0;
  }
}
@media print, screen and (min-width: 769px) {
  #shop .form .form-body {
    padding: 15px 25px 30px 20px;
  }
}
#shop .form .form-reset {
  background: #fff;
  display: block;
  position: absolute;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #shop .form .form-reset {
    font-size: 1.3rem;
    border-radius: 10px;
    right: 15px;
    top: 12px;
    width: 125px;
  }
}
@media print, screen and (min-width: 769px) {
  #shop .form .form-reset {
    font-size: 1.2rem;
    border-radius: 11px;
    padding: 1px 0;
    right: 25px;
    top: 15px;
    width: 84px;
  }
}
#shop .form .form-item {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #shop .form .form-item {
    justify-content: space-between;
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 769px) {
  #shop .form .form-item {
    margin-top: 15px;
  }
}
#shop .form h3, #shop .form h4 {
  font-size: 1.6rem;
  color: #fff;
  font-weight: normal;
  width: 100%;
}
#shop .form p {
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #shop .form p {
    width: 185px;
  }
}
@media print, screen and (min-width: 769px) {
  #shop .form p {
    width: 160px;
  }
}
#shop .form .select {
  background: #fff url("../img/shop/icon-select.svg") no-repeat right 12px center/10px 7px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #shop .form .select {
    font-size: 1.3rem;
    background-size: 7px 5px;
    line-height: 30px;
    padding: 0 7px;
  }
}
@media print, screen and (min-width: 769px) {
  #shop .form .select {
    font-size: 1.4rem;
    line-height: 28px;
    padding: 0 12px;
  }
}
#shop .form .select.actv {
  border-radius: 4px 4px 0 0;
}
#shop .form input {
  background: #fff url("../img/shop/icon-search.svg") no-repeat right 9px center/13px 13px;
  border: none;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #shop .form input {
    font-size: 1.3rem;
    background-size: 8px 8px;
    height: 30px;
    padding: 0 7px;
  }
}
@media print, screen and (min-width: 769px) {
  #shop .form input {
    font-size: 1.4rem;
    padding: 4px 12px;
  }
}
#shop .form .popup {
  background: #fff;
  border-radius: 5px 0 5px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 0;
  z-index: 50;
}
@media only screen and (max-width: 768px) {
  #shop .form .popup {
    top: 30px;
    width: 185px;
  }
}
@media print, screen and (min-width: 769px) {
  #shop .form .popup {
    top: 28px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #shop .form .form-area {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #shop .form .form-area .popup {
    padding: 7px;
    width: 90vw;
  }
}
@media print, screen and (min-width: 769px) {
  #shop .form .form-area .popup {
    padding: 20px 18px 10px;
  }
}
#shop .form .form-area .popup .area-main {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #shop .form .form-area .popup .area-main {
    line-height: 1.28;
  }
}
#shop .form .form-area .popup .area-main a {
  background: url("../img/common/icon-arrow03.svg") no-repeat right center/7px 12px;
  display: inline-block;
  padding-right: 10px;
}
@media only screen and (max-width: 768px) {
  #shop .form .form-area .popup .area-main a {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  #shop .form .form-area .popup .area-main a {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  #shop .form .form-area .popup .area-main a:hover {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 769px) {
  #shop .form .form-area .popup .area-sub {
    display: flex;
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #shop .form .form-area .popup .area-sub .u-pc {
    display: flex !important;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #shop .form .form-area .popup .area-sub ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 769px) {
  #shop .form .form-area .popup .area-sub ul {
    width: 33.3333%;
  }
}
#shop .form .form-area .popup .area-sub li {
  line-height: 1.38;
}
@media only screen and (max-width: 768px) {
  #shop .form .form-area .popup .area-sub li {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  #shop .form .form-area .popup .area-sub a {
    font-size: 1.6rem;
    display: inline-block;
    padding: 5px 0;
  }
}
@media print, screen and (min-width: 769px) {
  #shop .form .form-area .popup .area-sub a {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 769px) {
  #shop .form .form-area .popup .area-sub a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 768px) {
  #shop .form .form-service .popup {
    padding: 7px;
  }
}
@media print, screen and (min-width: 769px) {
  #shop .form .form-service .popup {
    padding: 20px 25px 25px;
  }
}
@media only screen and (max-width: 768px) {
  #shop .form .form-service .popup li:not(:first-child) {
    margin-top: 14px;
  }
}
@media print, screen and (min-width: 769px) {
  #shop .form .form-service .popup li:not(:first-child) {
    margin-top: 20px;
  }
}
#shop .form .form-service .popup a {
  background: url("../img/common/icon-arrow03.svg") no-repeat right center/7px 12px;
  display: inline-block;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #shop .form .form-service .popup a {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 769px) {
  #shop .form .form-service .popup a {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  #shop .form .form-service .popup small {
    font-size: 6px;
  }
}
@media print, screen and (min-width: 769px) {
  #shop .form .form-service .popup small {
    font-size: 1.2rem;
  }
}
#shop .form .form-link {
  text-align: center;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  #shop .form .form-link {
    margin-top: 180px;
  }
}
#shop .form .form-link a {
  background: #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}
@media print, screen and (min-width: 769px) {
  #shop .form .form-link a {
    font-size: 1.4rem;
    line-height: 28px;
    padding: 0 12px;
    width: 160px;
  }
}
#shop #shop-map {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  #shop #shop-map {
    height: 630px;
  }
}
@media print, screen and (min-width: 769px) {
  #shop #shop-map {
    height: 80vh;
    max-height: 1000px;
    width: 100%;
  }
}
#shop .search__link {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 95px;
}
@media only screen and (max-width: 768px) {
  #shop .search__link {
    justify-content: space-between;
    padding: 0 15px;
  }
}
#shop .search__link li {
  margin-bottom: 15px;
}
#shop .search__link li:nth-child(1) {
  margin-left: 12px;
  width: 190px;
}
@media only screen and (max-width: 768px) {
  #shop .search__link li:nth-child(1) {
    margin-left: 0;
    width: 48%;
  }
}
#shop .search__link li:nth-child(2) {
  margin-left: 12px;
  width: 190px;
}
@media only screen and (max-width: 768px) {
  #shop .search__link li:nth-child(2) {
    margin-left: 0;
    width: 48%;
  }
}
#shop .search__link li:nth-child(3) {
  margin-left: 12px;
  width: 190px;
}
@media only screen and (max-width: 768px) {
  #shop .search__link li:nth-child(3) {
    margin-left: 0;
    width: 48%;
  }
}
#shop .search__link li:nth-child(4) {
  margin-left: 12px;
  width: 190px;
}
@media only screen and (max-width: 768px) {
  #shop .search__link li:nth-child(4) {
    margin-left: 0;
    width: 48%;
  }
}
#shop .search__link li:nth-child(5) {
  margin-left: 12px;
  width: 190px;
}
@media only screen and (max-width: 768px) {
  #shop .search__link li:nth-child(5) {
    margin-left: 0;
    width: 48%;
  }
}
#shop .search__link li:nth-child(6) {
  margin-left: 30px;
  width: 227px;
}
@media only screen and (max-width: 768px) {
  #shop .search__link li:nth-child(6) {
    margin-left: 0;
    width: 48%;
  }
}
#shop .search__link li:nth-child(7) {
  margin-left: 30px;
  width: 227px;
}
@media only screen and (max-width: 768px) {
  #shop .search__link li:nth-child(7) {
    margin-left: 0;
    width: 48%;
  }
}
#shop .search__link li:nth-child(8) {
  margin-left: 30px;
  width: 227px;
}
@media only screen and (max-width: 768px) {
  #shop .search__link li:nth-child(8) {
    margin-left: 0;
    width: 48%;
  }
}
#shop .search__link li:nth-child(9) {
  margin-left: 30px;
  width: 227px;
}
@media only screen and (max-width: 768px) {
  #shop .search__link li:nth-child(9) {
    margin-left: 0;
    width: 48%;
  }
}
#shop .search__link li:first-child, #shop .search__link li:nth-child(6) {
  margin-left: 0;
}
#shop .search__link a {
  font-size: 1.4rem;
  align-items: center;
  border: 1px solid #595757;
  border-radius: 3px;
  color: #595757;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  height: 47px;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #shop .search__link a {
    font-size: 1.2rem;
    height: 35px;
  }
}
#shop .search__link a span {
  background: url("../img/common/200404/icon_arrow01.svg") no-repeat right center/8px 13px;
  padding-right: 15px;
}
#shop .search__link a.active, #shop .search__link a:hover {
  background: #595757;
  color: #fff;
}
#shop .search__link a.active span, #shop .search__link a:hover span {
  background: url("../img/common/200404/icon_arrow02.svg") no-repeat right center/8px 13px;
}
@media only screen and (max-width: 768px) {
  #shop #search__result {
    padding-top: 45px;
  }
}
@media print, screen and (min-width: 769px) {
  #shop #search__result {
    padding-top: 70px;
  }
}
@media print, screen and (min-width: 769px) {
  #shop #search__result .c-title {
    margin-bottom: 70px;
    width: 533px;
  }
}
@media only screen and (max-width: 768px) {
  #shop #search__result .shop__list {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  #shop #search__result .shop__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-right: -32px;
    padding-bottom: 50px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
}
#shop #search__result .shop__item {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #shop #search__result .shop__item {
    flex-shrink: 0;
    margin-right: 32px;
    width: 251px;
  }
}
@media print, screen and (min-width: 769px) {
  #shop #search__result .shop__item.is-crown {
    margin-right: 859px;
  }
}
@media only screen and (max-width: 768px) {
  #shop #search__result .shop__item:not(:first-child) {
    margin-top: 28px;
  }
}
@media print, screen and (min-width: 769px) {
  #shop #search__result .shop__item:nth-child(2) {
    margin-right: 500px;
  }
}
@media print, screen and (min-width: 769px) {
  #shop #search__result .shop__item:nth-child(2) ~ .shop__item {
    margin-top: 64px;
  }
}
#shop #search__result .shop__item .crown__title {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #shop #search__result .shop__item .crown__title {
    font-size: 3rem;
    margin-bottom: 10px;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  #shop #search__result .shop__item .crown__title {
    font-size: 2rem;
    left: 50%;
    position: absolute;
    top: -35px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media only screen and (max-width: 768px) {
  #shop #search__result .shop__item .shop__image {
    flex-shrink: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #shop #search__result .shop__item .shop__image {
    height: 170px;
    margin-bottom: 15px;
  }
}
#shop #search__result .shop__item .shop__image img {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  #shop #search__result .shop__item .shop__image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media print, screen and (min-width: 769px) {
  #shop #search__result .shop__item .shop__body ul {
    min-height: 176px;
  }
}
#shop #search__result .shop__item .shop__body li {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.57;
}
@media only screen and (max-width: 768px) {
  #shop #search__result .shop__item .shop__body li {
    font-size: 1.7rem;
    margin-bottom: 5px;
    padding-left: 35px;
  }
}
@media print, screen and (min-width: 769px) {
  #shop #search__result .shop__item .shop__body li {
    font-size: 1.4rem;
    padding-left: 35px;
  }
}
#shop #search__result .shop__item .shop__name {
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #shop #search__result .shop__item .shop__name {
    font-size: 2.2rem;
    margin-bottom: 7px;
  }
}
@media print, screen and (min-width: 769px) {
  #shop #search__result .shop__item .shop__name {
    font-size: 1.9rem;
    margin-bottom: 10px;
  }
}
#shop #search__result .shop__item .shop__addr {
  background: url("../img/shop/icon-addr.svg") no-repeat left center/21px auto;
}
@media only screen and (max-width: 768px) {
  #shop #search__result .shop__item .shop__addr {
    background-position: left 0.2em;
    background-size: 26px auto;
  }
}
#shop #search__result .shop__item .shop__tel {
  background: url("../img/shop/icon-tel.svg") no-repeat left center/15px auto;
}
@media only screen and (max-width: 768px) {
  #shop #search__result .shop__item .shop__tel {
    background-position: left 0.2em;
    background-size: 18px auto;
  }
}
#shop #search__result .shop__item .shop__fax {
  background: url("../img/shop/icon-fax.svg") no-repeat left center/17px auto;
}
@media only screen and (max-width: 768px) {
  #shop #search__result .shop__item .shop__fax {
    background-position: left 0.2em;
    background-size: 21px auto;
  }
}
#shop #search__result .shop__item .shop__time {
  background: url("../img/shop/icon-time.svg") no-repeat left center/16px auto;
}
@media only screen and (max-width: 768px) {
  #shop #search__result .shop__item .shop__time {
    background-position: left 0.2em;
    background-size: 20px auto;
  }
}
#shop #search__result .shop__item .shop__stime {
  background: url("../img/shop/icon-stime.svg") no-repeat left center/19px auto;
}
@media only screen and (max-width: 768px) {
  #shop #search__result .shop__item .shop__stime {
    background-position: left 0.2em;
    background-size: 22px auto;
  }
}
#shop #search__result .shop__item .shop__charge {
  background: url("../img/shop/icon-charge.png") no-repeat left center/19px auto;
}
@media only screen and (max-width: 768px) {
  #shop #search__result .shop__item .shop__charge {
    background-position: left 0.2em;
    background-size: 24px auto;
  }
}
#shop #search__result .shop__item .shop__holiday {
  background: url("../img/shop/icon-holiday.svg") no-repeat left center/18px auto;
}
@media only screen and (max-width: 768px) {
  #shop #search__result .shop__item .shop__holiday {
    background-position: left 0.2em;
    background-size: 22px auto;
  }
}
#shop #search__result .shop__item .shop__holiday a {
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
  #shop #search__result .shop__item .shop__holiday a:hover {
    text-decoration: none;
  }
}
#shop #search__result .shop__item .shop__mail {
  background: url("../img/shop/icon-mail.svg") no-repeat left center/19px auto;
}
@media only screen and (max-width: 768px) {
  #shop #search__result .shop__item .shop__mail {
    background-position: left 0.2em;
    background-size: 24px auto;
  }
}
#shop #search__result .shop__item .shop__link {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  #shop #search__result .shop__item .shop__link {
    margin-top: 17px;
    width: 100%;
  }
}
#shop #search__result .shop__item .shop__link a {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #shop #search__result .shop__item .shop__link a {
    margin: 0 auto;
    width: 152px;
  }
}
@media only screen and (max-width: 768px) {
  #shop #search__result .shop__item .shop__link a span {
    font-size: 1.2rem;
  }
}

#shop_detail .block__title {
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  #shop_detail .block__title {
    font-size: 2rem;
    margin: 0 auto 8px;
    width: calc(100% - 50px);
  }
}
#shop_detail .shop__name__main {
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__name__main {
    margin-bottom: 20px;
  }
}
#shop_detail .shop__name__main .chuo-koji {
  font-size: 1.2rem;
  background: #ff0;
  border: 1px solid #000;
  display: inline-block;
  line-height: 16px;
  margin: 0 10px;
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__name__main .chuo-koji {
    font-size: 1rem;
    line-height: 14px;
  }
}
#shop_detail .shop__name__main a {
  font-size: 1.2rem;
  color: #f00;
  font-weight: normal;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__name__main a {
    font-size: 1rem;
  }
}
#shop_detail .shop__banners {
  display: flex;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__banners {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 25px;
    padding-inline: 8px;
  }
}
@media print, screen and (min-width: 769px) {
  #shop_detail .shop__banners {
    justify-content: space-between;
    margin-bottom: 54px;
  }
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__banners img {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #shop_detail .shop__banners img {
    width: 541px;
  }
}
@media only screen and (max-width: 768px) {
  #shop_detail .mv {
    padding: 0 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #shop_detail .mv {
    margin-bottom: 65px;
  }
}
#shop_detail .mv .mv__image {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 769px) {
  #shop_detail .mv .mv__inner {
    display: flex;
  }
}
@media print, screen and (min-width: 769px) {
  #shop_detail .mv .shop_slider {
    flex-shrink: 0;
    margin-right: 35px;
    width: 648px;
  }
}
#shop_detail .mv .shop_slider .slick-arrow {
  border: none;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  text-indent: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  #shop_detail .mv .shop_slider .slick-arrow {
    height: 20px;
    width: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #shop_detail .mv .shop_slider .slick-arrow {
    height: 25px;
    width: 25px;
  }
}
#shop_detail .mv .shop_slider .slick-prev {
  background: url("../img/shop_detail/btn-prev.svg") no-repeat left top/cover;
}
@media only screen and (max-width: 768px) {
  #shop_detail .mv .shop_slider .slick-prev {
    left: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  #shop_detail .mv .shop_slider .slick-prev {
    left: 7px;
  }
}
#shop_detail .mv .shop_slider .slick-next {
  background: url("../img/shop_detail/btn-next.svg") no-repeat left top/cover;
}
@media only screen and (max-width: 768px) {
  #shop_detail .mv .shop_slider .slick-next {
    right: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  #shop_detail .mv .shop_slider .slick-next {
    right: 7px;
  }
}
#shop_detail .mv .shop__caption {
  font-size: 1.8rem;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #shop_detail .mv .shop__caption {
    font-size: 0.9rem;
    text-align: left;
  }
}
#shop_detail .mv .shop__image img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #shop_detail .mv .shop__detail {
    display: none;
  }
}
#shop_detail .mv .mv__photo {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #shop_detail .mv .mv__photo {
    margin-top: 17px;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #shop_detail .mv .mv__photo {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #shop_detail .mv .mv__photo li {
    width: 16.8vw;
  }
}
@media print, screen and (min-width: 769px) {
  #shop_detail .mv .mv__photo li {
    width: 126px;
  }
}
@media only screen and (max-width: 768px) {
  #shop_detail .mv .mv__photo li:not(:nth-child(5n+1)) {
    margin-left: 2.6666vw;
  }
}
@media print, screen and (min-width: 769px) {
  #shop_detail .mv .mv__photo li:not(:nth-child(8n+1)) {
    margin-left: 13px;
  }
}
@media only screen and (max-width: 768px) {
  #shop_detail .mv .mv__photo li:nth-child(5) ~ li {
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 769px) {
  #shop_detail .mv .mv__photo li:nth-child(8) ~ li {
    margin-top: 15px;
  }
}
#shop_detail .mv .mv__photo li img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__detail {
    margin-bottom: 45px;
    padding: 0 15px;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__detail dl {
    align-items: center;
    border-bottom: 1px solid #2f3838;
    display: flex;
    padding-block: 14px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__detail dt {
    font-size: 1.2rem;
    flex-shrink: 0;
    padding-left: 10px;
    width: 90px;
  }
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__detail dd {
    font-size: 1.6rem;
  }
}
#shop_detail .shop__detail dd a:has(small) {
  text-decoration: underline;
}
#shop_detail .shop__detail dd a:has(small):hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__detail p {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}
@media print, screen and (min-width: 769px) {
  #shop_detail .shop__detail p {
    font-size: 2rem;
    line-height: 1.5;
  }
}
#shop_detail .shop__detail p.shop__addr {
  margin-bottom: 7px;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__detail p.shop__addr {
    margin-bottom: 3px;
  }
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__detail p.shop__info {
    padding-right: 150px;
  }
}
#shop_detail .shop__detail .shop__info__item {
  display: flex;
}
#shop_detail .shop__detail .shop__info__item h4 {
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__detail .shop__info__item h4 {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}
@media print, screen and (min-width: 769px) {
  #shop_detail .shop__detail .shop__info__item h4 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__detail .shop__info__item p {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}
@media print, screen and (min-width: 769px) {
  #shop_detail .shop__detail .shop__info__item p {
    font-size: 2rem;
    line-height: 1.5;
  }
}
#shop_detail .shop__detail .shop__info__item a:has(small) {
  text-decoration: underline;
}
#shop_detail .shop__detail .shop__info__item a:has(small):hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__detail .detail__right {
    margin-top: 47px;
  }
}
@media print, screen and (min-width: 769px) {
  #shop_detail .shop__detail .detail__right {
    margin-top: 60px;
  }
}
#shop_detail .shop__detail .detail__right .line-body {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__detail .detail__right .line-body {
    align-items: flex-end;
    display: flex;
    justify-content: center;
    gap: 23px;
  }
}
#shop_detail .shop__detail .detail__right .line-body h4 {
  background: url("../img/shop_detail/bg-line.svg") no-repeat left bottom/159px 18px;
  color: #005953;
  letter-spacing: 0.2em;
  line-height: 1.71;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__detail .detail__right .line-body h4 {
    font-size: 1.8rem;
    background-size: 100% auto;
    padding-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #shop_detail .shop__detail .detail__right .line-body h4 {
    font-size: 1.4rem;
    margin-bottom: 19px;
    padding-bottom: 7px;
  }
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__detail .detail__right .line-body .line_btn a {
    background: #2bac38;
    border-radius: 11px;
    display: -ms-grid;
    display: grid;
    place-content: center;
    height: 90px;
    width: 110px;
  }
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__detail .detail__right .line-body .line_btn img {
    width: 100%;
  }
}
#shop_detail .shop__detail .detail__right .line-body .line_qr {
  position: absolute;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__detail .detail__right .line-body .line_qr {
    left: 91px;
    top: 0;
  }
}
@media print, screen and (min-width: 769px) {
  #shop_detail .shop__detail .detail__right .line-body .line_qr {
    bottom: -10px;
    left: 182px;
  }
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__detail .detail__right .line-body .line_qr img {
    width: 66px;
  }
}
#shop_detail .shop__movie {
  margin-bottom: 100px;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__movie {
    margin-bottom: 50px;
  }
}
#shop_detail .shop__movie iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#shop_detail .shop__head {
  font-size: 1.6rem;
  border-left: 3px solid #005953;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 55px;
  padding-left: 8px;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__head {
    font-size: 2rem;
    margin: 0 auto 18px;
  }
}
#shop_detail .shop__chuo {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__chuo {
    margin-bottom: 30px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__chuo1 {
    padding: 0 10px;
  }
}
#shop_detail .shop__chuo2 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__chuo2 {
    margin-bottom: 30px;
    padding: 0 10px;
  }
}
#shop_detail .shop__text {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__text {
    margin-bottom: 20px;
    padding: 0 10px;
  }
}
#shop_detail .shop__text p {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__text p {
    font-size: 1.3rem;
  }
}
#shop_detail .shop__text p:not(:first-child) {
  margin-top: 26px;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__text p:not(:first-child) {
    margin-top: 13px;
  }
}
#shop_detail .shop__text p span {
  color: #e00012;
  font-weight: bold;
}
#shop_detail .shop__text p a {
  text-decoration: underline;
}
#shop_detail .shop__text p a:hover {
  text-decoration: none;
}
#shop_detail .shop__service {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__service {
    margin-bottom: 45px;
    padding: 0 25px;
  }
}
#shop_detail .shop__service .service__items {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__service .service__items {
    justify-content: space-between;
  }
}
#shop_detail .shop__service .service__items li {
  font-size: 1.6rem;
  background: #dcdddd;
  border-radius: 3px;
  display: -ms-grid;
  display: grid;
  height: 46px;
  letter-spacing: 0.1em;
  place-content: center;
  text-align: center;
  width: 191px;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__service .service__items li {
    font-size: 1.5rem;
    height: 40px;
    line-height: 1;
    margin-bottom: 10px;
    width: 41.86vw;
  }
}
@media print, screen and (min-width: 769px) {
  #shop_detail .shop__service .service__items li {
    margin-left: 33px;
    margin-bottom: 32px;
  }
}
@media print, screen and (min-width: 769px) {
  #shop_detail .shop__service .service__items li:nth-child(5n+1) {
    margin-left: 0;
  }
}
#shop_detail .shop__map {
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__map {
    margin-bottom: 40px;
    padding: 0 25px;
  }
}
#shop_detail .shop__map #map {
  background: #ccc;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__map #map {
    height: 307px;
    margin: 0 -15px;
  }
}
@media print, screen and (min-width: 769px) {
  #shop_detail .shop__map #map {
    height: 398px;
    width: 100%;
  }
}
#shop_detail .minoo__map {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #shop_detail .minoo__map {
    margin-bottom: 20px;
  }
}
#shop_detail .shop__comment {
  margin-bottom: 83px;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__comment {
    padding: 0 10px;
  }
}
#shop_detail .shop__comment .comment__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__comment .comment__body {
    flex-direction: column;
  }
}
#shop_detail .shop__comment .comment__body .comment__image {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__comment .comment__body .comment__image {
    flex-wrap: wrap;
    margin-right: 0;
  }
}
@media print, screen and (min-width: 769px) {
  #shop_detail .shop__comment .comment__body .comment__image {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__comment .comment__body .comment__image li {
    margin-bottom: 20px;
    width: 48%;
  }
}
@media print, screen and (min-width: 769px) {
  #shop_detail .shop__comment .comment__body .comment__image li {
    width: 300px;
  }
}
@media print, screen and (min-width: 769px) {
  #shop_detail .shop__comment .comment__body .comment__image li:not(:first-child) {
    margin-left: 15px;
  }
}
#shop_detail .shop__comment .comment__body .comment__image img {
  width: 100%;
}
#shop_detail .shop__comment .comment__body .comment__image p {
  font-size: 1.6rem;
  margin-top: 5px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__comment .comment__body .comment__image p {
    font-size: 1.3rem;
  }
}
#shop_detail .shop__comment .comment__body .comment__detail {
  overflow: hidden;
  width: 100%;
  zoom: 1;
}
#shop_detail .shop__comment .comment__body .comment__detail .comment__name {
  font-size: 1.8rem;
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__comment .comment__body .comment__detail .comment__name {
    font-size: 1.1rem;
  }
}
#shop_detail .shop__comment .comment__body .comment__detail .comment__text {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.72;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__comment .comment__body .comment__detail .comment__text {
    font-size: 1.4rem;
    line-height: 1.72;
  }
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__car {
    padding: 0 25px;
  }
}
@media print, screen and (min-width: 769px) {
  #shop_detail .shop__car {
    margin-bottom: 90px;
  }
}
#shop_detail .shop__car .car__body {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__car .car__body {
    justify-content: space-between;
    margin: 0 -15px 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #shop_detail .shop__car .car__body {
    justify-content: flex-start;
    margin: 0 auto 65px;
  }
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__car .car__body .car__item {
    width: 42.6666vw;
  }
}
@media print, screen and (min-width: 769px) {
  #shop_detail .shop__car .car__body .car__item {
    margin-left: 70px;
    margin-bottom: 15px;
    width: 320px;
  }
}
#shop_detail .shop__car .car__body .car__item:nth-child(3n+1) {
  margin-left: 0;
}
#shop_detail .shop__car .car__body .car__head {
  align-items: center;
  border-bottom: 1px solid #005953;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#shop_detail .shop__car .car__body .car__head .car__name {
  font-size: 1.6rem;
  flex-shrink: 0;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__car .car__body .car__head .car__name {
    font-size: 1.2rem;
  }
}
#shop_detail .shop__car .car__body .car__head .car__type {
  display: flex;
}
#shop_detail .shop__car .car__body .car__head .car__type li {
  font-size: 1.6rem;
  line-height: 3.2rem;
  background: #005953;
  color: white;
  margin-left: 7px;
  text-align: center;
  width: 32px;
}
#shop_detail .shop__car .car__body .car__head .car__type li.type__test {
  background: #fbb03b;
}
#shop_detail .shop__car .car__body .car__head .car__type li.type__show {
  background: #0071bc;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__car .car__body .car__head .car__type li {
    font-size: 8px;
    line-height: 1.6rem;
    margin-left: 3px;
    width: 16px;
  }
}
#shop_detail .shop__car .car__body .car__image {
  align-items: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin: 0;
}
#shop_detail .shop__car .car__body .car__image img {
  width: 100%;
}
#shop_detail .shop__car .car__body .car__spec {
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__car .car__body .car__spec {
    padding-bottom: 10px;
  }
}
#shop_detail .shop__car .car__body .car__spec dl {
  align-items: center;
  display: flex;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__car .car__body .car__spec dl {
    margin-bottom: 15px;
  }
}
#shop_detail .shop__car .car__body .car__spec dt {
  font-size: 1.4rem;
  border-left: 2px solid #005953;
  border-right: 2px solid #005953;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  flex-shrink: 0;
  position: relative;
  text-align: center;
  width: 76px;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__car .car__body .car__spec dt {
    border-width: 1px;
    font-size: 7px;
    width: 38px;
  }
}
#shop_detail .shop__car .car__body .car__spec dd {
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__car .car__body .car__spec dd {
    font-size: 0.7rem;
    line-height: 1.1rem;
    padding: 2px 5px;
  }
}
#shop_detail .shop__car .car__reserve {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__car .car__reserve {
    margin-bottom: 30px;
  }
}
#shop_detail .shop__car .car__reserve a {
  font-size: 1.4rem;
  line-height: 4.5rem;
  border: 1px solid #595757;
  border-radius: 3px;
  display: inline-block;
  letter-spacing: 0.12em;
  width: 310px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__car .car__reserve a {
    line-height: 2.6rem;
    font-size: 7px;
    width: 155px;
  }
}
#shop_detail .shop__car .car__reserve a span {
  background: url("../img/common/200404/icon_arrow01.svg") no-repeat right center/8px 13px;
  padding-right: 15px;
}
#shop_detail .shop__car .car__reserve a:hover {
  background: #595757;
  color: #fff;
}
#shop_detail .shop__car .car__reserve a:hover span {
  background: url("../img/common/200404/icon_arrow02.svg") no-repeat right center/8px 13px;
}
#shop_detail .back__link {
  margin: 0 auto 30px;
  width: 1100px;
}
@media only screen and (max-width: 768px) {
  #shop_detail .back__link {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
    width: 100%;
  }
}
#shop_detail .back__link a {
  font-size: 1.4rem;
  padding-left: 15px;
  position: relative;
}
#shop_detail .back__link a::before {
  background: url("../img/common/200404/icon_arrow01.svg") no-repeat left top;
  content: "";
  display: block;
  height: 14px;
  left: 0;
  position: absolute;
  top: 3px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  width: 8px;
}
@media only screen and (max-width: 768px) {
  #shop_detail .back__link a::before {
    background-size: 4px 6px;
    height: 6px;
    width: 4px;
  }
}
@media only screen and (max-width: 768px) {
  #shop_detail .back__link a {
    font-size: 7px;
  }
}
#shop_detail .menu-shops {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #shop_detail .menu-shops {
    align-items: center;
    flex-direction: column;
    gap: 17px;
  }
}
@media only screen and (max-width: 768px) {
  #shop_detail .menu-shops .menu-shops-item {
    width: 203px;
  }
}
@media print, screen and (min-width: 769px) {
  #shop_detail .menu-shops .menu-shops-item {
    width: 234px;
  }
}
#shop_detail .menu-shops h3 {
  border-bottom: 1px solid #005953;
  color: #005953;
  font-weight: normal;
  letter-spacing: 0.2em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #shop_detail .menu-shops h3 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding-bottom: 2px;
  }
}
@media print, screen and (min-width: 769px) {
  #shop_detail .menu-shops h3 {
    font-size: 1.8rem;
    margin-bottom: 40px;
    padding-bottom: 4px;
  }
}
#shop_detail .menu-shops .menu-shop-link {
  line-height: 1.66;
}
@media only screen and (max-width: 768px) {
  #shop_detail .menu-shops a {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  #shop_detail .menu-shops a {
    font-size: 1.8rem;
  }
}
#shop_detail .close_shop .block__title {
  margin-bottom: 0;
  text-align: center;
}
#shop_detail .close_shop .message {
  padding: 62px 35px 82px;
}
@media only screen and (max-width: 768px) {
  #shop_detail .close_shop .message {
    padding: 30px 15px 40px;
  }
}
#shop_detail .close_shop .message p {
  font-size: 2.2rem;
  line-height: 3.8rem;
  margin-top: 34px;
}
@media only screen and (max-width: 768px) {
  #shop_detail .close_shop .message p {
    font-size: 1.1rem;
    line-height: 1.9rem;
    margin-top: 17px;
  }
}
#shop_detail .close_shop .message p:first-child {
  margin-top: 0;
}
#shop_detail .close_shop .close_table {
  margin-bottom: 65px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #shop_detail .close_shop .close_table {
    display: block;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #shop_detail .close_shop .close_table tbody {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #shop_detail .close_shop .close_table tr {
    display: block;
    width: 100%;
  }
}
#shop_detail .close_shop .close_table td {
  font-size: 2rem;
  line-height: 4.8rem;
  background: #f2f2f2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  #shop_detail .close_shop .close_table td {
    font-size: 1rem;
    line-height: 2.4rem;
    display: block;
    padding-left: 10px;
  }
}
#shop_detail .close_shop .close_table td.map {
  border-right: 10px solid white;
  width: 568px;
}
@media only screen and (max-width: 768px) {
  #shop_detail .close_shop .close_table td.map {
    border: none;
    width: 100%;
  }
}
#shop_detail .close_shop .close_table td.map #map {
  height: 370px;
  width: 568px;
}
@media only screen and (max-width: 768px) {
  #shop_detail .close_shop .close_table td.map #map {
    height: 200px;
    width: 100%;
  }
}
#shop_detail .close_shop .close_table td.subject {
  border-right: 4px solid white;
  border-bottom: 4px solid white;
  width: 228px;
}
@media only screen and (max-width: 768px) {
  #shop_detail .close_shop .close_table td.subject {
    border-right-width: 2px;
    border-bottom-width: 2px;
    float: left;
    width: 35%;
  }
}
#shop_detail .close_shop .close_table td.text {
  border-bottom: 4px solid white;
  width: 338px;
}
@media only screen and (max-width: 768px) {
  #shop_detail .close_shop .close_table td.text {
    border-bottom-width: 2px;
    float: right;
    width: 65%;
  }
}
#shop_detail .close_shop .close_btn {
  margin-bottom: 160px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #shop_detail .close_shop .close_btn {
    margin-bottom: 80px;
  }
}
#shop_detail .close_shop .close_btn a {
  font-size: 2.1rem;
  line-height: 6.5rem;
  background: #005953;
  color: white;
  display: inline-block;
  letter-spacing: 0.12em;
  text-align: center;
  width: 805px;
}
@media only screen and (max-width: 768px) {
  #shop_detail .close_shop .close_btn a {
    font-size: 1.1rem;
    line-height: 3.3rem;
    width: 290px;
  }
}
#shop_detail .close_shop .close_btn a span {
  position: relative;
}
#shop_detail .close_shop .close_btn a span::after {
  background: url("../img/shop_detail/icon_arrow.png") no-repeat left top;
  content: "";
  display: block;
  height: 17px;
  position: absolute;
  right: -27px;
  top: 7px;
  width: 12px;
}
@media only screen and (max-width: 768px) {
  #shop_detail .close_shop .close_btn a span::after {
    background-size: 6px 9px;
    right: -13px;
    top: 3px;
  }
}
#shop_detail .shop__rendering__wrap {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__rendering__wrap {
    margin: 30px 0;
    padding: 0 15px;
  }
}
#shop_detail .shop__rendering {
  margin-bottom: 10px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__rendering {
    margin: 0 -15px 10px;
  }
}
#shop_detail .shop__rendering img {
  width: 750px;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__rendering img {
    width: 100%;
  }
}
#shop_detail .shop__rendering_offer {
  font-size: 1.4rem;
  margin: 0 auto;
  width: 750px;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__rendering_offer {
    width: 100%;
  }
}
#shop_detail .shop__button {
  margin: 30px 0;
  text-align: center;
}
#shop_detail .shop__button.special-site {
  margin: 0 0 50px;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__button.special-site {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__button {
    padding: 0 15px;
  }
}
#shop_detail .shop__button a {
  font-size: 2rem;
  line-height: 6rem;
  background: #005953;
  color: #fff;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 560px;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__button a {
    font-size: 1.5rem;
    line-height: 4.5rem;
    width: 100%;
  }
}
#shop_detail .shop__button a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  #shop_detail .shop__button a:hover {
    opacity: 1;
  }
}

#maintenance .lead {
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #maintenance .lead {
    font-size: 1.2rem;
    letter-spacing: 0;
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 769px) {
  #maintenance .lead {
    font-size: 2rem;
    margin-bottom: 100px;
  }
}
#maintenance .after_service {
  background: url("../img/maintenance/250101/bg-after-service.png") no-repeat center top/100% auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #maintenance .after_service {
    background-size: 100% auto;
    margin-bottom: 70px;
    padding-top: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  #maintenance .after_service {
    margin-bottom: 70px;
    padding-bottom: 60px;
    padding-top: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  #maintenance .after_service::after {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
    background: linear-gradient(transparent 0%, #fff 100%);
    bottom: 0;
    content: "";
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #maintenance .after_service .c-hl03 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #maintenance .after_service .c-hl03 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #maintenance .after_service .lead {
    font-size: 1.2rem;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  #maintenance .after_service .lead {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 768px) {
  #maintenance .after_service .merit {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #maintenance .after_service .merit {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 0 auto;
    width: 1100px;
  }
}
#maintenance .after_service .merit .merit__item {
  border: 1px solid #000;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #maintenance .after_service .merit .merit__item {
    padding: 12px 12px 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #maintenance .after_service .merit .merit__item {
    padding: 20px 0 65px;
    width: 334px;
  }
}
@media only screen and (max-width: 768px) {
  #maintenance .after_service .merit .merit__item:not(:first-child) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #maintenance .after_service .merit .merit__item .merit__head {
    display: flex;
    margin-bottom: 8px;
  }
}
#maintenance .after_service .merit .merit__item .merit__num {
  color: #005953;
  font-weight: normal;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #maintenance .after_service .merit .merit__item .merit__num {
    font-size: 2rem;
    width: 17px;
  }
}
@media print, screen and (min-width: 769px) {
  #maintenance .after_service .merit .merit__item .merit__num {
    font-size: 5.2rem;
    margin-bottom: 12px;
    text-align: center;
  }
}
#maintenance .after_service .merit .merit__item h3 {
  line-height: 1.375;
}
@media only screen and (max-width: 768px) {
  #maintenance .after_service .merit .merit__item h3 {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  #maintenance .after_service .merit .merit__item h3 {
    font-size: 2.5rem;
    line-height: 1.76;
    margin-bottom: 14px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  #maintenance .after_service .merit .merit__item h3 br {
    display: none;
  }
}
#maintenance .after_service .merit .merit__item .merit__body {
  display: flex;
}
@media print, screen and (min-width: 769px) {
  #maintenance .after_service .merit .merit__item .merit__body {
    padding-left: 28px;
  }
}
#maintenance .after_service .merit .merit__item .merit__body p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.6;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  #maintenance .after_service .merit .merit__item .merit__body p {
    font-size: 1.3rem;
    padding-left: 17px;
    padding-right: 83px;
  }
}
@media print, screen and (min-width: 769px) {
  #maintenance .after_service .merit .merit__item .merit__body p {
    font-size: 1.6rem;
    flex-shrink: 0;
    line-height: 2;
    width: 141px;
  }
}
#maintenance .after_service .merit .merit__item .merit__body p strong {
  color: #e60018;
}
#maintenance .after_service .merit .merit__item:nth-child(1) {
  background: url("../img/maintenance/250101/icon-merit01.svg") no-repeat right 28px bottom 36px/136px auto;
}
@media only screen and (max-width: 768px) {
  #maintenance .after_service .merit .merit__item:nth-child(1) {
    background-position: right 16px center;
    background-size: 56px auto;
  }
}
#maintenance .after_service .merit .merit__item:nth-child(2) {
  background: url("../img/maintenance/250101/icon-merit02.svg") no-repeat right 10px bottom 30px/123px auto;
}
@media only screen and (max-width: 768px) {
  #maintenance .after_service .merit .merit__item:nth-child(2) {
    background-position: right 4px center;
    background-size: 75px auto;
  }
}
#maintenance .after_service .merit .merit__item:nth-child(3) {
  background: url("../img/maintenance/icon-merit03.svg") no-repeat right 10px bottom 20px/123px auto;
}
@media only screen and (max-width: 768px) {
  #maintenance .after_service .merit .merit__item:nth-child(3) {
    background-position: right 5px center;
    background-size: 61px auto;
  }
}
@media only screen and (max-width: 768px) {
  #maintenance .c-nyuko {
    padding: 0 20px;
  }
}

#inspection-price .price_image {
  font-size: 1.2rem;
  margin: 0 auto;
  width: 677px;
}
#inspection-price .price_image img {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_image {
    width: 100%;
  }
}

#intime .intime_image img {
  max-width: 100%;
}

#check .block__title2 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #check .block__title2 {
    margin: 30px 0;
  }
}
@media only screen and (max-width: 768px) {
  #check .box {
    padding: 0 23px;
  }
}
#check .check__head {
  color: #005953;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #check .check__head {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 769px) {
  #check .check__head {
    font-size: 3.1rem;
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 768px) {
  #check .summery {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  #check .summery {
    margin-bottom: 100px;
  }
}
#check .summery p {
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #check .summery p {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 769px) {
  #check .summery p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  #check .check4 {
    flex-wrap: wrap;
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 769px) {
  #check .check4 {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 25px;
  }
}
#check .check4 li {
  border: 1px solid #000;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #check .check4 li {
    padding: 12px;
  }
}
@media print, screen and (min-width: 769px) {
  #check .check4 li {
    padding: 28px 20px 30px 27px;
    width: 245px;
  }
}
@media only screen and (max-width: 768px) {
  #check .check4 li:not(:first-child) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #check .check4 li h3 {
    font-size: 1.5rem;
    margin-bottom: 7px;
  }
}
@media print, screen and (min-width: 769px) {
  #check .check4 li h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
#check .check4 li h3 span {
  color: #005953;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  #check .check4 li h3 span {
    font-size: 2rem;
    display: inline-block;
    width: 17px;
  }
}
@media print, screen and (min-width: 769px) {
  #check .check4 li h3 span {
    font-size: 3.1rem;
    margin-right: 8px;
  }
}
#check .check4 li p {
  letter-spacing: 0.05em;
  line-height: 1.71;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  #check .check4 li p {
    font-size: 1rem;
    padding-left: 17px;
  }
}
@media print, screen and (min-width: 769px) {
  #check .check4 li p {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  #check .check__offer {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  #check .check__offer {
    margin-bottom: 115px;
  }
}
#check .check__offer li {
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  #check .check__offer li {
    font-size: 1.2rem;
  }
}
#check .check__main {
  border: 10px solid #f6f6ee;
}
@media only screen and (max-width: 768px) {
  #check .check__main {
    margin: 0 -13px;
  }
}
@media print, screen and (min-width: 769px) {
  #check .check__main {
    margin-bottom: 100px;
    padding: 68px 41px 107px;
  }
}
#check .procare {
  margin-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  #check .procare {
    margin-top: 30px;
    margin-bottom: 34px;
    padding: 0 10px;
  }
}
#check .procare .subtitle {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #check .procare .subtitle {
    margin-bottom: 19px;
  }
}
#check .procare .procare_lead {
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #check .procare .procare_lead {
    font-size: 0.7rem;
    line-height: 1.8rem;
    margin-bottom: 30px;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #check .procare .procare_lead {
    font-size: 2rem;
    margin-bottom: 60px;
  }
}
#check .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
#check .images li {
  margin-bottom: 20px;
  width: 194px;
}
@media only screen and (max-width: 768px) {
  #check .images li {
    margin-bottom: 10px;
    width: 19.5718%;
  }
}
#check .images li img {
  width: 100%;
}
#check .images li .txt {
  margin-top: 8px;
}
@media only screen and (max-width: 768px) {
  #check .images li .txt {
    font-size: 0.7rem;
    letter-spacing: -0.05em;
    margin-top: 3px;
  }
  #check .images li .txt br {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  #check .images li .txt {
    font-size: 1.6rem;
  }
}
#check .price_table {
  margin: 0 auto 50px;
}
@media only screen and (max-width: 768px) {
  #check .price_table {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 10px;
    padding: 0 5px;
    width: 100%;
  }
}
#check .price_table .table_head {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #check .price_table .table_head {
    display: block;
    margin-bottom: 7px;
  }
}
@media print, screen and (min-width: 769px) {
  #check .price_table .table_head {
    margin-bottom: 10px;
  }
}
#check .price_table .table_head h4 {
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  #check .price_table .table_head h4 {
    font-size: 1.3rem;
    margin-bottom: 18px;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  #check .price_table .table_head h4 {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 768px) {
  #check .price_table .table_head p {
    font-size: 1.2rem;
    text-align: right;
  }
}
@media print, screen and (min-width: 769px) {
  #check .price_table .table_head p {
    font-size: 1.6rem;
  }
}
#check .price_table table {
  margin-bottom: 15px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #check .price_table table {
    margin-bottom: 5px;
  }
}
#check .price_table table th, #check .price_table table td {
  border: 1px solid #ccc;
  text-align: center;
  width: 20%;
}
#check .price_table table th {
  font-size: 1.7rem;
  background: #f2f2f2;
  font-weight: normal;
  height: 66px;
}
@media only screen and (max-width: 768px) {
  #check .price_table table th {
    font-size: 1.4rem;
    height: 33px;
  }
}
#check .price_table table .kg {
  font-size: 1.4rem;
  background: #f2f2f2;
  height: 35px;
}
@media only screen and (max-width: 768px) {
  #check .price_table table .kg {
    font-size: 1rem;
    background: transparent;
    height: 17px;
  }
}
#check .price_table table .price {
  font-size: 2rem;
  color: #e50012;
  height: 62px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #check .price_table table .price {
    font-size: 1.5rem;
    height: 30px;
  }
}
#check .price_table .price_offer {
  font-size: 1.4rem;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #check .price_table .price_offer {
    font-size: 1rem;
    margin-bottom: 28px;
    text-align: left;
  }
}
@media print, screen and (min-width: 769px) {
  #check .c-btn a {
    font-size: 1.4rem;
    width: 410px;
  }
}
@media only screen and (max-width: 768px) {
  #check .month12 {
    padding: 20px 10px;
  }
}
#check .month12 .subtitle {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #check .month12 .subtitle {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #check .month12 .subtitle h3 {
    font-size: 1.5rem;
  }
}
#check .month12 .month12_lead {
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #check .month12 .month12_lead {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 30px;
    width: 100%;
    text-align: left;
  }
}
@media print, screen and (min-width: 769px) {
  #check .month12 .month12_lead {
    font-size: 2rem;
    margin-bottom: 50px;
  }
}
#check .month12 .check_detail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #check .month12 .check_detail {
    display: block;
  }
}
#check .month12 .check_detail .item.left {
  width: 388px;
}
@media only screen and (max-width: 768px) {
  #check .month12 .check_detail .item.left {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #check .month12 .check_detail .item.left li {
    width: 41vw;
  }
}
#check .month12 .check_detail .item.right {
  width: 590px;
}
@media only screen and (max-width: 768px) {
  #check .month12 .check_detail .item.right {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #check .month12 .check_detail .item.right li {
    width: 41vw;
  }
}
@media only screen and (max-width: 768px) {
  #check .month12 .check_detail .item .images {
    display: flex;
    justify-content: space-between;
    row-gap: 15px;
    padding: 0;
  }
}
#check .month12 .check_detail .item img {
  width: 100%;
}
#check .month12 .check_detail .item .txt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (max-width: 768px) {
  #check .month12 .check_detail .item .txt {
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 769px) {
  #check .month12 .check_detail .item .txt {
    font-size: 1.4rem;
  }
}
#check .month12 .check_detail .item li {
  width: 191px;
}
#check .month12 .check_detail .head {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #check .month12 .check_detail .head {
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 769px) {
  #check .month12 .check_detail .head {
    margin-bottom: 10px;
  }
}
#check .month12 .check_detail .head h5 {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  #check .month12 .check_detail .head h5 {
    font-size: 1.3rem;
    margin-right: 10px;
  }
}
#check .month12 .check_detail .head p {
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  #check .month12 .check_detail .head p {
    font-size: 1rem;
  }
}
#check .severe__wrap {
  background: #f6f6ee;
}
@media only screen and (max-width: 768px) {
  #check .severe__wrap {
    margin: 37px -15px 50px;
    padding: 25px 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #check .severe__wrap {
    margin-bottom: 95px;
    padding: 60px 50px;
  }
}
@media only screen and (max-width: 768px) {
  #check .severe__wrap .check__head {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  #check .severe__wrap .check__head {
    font-size: 2.5rem;
  }
}
#check .severe .subtitle {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #check .severe .subtitle {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #check .severe .subtitle h3 {
    font-size: 1.4rem;
  }
}
#check .severe .severe_lead {
  font-size: 2rem;
  margin-bottom: 32px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #check .severe .severe_lead {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  #check .severe .severe_lead br {
    display: none;
  }
}
#check .severe h4 {
  font-size: 2.4rem;
  line-height: 5.2rem;
  background: #005953;
  color: #fff;
  font-weight: bold;
  margin: 0 auto 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #check .severe h4 {
    font-size: 1.5rem;
    line-height: 1.46;
    margin: 0 auto 25px;
    padding-block: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  #check .severe h4 {
    width: 670px;
  }
}
#check .severe .severe_image {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #check .severe .severe_image {
    padding: 0 10px;
  }
  #check .severe .severe_image img {
    width: 100%;
  }
}
#check .severe .images {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #check .severe .images li {
    width: 41vw;
  }
}
#check .severe .images li .txt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-left: 0.7em;
  text-indent: -0.7em;
}
@media only screen and (max-width: 768px) {
  #check .severe .images li .txt {
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 769px) {
  #check .severe .images li .txt {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  #check .check__button {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  #check .service {
    margin-top: 70px;
  }
}
@media print, screen and (min-width: 769px) {
  #check .service {
    margin-top: 140px;
  }
}
@media only screen and (max-width: 768px) {
  #check .check_offer {
    font-size: 0.8rem;
    line-height: 1.3rem;
    display: flex;
    margin-bottom: 50px;
    padding: 0 10px;
    width: auto;
  }
  #check .check_offer li {
    width: 50%;
  }
}
@media print, screen and (min-width: 769px) {
  #check .check_offer {
    font-size: 1.4rem;
    margin-top: 84px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  #check .banner_list {
    justify-content: center;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 768px) {
  #check .banner_list li:nth-child(2n) {
    margin-left: auto;
  }
}

@media print, screen and (min-width: 769px) {
  #green .section__title2 {
    margin-bottom: 60px;
  }
}
#green .green__lead {
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #green .green__lead {
    margin-bottom: 30px;
    padding: 0 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #green .green__lead {
    font-size: 2rem;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  #green .bottom {
    margin-bottom: 50px;
    padding: 0 10px;
  }
}

#passport .section__title {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #passport .section__title {
    margin-bottom: 30px;
  }
}
#passport .lead {
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #passport .lead {
    font-size: 1.2rem;
    margin-bottom: 65px;
  }
}
@media print, screen and (min-width: 769px) {
  #passport .lead {
    font-size: 2rem;
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 768px) {
  #passport .merit__body {
    margin-bottom: 35px;
    padding: 0 25px;
  }
}
@media print, screen and (min-width: 769px) {
  #passport .merit__body {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
  }
}
#passport .merit__body .merit__item {
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #passport .merit__body .merit__item {
    border-radius: 5px;
    margin-top: 16px;
    padding: 12px;
  }
}
@media print, screen and (min-width: 769px) {
  #passport .merit__body .merit__item {
    border-radius: 10px;
    padding: 26px;
    width: 335px;
  }
}
#passport .merit__body .merit__item h3 {
  display: flex;
}
@media only screen and (max-width: 768px) {
  #passport .merit__body .merit__item h3 {
    font-size: 1.5rem;
    margin-bottom: 7px;
  }
}
@media print, screen and (min-width: 769px) {
  #passport .merit__body .merit__item h3 {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #passport .merit__body .merit__item h3 br {
    display: none;
  }
}
#passport .merit__body .merit__item h3 span {
  color: #005953;
  font-weight: normal;
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}
@media only screen and (max-width: 768px) {
  #passport .merit__body .merit__item h3 span {
    font-size: 2rem;
    margin-right: 7px;
  }
}
@media print, screen and (min-width: 769px) {
  #passport .merit__body .merit__item h3 span {
    font-size: 3.1rem;
    margin-right: 12px;
  }
}
#passport .merit__body .merit__item p {
  line-height: 1.71;
}
@media only screen and (max-width: 768px) {
  #passport .merit__body .merit__item p {
    padding-right: 80px;
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #passport .merit__body .merit__item p {
    font-size: 1.4rem;
    width: 150px;
  }
}
#passport .merit__body .merit__item:first-child {
  background: url("../img/passport/icon-merit01.svg") no-repeat right 28px bottom 51px/102px auto;
}
@media only screen and (max-width: 768px) {
  #passport .merit__body .merit__item:first-child {
    background-position: right 14px bottom 25px;
    background-size: 51px auto;
    margin-top: 0;
  }
}
#passport .merit__body .merit__item:nth-child(2) {
  background: url("../img/passport/icon-merit02.svg") no-repeat right 28px bottom 37px/92px auto;
}
@media only screen and (max-width: 768px) {
  #passport .merit__body .merit__item:nth-child(2) {
    background-position: right 14px bottom 18px;
    background-size: 46px auto;
  }
}
#passport .merit__body .merit__item:nth-child(3) {
  background: url("../img/passport/icon-merit03.svg") no-repeat right 23px bottom 35px/86px auto;
}
@media only screen and (max-width: 768px) {
  #passport .merit__body .merit__item:nth-child(3) {
    background-position: right 12px bottom 18px;
    background-size: 43px auto;
  }
}
#passport .passport__heading {
  margin: 0 auto 70px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  #passport .passport__heading {
    margin-bottom: 30px;
  }
}
#passport .passport__heading p {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  #passport .passport__heading p {
    font-size: 1.3rem;
  }
}
#passport .passport__heading h3 {
  font-size: 4.4rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #passport .passport__heading h3 {
    font-size: 2.2rem;
  }
}
#passport .passport__heading.--new {
  color: #0095d8;
}
#passport .passport__heading.--ucar {
  color: #159e8d;
}
@media only screen and (max-width: 768px) {
  #passport .passport__title {
    margin-bottom: 30px;
    padding: 0 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #passport .passport__title {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 768px) {
  #passport .passport__title img {
    width: 100%;
  }
}
#passport .passport_item {
  margin: 0 auto 100px;
}
@media only screen and (max-width: 768px) {
  #passport .passport_item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 50px;
    padding: 0 10px;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #passport .passport_item {
    width: 1000px;
  }
}
#passport .passport_item.last {
  margin-bottom: 135px;
}
@media only screen and (max-width: 768px) {
  #passport .passport_item.last {
    margin-bottom: 35px;
  }
}
#passport .passport_item h4 {
  font-size: 1.8rem;
  line-height: 3.5rem;
  border-bottom: 1px solid #005953;
  color: #005953;
  letter-spacing: 0.2em;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #passport .passport_item h4 {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
#passport .passport_item .text {
  font-size: 1.6rem;
  line-height: 3.5rem;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  #passport .passport_item .text {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 0;
  }
}
#passport .passport_item .offer {
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  #passport .passport_item .offer {
    font-size: 0.7rem;
    line-height: 1.5;
    margin-top: 7px;
  }
}
#passport .ucar_image {
  margin-bottom: 110px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #passport .ucar_image {
    margin-bottom: 20px;
    padding: 0 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #passport .ucar_image {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  #passport .ucar_image img {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #passport .ucar_image img {
    width: 850px;
  }
}
#passport .newcar_image {
  margin-bottom: 110px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #passport .newcar_image {
    margin-bottom: 20px;
    overflow-x: scroll;
    padding: 0 0 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  #passport .newcar_image img {
    width: 720px;
  }
}
@media print, screen and (min-width: 769px) {
  #passport .newcar_image img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #passport .passport_maintenance {
    margin-bottom: 50px;
    overflow-x: scroll;
    padding: 0 0 0 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #passport .passport_maintenance {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 768px) {
  #passport .passport_maintenance img {
    width: 720px;
  }
}
@media print, screen and (min-width: 769px) {
  #passport .passport_maintenance img {
    width: 100%;
  }
}
#passport .summary {
  margin: 0 auto 200px;
  padding-bottom: 45px;
  width: 1100px;
}
@media only screen and (max-width: 768px) {
  #passport .summary {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 50px;
    width: 100%;
  }
}
#passport .summary .lead {
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #passport .summary .lead {
    font-size: 1.2rem;
    line-height: 2.2rem;
    margin: 30px 0;
    padding: 0 10px;
    text-align: left;
  }
  #passport .summary .lead br {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  #passport .summary .lead {
    font-size: 2rem;
    margin-bottom: 70px;
  }
}
#passport .summary h4 {
  font-size: 1.7rem;
  line-height: 3.5rem;
  border-bottom: 1px solid #005953;
  color: #005953;
  font-weight: 900;
}
#passport .summary .text {
  font-size: 1.7rem;
  line-height: 3.5rem;
  margin-bottom: 35px;
}
#passport .passport_item {
  margin: 0 auto 100px;
  width: 1030px;
}
@media only screen and (max-width: 768px) {
  #passport .passport_item {
    margin-bottom: 25px;
    width: 100%;
  }
}
#passport .passport_item.last {
  margin-bottom: 135px;
}
@media only screen and (max-width: 768px) {
  #passport .passport_item.last {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  #passport .passport_item h4 {
    font-size: 9px;
  }
}
@media only screen and (max-width: 768px) {
  #passport .passport_item .text {
    font-size: 7px;
    margin-bottom: 17px;
  }
}
#passport .passport_item table {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #passport .passport_item table {
    table-layout: fixed;
  }
}
#passport .passport_item table th, #passport .passport_item table td {
  border: 1px solid #ccc;
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #passport .passport_item table th, #passport .passport_item table td {
    width: 33%;
  }
}
#passport .passport_item table th {
  background: #f2f2f2;
}
@media only screen and (max-width: 768px) {
  #passport .passport_item table th {
    font-size: 8px;
    width: 45px;
  }
}
@media print, screen and (min-width: 769px) {
  #passport .passport_item table th {
    font-size: 2.1rem;
    height: 60px;
    width: 195px;
  }
}
@media only screen and (max-width: 768px) {
  #passport .passport_item table th.class {
    font-size: 1rem;
    height: 32px;
    width: 45px;
  }
}
@media only screen and (max-width: 768px) {
  #passport .passport_item table th.first {
    height: 27px;
    width: 225px;
  }
}
@media only screen and (max-width: 768px) {
  #passport .passport_item table th.course {
    height: 27px;
    width: 75px;
  }
}
#passport .passport_item table .kg {
  font-size: 1.5rem;
  height: 32px;
}
#passport .passport_item table .kg.left {
  background: #f2f2f2;
  width: 251px;
}
#passport .passport_item table .type {
  font-size: 1.5rem;
  line-height: 1.8rem;
  background: #f2f2f2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 13px;
  width: 55px;
}
@media only screen and (max-width: 768px) {
  #passport .passport_item table .course {
    font-size: 7px;
  }
}
@media print, screen and (min-width: 769px) {
  #passport .passport_item table .course {
    font-size: 1.5rem;
    background: #f2f2f2;
    height: 57px;
    width: 251px;
  }
}
#passport .passport_item table .price {
  color: #e60012;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #passport .passport_item table .price {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 769px) {
  #passport .passport_item table .price {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 768px) {
  #passport .passport_item .offer {
    font-size: 0.7rem;
    text-align: right;
  }
}
@media print, screen and (min-width: 769px) {
  #passport .passport_item .offer {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
}
#passport .passport_item .offer.tal {
  text-align: left;
}
#passport .passport_scroll {
  display: none;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #passport .passport_scroll {
    font-size: 1.3rem;
    display: block;
    margin-block: 30px 20px;
  }
}

@media only screen and (max-width: 768px) {
  #inspection .box {
    padding: 0 20px;
  }
}
#inspection .inspection__catch {
  color: #005953;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #inspection .inspection__catch {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 769px) {
  #inspection .inspection__catch {
    font-size: 3.1rem;
    margin-bottom: 30px;
  }
}
#inspection .inspection__lead {
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #inspection .inspection__lead {
    font-size: 1.2rem;
    margin-bottom: 55px;
  }
}
@media print, screen and (min-width: 769px) {
  #inspection .inspection__lead {
    font-size: 2rem;
    margin-bottom: 100px;
  }
}
#inspection .block__title2 {
  margin-bottom: 53px;
}
@media only screen and (max-width: 768px) {
  #inspection .block__title2 {
    margin: 30px 0;
  }
}
@media print, screen and (min-width: 769px) {
  #inspection .section__title2 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #inspection .cost-picts {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #inspection .cost-picts div {
    margin-bottom: 10px;
  }
}
#inspection .cost-pict02 {
  margin-right: -20px;
  overflow-x: scroll;
}
#inspection .cost-pict02 img {
  width: 1133px;
}
#inspection .cost-pict03 {
  margin-right: -20px;
  overflow-x: scroll;
}
#inspection .cost-pict03 img {
  width: 529px;
}
@media only screen and (max-width: 768px) {
  #inspection .point {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  #inspection .point {
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
  }
}
#inspection .point li {
  border: 1px solid #000;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #inspection .point li {
    margin-top: 20px;
    padding: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #inspection .point li {
    padding: 28px 20px 30px 27px;
    width: 334px;
  }
}
#inspection .point li:first-child {
  background: url("../img/inspection/icon-point01.svg") no-repeat right 25px bottom 31px/136px auto;
}
@media only screen and (max-width: 768px) {
  #inspection .point li:first-child {
    background-position: right 12px bottom 15px;
    background-size: 68px auto;
    margin-top: 0;
  }
}
#inspection .point li:nth-child(2) {
  background: url("../img/inspection/icon-point02.svg") no-repeat right 23px bottom 26px/128px auto;
}
@media only screen and (max-width: 768px) {
  #inspection .point li:nth-child(2) {
    background-position: right 12px bottom 13px;
    background-size: 64px auto;
  }
}
#inspection .point li:nth-child(3) {
  background: url("../img/inspection/icon-point03.svg") no-repeat right 10px bottom 13px/153px auto;
}
@media only screen and (max-width: 768px) {
  #inspection .point li:nth-child(3) {
    background-position: right 5px bottom 6px;
    background-size: 77px auto;
  }
}
#inspection .point li h3 {
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #inspection .point li h3 {
    font-size: 1.5rem;
    margin-bottom: 7px;
  }
}
@media print, screen and (min-width: 769px) {
  #inspection .point li h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
#inspection .point li h3 span {
  color: #005953;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  #inspection .point li h3 span {
    font-size: 2rem;
    display: inline-block;
    width: 17px;
  }
}
@media print, screen and (min-width: 769px) {
  #inspection .point li h3 span {
    font-size: 3.1rem;
    margin-right: 8px;
  }
}
#inspection .point li p {
  line-height: 1.71;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  #inspection .point li p {
    font-size: 1rem;
    padding-left: 17px;
    padding-right: 67px;
  }
}
@media print, screen and (min-width: 769px) {
  #inspection .point li p {
    font-size: 1.4rem;
    width: 126px;
  }
}
@media only screen and (max-width: 768px) {
  #inspection .require {
    display: -ms-grid;
    display: grid;
    gap: 10px;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 769px) {
  #inspection .require {
    display: flex;
    justify-content: space-between;
    margin-bottom: 122px;
  }
}
#inspection .require li {
  align-items: center;
  border: 1px solid #000;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #inspection .require li {
    font-size: 1.2rem;
    border-radius: 5px;
    padding: 10px 0;
  }
}
@media print, screen and (min-width: 769px) {
  #inspection .require li {
    font-size: 1.8rem;
    height: 96px;
    width: 170px;
  }
}
#inspection .require li small {
  font-weight: normal;
}
@media print, screen and (min-width: 769px) {
  #inspection .require li small {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  #inspection .banner {
    margin: 20px 10px 50px;
  }
}
@media print, screen and (min-width: 769px) {
  #inspection .banner {
    margin: 10px 0 90px;
  }
}
@media only screen and (max-width: 768px) {
  #inspection .qa {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  #inspection .qa {
    align-items: flex-start;
    display: flex;
    gap: 73px 48px;
    flex-wrap: wrap;
    margin-bottom: 106px;
  }
}
#inspection .qa .qa__item {
  border: 1px solid #000;
}
@media only screen and (max-width: 768px) {
  #inspection .qa .qa__item {
    border-radius: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  #inspection .qa .qa__item {
    border-radius: 10px;
    width: 332px;
  }
}
@media only screen and (max-width: 768px) {
  #inspection .qa .qa__item:not(:first-child) {
    margin-top: 20px;
  }
}
#inspection .qa a {
  align-items: center;
  background: url("../img/common/icon-arrow03.svg") no-repeat right 27px center/7px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: flex;
  font-weight: bold;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #inspection .qa a {
    font-size: 1.2rem;
    padding: 7px 12px;
  }
}
@media print, screen and (min-width: 769px) {
  #inspection .qa a {
    font-size: 1.6rem;
    padding: 15px 25px;
  }
}
#inspection .qa a span {
  color: #005953;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  #inspection .qa a span {
    font-size: 1.5rem;
    margin-right: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  #inspection .qa a span {
    font-size: 3rem;
    margin-right: 15px;
  }
}
#inspection .qa .hidden {
  display: none;
}
#inspection .qa .qa__a {
  border-top: 1px solid #000;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #inspection .qa .qa__a {
    padding: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #inspection .qa .qa__a {
    padding: 15px 25px 35px;
  }
}
#inspection .qa .qa__a h4 {
  color: #005953;
  font-weight: normal;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #inspection .qa .qa__a h4 {
    font-size: 1.5rem;
    width: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #inspection .qa .qa__a h4 {
    font-size: 3rem;
    width: 30px;
  }
}
#inspection .qa .qa__a p {
  line-height: 1.42;
}
@media only screen and (max-width: 768px) {
  #inspection .qa .qa__a p {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 769px) {
  #inspection .qa .qa__a p {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  #inspection .maintenance_btn {
    margin-bottom: 90px;
    padding: 0 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #inspection .maintenance_btn {
    margin-bottom: 180px;
  }
}

#inspection-price .block__title2 {
  margin-bottom: 53px;
}
@media only screen and (max-width: 768px) {
  #inspection-price .block__title2 {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
#inspection-price .price_image {
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_image {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 30px;
    margin-bottom: 22px;
    padding: 0 15px;
  }
  #inspection-price .price_image img {
    width: 100%;
  }
}
#inspection-price .price_table {
  margin: 0 auto 50px;
  width: 1014px;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 27px;
    padding: 0 10px;
    width: 100%;
  }
}
#inspection-price .price_table .price_head {
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_head {
    display: block;
    margin-bottom: 20px;
    position: relative;
  }
}
#inspection-price .price_table .price_head h2 {
  font-size: 4.7rem;
  background: #595757;
  color: #fff;
  font-weight: 900;
  line-height: 1;
  padding: 14px 0 8px;
  text-align: center;
  width: 207px;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_head h2 {
    font-size: 2.3rem;
    margin: 0 auto 15px;
    padding: 8px 0 4px;
    width: 103px;
  }
}
#inspection-price .price_table .price_head p {
  font-size: 2.1rem;
  color: #595757;
  font-weight: bold;
  line-height: 1.2;
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_head p {
    font-size: 1.2rem;
    line-height: 1.66;
    margin-left: 0;
  }
}
#inspection-price .price_table .price_head figure {
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_head figure {
    position: absolute;
    right: 0;
    top: 7px;
  }
}
#inspection-price .price_table .price_head figure img {
  width: 118px;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_head figure img {
    width: 67px;
  }
}
#inspection-price .price_table .price_ttl01 {
  font-size: 2.1rem;
  color: #006934;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_ttl01 {
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
}
#inspection-price .price_table .price_total {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_total {
    margin-bottom: 25px;
  }
}
#inspection-price .price_table .price_total .price_kind {
  display: flex;
  margin-bottom: 11px;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_total .price_kind {
    flex-wrap: wrap;
  }
}
#inspection-price .price_table .price_total .price_kind li {
  font-size: 1.8rem;
  align-items: center;
  display: flex;
  letter-spacing: 0.05em;
  margin-left: 35px;
  min-width: 133px;
  padding: 2px 0 2px 11px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_total .price_kind li {
    font-size: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 25px;
    justify-content: center;
    margin-left: 7.07%;
    min-width: 0;
    padding: 0;
    width: 28.6153%;
  }
}
#inspection-price .price_table .price_total .price_kind li::before {
  background: url("../img/inspection/pict-plus.svg") no-repeat left top/22px 22px;
  content: "";
  display: block;
  height: 22px;
  left: -29px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  width: 22px;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_total .price_kind li::before {
    background-size: 14px 14px;
    height: 14px;
    left: -19px;
    margin-top: -7px;
    width: 14px;
  }
}
#inspection-price .price_table .price_total .price_kind li span {
  font-size: 1.2rem;
  align-items: center;
  border-radius: 9px;
  color: #fff;
  display: flex;
  height: 18px;
  justify-content: center;
  margin-right: 7px;
  width: 18px;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_total .price_kind li span {
    font-size: 9px;
    height: 12px;
    margin-right: 5px;
    width: 12px;
  }
}
#inspection-price .price_table .price_total .price_kind li:first-child {
  border: 2px solid #f6ab00;
  color: #f6ab00;
  margin-left: 0;
}
#inspection-price .price_table .price_total .price_kind li:first-child::before {
  display: none;
}
#inspection-price .price_table .price_total .price_kind li:first-child span {
  background: #f6ab00;
}
#inspection-price .price_table .price_total .price_kind li:nth-child(2) {
  border: 2px solid #e85298;
  color: #e85298;
}
#inspection-price .price_table .price_total .price_kind li:nth-child(2) span {
  background: #e85298;
}
#inspection-price .price_table .price_total .price_kind li:nth-child(3) {
  border: 2px solid #003c8f;
  color: #003c8f;
}
#inspection-price .price_table .price_total .price_kind li:nth-child(3) span {
  background: #003c8f;
}
#inspection-price .price_table .price_total .price_kind li:nth-child(4) {
  border: 2px solid #00afec;
  color: #00afec;
  width: 202px;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_total .price_kind li:nth-child(4) {
    margin-top: 10px;
    width: 40%;
  }
}
#inspection-price .price_table .price_total .price_kind li:nth-child(4) span {
  background: #00afec;
}
#inspection-price .price_table .price_total .price_kind li:nth-child(5) {
  border: 2px solid #006934;
  color: #006934;
  justify-content: center;
  letter-spacing: 0.23em;
  padding-left: 0;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_total .price_kind li:nth-child(5) {
    margin-top: 10px;
  }
}
#inspection-price .price_table .price_total .price_kind li:nth-child(5)::before {
  background-image: url("../img/inspection/pict-equal.svg");
}
#inspection-price .price_table .price_total .price_kind li:nth-child(5) span {
  background: #006934;
}
#inspection-price .price_table .price_total .prepare {
  align-items: center;
  border: 1px solid #e60012;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_total .prepare {
    display: block;
  }
}
#inspection-price .price_table .price_total .prepare h4 {
  font-size: 1.7rem;
  background: #e60012;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-right: 31px;
  padding: 1px 0;
  position: relative;
  text-align: center;
  width: 284px;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_total .prepare h4 {
    font-size: 1rem;
    background: url("../img/inspection/bg-prepare.svg") no-repeat left top/100% auto;
    display: block;
    line-height: 1;
    margin: 0;
    padding: 6px 0;
    width: 100%;
  }
}
#inspection-price .price_table .price_total .prepare h4::after {
  border-color: transparent transparent transparent #e60013;
  border-style: solid;
  border-width: 14px 0 14px 17px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: -17px;
  top: 0;
  width: 0;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_total .prepare h4::after {
    display: none;
  }
}
#inspection-price .price_table .price_total .prepare ul {
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_total .prepare ul {
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 8px 0;
    width: 250px;
  }
}
#inspection-price .price_table .price_total .prepare ul li {
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_total .prepare ul li {
    font-size: 1rem;
  }
}
#inspection-price .price_table .price_total .prepare ul li:not(:first-child) {
  margin-left: 11px;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_total .prepare ul li:not(:first-child) {
    margin-left: 13px;
  }
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_total .prepare ul li:nth-child(4) {
    margin-left: 0;
  }
}
#inspection-price .price_table h4 {
  font-size: 1.8rem;
  align-items: center;
  display: flex;
  font-weight: 500;
  line-height: 32px;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table h4 {
    font-size: 1.1rem;
    margin-left: 4px;
  }
}
#inspection-price .price_table h4 span {
  font-size: 1.6rem;
  align-items: center;
  border-radius: 11px;
  color: #fff;
  display: flex;
  height: 22px;
  justify-content: center;
  margin-right: 5px;
  width: 22px;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table h4 span {
    font-size: 1rem;
    height: 14px;
    width: 14px;
  }
}
#inspection-price .price_table h4.price_ttl02 {
  color: #f6ab00;
}
#inspection-price .price_table h4.price_ttl02 span {
  background: #f6ab00;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table h4.price_ttl02 {
    margin-top: 10px;
  }
}
#inspection-price .price_table h4.price_ttl03 {
  color: #e85298;
}
#inspection-price .price_table h4.price_ttl03 span {
  background: #e85298;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table h4.price_ttl03 {
    margin-top: 10px;
  }
}
#inspection-price .price_table h4.price_ttl04 {
  color: #003c8f;
}
#inspection-price .price_table h4.price_ttl04 span {
  background: #003c8f;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table h4.price_ttl04 {
    margin-top: 10px;
  }
}
#inspection-price .price_table h4.price_ttl05 {
  color: #00afec;
  width: 202px;
}
#inspection-price .price_table h4.price_ttl05 span {
  background: #00afec;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table h4.price_ttl05 {
    margin-top: 10px;
  }
}
#inspection-price .price_table .price_course_total {
  margin-top: 18px;
}
#inspection-price .price_table .price_list {
  table-layout: fixed;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_list {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_list tbody {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_list tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
#inspection-price .price_table .price_list th, #inspection-price .price_table .price_list td {
  border: 1px solid #727171;
  text-align: center;
}
#inspection-price .price_table .price_list th:last-child, #inspection-price .price_table .price_list td:last-child {
  border-right: none;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_list th, #inspection-price .price_table .price_list td {
    display: block;
  }
}
#inspection-price .price_table .price_list .total_course01 {
  background: #e2edf9;
}
#inspection-price .price_table .price_list .total_course01 strong {
  color: #0088cf;
}
#inspection-price .price_table .price_list .total_course02 {
  background: #f1ebf5;
}
#inspection-price .price_table .price_list .total_course02 strong {
  color: #a470ad;
}
#inspection-price .price_table .price_list .total_course03 {
  background: #e9f5f1;
}
#inspection-price .price_table .price_list .total_course03 strong {
  color: #2db497;
}
#inspection-price .price_table .price_list .subject {
  font-size: 1.5rem;
  border-left: none;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
  width: 313px;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_list .subject {
    font-size: 1rem;
    align-items: center;
    border-right: none;
    display: flex;
    line-height: 1;
    min-height: 18px;
    width: 68%;
  }
}
#inspection-price .price_table .price_list .subject.no-border {
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_list .subject.no-border {
    display: none;
  }
}
#inspection-price .price_table .price_list .subject2 {
  font-size: 1.5rem;
  border-left: none;
  font-weight: 500;
  line-height: 32px;
  padding-left: 11px;
  text-align: left;
  width: 441px;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_list .subject2 {
    font-size: 1rem;
    border-right: none;
    line-height: 24px;
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
}
#inspection-price .price_table .price_list .subject2 strong {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_list .subject2 strong {
    font-size: 1.2rem;
  }
}
#inspection-price .price_table .price_list .subject2 small {
  font-size: 1.3rem;
  display: inline-block;
  margin-left: 15px;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_list .subject2 small {
    font-size: 9px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_list .subject2 + .total_price {
    border-left: none;
  }
}
#inspection-price .price_table .price_list .course {
  font-size: 1.5rem;
  padding: 5px 0;
  width: 35px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_list .course {
    font-size: 1rem;
    align-items: center;
    border-right: none;
    display: flex;
    justify-content: center;
    padding: 0;
    vertical-align: middle;
    width: 10%;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_list .course + .class, #inspection-price .price_table .price_list .course + .price {
    border-left: none;
  }
}
#inspection-price .price_table .price_list .course01 {
  background: #e2edf9;
  color: #0088cf;
}
#inspection-price .price_table .price_list .course02 {
  background: #f1ebf5;
  color: #a470ad;
}
#inspection-price .price_table .price_list .course03 {
  background: #e9f5f1;
  color: #2db497;
}
#inspection-price .price_table .price_list .class, #inspection-price .price_table .price_list .weight {
  width: 109px;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_list .class, #inspection-price .price_table .price_list .weight {
    width: 19%;
  }
}
#inspection-price .price_table .price_list .class {
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_list .class {
    border-left-style: dashed;
    border-bottom-style: dashed;
    border-top: none;
    font-size: 9px;
  }
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_list .class:not(:last-child) {
    border-right: none;
  }
}
#inspection-price .price_table .price_list .weight {
  font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_list .weight {
    border-top: none;
    border-left-style: dashed;
    border-right: none;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: 9px;
    letter-spacing: -0.04em;
  }
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_list .weight:first-child {
    border-left: none;
  }
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_list .weight:last-child {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
#inspection-price .price_table .price_list .price {
  font-size: 1.8rem;
  padding-right: 20px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_list .price {
    font-size: 1.2rem;
    border-right: none;
    border-left-style: dashed;
    border-top: none;
    padding-right: 0;
    text-align: center;
    width: 19.4%;
  }
}
#inspection-price .price_table .price_list .price_strong {
  font-size: 2rem;
  background: #fff462;
  color: #e60012;
  font-weight: 900;
  padding-right: 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_list .price_strong {
    font-size: 1.4rem;
    border-right: none;
    border-left-style: dashed;
  }
}
#inspection-price .price_table .price_list .total {
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_list .total {
    font-size: 1rem;
    border-left: none;
    border-right: none;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_list .total + .price {
    border-left: none;
  }
}
#inspection-price .price_table .price_list .total_price {
  font-size: 2rem;
  color: #e00012;
  font-weight: 900;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_list .total_price {
    font-size: 1.3rem;
    border-right: none;
    width: 19%;
  }
}
#inspection-price .price_table .offer {
  margin-top: -36px;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .offer {
    margin-top: 5px;
  }
}
#inspection-price .price_table .offer li {
  font-size: 1.1rem;
  margin-left: 2.5em;
  text-indent: -2.5em;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .offer li {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: 9px;
  }
}
#inspection-price .price_table .price_offer {
  font-size: 1.2rem;
  margin: 10px 0;
}
@media only screen and (max-width: 768px) {
  #inspection-price .price_table .price_offer {
    font-size: 9px;
  }
}
#inspection-price .service {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  #inspection-price .service {
    margin-bottom: 45px;
  }
}
#inspection-price .service .subtitle {
  margin-bottom: 37px;
}
@media only screen and (max-width: 768px) {
  #inspection-price .service .subtitle {
    margin-bottom: 20px;
  }
}

#intime .intime__summary {
  align-items: center;
  background: #f6f5f5;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  #intime .intime__summary {
    margin-bottom: 50px;
    padding: 25px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #intime .intime__summary {
    margin-bottom: 95px;
    padding: 50px 35px;
  }
}
#intime .intime__summary .intime__catch {
  color: #1eaa39;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #intime .intime__summary .intime__catch {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 769px) {
  #intime .intime__summary .intime__catch {
    font-size: 2.9rem;
  }
}
@media only screen and (max-width: 768px) {
  #intime .intime__summary .intime__logo img {
    width: 100%;
  }
}
#intime .intime__summary .intime__text li {
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  #intime .intime__summary .intime__text li {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 769px) {
  #intime .intime__summary .intime__text li {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 769px) {
  #intime .intime__summary .intime__text li small {
    font-size: 1.2rem;
  }
}
#intime .intime__summary .intime__text li.offer {
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  #intime .intime__summary .intime__text li.offer.large small {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 769px) {
  #intime .intime__summary .intime__text li.offer.large small {
    font-size: 1.4rem;
  }
}
#intime .intime__head {
  background: #1eaa39;
  border-radius: 12px;
  color: #fff;
  font-weight: normal;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #intime .intime__head {
    font-size: 1.7rem;
    border-radius: 6px;
    margin: 0 auto 27px;
    padding: 10px 0;
    width: calc(100% - 20px);
  }
}
@media print, screen and (min-width: 769px) {
  #intime .intime__head {
    font-size: 3.3rem;
    margin-bottom: 54px;
    padding: 14px 0;
  }
}
#intime .intime__head::after {
  background: url("../img/intime/pict-arrow01.svg") no-repeat left top/cover;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
@media only screen and (max-width: 768px) {
  #intime .intime__head::after {
    bottom: -23px;
    height: 33px;
    width: 48px;
  }
}
@media print, screen and (min-width: 769px) {
  #intime .intime__head::after {
    bottom: -47px;
    height: 67px;
    width: 96px;
  }
}
#intime .intime__flow {
  border: 2px solid #1eaa39;
}
@media only screen and (max-width: 768px) {
  #intime .intime__flow {
    background: url("../img/intime/pict-arrow02_sp.svg") no-repeat right bottom/70px auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 25px;
    padding: 25px 15px 30px;
    width: calc(100% - 20px);
  }
}
@media print, screen and (min-width: 769px) {
  #intime .intime__flow {
    background: url("../img/intime/pict-arrow02.svg") no-repeat right bottom/142px auto;
    margin-bottom: 50px;
    padding: 50px 0 40px 60px;
  }
}
@media print, screen and (min-width: 769px) {
  #intime .intime__flow .flow__item {
    align-items: center;
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  #intime .intime__flow .flow__item:not(:first-child) {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #intime .intime__flow .flow__item:not(:first-child) {
    margin-top: 64px;
  }
}
#intime .intime__flow .flow__item h3 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  #intime .intime__flow .flow__item h3 {
    font-size: 2.1rem;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #intime .intime__flow .flow__item h3 {
    font-size: 4.2rem;
    flex-shrink: 0;
    width: 440px;
  }
}
@media only screen and (max-width: 768px) {
  #intime .intime__flow .flow__item ul {
    padding-left: 25px;
  }
}
#intime .intime__flow .flow__item li {
  margin-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 768px) {
  #intime .intime__flow .flow__item li {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
@media print, screen and (min-width: 769px) {
  #intime .intime__flow .flow__item li {
    font-size: 2.4rem;
    line-height: 1.41;
  }
}
@media only screen and (max-width: 768px) {
  #intime .intime__detail {
    display: -ms-grid;
    display: grid;
    gap: 15px 10px;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 100px;
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #intime .intime__detail {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 769px) {
  #intime .intime__detail .detail__item {
    margin-bottom: 40px;
    width: 537px;
  }
}
#intime .intime__detail .detail__item figure {
  position: relative;
}
#intime .intime__detail .detail__item figure img {
  width: 100%;
}
#intime .intime__detail .detail__item figcaption {
  background: #005953;
  bottom: 0;
  color: #fff;
  font-weight: bold;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #intime .intime__detail .detail__item figcaption {
    font-size: 1rem;
    border-radius: 0 0 5px 5px;
    padding: 3px 0;
  }
}
@media print, screen and (min-width: 769px) {
  #intime .intime__detail .detail__item figcaption {
    font-size: 3rem;
    border-radius: 0 0 10px 10px;
    padding: 6px 0;
  }
}
@media only screen and (max-width: 768px) {
  #intime .intime__detail .detail__item p {
    font-size: 9px;
    margin-top: 7px;
  }
}
@media print, screen and (min-width: 769px) {
  #intime .intime__detail .detail__item p {
    font-size: 1.8rem;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  #repair .box {
    margin-top: 30px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  #repair .section__title2 {
    margin-bottom: 21px;
  }
}
@media print, screen and (min-width: 769px) {
  #repair .section__title2 {
    margin-bottom: 80px;
  }
}
#repair .block__title2 {
  margin-bottom: 53px;
}
@media only screen and (max-width: 768px) {
  #repair .block__title2 {
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
#repair .repair__lead {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  #repair .repair__lead {
    font-size: 1.2rem;
    margin-bottom: 50px;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  #repair .repair__lead {
    font-size: 2rem;
    margin-bottom: 120px;
  }
}
#repair .repair__lead span {
  color: #e60018;
}
#repair .repair_image {
  margin-bottom: 140px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #repair .repair_image {
    margin-bottom: 30px;
    padding: 0 5px;
  }
  #repair .repair_image img {
    width: 100%;
  }
}
#repair .service {
  margin-bottom: 70px;
}
#repair .service .subtitle {
  margin-bottom: 37px;
}
#repair .c-btn {
  margin-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  #repair .c-btn {
    margin-bottom: 50px;
  }
}
#repair .c-btn a {
  width: 410px;
}
@media only screen and (max-width: 768px) {
  #repair .c-btn a {
    width: 203px;
  }
}
#repair .repair_button {
  margin: 0 auto 70px;
  width: 1150px;
}
@media only screen and (max-width: 768px) {
  #repair .repair_button {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
    width: 100%;
  }
}
#repair .repair_button a {
  font-size: 2rem;
  line-height: 3rem;
  background: #005953;
  color: #fff;
  display: block;
  padding: 10px 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#repair .repair_button a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  #repair .repair_button a {
    font-size: 1.2rem;
    line-height: 2.5rem;
  }
}

#kizunax .section__title2 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  #kizunax .section__title2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
#kizunax .kizunax_lead {
  font-size: 2rem;
  margin-bottom: 70px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #kizunax .kizunax_lead {
    display: none;
  }
}
#kizunax .kizunax_image {
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #kizunax .kizunax_image {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #kizunax .kizunax_table {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #kizunax .kizunax_table {
    display: flex;
    justify-content: space-between;
  }
}
#kizunax .kizunax_table .left {
  width: 530px;
}
@media only screen and (max-width: 768px) {
  #kizunax .kizunax_table .left {
    float: none;
    margin-bottom: 20px;
    width: 100%;
  }
}
#kizunax .kizunax_table .right {
  width: 530px;
}
@media only screen and (max-width: 768px) {
  #kizunax .kizunax_table .right {
    float: none;
    margin-bottom: 62px;
    width: 100%;
  }
}
#kizunax .kizunax_table .image {
  margin-bottom: 20px;
}
#kizunax .kizunax_table .image img {
  width: 100%;
}
#kizunax .kizunax_table h4 {
  font-size: 2rem;
  line-height: 3.3rem;
  border-bottom: 1px solid black;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #kizunax .kizunax_table h4 {
    font-size: 1.1rem;
    line-height: 1.7rem;
  }
}
#kizunax .kizunax_table p {
  font-size: 1.4rem;
  line-height: 2.6rem;
}
@media only screen and (max-width: 768px) {
  #kizunax .kizunax_table p {
    font-size: 0.7rem;
    line-height: 1.5rem;
  }
}
#kizunax .kizunax_table table {
  width: 100%;
}
#kizunax .kizunax_table th, #kizunax .kizunax_table td {
  border: 1px solid black;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: center;
  width: 267px;
}
@media only screen and (max-width: 768px) {
  #kizunax .kizunax_table th, #kizunax .kizunax_table td {
    width: 50%;
  }
}
#kizunax .kizunax_table th {
  font-size: 1.9rem;
  background: #f2f2f2;
  line-height: 1;
  padding: 18px 0 12px;
}
@media only screen and (max-width: 768px) {
  #kizunax .kizunax_table th {
    font-size: 1.1rem;
    padding: 7px 0;
  }
}
#kizunax .kizunax_table th small {
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  #kizunax .kizunax_table th small {
    font-size: 0.8rem;
  }
}
#kizunax .kizunax_table td {
  font-size: 1.8rem;
  height: 57px;
}
@media only screen and (max-width: 768px) {
  #kizunax .kizunax_table td {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  #kizunax .kizunax_table td {
    height: 27px;
  }
}

#lenscare .block__title2 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  #lenscare .block__title2 {
    margin-bottom: 35px;
  }
}
#lenscare .lenscare_lead {
  font-size: 1.4rem;
  margin-bottom: 70px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #lenscare .lenscare_lead {
    font-size: 0.7rem;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
  }
}
#lenscare .lenscare_image {
  margin-bottom: 200px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #lenscare .lenscare_image {
    margin-bottom: 45px;
  }
  #lenscare .lenscare_image img {
    width: 100%;
  }
}

#support .lead {
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #support .lead {
    font-size: 1.2rem;
    margin-bottom: 45px;
  }
}
@media print, screen and (min-width: 769px) {
  #support .lead {
    font-size: 2rem;
    margin-bottom: 130px;
  }
}
#support .service {
  margin: 0 auto;
  width: 1000px;
}
@media only screen and (max-width: 768px) {
  #support .service {
    width: 100%;
  }
}
#support .service .subtitle {
  margin-bottom: 37px;
}
@media only screen and (max-width: 768px) {
  #support .service .subtitle {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #support .list_banners {
    padding: 0 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #support .list_banners {
    margin-bottom: 120px;
  }
}
#support .banner_list {
  justify-content: flex-start;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #support .banner_list {
    margin-bottom: 35px;
    padding: 0 15vw;
  }
}
@media print, screen and (min-width: 769px) {
  #support .banner_list {
    flex-wrap: wrap;
    gap: 40px;
  }
}
#support .banner_list li {
  vertical-align: top;
}
@media print, screen and (min-width: 769px) {
  #support .banner_list li:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  #support .c-btn03 {
    width: 223px;
  }
}

@media only screen and (max-width: 768px) {
  #minutes10 {
    margin-bottom: 50px;
  }
}
#minutes10 .section__title {
  margin-bottom: 62px;
}
@media only screen and (max-width: 768px) {
  #minutes10 .section__title {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
#minutes10 .logo {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #minutes10 .logo {
    margin-bottom: 35px;
    padding: 0 35px;
  }
}
@media print, screen and (min-width: 769px) {
  #minutes10 .logo {
    margin-bottom: 76px;
  }
}
@media print, screen and (min-width: 769px) {
  #minutes10 .logo img {
    width: 603px;
  }
}
#minutes10 .image {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #minutes10 .image {
    margin-bottom: 7px;
    padding: 0 10px;
  }
}
#minutes10 .image img {
  width: 100%;
}
#minutes10 .lead {
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #minutes10 .lead {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  #minutes10 .lead {
    font-size: 2rem;
    margin-bottom: 130px;
  }
}
#minutes10 .offer {
  font-size: 1.4rem;
  margin-bottom: 106px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #minutes10 .offer {
    font-size: 0.7rem;
    margin-bottom: 45px;
    text-align: center;
  }
}

#bottle_keep .section__title {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #bottle_keep .section__title {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
#bottle_keep .catch {
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #bottle_keep .catch {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  #bottle_keep .catch {
    font-size: 2rem;
    margin-bottom: 60px;
  }
}
#bottle_keep .about {
  border: 2px solid #009e96;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #bottle_keep .about {
    flex-direction: column;
    margin: 0 auto 30px;
    width: calc(100% - 20px);
  }
}
@media print, screen and (min-width: 769px) {
  #bottle_keep .about {
    align-items: center;
    flex-direction: row-reverse;
    margin: 0 auto 57px;
    width: 990px;
  }
}
@media print, screen and (min-width: 769px) {
  #bottle_keep .about figure {
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 768px) {
  #bottle_keep .about figure img {
    width: 100%;
  }
}
#bottle_keep .about p {
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  #bottle_keep .about p {
    font-size: 9px;
    padding: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #bottle_keep .about p {
    font-size: 1.8rem;
    padding: 0 24px 0 30px;
  }
}
#bottle_keep .lead {
  line-height: 2.22;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #bottle_keep .lead {
    margin-bottom: 50px;
    padding: 0 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #bottle_keep .lead {
    font-size: 1.8rem;
    margin-bottom: 120px;
  }
}
#bottle_keep .image {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #bottle_keep .image {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  #bottle_keep .image img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #bottle_keep .bottom-offer {
    font-size: 1.4rem;
    padding-inline: 11px;
  }
}
@media print, screen and (min-width: 769px) {
  #bottle_keep .bottom-offer {
    font-size: 1.7rem;
    padding-left: 5px;
  }
}

#wash .lead {
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #wash .lead {
    font-size: 1.2rem;
    margin-bottom: 45px;
  }
}
@media print, screen and (min-width: 769px) {
  #wash .lead {
    font-size: 2rem;
    margin-bottom: 130px;
  }
}
#wash .section__title {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #wash .section__title {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  #wash .c-title .c-title_en {
    font-size: 3rem;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #wash .box {
    margin-bottom: 50px;
  }
}
#wash .image {
  margin-bottom: 45px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #wash .image {
    margin-bottom: 35px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  #wash .image img {
    width: 100%;
  }
}
#wash .price_wrap {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #wash .price_wrap {
    margin-top: 12px;
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #wash .price_wrap {
    padding-top: 25px;
  }
}
#wash .price_head {
  left: 0;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 768px) {
  #wash .price_head {
    left: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #wash .price_head {
    font-size: 2rem;
  }
}
#wash .price_table {
  -webkit-transform: translateY(-17px);
          transform: translateY(-17px);
}
@media only screen and (max-width: 768px) {
  #wash .price_table {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#wash .price_table table {
  border-collapse: collapse;
  width: 100%;
}
#wash .price_table th, #wash .price_table td {
  font-size: 1.8rem;
  border: 1px solid #595757;
  padding: 5px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #wash .price_table th, #wash .price_table td {
    font-size: 9px;
  }
}
#wash .price_table th {
  background: #e6e6e6;
}
#wash .price_table th.menu {
  border-top: none;
  border-left: none;
  background: transparent;
}
@media only screen and (max-width: 768px) {
  #wash .price_table th.menu {
    width: 104px;
  }
}
@media print, screen and (min-width: 769px) {
  #wash .price_table th.menu {
    width: 218px;
  }
}
#wash .price_table .car {
  width: 260px;
}
@media only screen and (max-width: 768px) {
  #wash .price_table .car {
    width: 104px;
  }
}
#wash .price_table td.menu {
  background: #e6e6e6;
  padding-left: 20px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #wash .price_table td.menu {
    padding-left: 5px;
  }
}
#wash .price_table .price_offer {
  font-size: 1.2rem;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  #wash .price_table .price_offer {
    font-size: 6px;
  }
}

@media only screen and (max-width: 768px) {
  #tsukushi .section__title {
    margin-top: 30px;
  }
}
#tsukushi .tsukushi_item {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #tsukushi .tsukushi_item {
    margin-bottom: 50px;
    padding: 0 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #tsukushi .tsukushi_item {
    margin-bottom: 87px;
  }
}
@media only screen and (max-width: 768px) {
  #tsukushi .tsukushi_item img {
    width: 100%;
  }
}
#tsukushi .tsukushi_item01 {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  #tsukushi .tsukushi_item01 {
    margin-bottom: 172px;
  }
}

#car_clean .block__title2 {
  margin-bottom: 83px;
}
@media only screen and (max-width: 768px) {
  #car_clean .block__title2 {
    margin-top: 30px;
    margin-bottom: 17px;
  }
}
#car_clean .section__title {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #car_clean .section__title {
    font-size: 1.4rem;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
#car_clean .box {
  margin-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  #car_clean .box {
    margin-bottom: 50px;
  }
}
#car_clean .logo {
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #car_clean .logo {
    margin-bottom: 15px;
  }
  #car_clean .logo img {
    width: 159px;
  }
}
#car_clean .lead {
  font-size: 1.4rem;
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #car_clean .lead {
    font-size: 0.8rem;
    line-height: 1.8rem;
    margin-bottom: 15px;
  }
}
#car_clean .image {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #car_clean .image {
    margin-bottom: 25px;
    padding: 0 10px;
  }
  #car_clean .image img {
    width: 100%;
  }
}
#car_clean .price_head {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 37px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #car_clean .price_head {
    font-size: 1rem;
    margin-bottom: 18px;
  }
}
#car_clean .price_table {
  margin: 0 auto 70px;
  width: 546px;
}
@media only screen and (max-width: 768px) {
  #car_clean .price_table {
    width: 255px;
  }
}
#car_clean .price_table table {
  margin-bottom: 20px;
  width: 511px;
}
@media only screen and (max-width: 768px) {
  #car_clean .price_table table {
    width: 255px;
  }
}
#car_clean .price_table table th, #car_clean .price_table table td {
  border: 1px solid black;
  font-weight: 700;
  text-align: center;
}
#car_clean .price_table table th {
  font-size: 1.8rem;
  background: #f2f2f2;
  height: 41px;
}
@media only screen and (max-width: 768px) {
  #car_clean .price_table table th {
    font-size: 0.9rem;
    height: 22px;
  }
}
#car_clean .price_table table th.class {
  width: 330px;
}
@media only screen and (max-width: 768px) {
  #car_clean .price_table table th.class {
    width: 115px;
  }
}
#car_clean .price_table table th.price {
  width: 178px;
}
@media only screen and (max-width: 768px) {
  #car_clean .price_table table th.price {
    width: 89px;
  }
}
#car_clean .price_table table td {
  font-size: 1.8rem;
  height: 54px;
}
@media only screen and (max-width: 768px) {
  #car_clean .price_table table td {
    font-size: 0.9rem;
    height: 25px;
  }
}
#car_clean .price_table table td.class {
  font-weight: 500;
  padding-left: 36px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #car_clean .price_table table td.class {
    padding-left: 15px;
  }
}
#car_clean .price_table .price_offer {
  font-size: 1.2rem;
  line-height: 2.1rem;
}
@media only screen and (max-width: 768px) {
  #car_clean .price_table .price_offer {
    font-size: 0.6rem;
    line-height: 1rem;
  }
}

#cleverin .section__title {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #cleverin .section__title {
    font-size: 1.4rem;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
#cleverin .box {
  margin-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  #cleverin .box {
    margin-bottom: 50px;
  }
}
#cleverin .img01 {
  margin-bottom: 20px;
  text-align: center;
}
#cleverin .img01 img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #cleverin .img01 {
    margin-bottom: 10px;
  }
}
#cleverin .caption {
  font-size: 1.5rem;
  line-height: 2.8rem;
  color: #666464;
  margin-bottom: 88px;
  padding: 0 31px;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  #cleverin .caption {
    font-size: 0.8rem;
    line-height: 1.3rem;
    margin-bottom: 30px;
    padding: 0 10px;
  }
}
#cleverin .img02 {
  margin-bottom: 100px;
  text-align: center;
}
#cleverin .img02 img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #cleverin .img02 {
    margin-bottom: 0;
    padding: 0 20px;
  }
  #cleverin .img02 img {
    margin-bottom: 30px;
    width: 100%;
  }
}
#cleverin .img03 {
  margin-bottom: 88px;
  text-align: center;
}
#cleverin .img03 img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #cleverin .img03 {
    margin-bottom: 85px;
  }
}

#marumaruclean .section__title,
#suppocarcheck .section__title,
#suppression .section__title,
#safety .section__title {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #marumaruclean .section__title,
  #suppocarcheck .section__title,
  #suppression .section__title,
  #safety .section__title {
    font-size: 1.4rem;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
#marumaruclean .box,
#suppocarcheck .box,
#suppression .box,
#safety .box {
  margin-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  #marumaruclean .box,
  #suppocarcheck .box,
  #suppression .box,
  #safety .box {
    margin-bottom: 50px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  #marumaruclean .box img,
  #suppocarcheck .box img,
  #suppression .box img,
  #safety .box img {
    width: 100%;
  }
}
#marumaruclean .c-page__menu .box,
#suppocarcheck .c-page__menu .box,
#suppression .c-page__menu .box,
#safety .c-page__menu .box {
  margin-bottom: 0;
}

#caw .section__title2 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #caw .section__title2 {
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 768px) {
  #caw .box {
    padding-inline: 15px;
  }
}

@media only screen and (max-width: 768px) {
  #tire-service .lead {
    margin-bottom: 30px;
    padding-inline: 15px;
    text-align: left;
  }
}
@media print, screen and (min-width: 769px) {
  #tire-service .lead {
    margin-bottom: 60px;
  }
}

@media print, screen and (min-width: 769px) {
  #maintenance_reserve .section__title2 {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 768px) {
  #document .box {
    padding: 0 15px;
  }
}
#document .box p {
  font-size: 2rem;
  line-height: 4rem;
}
@media only screen and (max-width: 768px) {
  #document .box p {
    font-size: 1rem;
    line-height: 2rem;
  }
}
#document .box.document {
  margin-bottom: 120px;
  /* 1/1追加ここから */
  /* 1/1追加ここまで */
}
@media only screen and (max-width: 768px) {
  #document .box.document {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  #document .box.document .document__lead {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #document .box.document .document__lead {
    font-size: 1.6rem;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  #document .box.document .document-button {
    margin-bottom: 45px;
  }
}
@media print, screen and (min-width: 769px) {
  #document .box.document .document-button {
    margin-bottom: 95px;
  }
}
@media only screen and (max-width: 768px) {
  #document .box.document .document__point {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  #document .box.document .document__point {
    margin-bottom: 80px;
  }
}
#document .box.document .document__point li {
  margin-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 768px) {
  #document .box.document .document__point li {
    font-size: 1rem;
    line-height: 2rem;
  }
}
@media print, screen and (min-width: 769px) {
  #document .box.document .document__point li {
    font-size: 1.8rem;
    line-height: 4rem;
  }
}
@media print, screen and (min-width: 769px) {
  #document .box.document .document__point li:not(:first-child) {
    margin-top: 6px;
  }
}
@media only screen and (max-width: 768px) {
  #document .box.document h4 {
    font-size: 1.6rem;
    margin-bottom: 7px;
  }
}
@media print, screen and (min-width: 769px) {
  #document .box.document h4 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #document .box.document h5 {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  #document .box.document h5 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
#document .box.document .document__text {
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  #document .box.document .document__text {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #document .box.document .document__text {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #document .box.document .document__offer {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #document .box.document .document__offer {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 768px) {
  #document .box.document .document__offer li {
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 769px) {
  #document .box.document .document__offer li {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  #document .box.document .document__offer li br {
    display: none;
  }
}
#document .box.document table {
  border-collapse: collapse;
  table-layout: fixed;
}
@media only screen and (max-width: 768px) {
  #document .box.document table {
    margin-bottom: 7px;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #document .box.document table {
    margin-bottom: 10px;
    width: 74%;
  }
}
#document .box.document table th, #document .box.document table td {
  border: 1px solid #000;
}
@media only screen and (max-width: 768px) {
  #document .box.document table th, #document .box.document table td {
    padding: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  #document .box.document table th, #document .box.document table td {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  #document .box.document table th {
    width: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  #document .box.document table th {
    padding: 5px 0;
    width: 70px;
  }
}
@media print, screen and (min-width: 769px) {
  #document .box.document table td {
    padding: 5px;
  }
}
#document .box.document .document__head {
  color: #005953;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 768px) {
  #document .box.document .document__head {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  #document .box.document .document__head {
    font-size: 2rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  #document .box.document .document__head + .document__require {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #document .box.document .document__head + .document__require {
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 768px) {
  #document .box.document .document__require {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  #document .box.document .document__require {
    margin-bottom: 90px;
  }
}
#document .box.document .document__require h4 {
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #document .box.document .document__require h4 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  #document .box.document .document__require h4 {
    font-size: 1.8rem;
    line-height: 2.222;
  }
}
#document .box.document .document__require .document__require-item h5 {
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #document .box.document .document__require .document__require-item h5 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  #document .box.document .document__require .document__require-item h5 {
    font-size: 1.8rem;
    line-height: 2.222;
  }
}
#document .box.document .document__require .document__require-item p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  #document .box.document .document__require .document__require-item p {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  #document .box.document .document__require .document__require-item p {
    font-size: 1.6rem;
  }
}
#document .box.document .document__send .document__send-notice {
  color: #e60018;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  #document .box.document .document__send .document__send-notice {
    font-size: 1.5rem;
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #document .box.document .document__send .document__send-notice {
    font-size: 1.8rem;
    margin-top: 20px;
    margin-bottom: 36px;
  }
}
#document .box.document .document__send .document__send-address_old {
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #document .box.document .document__send .document__send-address_old {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 769px) {
  #document .box.document .document__send .document__send-address_old {
    font-size: 1.6rem;
    line-height: 2.222;
  }
}
#document .box.document .document__send .document__send-address_new {
  font-weight: bold;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  #document .box.document .document__send .document__send-address_new {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  #document .box.document .document__send .document__send-address_new {
    font-size: 1.8rem;
  }
}
#document .box.document .document__send .document__send-address_new a {
  color: #e60018;
  text-decoration: underline;
}
#document .box.document .document__send .document__send-address_new a:hover {
  text-decoration: none;
}

#privacy .privacy__item {
  margin-bottom: 53px;
}
@media only screen and (max-width: 768px) {
  #privacy .privacy__item {
    margin-bottom: 25px;
    padding: 0 15px;
  }
}
#privacy .privacy__item.right .privacy__text {
  text-align: right;
}
#privacy .privacy__title {
  font-size: 2rem;
  color: #005953;
  font-weight: 700;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  #privacy .privacy__title {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
}
#privacy .privacy__text {
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-top: 28px;
}
@media only screen and (max-width: 768px) {
  #privacy .privacy__text {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 14px;
  }
}
#privacy .privacy__text:first-child {
  margin-top: 0;
}
#privacy .table_wrap {
  overflow: auto;
}
#privacy .table_wrap::-webkit-scrollbar {
  height: 5px;
}
#privacy .table_wrap::-webkit-scrollbar-track {
  background: #005953;
}
#privacy .table_wrap::-webkit-scrollbar-thumb {
  background: #f2f2f2;
}
#privacy .privacy__table {
  margin: 37px auto 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #privacy .privacy__table {
    margin-top: 19px;
    width: 456px;
  }
}
#privacy .privacy__table th, #privacy .privacy__table td {
  border: 1px solid #aaa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
#privacy .privacy__table th {
  font-size: 1.4rem;
  line-height: 3rem;
  background: #f2f2f2;
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  #privacy .privacy__table th {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
#privacy .privacy__table th.provide__client {
  padding-left: 60px;
  width: 276px;
}
@media only screen and (max-width: 768px) {
  #privacy .privacy__table th.provide__client {
    width: 138px;
  }
}
#privacy .privacy__table th.provide__detail {
  width: 230px;
}
@media only screen and (max-width: 768px) {
  #privacy .privacy__table th.provide__detail {
    width: 115px;
  }
}
#privacy .privacy__table th.provide__purpose {
  width: 403px;
}
@media only screen and (max-width: 768px) {
  #privacy .privacy__table th.provide__purpose {
    width: 201px;
  }
}
#privacy .privacy__table td {
  font-size: 1.2rem;
  line-height: 2.2rem;
  padding: 5px 20px 5px 14px;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  #privacy .privacy__table td {
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 3px 10px 3px 7px;
  }
}
#privacy .privacy__table td.provide__num {
  background: #f2f2f2;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  width: 44px;
}
@media only screen and (max-width: 768px) {
  #privacy .privacy__table td.provide__num {
    width: 22px;
  }
}

@media only screen and (max-width: 768px) {
  #news .pagelink {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  #news-covid-19 .breadcrumb,
  #news .breadcrumb,
  #recommend .breadcrumb,
  #campaign .breadcrumb {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  #news-covid-19 .breadcrumb,
  #news .breadcrumb,
  #recommend .breadcrumb,
  #campaign .breadcrumb {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  #news-covid-19 .mainvisual,
  #news .mainvisual,
  #recommend .mainvisual,
  #campaign .mainvisual {
    margin-bottom: 0;
  }
}
#news-covid-19 .news__category,
#news .news__category,
#recommend .news__category,
#campaign .news__category {
  margin-bottom: 22px;
}
@media only screen and (max-width: 768px) {
  #news-covid-19 .news__category,
  #news .news__category,
  #recommend .news__category,
  #campaign .news__category {
    margin-bottom: 10px;
  }
}
#news-covid-19 .news__category a,
#news .news__category a,
#recommend .news__category a,
#campaign .news__category a {
  font-size: 1.4rem;
  line-height: 3.3rem;
  color: white;
  display: block;
  text-align: center;
  width: 156px;
}
@media only screen and (max-width: 768px) {
  #news-covid-19 .news__category a,
  #news .news__category a,
  #recommend .news__category a,
  #campaign .news__category a {
    font-size: 0.8rem;
    line-height: 2rem;
    width: 97px;
  }
}
#news-covid-19 .news__category--news a,
#news .news__category--news a,
#recommend .news__category--news a,
#campaign .news__category--news a {
  background: #29abe2;
}
#news-covid-19 .news__category--event a,
#news .news__category--event a,
#recommend .news__category--event a,
#campaign .news__category--event a {
  background: #8cc63f;
}
#news-covid-19 .news__category--newcar a,
#news .news__category--newcar a,
#recommend .news__category--newcar a,
#campaign .news__category--newcar a {
  background: #f7931e;
}
#news-covid-19 .news__category--usedcar a,
#news .news__category--usedcar a,
#recommend .news__category--usedcar a,
#campaign .news__category--usedcar a {
  background: #c69c6d;
}
#news-covid-19 .news__category--csr a,
#news .news__category--csr a,
#recommend .news__category--csr a,
#campaign .news__category--csr a {
  background: #2fab6f;
}
@media only screen and (max-width: 768px) {
  #news-covid-19 .box,
  #news .box,
  #recommend .box,
  #campaign .box {
    margin-bottom: 30px;
    padding-top: 30px;
  }
}
#news-covid-19 .c-column,
#news .c-column,
#recommend .c-column,
#campaign .c-column {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #news-covid-19 .c-column,
  #news .c-column,
  #recommend .c-column,
  #campaign .c-column {
    margin-bottom: 25px;
    padding: 0 15px;
  }
}
#news-covid-19 .c-column-item .c-column-image,
#news .c-column-item .c-column-image,
#recommend .c-column-item .c-column-image,
#campaign .c-column-item .c-column-image {
  min-height: 0;
}
#news-covid-19 .c-column-item .c-column-image a,
#news .c-column-item .c-column-image a,
#recommend .c-column-item .c-column-image a,
#campaign .c-column-item .c-column-image a {
  display: block;
}
@media only screen and (max-width: 768px) {
  #news-covid-19 .c-column-item .c-column-image a,
  #news .c-column-item .c-column-image a,
  #recommend .c-column-item .c-column-image a,
  #campaign .c-column-item .c-column-image a {
    height: auto;
  }
}
#news-covid-19 .c-column-item .c-column-image img,
#news .c-column-item .c-column-image img,
#recommend .c-column-item .c-column-image img,
#campaign .c-column-item .c-column-image img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #news-covid-19 .c-column-item .c-column-image img,
  #news .c-column-item .c-column-image img,
  #recommend .c-column-item .c-column-image img,
  #campaign .c-column-item .c-column-image img {
    height: auto;
  }
}
#news-covid-19 .news__button,
#news .news__button,
#recommend .news__button,
#campaign .news__button {
  margin-top: 36px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #news-covid-19 .news__button,
  #news .news__button,
  #recommend .news__button,
  #campaign .news__button {
    margin-top: 20px;
  }
}
#news-covid-19 .news__button a,
#news .news__button a,
#recommend .news__button a,
#campaign .news__button a {
  font-size: 1.4rem;
  align-items: center;
  border: 1px solid #595757;
  border-radius: 3px;
  color: #595757;
  display: flex;
  flex-direction: column;
  height: 48px;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  width: 225px;
}
@media only screen and (max-width: 768px) {
  #news-covid-19 .news__button a,
  #news .news__button a,
  #recommend .news__button a,
  #campaign .news__button a {
    font-size: 1.2rem;
    height: 35px;
    width: 180px;
  }
}
#news-covid-19 .news__button a span,
#news .news__button a span,
#recommend .news__button a span,
#campaign .news__button a span {
  background: url("../img/common/200404/icon_arrow01.svg") no-repeat right center/8px 13px;
  padding-right: 15px;
}
@media only screen and (max-width: 768px) {
  #news-covid-19 .news__item,
  #news .news__item,
  #recommend .news__item,
  #campaign .news__item {
    border-top: none;
    padding: 10px 10px 0;
  }
}
#news-covid-19 .news__item .news__image,
#news .news__item .news__image,
#recommend .news__item .news__image,
#campaign .news__item .news__image {
  float: left;
  width: 474px;
}
@media only screen and (max-width: 768px) {
  #news-covid-19 .news__item .news__image,
  #news .news__item .news__image,
  #recommend .news__item .news__image,
  #campaign .news__item .news__image {
    float: none;
    margin-bottom: 10px;
    width: 100%;
  }
}
#news-covid-19 .news__item .news__image img,
#news .news__item .news__image img,
#recommend .news__item .news__image img,
#campaign .news__item .news__image img {
  width: 100%;
}
#news-covid-19 .news__item .news__info,
#news .news__item .news__info,
#recommend .news__item .news__info,
#campaign .news__item .news__info {
  float: right;
  min-height: 285px;
  position: relative;
  width: 473px;
}
@media only screen and (max-width: 768px) {
  #news-covid-19 .news__item .news__info,
  #news .news__item .news__info,
  #recommend .news__item .news__info,
  #campaign .news__item .news__info {
    float: none;
    min-height: 0;
    width: 100%;
  }
}
#news-covid-19 .news__item .news__date,
#news .news__item .news__date,
#recommend .news__item .news__date,
#campaign .news__item .news__date {
  font-size: 2.1rem;
}
@media only screen and (max-width: 768px) {
  #news-covid-19 .news__item .news__date,
  #news .news__item .news__date,
  #recommend .news__item .news__date,
  #campaign .news__item .news__date {
    font-size: 1.4rem;
  }
}
#news-covid-19 .news__item .news__title,
#news .news__item .news__title,
#recommend .news__item .news__title,
#campaign .news__item .news__title {
  font-size: 2.1rem;
}
@media only screen and (max-width: 768px) {
  #news-covid-19 .news__item .news__title,
  #news .news__item .news__title,
  #recommend .news__item .news__title,
  #campaign .news__item .news__title {
    font-size: 1.6rem;
  }
}
#news-covid-19 .news__item .news__button,
#news .news__item .news__button,
#recommend .news__item .news__button,
#campaign .news__item .news__button {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #news-covid-19 .news__item .news__button,
  #news .news__item .news__button,
  #recommend .news__item .news__button,
  #campaign .news__item .news__button {
    position: static;
  }
}
#news-covid-19 .news__item .news__button a,
#news .news__item .news__button a,
#recommend .news__item .news__button a,
#campaign .news__item .news__button a {
  font-size: 2rem;
  line-height: 5rem;
  background: #005953;
  color: white;
  display: block;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #news-covid-19 .news__item .news__button a,
  #news .news__item .news__button a,
  #recommend .news__item .news__button a,
  #campaign .news__item .news__button a {
    font-size: 1.1rem;
    line-height: 3.5rem;
    background: white;
    border-top: 2px solid #005953;
    border-bottom: 2px solid #005953;
    color: #005953;
  }
}
#news-covid-19 .news__item:first-child,
#news .news__item:first-child,
#recommend .news__item:first-child,
#campaign .news__item:first-child {
  border-top: none;
}
#news-covid-19 .section__title,
#news .section__title,
#recommend .section__title,
#campaign .section__title {
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #news-covid-19 .news__detail,
  #news .news__detail,
  #recommend .news__detail,
  #campaign .news__detail {
    margin-top: 20px;
    padding: 0 12px;
    width: 100%;
  }
}
#news-covid-19 .news__detail .news__mv,
#news .news__detail .news__mv,
#recommend .news__detail .news__mv,
#campaign .news__detail .news__mv {
  margin-bottom: 65px;
}
#news-covid-19 .news__detail .news__mv img,
#news .news__detail .news__mv img,
#recommend .news__detail .news__mv img,
#campaign .news__detail .news__mv img {
  width: 100%;
}
#news-covid-19 .news__detail .news__category a,
#news .news__detail .news__category a,
#recommend .news__detail .news__category a,
#campaign .news__detail .news__category a {
  font-size: 1.8rem;
  line-height: 4rem;
  margin-bottom: 26px;
  width: 196px;
}
@media only screen and (max-width: 768px) {
  #news-covid-19 .news__detail .news__category a,
  #news .news__detail .news__category a,
  #recommend .news__detail .news__category a,
  #campaign .news__detail .news__category a {
    font-size: 1.2rem;
    line-height: 2rem;
    margin-bottom: 8px;
    width: 85px;
  }
}
#news-covid-19 .news__detail .news__date,
#news .news__detail .news__date,
#recommend .news__detail .news__date,
#campaign .news__detail .news__date {
  font-size: 2.8rem;
  line-height: 4.6rem;
}
@media only screen and (max-width: 768px) {
  #news-covid-19 .news__detail .news__date,
  #news .news__detail .news__date,
  #recommend .news__detail .news__date,
  #campaign .news__detail .news__date {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
}
#news-covid-19 .news__detail .news__title,
#news .news__detail .news__title,
#recommend .news__detail .news__title,
#campaign .news__detail .news__title {
  font-size: 3rem;
  line-height: 4.6rem;
  border-bottom: 1px solid #989898;
  margin-bottom: 38px;
  padding-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  #news-covid-19 .news__detail .news__title,
  #news .news__detail .news__title,
  #recommend .news__detail .news__title,
  #campaign .news__detail .news__title {
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
}
#news-covid-19 .news__detail .news__body,
#news .news__detail .news__body,
#recommend .news__detail .news__body,
#campaign .news__detail .news__body {
  min-height: 600px;
  padding-bottom: 135px;
}
@media only screen and (max-width: 768px) {
  #news-covid-19 .news__detail .news__body,
  #news .news__detail .news__body,
  #recommend .news__detail .news__body,
  #campaign .news__detail .news__body {
    min-height: 0;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  #news-covid-19 .news__detail .news__body table,
  #news .news__detail .news__body table,
  #recommend .news__detail .news__body table,
  #campaign .news__detail .news__body table {
    width: 100%;
  }
}
#news-covid-19 .news__detail .news__body img,
#news .news__detail .news__body img,
#recommend .news__detail .news__body img,
#campaign .news__detail .news__body img {
  height: auto;
  width: 100%;
}
#news-covid-19 .news__detail .news__body table,
#news .news__detail .news__body table,
#recommend .news__detail .news__body table,
#campaign .news__detail .news__body table {
  width: 100%;
}
#news-covid-19 .news__detail .news__body th, #news-covid-19 .news__detail .news__body td,
#news .news__detail .news__body th,
#news .news__detail .news__body td,
#recommend .news__detail .news__body th,
#recommend .news__detail .news__body td,
#campaign .news__detail .news__body th,
#campaign .news__detail .news__body td {
  font-size: 2.1rem;
  line-height: 3.7rem;
}
@media only screen and (max-width: 768px) {
  #news-covid-19 .news__detail .news__body th, #news-covid-19 .news__detail .news__body td,
  #news .news__detail .news__body th,
  #news .news__detail .news__body td,
  #recommend .news__detail .news__body th,
  #recommend .news__detail .news__body td,
  #campaign .news__detail .news__body th,
  #campaign .news__detail .news__body td {
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
}
#news-covid-19 .news__detail .news__body p,
#news .news__detail .news__body p,
#recommend .news__detail .news__body p,
#campaign .news__detail .news__body p {
  font-size: 2.2rem;
  line-height: 3.7rem;
  letter-spacing: 0.1em;
  margin-top: 60px;
}
#news-covid-19 .news__detail .news__body p img,
#news .news__detail .news__body p img,
#recommend .news__detail .news__body p img,
#campaign .news__detail .news__body p img {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  #news-covid-19 .news__detail .news__body p,
  #news .news__detail .news__body p,
  #recommend .news__detail .news__body p,
  #campaign .news__detail .news__body p {
    font-size: 9px;
    line-height: 2;
    margin-top: 25px;
  }
  #news-covid-19 .news__detail .news__body p img,
  #news .news__detail .news__body p img,
  #recommend .news__detail .news__body p img,
  #campaign .news__detail .news__body p img {
    height: auto;
    width: 100%;
  }
}
#news-covid-19 .news__detail .news__body p:first-child,
#news .news__detail .news__body p:first-child,
#recommend .news__detail .news__body p:first-child,
#campaign .news__detail .news__body p:first-child {
  margin-top: 0;
}
#news-covid-19 .news__detail .return__button,
#news .news__detail .return__button,
#recommend .news__detail .return__button,
#campaign .news__detail .return__button {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #news-covid-19 .news__detail .return__button,
  #news .news__detail .return__button,
  #recommend .news__detail .return__button,
  #campaign .news__detail .return__button {
    margin: 0 -10px 30px;
    position: static;
    width: auto;
  }
}
#news-covid-19 .news__detail .return__button a,
#news .news__detail .return__button a,
#recommend .news__detail .return__button a,
#campaign .news__detail .return__button a {
  font-size: 2rem;
  line-height: 5rem;
  background: #005953;
  color: white;
  display: block;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #news-covid-19 .news__detail .return__button a,
  #news .news__detail .return__button a,
  #recommend .news__detail .return__button a,
  #campaign .news__detail .return__button a {
    font-size: 1.1rem;
    line-height: 3.5rem;
    background: white;
    border-top: 2px solid #005953;
    border-bottom: 2px solid #005953;
    color: #005953;
  }
}

#company .section__title {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #company .section__title {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
}
#company .president {
  margin-bottom: 90px;
}
#company .president__image {
  margin-bottom: 28px;
}
#company .president__message {
  font-size: 1.6rem;
  line-height: 3.7rem;
  margin-bottom: 47px;
  text-align: justify;
}
#company .president__name {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #company .info {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #company .info {
    margin-bottom: 130px;
  }
}
#company .info .info__table {
  border-top: 1px solid #c8c9ca;
  width: 100%;
}
#company .info .info__table tr {
  border-bottom: 1px solid #c8c9ca;
}
#company .info .info__table th {
  background: #f7f7f7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 10px 0 10px 25px;
  vertical-align: top;
  text-align: left;
  width: 240px;
}
@media only screen and (max-width: 768px) {
  #company .info .info__table th {
    font-size: 1.4rem;
    padding: 7px 0 7px 12px;
    vertical-align: middle;
    width: 83px;
  }
}
@media print, screen and (min-width: 769px) {
  #company .info .info__table th {
    font-size: 1.6rem;
    line-height: 3.3rem;
  }
}
#company .info .info__table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.12em;
  padding: 10px 0 10px 35px;
  width: 746px;
}
@media only screen and (max-width: 768px) {
  #company .info .info__table td {
    font-size: 1.4rem;
    padding: 7px 12px;
    width: auto;
  }
}
@media print, screen and (min-width: 769px) {
  #company .info .info__table td {
    font-size: 1.6rem;
    line-height: 3.3rem;
  }
}
@media only screen and (max-width: 768px) {
  #company .otg {
    margin-bottom: 28px;
    padding: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #company .otg {
    margin-bottom: 180px;
  }
}
#company .otg .otg__logo {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #company .otg .otg__logo {
    margin-bottom: 17px;
  }
}
@media print, screen and (min-width: 769px) {
  #company .otg .otg__logo {
    margin-bottom: 104px;
  }
}
@media only screen and (max-width: 768px) {
  #company .otg .otg__logo img {
    width: 227px;
  }
}
@media print, screen and (min-width: 769px) {
  #company .otg .otg__logo img {
    width: 577px;
  }
}
#company .otg .otg__lead {
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #company .otg .otg__lead {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #company .otg .otg__lead {
    font-size: 2rem;
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 768px) {
  #company .c-btn {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  #company .c-btn a {
    font-size: 1.2rem;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #company .c-btn a {
    font-size: 1.4rem;
    width: 310px;
  }
}
#company .women {
  margin-bottom: 180px;
}
@media only screen and (max-width: 768px) {
  #company .women {
    margin-bottom: 50px;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  #company .women__image {
    height: 193px;
    margin-bottom: 15px;
  }
  #company .women__image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #company .women__image {
    margin-bottom: 70px;
  }
}
#company .women__text {
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #company .women__text {
    font-size: 1.4rem;
    margin-bottom: 18px;
    padding: 0 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #company .women__text {
    font-size: 2rem;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 768px) {
  #company .untisocial {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 50px;
    padding: 0 15px;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #company .untisocial {
    margin-bottom: 200px;
  }
}
@media only screen and (max-width: 768px) {
  #company .untisocial__text {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 15px;
    padding: 0 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #company .untisocial__text {
    font-size: 1.6rem;
    line-height: 3.8rem;
    margin-top: 47px;
  }
}
#company .untisocial__text:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  #company .multistakeholder {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 50px;
    padding: 0 15px;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #company .multistakeholder {
    margin-bottom: 200px;
  }
}
@media only screen and (max-width: 768px) {
  #company .multistakeholder__text {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 15px;
    margin-bottom: 18px;
    padding: 0 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #company .multistakeholder__text {
    font-size: 1.6rem;
    line-height: 3.8rem;
    margin-top: 1.6em;
  }
}
#company .multistakeholder__text:first-child {
  margin-top: 0;
}
#company .multistakeholder__text a:hover {
  text-decoration: underline;
}
#company .multistakeholder .c-btn {
  padding: 0;
}
@media print, screen and (min-width: 769px) {
  #company .multistakeholder .c-btn {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 768px) {
  #company .multistakeholder .c-btn a {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #company .multistakeholder .c-btn a {
    width: 410px;
  }
}

@media only screen and (max-width: 768px) {
  #multistakeholder .box {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #multistakeholder .box {
    margin-bottom: 200px;
  }
}
@media only screen and (max-width: 768px) {
  #multistakeholder .box h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #multistakeholder .box h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  #multistakeholder .box p {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 15px;
    margin-bottom: 18px;
  }
}
@media print, screen and (min-width: 769px) {
  #multistakeholder .box p {
    font-size: 1.6rem;
    line-height: 3.8rem;
    margin-top: 47px;
    margin-bottom: 70px;
  }
}
#multistakeholder .box p.u-tac {
  text-align: center;
}
#multistakeholder .box h3 + p {
  margin-top: 0;
}
#multistakeholder .box a {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#multistakeholder .box a:hover {
  opacity: 0.7;
}

#women .women__head {
  font-size: 2rem;
  color: #005953;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #women .women__head {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}
#women .section__title {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #women .section__title {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
#women .block__title2 {
  margin-bottom: 65px;
}
@media only screen and (max-width: 768px) {
  #women .block__title2 {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #women .box {
    padding: 0 15px;
  }
}
#women .box li {
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  #women .box li {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  #women .box li {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  #women .women__lead {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #women .women__lead {
    font-size: 2rem;
    margin-bottom: 50px;
  }
}
#women .women__detail {
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  #women .women__detail {
    margin-bottom: 20px;
  }
}
#women .women__detail li {
  line-height: 2.375;
}
@media only screen and (max-width: 768px) {
  #women .women__detail li {
    margin-left: 12px;
    text-indent: -12px;
  }
}
@media print, screen and (min-width: 769px) {
  #women .women__detail li {
    margin-left: 23px;
    text-indent: -23px;
  }
}
#women .women__purpose {
  font-size: 1.9rem;
  line-height: 5rem;
  background: #005953;
  color: #fff;
  display: inline-block;
  margin-bottom: 16px;
  padding: 0 19px;
}
@media only screen and (max-width: 768px) {
  #women .women__purpose {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 10px;
    padding: 4px 8px;
  }
}
#women .women__list {
  margin-bottom: 45px;
}
#women .women__list.last {
  margin-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  #women .women__list.last {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  #women .women__list {
    margin-bottom: 20px;
  }
}
#women .women__list li {
  line-height: 2.375;
  margin-left: 1em;
  text-indent: -1em;
}
#women .women__info {
  font-size: 1.6rem;
  line-height: 4.7rem;
  background: #ccc;
  border: 1px solid black;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 74px;
  margin-bottom: 20px;
  width: 423px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #women .women__info {
    font-size: 0.8rem;
    line-height: 2.4rem;
    margin: 30px auto 10px;
    width: 212px;
  }
}
@media print, screen and (min-width: 769px) {
  #women .women__tables {
    padding: 0 45px;
  }
}
@media only screen and (max-width: 768px) {
  #women .women__text {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #women .women__text {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
#women .women__ratio {
  margin-bottom: 65px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #women .women__ratio {
    margin-bottom: 50px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #women .women__ratio:nth-of-type(2) {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #women .women__ratio:nth-of-type(2) {
    margin-bottom: 120px;
  }
}
#women .women__ratio th, #women .women__ratio td {
  font-size: 1.6rem;
  line-height: 4.7rem;
  border: 1px solid #ccc;
  letter-spacing: 0.2em;
  text-align: center;
  width: 182px;
}
@media only screen and (max-width: 768px) {
  #women .women__ratio th, #women .women__ratio td {
    font-size: 1.3rem;
    line-height: 2.4rem;
    padding: 3px 0;
    width: 20%;
  }
}
#women .women__ratio th {
  background: #f2f2f2;
}
#women .women__ratio td.kind {
  background: #f2f2f2;
}
@media only screen and (max-width: 768px) {
  #women .ikukyu figure {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #women .ikukyu figure {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  #women .ikukyu figure img {
    width: 100%;
  }
}
#women .ikukyu .ikukyu__about {
  border: 3px solid #005953;
}
@media only screen and (max-width: 768px) {
  #women .ikukyu .ikukyu__about {
    border-radius: 10px;
    padding: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #women .ikukyu .ikukyu__about {
    border-radius: 20px;
    padding: 43px;
  }
}
#women .ikukyu .ikukyu__about h3 {
  color: #005953;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #women .ikukyu .ikukyu__about h3 {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 769px) {
  #women .ikukyu .ikukyu__about h3 {
    font-size: 3.6rem;
    margin-bottom: 28px;
  }
}
#women .ikukyu .ikukyu__about .ikukyu__about-text {
  background: #ebebeb;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.77;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  #women .ikukyu .ikukyu__about .ikukyu__about-text {
    font-size: 1.2rem;
    margin-bottom: 16px;
    padding: 12px;
  }
}
@media print, screen and (min-width: 769px) {
  #women .ikukyu .ikukyu__about .ikukyu__about-text {
    font-size: 1.8rem;
    margin-bottom: 32px;
    padding: 25px 30px 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #women .ikukyu .ikukyu__about .ikukyu__about-word {
    display: flex;
  }
}
#women .ikukyu .ikukyu__about .ikukyu__about-word dt, #women .ikukyu .ikukyu__about .ikukyu__about-word dd {
  font-weight: 500;
  line-height: 1.77;
}
@media only screen and (max-width: 768px) {
  #women .ikukyu .ikukyu__about .ikukyu__about-word dt, #women .ikukyu .ikukyu__about .ikukyu__about-word dd {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  #women .ikukyu .ikukyu__about .ikukyu__about-word dt, #women .ikukyu .ikukyu__about .ikukyu__about-word dd {
    font-size: 1.8rem;
  }
}
#women .ikukyu .ikukyu__about .ikukyu__about-offer {
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  #women .ikukyu .ikukyu__about .ikukyu__about-offer {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #women .ikukyu .ikukyu__about .ikukyu__about-offer {
    font-size: 1.6rem;
    margin-top: 25px;
  }
}

@media only screen and (max-width: 768px) {
  #csr .policy {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 70px;
    padding: 0 15px;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #csr .policy {
    margin-bottom: 150px;
  }
}
@media print, screen and (min-width: 769px) {
  #csr .policy .block__title2 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  #csr .policy .policy__block:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 769px) {
  #csr .policy .policy__block:not(:last-child) {
    margin-bottom: 120px;
  }
}
#csr .policy__lead {
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #csr .policy__lead {
    font-size: 1.4rem;
    margin-bottom: 60px;
    padding: 0;
  }
}
@media print, screen and (min-width: 769px) {
  #csr .policy__lead {
    font-size: 2rem;
    margin-bottom: 120px;
  }
}
@media print, screen and (min-width: 769px) {
  #csr .policy__item:not(:first-child) {
    margin-top: 70px;
  }
}
#csr .policy__catch {
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #csr .policy__catch {
    font-size: 1.5rem;
    margin-bottom: 10px;
    padding: 5px;
  }
  #csr .policy__catch br {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  #csr .policy__catch {
    font-size: 2rem;
    margin-bottom: 60px;
  }
}
#csr .policy__list-wrap {
  background: #ebebeb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #csr .policy__list-wrap {
    padding: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #csr .policy__list-wrap {
    padding: 34px 46px;
    width: 894px;
  }
}
@media only screen and (max-width: 768px) {
  #csr .policy__list li {
    font-size: 1.4rem;
    line-height: 2;
    margin-left: 1em;
    text-indent: -1em;
  }
}
@media print, screen and (min-width: 769px) {
  #csr .policy__list li {
    font-size: 1.6rem;
    line-height: 3;
    margin-left: 0.5em;
    text-indent: -0.5em;
  }
}
#csr .organization {
  margin-bottom: 140px;
}
@media only screen and (max-width: 768px) {
  #csr .organization {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  #csr .organization img {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #csr .organization img {
    width: 894px;
  }
}
#csr .report {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #csr .report {
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0 15px;
  }
}
#csr .report .c-btn {
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #csr .report .c-btn {
    margin-bottom: 15px;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #csr .report .c-btn {
    margin-left: 28px;
    width: 295px;
  }
}
#csr .report .c-btn a {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #csr .report .c-btn a {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  #csr .report .section__title {
    font-size: 1.4rem;
  }
}
#csr .report .report__item {
  margin-left: 90px;
  width: 323px;
}
@media only screen and (max-width: 768px) {
  #csr .report .report__item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 0;
    margin-bottom: 15px;
    padding: 0 60px;
    width: 100%;
  }
}
#csr .report .report__item:first-child {
  margin-left: 0;
}
#csr .report img {
  width: 100%;
}
#csr .csr-catch {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #csr .csr-catch {
    font-size: 2rem;
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 769px) {
  #csr .csr-catch {
    font-size: 3.3rem;
    margin-bottom: 110px;
  }
}
@media only screen and (max-width: 768px) {
  #csr .csr-item:not(:last-child) {
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 769px) {
  #csr .csr-item:not(:last-child) {
    margin-bottom: 110px;
  }
}
#csr .csr-block {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #csr .csr-block:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 769px) {
  #csr .csr-block:not(:last-child) {
    margin-bottom: 120px;
  }
}
@media print, screen and (min-width: 769px) {
  #csr .csr-block:has(.csr-img.-right) {
    margin-bottom: 180px;
  }
}
#csr .csr-heading {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #csr .csr-heading {
    font-size: 1.8rem;
    margin-bottom: 27px;
  }
}
@media print, screen and (min-width: 769px) {
  #csr .csr-heading {
    font-size: 2.4rem;
    margin-bottom: 54px;
  }
}
#csr .csr-text {
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #csr .csr-text {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  #csr .csr-text {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  #csr .csr-text.-large {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  #csr .csr-text.-large {
    font-size: 2.2rem;
  }
}
#csr .csr-img {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #csr .csr-img {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  #csr .csr-img {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 769px) {
  #csr .csr-img.-right {
    bottom: -75px;
    left: calc(50% + 240px);
    position: absolute;
  }
}
@media only screen and (max-width: 768px) {
  #csr .csr-img img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #csr .csr-link {
    padding-inline: 25px;
  }
}
@media print, screen and (min-width: 769px) {
  #csr .csr-link {
    display: flex;
    justify-content: space-between;
    margin-inline: auto;
    width: 950px;
  }
}
@media print, screen and (min-width: 769px) {
  #csr .csr-link p {
    width: 295px;
  }
}
@media only screen and (max-width: 768px) {
  #csr .csr-link p:not(:last-child) {
    margin-bottom: 30px;
  }
}
#csr .csr-link p a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 769px) {
  #csr .csr-link p a:hover {
    opacity: 0.7;
  }
}
#csr .csr-link img {
  width: 100%;
}

#csr_report .section__title {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  #csr_report .section__title {
    margin-bottom: 35px;
  }
}
#csr_report .csr_pagenation {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #csr_report .csr_pagenation {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding: 0 15px;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #csr_report .csr_pagenation {
    margin: 85px 0 100px;
  }
}
#csr_report .csr_pagenation li {
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  #csr_report .csr_pagenation li {
    margin-right: 5px;
  }
}
#csr_report .csr_pagenation li a {
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  #csr_report .csr_pagenation li a {
    font-size: 1.2rem;
    line-height: 2.5rem;
    width: 25px;
  }
}
@media print, screen and (min-width: 769px) {
  #csr_report .csr_pagenation li a {
    font-size: 1.9rem;
    line-height: 3.1rem;
    width: 31px;
  }
}
#csr_report .csr_pagenation li a:hover, #csr_report .csr_pagenation li a.actv {
  background: #000;
  color: #fff;
}
#csr_report .archive {
  margin: 0 auto 120px;
}
@media only screen and (max-width: 768px) {
  #csr_report .archive {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
    margin-bottom: 60px;
    width: 100%;
  }
}
#csr_report .archive .block__title2 {
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 769px) {
  #csr_report .archive .block__title2 {
    font-size: 3.8rem;
  }
}
#csr_report .archive ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #csr_report .archive ul {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  #csr_report .archive li {
    margin: 0 2% 10px 0;
    width: 48%;
  }
}
@media print, screen and (min-width: 769px) {
  #csr_report .archive li {
    margin: 0 10px 20px;
    width: 110px;
  }
}
#csr_report .archive li:nth-child(2n) {
  margin-right: 0;
}
#csr_report .archive li:nth-child(4n) {
  margin-right: 0;
}
#csr_report .archive li a {
  border: 2px solid #000;
  border-radius: 5px;
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  #csr_report .archive li a {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 769px) {
  #csr_report .archive li a {
    font-size: 1.8rem;
    padding: 4px 0;
  }
}
#csr_report .archive li a:hover, #csr_report .archive li a.actv {
  background: #000;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #csr_report #h01 {
    margin-top: 17px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #csr_report .report {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #csr_report .report {
    display: -ms-grid;
    display: grid;
    gap: 100px 16px;
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  #csr_report .report__item {
    margin-left: 2%;
    margin-bottom: 20px;
    width: 49%;
  }
}
@media only screen and (max-width: 768px) {
  #csr_report .report__item:nth-child(2n+1) {
    margin-left: 0;
  }
}
#csr_report .report__item a {
  display: block;
}
#csr_report .report__item img {
  width: 100%;
}
#csr_report .report__image {
  margin-bottom: 7px;
}
@media only screen and (max-width: 768px) {
  #csr_report .report__image {
    height: 118px;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #csr_report .report__image {
    height: 267px;
  }
}
#csr_report .report__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #csr_report .report__date {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 769px) {
  #csr_report .report__date {
    font-size: 2.3rem;
  }
}
#csr_report .report__title {
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  #csr_report .report__title {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  #csr_report .report__title {
    font-size: 2.2rem;
  }
}
#csr_report .report_detail .report__article {
  margin: 0 auto 86px;
  width: 990px;
}
@media only screen and (max-width: 768px) {
  #csr_report .report_detail .report__article {
    margin-bottom: 20px;
    width: 100%;
  }
}
#csr_report .report_detail .report__category {
  background: #005953;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #csr_report .report_detail .report__category {
    font-size: 0.8rem;
    line-height: 1.3rem;
    margin-left: 10px;
    margin-bottom: 7px;
    width: 60px;
  }
}
@media print, screen and (min-width: 769px) {
  #csr_report .report_detail .report__category {
    font-size: 1.6rem;
    margin-bottom: 30px;
    padding: 10px 0;
    width: 197px;
  }
}
@media only screen and (max-width: 768px) {
  #csr_report .report_detail .report__date {
    font-size: 0.9rem;
    line-height: 1;
    margin-left: 15px;
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 769px) {
  #csr_report .report_detail .report__date {
    font-size: 2.8rem;
    margin-bottom: 15px;
  }
}
#csr_report .report_detail .report__title {
  border-bottom: 1px solid #989898;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #csr_report .report_detail .report__title {
    font-size: 0.9rem;
    line-height: 1;
    margin-bottom: 12px;
    padding-left: 10px;
    padding-bottom: 12px;
  }
}
@media print, screen and (min-width: 769px) {
  #csr_report .report_detail .report__title {
    font-size: 3.2rem;
    margin-bottom: 30px;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 768px) {
  #csr_report .report_detail .report__body {
    padding: 0 10px;
  }
}
#csr_report .report_detail .report__body p {
  letter-spacing: 0.1em;
  line-height: 2.44;
  margin-top: 20px;
}
@media print, screen and (min-width: 769px) {
  #csr_report .report_detail .report__body p {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  #csr_report .report_detail .report__body p {
    line-height: 1.3rem;
    font-size: 8px !important;
    font-size: 0.8rem !important;
    margin-top: 10px;
  }
  #csr_report .report_detail .report__body p span {
    font-size: 8px !important;
    font-size: 0.8rem !important;
  }
}
#csr_report .report_detail .report__body p:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  #csr_report .report_detail .report__body p img {
    height: auto;
    max-width: 100%;
  }
}
#csr_report .report_detail .report__images {
  display: flex;
  justify-content: center;
  margin-bottom: 77px;
}
@media only screen and (max-width: 768px) {
  #csr_report .report_detail .report__images {
    margin-bottom: 30px;
    padding: 0 10px;
  }
}
#csr_report .report_detail .report__images li {
  margin-left: 41px;
}
@media only screen and (max-width: 768px) {
  #csr_report .report_detail .report__images li {
    margin-left: 5%;
    width: 30%;
  }
  #csr_report .report_detail .report__images li img {
    width: 100%;
  }
}
#csr_report .report_detail .report__images li:nth-child(3n+1) {
  margin-left: 0;
}
#csr_report .csr__link {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #csr_report .csr__link {
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #csr_report .csr__link {
    margin: 0 auto;
    width: 936px;
  }
}
#csr_report .csr__link .c-btn {
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #csr_report .csr__link .c-btn {
    margin-bottom: 15px;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #csr_report .csr__link .c-btn {
    margin-left: 28px;
    width: 295px;
  }
}
#csr_report .csr__link .c-btn a {
  width: 100%;
}
#csr_report .csr__link .c-btn a.actv {
  background: #000;
  color: #fff;
}
#csr_report .csr__link .c-btn a.actv span {
  background: url("../img/common/200404/icon_arrow02.svg") no-repeat right center/8px 13px;
}
#csr_report .csr__link .report__item {
  margin-left: 90px;
  width: 323px;
}
@media only screen and (max-width: 768px) {
  #csr_report .csr__link .report__item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 0;
    margin-bottom: 15px;
    padding: 0 60px;
    width: 100%;
  }
}
#csr_report .csr__link .report__item:first-child {
  margin-left: 0;
}
#csr_report .csr__link img {
  width: 100%;
}

#carlife .block__title2 {
  font-size: 1.8rem;
  margin-bottom: 75px;
}
@media only screen and (max-width: 768px) {
  #carlife .block__title2 {
    font-size: 1.4rem;
    margin-bottom: 35px;
  }
}
#carlife .section__title2 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #carlife .section__title2 {
    margin-bottom: 30px;
  }
}
#carlife .carlife__lead {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #carlife .carlife__lead {
    font-size: 1.4rem;
    margin-bottom: 20px;
    padding-top: 0;
  }
}
@media print, screen and (min-width: 769px) {
  #carlife .carlife__lead {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}

#card .section__title {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  #card .section__title {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 768px) {
  #card .card__lead {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #card .card__lead {
    margin-bottom: 43px;
  }
}
@media only screen and (max-width: 768px) {
  #card .card__image {
    margin-bottom: 15px;
    padding: 0 10px;
  }
  #card .card__image img {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #card .card__image {
    margin-bottom: 100px;
  }
}
#card .card__text {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 74px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #card .card__text {
    font-size: 0.9rem;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #card .card__lineup {
    padding: 0 10px;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  #card .card__lineup {
    margin-bottom: 133px;
  }
}
@media print, screen and (min-width: 769px) {
  #card .card__lineup-item {
    display: flex;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  #card .card__lineup-item:not(:first-child) {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  #card .card__lineup-item:not(:first-child) {
    margin-top: 30px;
  }
}
#card .card__lineup-item figure {
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #card .card__lineup-item figure {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #card .card__lineup-item figure {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #card .card__lineup-item figure img {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #card .card__lineup-item .card__lineup-item__detail {
    padding-top: 70px;
  }
}
#card .card__lineup-item .card__lineup-item__detail h3 {
  border-bottom: 1px solid #000;
  letter-spacing: 0.2em;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #card .card__lineup-item .card__lineup-item__detail h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  #card .card__lineup-item .card__lineup-item__detail h3 {
    font-size: 2.1rem;
    margin-bottom: 13px;
    padding-bottom: 7px;
  }
}
#card .card__lineup-item .card__lineup-item__detail p {
  font-weight: 400;
  line-height: 1.555;
}
@media only screen and (max-width: 768px) {
  #card .card__lineup-item .card__lineup-item__detail p {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  #card .card__lineup-item .card__lineup-item__detail p {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
}
#card .card__lineup-item .card__lineup-item__detail li {
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  #card .card__lineup-item .card__lineup-item__detail li {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 769px) {
  #card .card__lineup-item .card__lineup-item__detail li {
    font-size: 1.6rem;
  }
}
#card .card__lineup-item .card__lineup-item__price {
  border: 1px solid #000;
}
@media only screen and (max-width: 768px) {
  #card .card__lineup-item .card__lineup-item__price {
    border-radius: 5px;
    margin-top: 20px;
    padding: 7px 0 7px 9px;
  }
}
@media print, screen and (min-width: 769px) {
  #card .card__lineup-item .card__lineup-item__price {
    bottom: 0;
    border-radius: 10px;
    padding: 15px 0 15px 18px;
    position: absolute;
    right: 0;
    width: 240px;
  }
}
#card .card__lineup-item .card__lineup-item__price h4 {
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 768px) {
  #card .card__lineup-item .card__lineup-item__price h4 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  #card .card__lineup-item .card__lineup-item__price h4 {
    font-size: 1.8rem;
  }
}
#card .card__lineup-item .card__lineup-item__price .card__lineup-item__price-num {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #card .card__lineup-item .card__lineup-item__price .card__lineup-item__price-num {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 769px) {
  #card .card__lineup-item .card__lineup-item__price .card__lineup-item__price-num {
    font-size: 2.9rem;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #card .card__lineup-item .card__lineup-item__price .card__lineup-item__price-num small {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 769px) {
  #card .card__lineup-item .card__lineup-item__price .card__lineup-item__price-num small {
    font-size: 2.3rem;
  }
}
#card .card__lineup-item .card__lineup-item__price .card__lineup-item__price-text {
  line-height: 1.31;
}
@media only screen and (max-width: 768px) {
  #card .card__lineup-item .card__lineup-item__price .card__lineup-item__price-text {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  #card .card__lineup-item .card__lineup-item__price .card__lineup-item__price-text {
    font-size: 1.6rem;
  }
}
#card .card__lineup-item:nth-child(3) .card__lineup-item__price .card__lineup-item__price-num {
  color: #e60018;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 768px) {
  #card .card__lineup-item:nth-child(3) .card__lineup-item__price .card__lineup-item__price-num {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 769px) {
  #card .card__lineup-item:nth-child(3) .card__lineup-item__price .card__lineup-item__price-num {
    font-size: 3.1rem;
  }
}
#card .card__lineup-item:nth-child(3) .card__lineup-item__price .card__lineup-item__price-text {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #card .card__lineup-item:nth-child(3) .card__lineup-item__price .card__lineup-item__price-text {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  #card .card__lineup-item:nth-child(3) .card__lineup-item__price .card__lineup-item__price-text {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 768px) {
  #card .card__lineup-item:nth-child(3) .card__lineup-item__price .card__lineup-item__price-text strong {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 769px) {
  #card .card__lineup-item:nth-child(3) .card__lineup-item__price .card__lineup-item__price-text strong {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 768px) {
  #card .card__lineup-item:nth-child(3) .card__lineup-item__price .card__lineup-item__price-text small {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 769px) {
  #card .card__lineup-item:nth-child(3) .card__lineup-item__price .card__lineup-item__price-text small {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  #card .c-btn {
    padding: 0 15px;
  }
}
#card .c-btn a {
  width: 410px;
}
@media only screen and (max-width: 768px) {
  #card .c-btn a {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  #au .block__title2 {
    margin-top: 30px;
    margin-bottom: 19px;
  }
}
@media print, screen and (min-width: 769px) {
  #au .block__title2 {
    margin-bottom: 93px;
  }
}
#au .section__title {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  #au .section__title {
    margin-bottom: 20px;
  }
}
#au .au__image {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #au .au__image {
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #au .au__image {
    margin-bottom: 130px;
  }
}
@media only screen and (max-width: 768px) {
  #au .au__image img {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #au .au__image img {
    width: 712px;
  }
}
#au .au__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #au .au__body {
    gap: 15px 4%;
    margin-bottom: 70px;
    padding: 0 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #au .au__body {
    gap: 45px 49px;
    margin: 0 auto 140px;
    width: 717px;
  }
}
#au .au__body .au__item {
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #au .au__body .au__item {
    border-radius: 6px;
    padding: 12px 20px;
    width: 48%;
  }
}
@media print, screen and (min-width: 769px) {
  #au .au__body .au__item {
    border-radius: 13px;
    height: 334px;
    padding: 25px 40px 0;
    width: 334px;
  }
}
#au .au__body .au__item:first-child {
  background: url("../img/au/pict-au01.svg") no-repeat 128px 44px/77px auto;
}
@media only screen and (max-width: 768px) {
  #au .au__body .au__item:first-child {
    background-size: 38px auto;
    background-position: 64px 22px;
  }
}
#au .au__body .au__item:nth-child(2) {
  background: url("../img/au/pict-au02.svg") no-repeat 90px 55px/157px auto;
}
@media only screen and (max-width: 768px) {
  #au .au__body .au__item:nth-child(2) {
    background-position: 45px 27px;
    background-size: 78px auto;
  }
}
#au .au__body .au__item:nth-child(3) {
  background: url("../img/au/pict-au03.svg") no-repeat 59px 43px/240px auto;
}
@media only screen and (max-width: 768px) {
  #au .au__body .au__item:nth-child(3) {
    background-position: 29px 22px;
    background-size: 120px auto;
  }
}
#au .au__body .au__item:nth-child(4) {
  background: url("../img/au/pict-au04.svg") no-repeat 36px 67px/250px auto;
}
@media only screen and (max-width: 768px) {
  #au .au__body .au__item:nth-child(4) {
    background-position: 18px 33px;
    background-size: 125px auto;
  }
}
#au .au__body .au__item:nth-child(4) {
  background: url("../img/au/pict-au05.svg") no-repeat 99px 62px/166px auto;
}
@media only screen and (max-width: 768px) {
  #au .au__body .au__item:nth-child(4) {
    background-position: 50px 31px;
    background-size: 83px auto;
  }
}
@media print, screen and (min-width: 769px) {
  #au .au__body .au__item:first-child, #au .au__body .au__item:nth-child(4) {
    margin-left: 0;
  }
}
#au .au__body .au__item .au__num {
  color: #005953;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #au .au__body .au__item .au__num {
    font-size: 2.7rem;
    margin-bottom: 67px;
  }
}
@media print, screen and (min-width: 769px) {
  #au .au__body .au__item .au__num {
    font-size: 5.5rem;
    margin-bottom: 135px;
  }
}
#au .au__body .au__item .au__txt {
  align-items: center;
  display: flex;
  font-weight: bold;
  justify-content: center;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #au .au__body .au__item .au__txt {
    font-size: 1.1rem;
    min-height: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  #au .au__body .au__item .au__txt {
    font-size: 2.2rem;
    min-height: 99px;
  }
}
@media only screen and (max-width: 768px) {
  #au .au__banners {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #au .au__banners {
    display: flex;
    justify-content: space-between;
    margin-bottom: 96px;
  }
}
@media print, screen and (min-width: 769px) {
  #au .au__banners .au__banner {
    width: 346px;
  }
}
@media only screen and (max-width: 768px) {
  #au .au__banners .au__banner figure {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #au .au__banners .au__banner figure {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 768px) {
  #au .au__banners .au__banner figure img {
    width: 100%;
  }
}
#au .au__banners .au__banner h4 {
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #au .au__banners .au__banner h4 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #au .au__banners .au__banner h4 {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}
#au .au__banners .au__banner a {
  width: 100%;
}
#au .au__link {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  #au .au__link {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    flex-direction: column;
    margin-bottom: 45px;
    padding: 0 15px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #au .au__link li {
    margin-top: 15px;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #au .au__link li {
    width: 406px;
  }
}
#au .au__link li a {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  #au .au__link li:not(:first-child) {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  #warranty .block__title {
    margin-left: 15px;
  }
}
#warranty .warranty__lead {
  line-height: 2;
  margin-bottom: 75px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #warranty .warranty__lead {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  #warranty .warranty__lead {
    font-size: 2rem;
    margin-bottom: 64px;
  }
}
#warranty .warranty__button {
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #warranty .warranty__button {
    margin-bottom: 50px;
    width: calc(100% - 15px);
  }
}
@media print, screen and (min-width: 769px) {
  #warranty .warranty__button {
    margin-bottom: 95px;
  }
}
#warranty .warranty__button a {
  background: #005953;
  color: #fff;
  display: inline-block;
  font-weight: 900;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  #warranty .warranty__button a {
    font-size: 1.2rem;
    padding: 11px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #warranty .warranty__button a {
    font-size: 2.2rem;
    border-radius: 10px;
    padding: 19px 0;
    width: 520px;
  }
}
@media print, screen and (min-width: 769px) {
  #warranty .warranty__button a:hover {
    opacity: 0.7;
  }
}
#warranty figure {
  margin: 0 0 100px;
}
@media only screen and (max-width: 768px) {
  #warranty figure {
    margin-bottom: 30px;
  }
  #warranty figure img {
    width: 100%;
  }
}
#warranty .warranty_link01 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #warranty .warranty_link01 {
    flex-wrap: wrap;
    margin-bottom: 35px;
    padding: 15px 15px 0;
  }
}
@media print, screen and (min-width: 769px) {
  #warranty .warranty_link01 {
    margin-bottom: 120px;
    padding-top: 30px;
  }
}
#warranty .warranty_link01 li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #warranty .warranty_link01 li {
    margin-bottom: 20px;
    width: 48%;
  }
}
@media print, screen and (min-width: 769px) {
  #warranty .warranty_link01 li {
    width: 248px;
  }
}
#warranty .warranty_link01 li .logo a {
  align-items: center;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #warranty .warranty_link01 li .logo a {
    height: 130px;
  }
  #warranty .warranty_link01 li .logo a img {
    max-height: 80%;
    max-width: 80%;
  }
}
@media print, screen and (min-width: 769px) {
  #warranty .warranty_link01 li .logo a {
    border-radius: 13px;
    height: 248px;
  }
}
#warranty .warranty_link01 li .c-btn {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #warranty .warranty_link01 li .c-btn {
    margin-top: 17px;
  }
}
@media print, screen and (min-width: 769px) {
  #warranty .warranty_link01 li .c-btn {
    margin-top: 45px;
  }
}
#warranty .warranty_link01 li .c-btn a {
  width: 100%;
}
#warranty .rescue_title {
  margin-bottom: 80px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #warranty .rescue_title {
    margin-bottom: 30px;
  }
}
#warranty .rescue_txt {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #warranty .rescue_txt {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 769px) {
  #warranty .rescue_txt {
    font-size: 2rem;
    margin-bottom: 24px;
  }
}
#warranty .rescue_tel {
  font-weight: bold;
  margin-bottom: 100px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #warranty .rescue_tel {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  #warranty .rescue_tel {
    font-size: 8rem;
  }
}
#warranty .rescue_tel span {
  background: url("../img/common/icon-freedial.png") no-repeat left center;
}
@media only screen and (max-width: 768px) {
  #warranty .rescue_tel span {
    background-size: 41px auto;
    padding-left: 52px;
  }
}
@media print, screen and (min-width: 769px) {
  #warranty .rescue_tel span {
    padding-left: 103px;
  }
}
#warranty .life {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  #warranty .life {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  #warranty .life {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #warranty .life {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 768px) {
  #warranty .life .life__lead {
    margin-bottom: 36px;
  }
}
@media print, screen and (min-width: 769px) {
  #warranty .life .life__lead {
    font-size: 2rem;
    margin-bottom: 72px;
  }
}
#warranty .life .life__catch-sub {
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 768px) {
  #warranty .life .life__catch-sub {
    font-size: 1.6rem;
    margin-bottom: 18px;
  }
}
@media print, screen and (min-width: 769px) {
  #warranty .life .life__catch-sub {
    font-size: 3.2rem;
    line-height: 1;
    margin-bottom: 35px;
  }
}
#warranty .life .life__catch-main {
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #warranty .life .life__catch-main {
    font-size: 2.9rem;
    margin-bottom: 7px;
  }
}
@media print, screen and (min-width: 769px) {
  #warranty .life .life__catch-main {
    font-size: 7.8rem;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #warranty .life .life__catch-main strong {
    font-size: 4rem;
  }
}
@media print, screen and (min-width: 769px) {
  #warranty .life .life__catch-main strong {
    font-size: 10.4rem;
  }
}
#warranty .life .life__catch-recommend {
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 768px) {
  #warranty .life .life__catch-recommend {
    font-size: 1.1rem;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #warranty .life .life__catch-recommend {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}
#warranty .life .life__catch-recommend span {
  color: #e60018;
}
@media only screen and (max-width: 768px) {
  #warranty .life .life__catch-recommend span {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 769px) {
  #warranty .life .life__catch-recommend span {
    font-size: 3.4rem;
  }
}
#warranty .life .life__text {
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  #warranty .life .life__text {
    font-size: 1.1rem;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  #warranty .life .life__text {
    font-size: 1.6rem;
    margin-bottom: 80px;
  }
}
#warranty .life .know__list {
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  #warranty .life .know__list {
    margin-bottom: 16px;
  }
}
@media print, screen and (min-width: 769px) {
  #warranty .life .know__list {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  #warranty .life .know__text {
    font-size: 1.6rem;
  }
}
#warranty .warranty_link02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #warranty .warranty_link02 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 15px 15px 0;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #warranty .warranty_link02 {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 768px) {
  #warranty .warranty_link02 li {
    margin: 0 0 20px;
    width: 48%;
  }
}
@media print, screen and (min-width: 769px) {
  #warranty .warranty_link02 li {
    margin: 0 19px;
    width: 248px;
  }
}
@media print, screen and (min-width: 769px) {
  #warranty .warranty_link02 li:nth-child(3) ~ li {
    margin-top: 55px;
  }
}
#warranty .warranty_link02 li .logo a {
  align-items: center;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #warranty .warranty_link02 li .logo a {
    height: 130px;
  }
  #warranty .warranty_link02 li .logo a img {
    max-height: 80%;
    max-width: 80%;
  }
}
@media print, screen and (min-width: 769px) {
  #warranty .warranty_link02 li .logo a {
    border-radius: 13px;
    height: 248px;
  }
}
#warranty .warranty_link02 li .c-btn {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #warranty .warranty_link02 li .c-btn {
    margin-top: 17px;
  }
}
@media print, screen and (min-width: 769px) {
  #warranty .warranty_link02 li .c-btn {
    margin-top: 45px;
  }
}
#warranty .warranty_link02 li .c-btn a {
  width: 100%;
}
#warranty .near_shop {
  margin-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  #warranty .near_shop {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 50px;
    padding: 0 15px;
    width: 100%;
  }
}
#warranty .near_shop a {
  width: 410px;
}
@media only screen and (max-width: 768px) {
  #warranty .near_shop a {
    width: 100%;
  }
}

#policy .block__title2 {
  font-size: 2.6rem;
  font-weight: normal;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  #policy .block__title2 {
    font-size: 1.2rem;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
#policy .block__title2::after {
  bottom: -10px;
  height: 18px;
}
@media only screen and (max-width: 768px) {
  #policy .block__title2::after {
    bottom: 0;
    height: 4px;
  }
}
#policy .policy_title {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  #policy .policy_title {
    font-size: 1.2rem;
    padding: 0 15px;
  }
}
#policy .policy_text {
  font-size: 1.8rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 72px;
}
@media only screen and (max-width: 768px) {
  #policy .policy_text {
    font-size: 1.2rem;
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
#policy .policy_text:last-child {
  margin-bottom: 100px;
}

#business * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #business .c-btn a {
    font-size: 1.2rem;
    height: auto;
    padding: 5px 0;
  }
}
#business .business__item {
  margin: 0 auto 170px;
}
@media only screen and (max-width: 768px) {
  #business .business__item {
    margin-bottom: 50px;
    width: 100%;
  }
}
#business .business__item .business__lead {
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #business .business__item .business__lead {
    font-size: 1.4rem;
    margin-bottom: 15px;
    padding: 0 20px;
    text-align: justify;
  }
}
@media print, screen and (min-width: 769px) {
  #business .business__item .business__lead {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
#business .business__item .business__image {
  margin-bottom: 74px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #business .business__item .business__image {
    margin-bottom: 7px;
    padding: 0 10px;
  }
  #business .business__item .business__image img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #business .merit {
    margin-top: 20px;
    padding: 0 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #business .merit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#business .merit .merit-item {
  border: 1px solid #000;
}
@media only screen and (max-width: 768px) {
  #business .merit .merit-item {
    border-radius: 5px;
    margin-top: 20px;
    padding: 12px;
  }
}
@media print, screen and (min-width: 769px) {
  #business .merit .merit-item {
    border-radius: 10px;
    padding: 25px 20px 20px 30px;
    width: 334px;
  }
}
@media print, screen and (min-width: 769px) {
  #business .merit .merit-item:nth-child(3) ~ .merit-item {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 768px) {
  #business .merit .merit-item:first-child {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  #business .merit .merit-item:first-child img {
    width: 38px;
  }
}
@media print, screen and (min-width: 769px) {
  #business .merit .merit-item:first-child img {
    width: 76px;
  }
}
@media only screen and (max-width: 768px) {
  #business .merit .merit-item:nth-child(2) img {
    width: 46px;
  }
}
@media print, screen and (min-width: 769px) {
  #business .merit .merit-item:nth-child(2) img {
    width: 92px;
  }
}
@media only screen and (max-width: 768px) {
  #business .merit .merit-item:nth-child(3) img {
    width: 45px;
  }
}
@media print, screen and (min-width: 769px) {
  #business .merit .merit-item:nth-child(3) img {
    width: 91px;
  }
}
@media only screen and (max-width: 768px) {
  #business .merit .merit-item:nth-child(4) img {
    width: 45px;
  }
}
@media print, screen and (min-width: 769px) {
  #business .merit .merit-item:nth-child(4) img {
    width: 91px;
  }
}
@media only screen and (max-width: 768px) {
  #business .merit .merit-item:nth-child(5) img {
    width: 36px;
  }
}
@media print, screen and (min-width: 769px) {
  #business .merit .merit-item:nth-child(5) img {
    width: 72px;
  }
}
@media only screen and (max-width: 768px) {
  #business .merit .merit-item:nth-child(6) img {
    width: 46px;
  }
}
@media print, screen and (min-width: 769px) {
  #business .merit .merit-item:nth-child(6) img {
    width: 92px;
  }
}
#business .merit .merit-item h3 {
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  #business .merit .merit-item h3 {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  #business .merit .merit-item h3 {
    font-size: 2.2rem;
    display: flex;
  }
}
#business .merit .merit-item h3 span {
  color: #005953;
  display: inline-block;
  font-weight: normal;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #business .merit .merit-item h3 span {
    font-size: 2rem;
    margin-right: 7px;
  }
}
@media print, screen and (min-width: 769px) {
  #business .merit .merit-item h3 span {
    font-size: 3.1rem;
    flex-shrink: 0;
    margin-right: 13px;
  }
}
#business .merit .merit-item .merit-body {
  display: flex;
}
@media only screen and (max-width: 768px) {
  #business .merit .merit-item .merit-body {
    margin-top: 7px;
  }
}
@media print, screen and (min-width: 769px) {
  #business .merit .merit-item .merit-body {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #business .merit .merit-item .merit-body p {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  #business .merit .merit-item .merit-body p {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  #business .merit .merit-item .merit-body figure {
    width: 60px;
  }
}
@media print, screen and (min-width: 769px) {
  #business .merit .merit-item .merit-body figure {
    flex-shrink: 0;
    text-align: right;
    width: 111px;
  }
}
@media only screen and (max-width: 768px) {
  #business .patrol .business__lead {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  #business .patrol .business__lead {
    margin-bottom: 54px;
  }
}
@media only screen and (max-width: 768px) {
  #business .patrol .business__image img {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #business .patrol .business__image img {
    width: 845px;
  }
}
@media only screen and (max-width: 768px) {
  #business .cost .business__lead {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  #business .cost .business__lead {
    margin-bottom: 54px;
  }
}
@media only screen and (max-width: 768px) {
  #business .cost .business__image img {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #business .cost .business__image img {
    width: 997px;
  }
}
@media only screen and (max-width: 768px) {
  #business .practice .business__lead {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  #business .practice .business__lead {
    margin-bottom: 75px;
  }
}
#business .lease__buttons {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #business .lease__buttons {
    flex-direction: column;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  #business .lease__buttons li {
    margin: 10px 0 0;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #business .lease__buttons li {
    width: 550px;
  }
}
#business .lease__buttons li a {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  #business .lease__buttons li a {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  #business .taxi .business__lead {
    margin-bottom: 90px;
  }
}
@media print, screen and (min-width: 769px) {
  #business .taxi-image {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 984px;
  }
}
@media only screen and (max-width: 768px) {
  #business .taxi-image img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #business .taxi-image li {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 768px) {
  #business .taxi-image li:not(:first-child) {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #business .taxi-image li:nth-child(2) ~ li {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 768px) {
  #business .taxi__button {
    margin: 10px 0 0;
    padding: 0 15px;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #business .taxi__button {
    margin: 110px auto 0;
    width: 550px;
  }
}
#business .taxi__button a {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  #business .taxi__button a {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  #business .school__button {
    padding: 0 15px;
  }
}
#business .school__button a {
  width: 550px;
}
@media only screen and (max-width: 768px) {
  #business .school__button a {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #business .school__button a {
    font-size: 1.4rem;
  }
}

#lease .pagelink {
  margin-bottom: 33px;
}
#lease .section__title {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  #lease .section__title {
    margin-top: 30px;
    margin-bottom: 35px;
  }
}
#lease .block__title2 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  #lease .block__title2 {
    margin-bottom: 35px;
  }
}
#lease .lease__merit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #lease .lease__merit {
    flex-direction: column;
    padding: 0 20px;
  }
}
#lease .lease__merit li {
  align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: flex;
  margin-bottom: 90px;
  width: 450px;
}
@media only screen and (max-width: 768px) {
  #lease .lease__merit li {
    margin-bottom: 40px;
    width: 100%;
  }
  #lease .lease__merit li:first-child img {
    width: 43px;
  }
  #lease .lease__merit li:nth-child(2) img {
    width: 51px;
  }
  #lease .lease__merit li:nth-child(3) img {
    width: 36px;
  }
  #lease .lease__merit li:nth-child(4) img {
    width: 48px;
  }
  #lease .lease__merit li:nth-child(5) img {
    width: 51px;
  }
  #lease .lease__merit li:nth-child(6) img {
    width: 51px;
  }
}
#lease .lease__merit .merit__icon {
  margin-right: 35px;
  text-align: center;
  width: 102px;
}
@media only screen and (max-width: 768px) {
  #lease .lease__merit .merit__icon {
    margin-right: 15px;
    width: 51px;
  }
}
#lease .lease__merit .merit__detail {
  width: 374px;
}
@media only screen and (max-width: 768px) {
  #lease .lease__merit .merit__detail {
    overflow: hidden;
    width: auto;
  }
}
#lease .lease__merit .merit__detail .merit__title {
  font-size: 1.6rem;
  font-weight: 900;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  #lease .lease__merit .merit__detail .merit__title {
    font-size: 1rem;
    line-height: 1.2rem;
    margin-bottom: 12px;
  }
}
#lease .lease__merit .merit__detail .merit__text {
  font-size: 1.2rem;
  line-height: 2.2rem;
}
@media only screen and (max-width: 768px) {
  #lease .lease__merit .merit__detail .merit__text {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
}
#lease .lease__service {
  margin-bottom: 78px;
}
@media only screen and (max-width: 768px) {
  #lease .lease__service {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
#lease .lease__service .service__lead {
  font-size: 1.6rem;
  line-height: 3.8rem;
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #lease .lease__service .service__lead {
    font-size: 0.8rem;
    line-height: 1.3rem;
    margin-bottom: 30px;
  }
  #lease .lease__service .service__lead br {
    display: none;
  }
}
#lease .lease__service .service__image {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #lease .lease__service .service__image img {
    width: 100%;
  }
}
#lease .lease__detail {
  margin-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  #lease .lease__detail {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
#lease .lease__detail .detail__lead {
  font-size: 1.6rem;
  line-height: 3.8rem;
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #lease .lease__detail .detail__lead {
    font-size: 0.8rem;
    line-height: 1.3rem;
    margin-bottom: 30px;
  }
  #lease .lease__detail .detail__lead br {
    display: none;
  }
}
#lease .lease__detail .detail__image {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #lease .lease__detail .detail__image {
    padding: 0 15px;
  }
  #lease .lease__detail .detail__image img {
    width: 100%;
  }
}
#lease .lease__button {
  margin-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  #lease .lease__button {
    margin-bottom: 50px;
    padding: 0 15px;
  }
}
#lease .lease__button a {
  width: 550px;
}
@media only screen and (max-width: 768px) {
  #lease .lease__button a {
    width: 100%;
  }
}

#taxi .pagelink {
  margin-bottom: 33px;
}
@media only screen and (max-width: 768px) {
  #taxi .pagelink {
    margin-bottom: 0;
  }
}
#taxi .section__title {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  #taxi .section__title {
    margin-top: 30px;
    margin-bottom: 35px;
  }
}
#taxi .block__title2 {
  margin-bottom: 85px;
}
@media only screen and (max-width: 768px) {
  #taxi .block__title2 {
    letter-spacing: -0.04em;
    margin-bottom: 38px;
  }
}
#taxi .block__title3 {
  margin-bottom: 75px;
}
@media only screen and (max-width: 768px) {
  #taxi .block__title3 {
    margin-bottom: 28px;
  }
}
#taxi .taxi__car {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  #taxi .taxi__car {
    flex-direction: column;
    margin-bottom: 40px;
    padding: 0 40px;
  }
}
#taxi .taxi__car li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 85px;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #taxi .taxi__car li {
    margin-bottom: 12px;
    width: 100%;
  }
}
#taxi .taxi__car li img {
  width: 100%;
}
#taxi .taxi__button {
  margin-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  #taxi .taxi__button {
    margin-bottom: 50px;
    padding: 0 15px;
  }
}
#taxi .taxi__button a {
  width: 550px;
}
@media only screen and (max-width: 768px) {
  #taxi .taxi__button a {
    width: 100%;
  }
}

#recruit .section__title2 {
  display: none;
}
@media only screen and (max-width: 768px) {
  #recruit .section__title2 {
    display: block;
    margin-bottom: 0;
  }
}
#recruit .section__title {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #recruit .section__title {
    margin-bottom: 30px;
  }
}
#recruit .recruit {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  #recruit .recruit {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  #recruit #h01 {
    margin-top: 25px;
  }
}
#recruit .new {
  margin-bottom: 68px;
}
@media only screen and (max-width: 768px) {
  #recruit .new {
    margin-bottom: 35px;
  }
}
#recruit .new__banner {
  margin-bottom: 50px;
  text-align: center;
}
#recruit .new__banner img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #recruit .new__banner {
    margin-bottom: 15px;
  }
}
#recruit .new .c-btn {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #recruit .new .c-btn {
    padding: 0 15px;
  }
}
#recruit .new .c-btn a {
  width: 310px;
}
@media only screen and (max-width: 768px) {
  #recruit .new .c-btn a {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #recruit .new .c-btn a {
    font-size: 1.4rem;
  }
}
#recruit .recruit__table {
  margin: 0 auto 140px;
}
@media only screen and (max-width: 768px) {
  #recruit .recruit__table {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 40px;
    padding: 0 10px;
    width: 100%;
  }
}
#recruit .recruit__table .table__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
#recruit .recruit__table .table__head .recruit__kind {
  font-size: 1.7rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #recruit .recruit__table .table__head .recruit__kind {
    font-size: 1.4rem;
  }
}
#recruit .recruit__table .table__head .date {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 768px) {
  #recruit .recruit__table .table__head .date {
    font-size: 1.2rem;
  }
}
#recruit .recruit__table .table__body {
  width: 100%;
}
#recruit .recruit__table .table__body th, #recruit .recruit__table .table__body td {
  border: 1px solid #ccc;
}
#recruit .recruit__table .table__body th {
  background: #f2f2f2;
  font-weight: 400;
  padding: 11px 0;
  text-align: center;
  width: 183px;
}
@media only screen and (max-width: 768px) {
  #recruit .recruit__table .table__body th {
    font-size: 1.2rem;
    padding: 5px 0;
    width: 71px;
  }
}
@media print, screen and (min-width: 769px) {
  #recruit .recruit__table .table__body th {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 768px) {
  #recruit .recruit__table .table__body td {
    font-size: 1.2rem;
    padding: 5px 16px;
  }
}
@media print, screen and (min-width: 769px) {
  #recruit .recruit__table .table__body td {
    font-size: 1.6rem;
    line-height: 2.6rem;
    padding: 11px 32px;
  }
}
#recruit .recruit__table .recruit__banner {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #recruit .recruit__table .recruit__banner {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #recruit .recruit__table .recruit__banner {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 768px) {
  #recruit .recruit__table .recruit__banner img {
    width: 260px;
  }
}
@media print, screen and (min-width: 769px) {
  #recruit .recruit__table .recruit__banner img {
    width: 600px;
  }
}
#recruit .recruit_image img {
  width: 100%;
}
#recruit .map_image {
  margin-top: 20px;
}
#recruit .map_image img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #testdrive .testdrive__link {
    display: -ms-grid;
    display: grid;
    gap: 15px 20px;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #testdrive .testdrive__link {
    display: flex;
    justify-content: space-between;
    margin-bottom: 38px;
  }
}
@media print, screen and (min-width: 769px) {
  #testdrive .testdrive__link li {
    width: 290px;
  }
}
@media print, screen and (min-width: 769px) {
  #testdrive .testdrive__link li:first-child {
    width: 438px;
  }
}
#testdrive .testdrive__link li a {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #testdrive .testdrive__link li a {
    font-size: 1.4rem;
    padding: 5px 0;
  }
}
#testdrive .testdrive__link li a.actv {
  background-color: #000;
  color: #fff;
}
#testdrive .testdrive__link li a.actv span {
  background-image: url("../img/common/icon-arrow01.svg");
}
@media only screen and (max-width: 768px) {
  #testdrive .testdrive__offer {
    padding: 0 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #testdrive .testdrive__offer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 46px;
  }
}
@media only screen and (max-width: 768px) {
  #testdrive .testdrive__offer p {
    font-size: 8px;
    margin: 17px 0 27px;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  #testdrive .testdrive__offer p {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  #testdrive .offer {
    margin-top: 13px;
  }
}
#testdrive .offer li {
  font-size: 1.2rem;
  margin-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 768px) {
  #testdrive .offer li {
    font-size: 7px;
  }
}
@media only screen and (max-width: 768px) {
  #testdrive .testdrive__wrap {
    margin-bottom: 60px;
  }
}
#testdrive .testdrive__cars {
  display: -ms-grid;
  display: grid;
}
@media only screen and (max-width: 768px) {
  #testdrive .testdrive__cars {
    gap: 25px 33px;
    -ms-grid-columns: 1fr 33px 1fr;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #testdrive .testdrive__cars {
    gap: 45px;
    grid-template-columns: repeat(auto-fill, minmax(184px, 1fr));
    margin-bottom: 135px;
  }
}
#testdrive .item {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #testdrive .item {
    padding-top: 35px;
  }
}
@media print, screen and (min-width: 769px) {
  #testdrive .item {
    padding-top: 44px;
  }
}
#testdrive .item .car_name {
  left: 0;
  position: absolute;
  top: 0;
}
#testdrive .item .car_name h3 {
  font-size: 1.6rem;
  color: #545555;
}
@media only screen and (max-width: 768px) {
  #testdrive .item .car_name h3 {
    font-size: 1.4rem;
  }
}
#testdrive .item .image {
  flex-shrink: 0;
  margin-right: 60px;
}
@media only screen and (max-width: 768px) {
  #testdrive .item .image {
    height: 21.6vw;
    margin-bottom: 10px;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #testdrive .item .image {
    height: 110px;
    width: 184px;
  }
}
#testdrive .item .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  #testdrive .item .c-btn {
    margin-top: 12px;
  }
}
#testdrive .item .c-btn a {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  #testdrive .item .c-btn a {
    font-size: 1.2rem;
    height: 30px;
  }
}
#testdrive .item .c-btn a span {
  background-size: 6px 10px;
}
@media only screen and (max-width: 768px) {
  #testdrive .item .c-btn a span {
    font-size: 9px;
  }
}
#testdrive .item .detail {
  overflow: hidden;
  padding-top: 21px;
  zoom: 1;
}
@media only screen and (max-width: 768px) {
  #testdrive .item .detail {
    width: 100%;
  }
}
#testdrive .item .detail ul {
  display: flex;
  flex-wrap: wrap;
}
#testdrive .item .detail ul li {
  margin-right: 23px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #testdrive .item .detail ul li {
    margin-right: 18px;
    margin-bottom: 10px;
  }
}
#testdrive .item .detail ul li a {
  font-size: 1.4rem;
  line-height: 3rem;
  border-bottom: 1px solid transparent;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  #testdrive .item .detail ul li a {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
}
#testdrive .item .detail ul li a:hover {
  border-bottom: 1px solid #005953;
}
#testdrive .modal {
  background: #fff;
  border: 3px solid #005953;
  border-radius: 10px;
  display: none;
  z-index: 10001;
}
@media only screen and (max-width: 768px) {
  #testdrive .modal {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    width: calc(100vw - 20px);
    top: 0;
  }
}
@media print, screen and (min-width: 769px) {
  #testdrive .modal {
    position: fixed;
    left: calc(50% + 125px);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    width: 1070px;
  }
}
@media print, screen and (max-width: 1300px) and (min-width: 769px) {
  #testdrive .modal {
    left: 50%;
    top: 50%;
  }
}
#testdrive .modal .modal-close {
  background: #005953;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 768px) {
  #testdrive .modal .modal-close {
    height: 20px;
    width: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #testdrive .modal .modal-close {
    height: 32px;
    width: 32px;
  }
}
#testdrive .modal .modal-close::before, #testdrive .modal .modal-close::after {
  background: #fff;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  margin-top: -1px;
  position: absolute;
  top: 50%;
}
@media only screen and (max-width: 768px) {
  #testdrive .modal .modal-close::before, #testdrive .modal .modal-close::after {
    margin-left: -7px;
    width: 14px;
  }
}
@media print, screen and (min-width: 769px) {
  #testdrive .modal .modal-close::before, #testdrive .modal .modal-close::after {
    margin-left: -11px;
    width: 22px;
  }
}
#testdrive .modal .modal-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#testdrive .modal .modal-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  #testdrive .modal .modal-inner {
    padding: 25px 25px 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #testdrive .modal .modal-inner {
    align-items: center;
    display: flex;
    padding: 20px 20px 20px 30px;
  }
}
#testdrive .modal .modal-image {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #testdrive .modal .modal-image {
    display: -ms-grid;
    display: grid;
    place-items: center;
  }
}
@media print, screen and (min-width: 769px) {
  #testdrive .modal .modal-image {
    flex-shrink: 0;
    margin-right: 45px;
    padding-top: 67px;
    width: 276px;
  }
}
#testdrive .modal .modal-image h3 {
  color: #545555;
  left: 0;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 768px) {
  #testdrive .modal .modal-image h3 {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 769px) {
  #testdrive .modal .modal-image h3 {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 768px) {
  #testdrive .modal .modal-image figure {
    width: 250px;
  }
}
@media print, screen and (min-width: 769px) {
  #testdrive .modal .modal-image figure {
    height: 165px;
    margin-bottom: 17px;
    width: 276px;
  }
}
#testdrive .modal .modal-image figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
#testdrive .modal .modal-image dl {
  line-height: 1;
  display: flex;
}
#testdrive .modal .modal-image dl dt {
  border-right: 1px solid #999;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #testdrive .modal .modal-image dl dt {
    padding-right: 25px;
  }
}
@media print, screen and (min-width: 769px) {
  #testdrive .modal .modal-image dl dt {
    font-size: 1.7rem;
    padding-right: 46px;
  }
}
@media only screen and (max-width: 768px) {
  #testdrive .modal .modal-image dl dd {
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #testdrive .modal .modal-image dl dd {
    font-size: 1.7rem;
    padding-left: 30px;
  }
}
#testdrive .modal .modal-detail {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #testdrive .modal .modal-detail {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 768px) {
  #testdrive .modal .modal-detail .modal-detail-item:not(:first-child) {
    margin-top: 6px;
  }
}
@media print, screen and (min-width: 769px) {
  #testdrive .modal .modal-detail .modal-detail-item:not(:first-child) {
    margin-top: 10px;
  }
}
#testdrive .modal .modal-detail h4 {
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 769px) {
  #testdrive .modal .modal-detail h4 {
    font-size: 1.6rem;
  }
}
#testdrive .modal .modal-detail .modal-detail-shop {
  border: 1px solid #005953;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #testdrive .modal .modal-detail .modal-detail-shop {
    min-height: 125px;
    padding: 10px 5px;
  }
}
@media print, screen and (min-width: 769px) {
  #testdrive .modal .modal-detail .modal-detail-shop {
    min-height: 196px;
    padding: 12px 15px;
  }
}
#testdrive .modal .modal-detail ul {
  display: -ms-grid;
  display: grid;
}
@media only screen and (max-width: 768px) {
  #testdrive .modal .modal-detail ul {
    gap: 6px 4px;
    -ms-grid-columns: 1fr 4px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 769px) {
  #testdrive .modal .modal-detail ul {
    gap: 6px 9px;
    -ms-grid-columns: 1fr 9px 1fr 9px 1fr 9px 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media print, screen and (min-width: 769px) {
  #testdrive .modal .modal-detail li {
    width: 160px;
  }
}
#testdrive .modal .modal-detail a {
  border: 1px solid #000;
  border-radius: 1px;
  display: block;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #testdrive .modal .modal-detail a {
    font-size: 1.2rem;
    letter-spacing: -0.1em;
    padding: 4px 0;
  }
}
@media print, screen and (min-width: 769px) {
  #testdrive .modal .modal-detail a {
    font-size: 1.2rem;
    padding: 2px 0;
  }
}

#inquiry .inquiry__lead {
  letter-spacing: 0.12em;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #inquiry .inquiry__lead {
    font-size: 0.9rem;
    margin-top: 30px;
    margin-bottom: 23px;
  }
}
@media print, screen and (min-width: 769px) {
  #inquiry .inquiry__lead {
    font-size: 2rem;
    margin-bottom: 70px;
  }
}
#inquiry .inquiry__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #inquiry .inquiry__links {
    margin-bottom: 26px;
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 769px) {
  #inquiry .inquiry__links {
    display: -ms-grid;
    display: grid;
    gap: 46px;
    -ms-grid-columns: 1fr 46px 1fr 46px 1fr 46px 1fr;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 112px;
  }
}
@media only screen and (max-width: 768px) {
  #inquiry .inquiry__links li {
    margin-bottom: 8px;
    width: 48%;
  }
  #inquiry .inquiry__links li img {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #inquiry .inquiry__links li {
    border-radius: 10px;
    width: 240px;
  }
}
@media print, screen and (min-width: 769px) {
  #inquiry .inquiry__links li:nth-child(4) ~ li {
    margin-top: 45px;
  }
}
#inquiry .inquiry__links li a {
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  padding: 140px 0 30px;
}
@media only screen and (max-width: 768px) {
  #inquiry .inquiry__links li a {
    font-size: 1.2rem;
    padding: 70px 0 20px;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #inquiry .inquiry__links li a {
    font-size: 1.8rem;
    border-radius: 10px;
  }
}
#inquiry .inquiry__links li a span {
  background: url("../img/common/icon-arrow03.svg") no-repeat right center/11px 20px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  #inquiry .inquiry__links li a span {
    align-items: center;
    background-size: 6px 10px;
    display: flex;
    justify-content: center;
    min-height: 31px;
    padding-right: 12px;
  }
}
@media print, screen and (min-width: 769px) {
  #inquiry .inquiry__links li a span {
    line-height: 35px;
    padding-right: 20px;
  }
}
#inquiry .inquiry__links li:nth-child(1) a {
  background: url("../img/inquiry/icon-testdrive.svg") no-repeat center 37px/82px 82px;
}
@media only screen and (max-width: 768px) {
  #inquiry .inquiry__links li:nth-child(1) a {
    background-position: center 18px;
    background-size: 41px 41px;
  }
}
#inquiry .inquiry__links li:nth-child(2) a {
  background: url("../img/inquiry/icon-estimate.svg") no-repeat center 40px/62px 86px;
}
@media only screen and (max-width: 768px) {
  #inquiry .inquiry__links li:nth-child(2) a {
    background-position: center 22px;
    background-size: 40px 36px;
  }
}
#inquiry .inquiry__links li:nth-child(3) a {
  background: url("../img/inquiry/icon-webcatalog.svg") no-repeat center 30px/74px 98px;
}
@media only screen and (max-width: 768px) {
  #inquiry .inquiry__links li:nth-child(3) a {
    background-position: center 22px;
    background-size: auto 40px;
  }
}
#inquiry .inquiry__links li:nth-child(4) a {
  background: url("../img/inquiry/icon-buy.svg") no-repeat center 45px/101px 66px;
}
@media only screen and (max-width: 768px) {
  #inquiry .inquiry__links li:nth-child(4) a {
    background-position: center 22px;
    background-size: 50px 33px;
  }
}
#inquiry .inquiry__links li:nth-child(5) a {
  background: url("../img/inquiry/icon-maintenance.svg") no-repeat center 36px/81px 81px;
}
@media only screen and (max-width: 768px) {
  #inquiry .inquiry__links li:nth-child(5) a {
    background-position: center 18px;
    background-size: 40px 40px;
  }
}
#inquiry .inquiry__links li:nth-child(6) a {
  background: url("../img/inquiry/icon-business.svg") no-repeat center 45px/85px 67px;
}
@media only screen and (max-width: 768px) {
  #inquiry .inquiry__links li:nth-child(6) a {
    background-position: center 22px;
    background-size: 43px 33px;
  }
}
#inquiry .inquiry__links li:nth-child(7) a {
  background: url("../img/inquiry/icon-bankin.svg") no-repeat center 40px/87px 81px;
}
@media only screen and (max-width: 768px) {
  #inquiry .inquiry__links li:nth-child(7) a {
    background-position: center 22px;
    background-size: 43px 33px;
  }
}
#inquiry .inquiry__links li:nth-child(8) a {
  background: url("../img/inquiry/icon-ownership.svg") no-repeat center 45px/81px 74px;
}
@media only screen and (max-width: 768px) {
  #inquiry .inquiry__links li:nth-child(8) a {
    background-position: center 22px;
    background-size: 43px 33px;
  }
}
#inquiry .inquiry__links li:nth-child(8) a span {
  line-height: 1.28;
}
@media print, screen and (min-width: 769px) {
  #inquiry .inquiry__links li:nth-child(8) a span {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  #inquiry .inquiry__other {
    padding: 0 30px;
  }
}
@media print, screen and (min-width: 769px) {
  #inquiry .inquiry__other {
    display: flex;
    justify-content: space-between;
    margin-bottom: 75px;
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 769px) {
  #inquiry .inquiry__other .inquiry__other-item {
    width: 490px;
  }
}
@media only screen and (max-width: 768px) {
  #inquiry .inquiry__other .inquiry__other-item:not(:first-child) {
    margin-top: 30px;
  }
}
#inquiry .inquiry__other .inquiry__other-ttl {
  align-items: center;
  background: url("../img/inquiry/pict-line.svg") no-repeat left bottom/100% auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #inquiry .inquiry__other .inquiry__other-ttl {
    font-size: 1.5rem;
    padding-bottom: 22px;
  }
}
@media print, screen and (min-width: 769px) {
  #inquiry .inquiry__other .inquiry__other-ttl {
    font-size: 1.8rem;
    height: 106px;
    padding-bottom: 44px;
  }
}
@media print, screen and (min-width: 769px) {
  #inquiry .inquiry__other .inquiry__other-ttl.-mail {
    padding-top: 7px;
  }
}
@media only screen and (max-width: 768px) {
  #inquiry .inquiry__other .inquiry__other-ttl .icon-tel {
    width: 28px;
  }
}
@media print, screen and (min-width: 769px) {
  #inquiry .inquiry__other .inquiry__other-ttl .icon-tel {
    width: 56px;
  }
}
@media only screen and (max-width: 768px) {
  #inquiry .inquiry__other .inquiry__other-ttl .icon-mail {
    width: 31px;
  }
}
@media print, screen and (min-width: 769px) {
  #inquiry .inquiry__other .inquiry__other-ttl .icon-mail {
    margin-right: 15px;
    width: 62px;
  }
}
@media print, screen and (min-width: 769px) {
  #inquiry .inquiry__other .inquiry__lead {
    font-size: 1.6rem;
    margin: 14px 0 28px;
  }
}
#inquiry .inquiry__tel {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #inquiry .inquiry__tel {
    margin: 0 15px 26px;
    width: auto;
  }
}
#inquiry .inquiry__tel .tel__number p {
  font-size: 5rem;
  background: url("../img/common/icon-freedial.png") no-repeat left center/52px 34px;
  font-weight: 900;
  line-height: 1;
  padding-left: 64px;
}
@media only screen and (max-width: 768px) {
  #inquiry .inquiry__tel .tel__number p {
    font-size: 3.7rem;
    background-size: 41px 27px;
    margin-bottom: 7px;
    padding-left: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  #inquiry .inquiry__tel .tel__number p {
    font-size: 6.4rem;
  }
}
#inquiry .inquiry__tel .tel__text {
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  #inquiry .inquiry__tel .tel__text {
    font-size: 0.9rem;
    margin-bottom: 8px;
  }
}
#inquiry .inquiry__tel .tel__time {
  line-height: 1.57;
}
@media only screen and (max-width: 768px) {
  #inquiry .inquiry__tel .tel__time {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 769px) {
  #inquiry .inquiry__tel .tel__time {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  #inquiry .inquiry__mail {
    margin: 0 15px 90px;
    padding: 21px 0;
    width: auto;
  }
}
#inquiry .inquiry__mail .mail__text {
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #inquiry .inquiry__mail .mail__text {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
}
@media print, screen and (min-width: 769px) {
  #inquiry .inquiry__mail .mail__text {
    font-size: 4.1rem;
  }
}

#test-drive_test .form_main,
#shop-testdrive .form_main,
#car-testdrive .form_main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  width: 950px;
}
@media only screen and (max-width: 768px) {
  #test-drive_test .form_main,
  #shop-testdrive .form_main,
  #car-testdrive .form_main {
    padding: 15px;
    width: 100%;
  }
}
#test-drive_test .form_main .wpcf7-mail-sent-ok,
#shop-testdrive .form_main .wpcf7-mail-sent-ok,
#car-testdrive .form_main .wpcf7-mail-sent-ok {
  display: none !important;
}
#test-drive_test .form_main .choose_car,
#shop-testdrive .form_main .choose_car,
#car-testdrive .form_main .choose_car {
  padding-bottom: 50px;
}
#test-drive_test .form_main .choose_car .search,
#shop-testdrive .form_main .choose_car .search,
#car-testdrive .form_main .choose_car .search {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #test-drive_test .form_main .choose_car .search,
  #shop-testdrive .form_main .choose_car .search,
  #car-testdrive .form_main .choose_car .search {
    flex-direction: column;
  }
}
#test-drive_test .form_main .choose_car .search h2,
#shop-testdrive .form_main .choose_car .search h2,
#car-testdrive .form_main .choose_car .search h2 {
  font-size: 1.6rem;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  #test-drive_test .form_main .choose_car .search h2,
  #shop-testdrive .form_main .choose_car .search h2,
  #car-testdrive .form_main .choose_car .search h2 {
    font-size: 1.4rem;
    line-height: 4rem;
    margin-bottom: 15px;
  }
}
#test-drive_test .form_main .choose_car .search ul,
#shop-testdrive .form_main .choose_car .search ul,
#car-testdrive .form_main .choose_car .search ul {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-left: 35px;
}
@media only screen and (max-width: 768px) {
  #test-drive_test .form_main .choose_car .search ul,
  #shop-testdrive .form_main .choose_car .search ul,
  #car-testdrive .form_main .choose_car .search ul {
    flex-direction: column;
    margin-left: 0;
    width: 100%;
  }
}
#test-drive_test .form_main .choose_car .search ul li,
#shop-testdrive .form_main .choose_car .search ul li,
#car-testdrive .form_main .choose_car .search ul li {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-left: 20px;
  width: 264px;
}
@media only screen and (max-width: 768px) {
  #test-drive_test .form_main .choose_car .search ul li,
  #shop-testdrive .form_main .choose_car .search ul li,
  #car-testdrive .form_main .choose_car .search ul li {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
}
#test-drive_test .form_main .choose_car .search ul li:first-child,
#shop-testdrive .form_main .choose_car .search ul li:first-child,
#car-testdrive .form_main .choose_car .search ul li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  #test-drive_test .form_main .choose_car .search ul li:first-child,
  #shop-testdrive .form_main .choose_car .search ul li:first-child,
  #car-testdrive .form_main .choose_car .search ul li:first-child {
    margin-top: 0;
  }
}
#test-drive_test .form_main .choose_car .search ul li .label,
#shop-testdrive .form_main .choose_car .search ul li .label,
#car-testdrive .form_main .choose_car .search ul li .label {
  font-size: 1.4rem;
}
#test-drive_test .form_main .choose_car .search ul li .select,
#shop-testdrive .form_main .choose_car .search ul li .select,
#car-testdrive .form_main .choose_car .search ul li .select {
  background: #f7f8f8 url(../img/inquiry/icon_d_g.svg) no-repeat right 12px center/16px 10px;
  border: 1px solid #000;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 41px;
}
#test-drive_test .form_main .choose_car .search ul li .select select,
#shop-testdrive .form_main .choose_car .search ul li .select select,
#car-testdrive .form_main .choose_car .search ul li .select select {
  font-size: 1.3rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 39px;
  padding: 0 18px;
  width: 227px;
}
#test-drive_test .form_main .choose_car .search ul li .select select::-ms-expand,
#shop-testdrive .form_main .choose_car .search ul li .select select::-ms-expand,
#car-testdrive .form_main .choose_car .search ul li .select select::-ms-expand {
  display: none;
}
#test-drive_test .form_main .choose_car .search_button,
#shop-testdrive .form_main .choose_car .search_button,
#car-testdrive .form_main .choose_car .search_button {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
#test-drive_test .form_main .choose_car .search_button p,
#shop-testdrive .form_main .choose_car .search_button p,
#car-testdrive .form_main .choose_car .search_button p {
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  #test-drive_test .form_main .choose_car .search_button p,
  #shop-testdrive .form_main .choose_car .search_button p,
  #car-testdrive .form_main .choose_car .search_button p {
    margin-left: 5px;
  }
}
#test-drive_test .form_main .choose_car .search_button p a,
#shop-testdrive .form_main .choose_car .search_button p a,
#car-testdrive .form_main .choose_car .search_button p a {
  font-size: 1.3rem;
  line-height: 4rem;
  background: #005953;
  border-radius: 5px;
  color: #fff;
  display: block;
  letter-spacing: 0.15em;
  text-align: center;
  text-indent: 0.15em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100px;
}
@media only screen and (max-width: 768px) {
  #test-drive_test .form_main .choose_car .search_button p a,
  #shop-testdrive .form_main .choose_car .search_button p a,
  #car-testdrive .form_main .choose_car .search_button p a {
    font-size: 1.2rem;
    letter-spacing: 0;
    width: 60px;
  }
}
#test-drive_test .form_main .choose_car .search_button p a:hover,
#shop-testdrive .form_main .choose_car .search_button p a:hover,
#car-testdrive .form_main .choose_car .search_button p a:hover {
  opacity: 0.8;
}
#test-drive_test .form_main .choose_car .search_button p:first-child,
#shop-testdrive .form_main .choose_car .search_button p:first-child,
#car-testdrive .form_main .choose_car .search_button p:first-child {
  margin-left: 0;
}
#test-drive_test .form_main .choose_car .search_button p:first-child a,
#shop-testdrive .form_main .choose_car .search_button p:first-child a,
#car-testdrive .form_main .choose_car .search_button p:first-child a {
  width: 135px;
}
@media only screen and (max-width: 768px) {
  #test-drive_test .form_main .choose_car .search_button p:first-child a,
  #shop-testdrive .form_main .choose_car .search_button p:first-child a,
  #car-testdrive .form_main .choose_car .search_button p:first-child a {
    width: 84px;
  }
}
#test-drive_test .form_main .choose_car .search_info,
#shop-testdrive .form_main .choose_car .search_info,
#car-testdrive .form_main .choose_car .search_info {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 33px;
}
@media only screen and (max-width: 768px) {
  #test-drive_test .form_main .choose_car .search_info,
  #shop-testdrive .form_main .choose_car .search_info,
  #car-testdrive .form_main .choose_car .search_info {
    position: relative;
  }
}
#test-drive_test .form_main .choose_car .search_num h3,
#shop-testdrive .form_main .choose_car .search_num h3,
#car-testdrive .form_main .choose_car .search_num h3 {
  font-size: 1.6rem;
  line-height: 4rem;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  #test-drive_test .form_main .choose_car .search_num h3,
  #shop-testdrive .form_main .choose_car .search_num h3,
  #car-testdrive .form_main .choose_car .search_num h3 {
    font-size: 1.3rem;
  }
}
#test-drive_test .form_main .choose_car .search_num p,
#shop-testdrive .form_main .choose_car .search_num p,
#car-testdrive .form_main .choose_car .search_num p {
  font-size: 4rem;
  color: #005953;
  font-weight: 900;
  line-height: 1;
}
#test-drive_test .form_main .choose_car .search_layout,
#shop-testdrive .form_main .choose_car .search_layout,
#car-testdrive .form_main .choose_car .search_layout {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  #test-drive_test .form_main .choose_car .search_layout,
  #shop-testdrive .form_main .choose_car .search_layout,
  #car-testdrive .form_main .choose_car .search_layout {
    bottom: 0;
    position: absolute;
    right: 0;
  }
}
#test-drive_test .form_main .choose_car .search_layout a,
#shop-testdrive .form_main .choose_car .search_layout a,
#car-testdrive .form_main .choose_car .search_layout a {
  border: 1px solid #005953;
  background: #fff;
  border-radius: 5px;
  display: block;
  height: 40px;
  position: relative;
  width: 50px;
}
#test-drive_test .form_main .choose_car .search_layout a span,
#shop-testdrive .form_main .choose_car .search_layout a span,
#car-testdrive .form_main .choose_car .search_layout a span {
  border-radius: 5px;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
#test-drive_test .form_main .choose_car .search_layout a span::before, #test-drive_test .form_main .choose_car .search_layout a span::after,
#shop-testdrive .form_main .choose_car .search_layout a span::before,
#shop-testdrive .form_main .choose_car .search_layout a span::after,
#car-testdrive .form_main .choose_car .search_layout a span::before,
#car-testdrive .form_main .choose_car .search_layout a span::after {
  background: #005953;
  content: "";
  display: block;
  position: absolute;
}
#test-drive_test .form_main .choose_car .search_layout a::before, #test-drive_test .form_main .choose_car .search_layout a::after,
#shop-testdrive .form_main .choose_car .search_layout a::before,
#shop-testdrive .form_main .choose_car .search_layout a::after,
#car-testdrive .form_main .choose_car .search_layout a::before,
#car-testdrive .form_main .choose_car .search_layout a::after {
  background: #005953;
  content: "";
  display: block;
  position: absolute;
}
#test-drive_test .form_main .choose_car .search_layout a.active,
#shop-testdrive .form_main .choose_car .search_layout a.active,
#car-testdrive .form_main .choose_car .search_layout a.active {
  background: #005953;
}
#test-drive_test .form_main .choose_car .search_layout p:first-child a::before, #test-drive_test .form_main .choose_car .search_layout p:first-child a::after,
#test-drive_test .form_main .choose_car .search_layout p:first-child a span::before,
#test-drive_test .form_main .choose_car .search_layout p:first-child a span::after,
#shop-testdrive .form_main .choose_car .search_layout p:first-child a::before,
#shop-testdrive .form_main .choose_car .search_layout p:first-child a::after,
#shop-testdrive .form_main .choose_car .search_layout p:first-child a span::before,
#shop-testdrive .form_main .choose_car .search_layout p:first-child a span::after,
#car-testdrive .form_main .choose_car .search_layout p:first-child a::before,
#car-testdrive .form_main .choose_car .search_layout p:first-child a::after,
#car-testdrive .form_main .choose_car .search_layout p:first-child a span::before,
#car-testdrive .form_main .choose_car .search_layout p:first-child a span::after {
  height: 1px;
  left: 50%;
  margin-left: -8px;
  width: 16px;
}
#test-drive_test .form_main .choose_car .search_layout p:first-child a.active::before, #test-drive_test .form_main .choose_car .search_layout p:first-child a.active::after,
#test-drive_test .form_main .choose_car .search_layout p:first-child a.active span::before,
#test-drive_test .form_main .choose_car .search_layout p:first-child a.active span::after,
#shop-testdrive .form_main .choose_car .search_layout p:first-child a.active::before,
#shop-testdrive .form_main .choose_car .search_layout p:first-child a.active::after,
#shop-testdrive .form_main .choose_car .search_layout p:first-child a.active span::before,
#shop-testdrive .form_main .choose_car .search_layout p:first-child a.active span::after,
#car-testdrive .form_main .choose_car .search_layout p:first-child a.active::before,
#car-testdrive .form_main .choose_car .search_layout p:first-child a.active::after,
#car-testdrive .form_main .choose_car .search_layout p:first-child a.active span::before,
#car-testdrive .form_main .choose_car .search_layout p:first-child a.active span::after {
  background: #fff;
}
#test-drive_test .form_main .choose_car .search_layout p:first-child a::before,
#shop-testdrive .form_main .choose_car .search_layout p:first-child a::before,
#car-testdrive .form_main .choose_car .search_layout p:first-child a::before {
  top: 11px;
}
#test-drive_test .form_main .choose_car .search_layout p:first-child a::after,
#shop-testdrive .form_main .choose_car .search_layout p:first-child a::after,
#car-testdrive .form_main .choose_car .search_layout p:first-child a::after {
  top: 16px;
}
#test-drive_test .form_main .choose_car .search_layout p:first-child a span::before,
#shop-testdrive .form_main .choose_car .search_layout p:first-child a span::before,
#car-testdrive .form_main .choose_car .search_layout p:first-child a span::before {
  top: 21px;
}
#test-drive_test .form_main .choose_car .search_layout p:first-child a span::after,
#shop-testdrive .form_main .choose_car .search_layout p:first-child a span::after,
#car-testdrive .form_main .choose_car .search_layout p:first-child a span::after {
  top: 26px;
}
#test-drive_test .form_main .choose_car .search_layout p:last-child a::before, #test-drive_test .form_main .choose_car .search_layout p:last-child a::after,
#test-drive_test .form_main .choose_car .search_layout p:last-child a span::before,
#test-drive_test .form_main .choose_car .search_layout p:last-child a span::after,
#shop-testdrive .form_main .choose_car .search_layout p:last-child a::before,
#shop-testdrive .form_main .choose_car .search_layout p:last-child a::after,
#shop-testdrive .form_main .choose_car .search_layout p:last-child a span::before,
#shop-testdrive .form_main .choose_car .search_layout p:last-child a span::after,
#car-testdrive .form_main .choose_car .search_layout p:last-child a::before,
#car-testdrive .form_main .choose_car .search_layout p:last-child a::after,
#car-testdrive .form_main .choose_car .search_layout p:last-child a span::before,
#car-testdrive .form_main .choose_car .search_layout p:last-child a span::after {
  height: 8px;
  width: 8px;
}
#test-drive_test .form_main .choose_car .search_layout p:last-child a.active::before, #test-drive_test .form_main .choose_car .search_layout p:last-child a.active::after,
#test-drive_test .form_main .choose_car .search_layout p:last-child a.active span::before,
#test-drive_test .form_main .choose_car .search_layout p:last-child a.active span::after,
#shop-testdrive .form_main .choose_car .search_layout p:last-child a.active::before,
#shop-testdrive .form_main .choose_car .search_layout p:last-child a.active::after,
#shop-testdrive .form_main .choose_car .search_layout p:last-child a.active span::before,
#shop-testdrive .form_main .choose_car .search_layout p:last-child a.active span::after,
#car-testdrive .form_main .choose_car .search_layout p:last-child a.active::before,
#car-testdrive .form_main .choose_car .search_layout p:last-child a.active::after,
#car-testdrive .form_main .choose_car .search_layout p:last-child a.active span::before,
#car-testdrive .form_main .choose_car .search_layout p:last-child a.active span::after {
  background: #fff;
}
#test-drive_test .form_main .choose_car .search_layout p:last-child a::before,
#shop-testdrive .form_main .choose_car .search_layout p:last-child a::before,
#car-testdrive .form_main .choose_car .search_layout p:last-child a::before {
  left: 16px;
  top: 11px;
}
#test-drive_test .form_main .choose_car .search_layout p:last-child a::after,
#shop-testdrive .form_main .choose_car .search_layout p:last-child a::after,
#car-testdrive .form_main .choose_car .search_layout p:last-child a::after {
  right: 16px;
  top: 11px;
}
#test-drive_test .form_main .choose_car .search_layout p:last-child a span::before,
#shop-testdrive .form_main .choose_car .search_layout p:last-child a span::before,
#car-testdrive .form_main .choose_car .search_layout p:last-child a span::before {
  bottom: 11px;
  left: 16px;
}
#test-drive_test .form_main .choose_car .search_layout p:last-child a span::after,
#shop-testdrive .form_main .choose_car .search_layout p:last-child a span::after,
#car-testdrive .form_main .choose_car .search_layout p:last-child a span::after {
  bottom: 11px;
  right: 16px;
}
#test-drive_test .form_main .choose_car #search_result.type_list .result_header,
#shop-testdrive .form_main .choose_car #search_result.type_list .result_header,
#car-testdrive .form_main .choose_car #search_result.type_list .result_header {
  border-bottom: 1px solid #898989;
  display: flex;
  padding-left: 160px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #test-drive_test .form_main .choose_car #search_result.type_list .result_header,
  #shop-testdrive .form_main .choose_car #search_result.type_list .result_header,
  #car-testdrive .form_main .choose_car #search_result.type_list .result_header {
    display: none;
  }
}
#test-drive_test .form_main .choose_car #search_result.type_list .result_header p,
#shop-testdrive .form_main .choose_car #search_result.type_list .result_header p,
#car-testdrive .form_main .choose_car #search_result.type_list .result_header p {
  font-size: 1.3rem;
  color: #005953;
  font-weight: 900;
  width: 263px;
}
#test-drive_test .form_main .choose_car #search_result.type_list .result_item,
#shop-testdrive .form_main .choose_car #search_result.type_list .result_item,
#car-testdrive .form_main .choose_car #search_result.type_list .result_item {
  border-bottom: 1px solid #898989;
  padding: 15px 0;
}
#test-drive_test .form_main .choose_car #search_result.type_list .result_item .item_top,
#shop-testdrive .form_main .choose_car #search_result.type_list .result_item .item_top,
#car-testdrive .form_main .choose_car #search_result.type_list .result_item .item_top {
  display: flex;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #test-drive_test .form_main .choose_car #search_result.type_list .result_item .item_top,
  #shop-testdrive .form_main .choose_car #search_result.type_list .result_item .item_top,
  #car-testdrive .form_main .choose_car #search_result.type_list .result_item .item_top {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}
#test-drive_test .form_main .choose_car #search_result.type_list .result_item .item_top p,
#shop-testdrive .form_main .choose_car #search_result.type_list .result_item .item_top p,
#car-testdrive .form_main .choose_car #search_result.type_list .result_item .item_top p {
  font-size: 1.3rem;
  line-height: 2.5rem;
  font-weight: 900;
  padding-top: 8px;
  width: 263px;
}
@media only screen and (max-width: 768px) {
  #test-drive_test .form_main .choose_car #search_result.type_list .result_item .item_top p,
  #shop-testdrive .form_main .choose_car #search_result.type_list .result_item .item_top p,
  #car-testdrive .form_main .choose_car #search_result.type_list .result_item .item_top p {
    font-size: 1.6rem;
    padding-top: 0;
    width: auto;
  }
}
#test-drive_test .form_main .choose_car #search_result.type_list .result_item .item_top .car_name,
#shop-testdrive .form_main .choose_car #search_result.type_list .result_item .item_top .car_name,
#car-testdrive .form_main .choose_car #search_result.type_list .result_item .item_top .car_name {
  display: flex;
}
@media only screen and (max-width: 768px) {
  #test-drive_test .form_main .choose_car #search_result.type_list .result_item .item_top .car_name,
  #shop-testdrive .form_main .choose_car #search_result.type_list .result_item .item_top .car_name,
  #car-testdrive .form_main .choose_car #search_result.type_list .result_item .item_top .car_name {
    justify-content: space-between;
    margin-bottom: 32px;
    width: 100%;
  }
}
#test-drive_test .form_main .choose_car #search_result.type_list .result_item .item_top .car_name figure,
#shop-testdrive .form_main .choose_car #search_result.type_list .result_item .item_top .car_name figure,
#car-testdrive .form_main .choose_car #search_result.type_list .result_item .item_top .car_name figure {
  margin: 0;
  width: 160px;
}
@media only screen and (max-width: 768px) {
  #test-drive_test .form_main .choose_car #search_result.type_list .result_item .item_top .car_name figure,
  #shop-testdrive .form_main .choose_car #search_result.type_list .result_item .item_top .car_name figure,
  #car-testdrive .form_main .choose_car #search_result.type_list .result_item .item_top .car_name figure {
    width: 35%;
  }
}
#test-drive_test .form_main .choose_car #search_result.type_list .result_item .item_top .car_name figure img,
#shop-testdrive .form_main .choose_car #search_result.type_list .result_item .item_top .car_name figure img,
#car-testdrive .form_main .choose_car #search_result.type_list .result_item .item_top .car_name figure img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #test-drive_test .form_main .choose_car #search_result.type_list .result_item .item_top .car_grade,
  #shop-testdrive .form_main .choose_car #search_result.type_list .result_item .item_top .car_grade,
  #car-testdrive .form_main .choose_car #search_result.type_list .result_item .item_top .car_grade {
    width: 50%;
  }
  #test-drive_test .form_main .choose_car #search_result.type_list .result_item .item_top .car_grade p,
  #shop-testdrive .form_main .choose_car #search_result.type_list .result_item .item_top .car_grade p,
  #car-testdrive .form_main .choose_car #search_result.type_list .result_item .item_top .car_grade p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  #test-drive_test .form_main .choose_car #search_result.type_list .result_item .item_top .car_color,
  #shop-testdrive .form_main .choose_car #search_result.type_list .result_item .item_top .car_color,
  #car-testdrive .form_main .choose_car #search_result.type_list .result_item .item_top .car_color {
    width: 50%;
  }
  #test-drive_test .form_main .choose_car #search_result.type_list .result_item .item_top .car_color p,
  #shop-testdrive .form_main .choose_car #search_result.type_list .result_item .item_top .car_color p,
  #car-testdrive .form_main .choose_car #search_result.type_list .result_item .item_top .car_color p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
#test-drive_test .form_main .choose_car #search_result.type_list .result_item .item_top h4,
#shop-testdrive .form_main .choose_car #search_result.type_list .result_item .item_top h4,
#car-testdrive .form_main .choose_car #search_result.type_list .result_item .item_top h4 {
  display: none;
}
@media only screen and (max-width: 768px) {
  #test-drive_test .form_main .choose_car #search_result.type_list .result_item .item_top h4,
  #shop-testdrive .form_main .choose_car #search_result.type_list .result_item .item_top h4,
  #car-testdrive .form_main .choose_car #search_result.type_list .result_item .item_top h4 {
    font-size: 1.1rem;
    color: #005953;
    display: block;
  }
}
#test-drive_test .form_main .choose_car #search_result.type_list .result_item .item_bottom,
#shop-testdrive .form_main .choose_car #search_result.type_list .result_item .item_bottom,
#car-testdrive .form_main .choose_car #search_result.type_list .result_item .item_bottom {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #test-drive_test .form_main .choose_car #search_result.type_list .result_item .item_bottom,
  #shop-testdrive .form_main .choose_car #search_result.type_list .result_item .item_bottom,
  #car-testdrive .form_main .choose_car #search_result.type_list .result_item .item_bottom {
    flex-direction: column;
  }
}
#test-drive_test .form_main .choose_car #search_result.type_list .result_item .item_bottom .shop_info h4,
#shop-testdrive .form_main .choose_car #search_result.type_list .result_item .item_bottom .shop_info h4,
#car-testdrive .form_main .choose_car #search_result.type_list .result_item .item_bottom .shop_info h4 {
  font-size: 1.3rem;
  color: #005953;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 14px;
}
@media only screen and (max-width: 768px) {
  #test-drive_test .form_main .choose_car #search_result.type_list .result_item .item_bottom .shop_info h4,
  #shop-testdrive .form_main .choose_car #search_result.type_list .result_item .item_bottom .shop_info h4,
  #car-testdrive .form_main .choose_car #search_result.type_list .result_item .item_bottom .shop_info h4 {
    margin-bottom: 7px;
  }
}
#test-drive_test .form_main .choose_car #search_result.type_list .result_item .item_bottom .shop_info .shop_name,
#shop-testdrive .form_main .choose_car #search_result.type_list .result_item .item_bottom .shop_info .shop_name,
#car-testdrive .form_main .choose_car #search_result.type_list .result_item .item_bottom .shop_info .shop_name {
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 7px;
}
#test-drive_test .form_main .choose_car #search_result.type_list .result_item .item_bottom .shop_info .shop_name a,
#shop-testdrive .form_main .choose_car #search_result.type_list .result_item .item_bottom .shop_info .shop_name a,
#car-testdrive .form_main .choose_car #search_result.type_list .result_item .item_bottom .shop_info .shop_name a {
  color: #000;
}
#test-drive_test .form_main .choose_car #search_result.type_list .result_item .item_bottom .shop_info .shop_tel,
#shop-testdrive .form_main .choose_car #search_result.type_list .result_item .item_bottom .shop_info .shop_tel,
#car-testdrive .form_main .choose_car #search_result.type_list .result_item .item_bottom .shop_info .shop_tel {
  font-size: 1.3rem;
}
#test-drive_test .form_main .choose_car #search_result.type_list .result_item .item_bottom .choose_button,
#shop-testdrive .form_main .choose_car #search_result.type_list .result_item .item_bottom .choose_button,
#car-testdrive .form_main .choose_car #search_result.type_list .result_item .item_bottom .choose_button {
  padding-top: 18px;
}
#test-drive_test .form_main .choose_car #search_result.type_list .result_item .item_bottom .choose_button a,
#shop-testdrive .form_main .choose_car #search_result.type_list .result_item .item_bottom .choose_button a,
#car-testdrive .form_main .choose_car #search_result.type_list .result_item .item_bottom .choose_button a {
  font-size: 1.3rem;
  line-height: 4rem;
  background: #005953 url(../img/inquiry/icon_r_w.svg) no-repeat right 20px center/8px 12px;
  border-radius: 5px;
  color: #fff;
  display: block;
  letter-spacing: 0.12em;
  padding-left: 27px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 168px;
}
@media only screen and (max-width: 768px) {
  #test-drive_test .form_main .choose_car #search_result.type_list .result_item .item_bottom .choose_button a,
  #shop-testdrive .form_main .choose_car #search_result.type_list .result_item .item_bottom .choose_button a,
  #car-testdrive .form_main .choose_car #search_result.type_list .result_item .item_bottom .choose_button a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
}
#test-drive_test .form_main .choose_car #search_result.type_list .result_item .item_bottom .choose_button a:hover,
#shop-testdrive .form_main .choose_car #search_result.type_list .result_item .item_bottom .choose_button a:hover,
#car-testdrive .form_main .choose_car #search_result.type_list .result_item .item_bottom .choose_button a:hover {
  opacity: 0.8;
}
#test-drive_test .form_main .choose_car #search_result.type_panel .result_header,
#shop-testdrive .form_main .choose_car #search_result.type_panel .result_header,
#car-testdrive .form_main .choose_car #search_result.type_panel .result_header {
  display: none;
}
#test-drive_test .form_main .choose_car #search_result.type_panel .result_item,
#shop-testdrive .form_main .choose_car #search_result.type_panel .result_item,
#car-testdrive .form_main .choose_car #search_result.type_panel .result_item {
  border-radius: 3px;
  border: 1px solid #555;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 40px;
  padding: 38px 42px 38px;
}
@media only screen and (max-width: 768px) {
  #test-drive_test .form_main .choose_car #search_result.type_panel .result_item,
  #shop-testdrive .form_main .choose_car #search_result.type_panel .result_item,
  #car-testdrive .form_main .choose_car #search_result.type_panel .result_item {
    border-top: 1px solid #ccc;
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin-top: 15px;
    padding: 15px 0 0;
  }
}
#test-drive_test .form_main .choose_car #search_result.type_panel .result_item:first-child,
#shop-testdrive .form_main .choose_car #search_result.type_panel .result_item:first-child,
#car-testdrive .form_main .choose_car #search_result.type_panel .result_item:first-child {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
#test-drive_test .form_main .choose_car #search_result.type_panel .result_item .item_top,
#shop-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_top,
#car-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#test-drive_test .form_main .choose_car #search_result.type_panel .result_item .item_top p,
#shop-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_top p,
#car-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_top p {
  font-size: 1.3rem;
  line-height: 2.5rem;
  font-weight: 900;
}
#test-drive_test .form_main .choose_car #search_result.type_panel .result_item .item_top p br,
#shop-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_top p br,
#car-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_top p br {
  display: none;
}
#test-drive_test .form_main .choose_car #search_result.type_panel .result_item .item_top .car_name,
#shop-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_top .car_name,
#car-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_top .car_name {
  display: flex;
}
@media only screen and (max-width: 768px) {
  #test-drive_test .form_main .choose_car #search_result.type_panel .result_item .item_top .car_name,
  #shop-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_top .car_name,
  #car-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_top .car_name {
    flex-direction: column;
    width: 100%;
  }
}
#test-drive_test .form_main .choose_car #search_result.type_panel .result_item .item_top .car_name figure,
#shop-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_top .car_name figure,
#car-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_top .car_name figure {
  margin: 0;
  width: 176px;
}
@media only screen and (max-width: 768px) {
  #test-drive_test .form_main .choose_car #search_result.type_panel .result_item .item_top .car_name figure,
  #shop-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_top .car_name figure,
  #car-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_top .car_name figure {
    margin: 20px auto 0;
    width: 54%;
  }
}
#test-drive_test .form_main .choose_car #search_result.type_panel .result_item .item_top .car_name figure img,
#shop-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_top .car_name figure img,
#car-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_top .car_name figure img {
  width: 100%;
}
#test-drive_test .form_main .choose_car #search_result.type_panel .result_item .item_top .car_name p,
#shop-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_top .car_name p,
#car-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_top .car_name p {
  font-size: 1.8rem;
}
#test-drive_test .form_main .choose_car #search_result.type_panel .result_item .item_top .car_name,
#shop-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_top .car_name,
#car-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_top .car_name {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#test-drive_test .form_main .choose_car #search_result.type_panel .result_item .item_top .car_name figure,
#shop-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_top .car_name figure,
#car-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_top .car_name figure {
  order: 2;
}
#test-drive_test .form_main .choose_car #search_result.type_panel .result_item .item_top .car_name p,
#shop-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_top .car_name p,
#car-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_top .car_name p {
  font-size: 2rem;
  font-weight: 900;
  order: 1;
}
#test-drive_test .form_main .choose_car #search_result.type_panel .result_item .item_top .car_grade,
#test-drive_test .form_main .choose_car #search_result.type_panel .result_item .item_top .car_color,
#shop-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_top .car_grade,
#shop-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_top .car_color,
#car-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_top .car_grade,
#car-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_top .car_color {
  background: #e6e6e6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 31px;
  padding: 16px 16px 18px;
  width: 49.5%;
}
@media only screen and (max-width: 768px) {
  #test-drive_test .form_main .choose_car #search_result.type_panel .result_item .item_top .car_grade,
  #test-drive_test .form_main .choose_car #search_result.type_panel .result_item .item_top .car_color,
  #shop-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_top .car_grade,
  #shop-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_top .car_color,
  #car-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_top .car_grade,
  #car-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_top .car_color {
    margin-top: 0;
    padding: 10px;
  }
}
#test-drive_test .form_main .choose_car #search_result.type_panel .result_item .item_top .car_grade h4,
#test-drive_test .form_main .choose_car #search_result.type_panel .result_item .item_top .car_color h4,
#shop-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_top .car_grade h4,
#shop-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_top .car_color h4,
#car-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_top .car_grade h4,
#car-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_top .car_color h4 {
  font-size: 1.3rem;
  color: #708090;
  margin-bottom: 13px;
}
@media only screen and (max-width: 768px) {
  #test-drive_test .form_main .choose_car #search_result.type_panel .result_item .item_top .car_grade h4,
  #test-drive_test .form_main .choose_car #search_result.type_panel .result_item .item_top .car_color h4,
  #shop-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_top .car_grade h4,
  #shop-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_top .car_color h4,
  #car-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_top .car_grade h4,
  #car-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_top .car_color h4 {
    margin-bottom: 6px;
  }
}
#test-drive_test .form_main .choose_car #search_result.type_panel .result_item .item_bottom,
#shop-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_bottom,
#car-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_bottom {
  margin-top: 24px;
  padding-left: 210px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #test-drive_test .form_main .choose_car #search_result.type_panel .result_item .item_bottom,
  #shop-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_bottom,
  #car-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_bottom {
    flex-direction: column;
    padding-left: 0;
  }
}
#test-drive_test .form_main .choose_car #search_result.type_panel .result_item .item_bottom .shop_info h4,
#shop-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_bottom .shop_info h4,
#car-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_bottom .shop_info h4 {
  font-size: 1.3rem;
  color: #005953;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 14px;
}
#test-drive_test .form_main .choose_car #search_result.type_panel .result_item .item_bottom .shop_info .shop_name,
#shop-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_bottom .shop_info .shop_name,
#car-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_bottom .shop_info .shop_name {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 7px;
}
#test-drive_test .form_main .choose_car #search_result.type_panel .result_item .item_bottom .shop_info .shop_name a,
#shop-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_bottom .shop_info .shop_name a,
#car-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_bottom .shop_info .shop_name a {
  color: #000;
  text-decoration: underline;
}
#test-drive_test .form_main .choose_car #search_result.type_panel .result_item .item_bottom .shop_info .shop_tel,
#shop-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_bottom .shop_info .shop_tel,
#car-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_bottom .shop_info .shop_tel {
  font-size: 1.3rem;
}
#test-drive_test .form_main .choose_car #search_result.type_panel .result_item .item_bottom .choose_button,
#shop-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_bottom .choose_button,
#car-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_bottom .choose_button {
  padding-top: 18px;
}
#test-drive_test .form_main .choose_car #search_result.type_panel .result_item .item_bottom .choose_button a,
#shop-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_bottom .choose_button a,
#car-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_bottom .choose_button a {
  font-size: 1.6rem;
  line-height: 5rem;
  background: #005953 url(../img/inquiry/icon_r_w.svg) no-repeat right 20px center/8px 12px;
  border-radius: 5px;
  color: #fff;
  display: block;
  letter-spacing: 0.12em;
  padding-left: 27px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 290px;
}
@media only screen and (max-width: 768px) {
  #test-drive_test .form_main .choose_car #search_result.type_panel .result_item .item_bottom .choose_button a,
  #shop-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_bottom .choose_button a,
  #car-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_bottom .choose_button a {
    font-size: 1.3rem;
    line-height: 4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
}
#test-drive_test .form_main .choose_car #search_result.type_panel .result_item .item_bottom .choose_button a:hover,
#shop-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_bottom .choose_button a:hover,
#car-testdrive .form_main .choose_car #search_result.type_panel .result_item .item_bottom .choose_button a:hover {
  opacity: 0.8;
}
#test-drive_test .form_main .choose_car .more_btn,
#shop-testdrive .form_main .choose_car .more_btn,
#car-testdrive .form_main .choose_car .more_btn {
  margin-top: 20px;
  text-align: center;
}
#test-drive_test .form_main .choose_car .more_btn a,
#shop-testdrive .form_main .choose_car .more_btn a,
#car-testdrive .form_main .choose_car .more_btn a {
  font-size: 1.3rem;
  line-height: 4rem;
  background: #005953 url(../img/inquiry/icon_d_w.svg) no-repeat right 12px center/12px 8px;
  color: #fff;
  display: inline-block;
  font-weight: 900;
  width: 180px;
}

#request_form {
  display: none;
  margin: 0 auto 50px;
  width: 940px;
}
@media only screen and (max-width: 768px) {
  #request_form {
    width: 100%;
  }
}
#request_form .wpcf7-not-valid-tip {
  font-size: 1.3rem;
}
#request_form h2 {
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #request_form h2 {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
}
#request_form .indicator {
  display: flex;
  margin-bottom: 28px;
}
@media only screen and (max-width: 768px) {
  #request_form .indicator {
    margin-bottom: 14px;
  }
}
#request_form .indicator li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.3333%;
}
#request_form .indicator li span {
  font-size: 1.8rem;
  line-height: 5.7rem;
  border: 1px solid #666;
  border-radius: 7px;
  display: block;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #request_form .indicator li span {
    font-size: 1rem;
    line-height: 3rem;
  }
}
#request_form .indicator li.current span {
  background: #005953 url(../img/inquiry/icon_r_w.svg) no-repeat right 48px center/9px 17px;
  border: none;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #request_form .indicator li.current span {
    background-position: right 10px center;
    background-size: 4px 8px;
  }
}
#request_form .form_lead {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  #request_form .form_lead {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }
}
#request_form .form_table {
  margin-bottom: 28px;
}
@media only screen and (max-width: 768px) {
  #request_form .form_table {
    margin: 0 -15px 14px;
  }
}
#request_form .form_table .form_tr {
  display: flex;
}
@media only screen and (max-width: 768px) {
  #request_form .form_table .form_tr {
    flex-direction: column;
    margin-bottom: 15px;
  }
}
#request_form .form_table .form_tr .form_th {
  font-size: 1.6rem;
  align-items: center;
  background: #9fa0a0;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: flex;
  padding-left: 25px;
  width: 174px;
}
@media only screen and (max-width: 768px) {
  #request_form .form_table .form_tr .form_th {
    font-size: 1.4rem;
    flex-direction: row;
    padding: 10px;
    width: 100%;
  }
  #request_form .form_table .form_tr .form_th br {
    display: none;
  }
}
#request_form .form_table .form_tr .form_th small {
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  #request_form .form_table .form_tr .form_th small {
    font-size: 1rem;
    background: #333;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    margin-left: 10px;
    padding: 5px;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}
#request_form .form_table .form_tr .form_td {
  background: #f7f8f8;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px;
  width: 766px;
}
@media only screen and (max-width: 768px) {
  #request_form .form_table .form_tr .form_td {
    padding: 12px;
    width: 100%;
  }
}
#request_form .form_table .form_tr .form_td .form_ttl {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  margin-top: 40px;
  margin-bottom: 7px;
}
#request_form .form_table .form_tr .form_td .form_ttl:first-child {
  margin-top: 0;
}
#request_form .form_table .form_tr .form_td p {
  font-size: 1.3rem;
  line-height: 2.3rem;
}
@media only screen and (max-width: 768px) {
  #request_form .form_table .form_tr .form_td p {
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
}
#request_form .form_table .form_tr .form_td .day_lead {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #request_form .form_table .form_tr .form_td .day_lead {
    margin-bottom: 20px;
  }
}
#request_form .form_table .form_tr .form_td .day_item {
  display: flex;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  #request_form .form_table .form_tr .form_td .day_item {
    flex-direction: column;
    margin-top: 25px;
  }
}
#request_form .form_table .form_tr .form_td .day_item:first-of-type {
  margin-top: 0;
}
#request_form .form_table .form_tr .form_td .day_item h5 {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #request_form .form_table .form_tr .form_td .day_item h5 {
    font-size: 1.2rem;
  }
}
#request_form .form_table .form_tr .form_td .day_item > h5 {
  margin-right: 60px;
  width: 70px;
}
#request_form .form_table .form_tr .form_td .day_item .date {
  width: 137px;
}
@media only screen and (max-width: 768px) {
  #request_form .form_table .form_tr .form_td .day_item .date {
    align-items: center;
    display: flex;
    margin-bottom: 10px;
    width: 100%;
  }
  #request_form .form_table .form_tr .form_td .day_item .date h5 {
    margin-right: 10px;
    margin-bottom: 0;
  }
  #request_form .form_table .form_tr .form_td .day_item .date select {
    width: 150px;
  }
}
#request_form .form_table .form_tr .form_td .day_item .time {
  margin-left: 47px;
  width: 137px;
}
@media only screen and (max-width: 768px) {
  #request_form .form_table .form_tr .form_td .day_item .time {
    align-items: center;
    display: flex;
    margin-left: 0;
    width: 100%;
  }
  #request_form .form_table .form_tr .form_td .day_item .time h5 {
    margin-right: 10px;
    margin-bottom: 0;
  }
  #request_form .form_table .form_tr .form_td .day_item .time select {
    width: 150px;
  }
}
#request_form .form_table .form_tr .form_td .offer {
  font-size: 1.3rem;
  line-height: 1;
  margin-top: 10px;
}
#request_form .form_table .form_tr .form_td .example {
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 10px;
}
#request_form .form_table .form_tr .form_td .select_v1 select {
  font-size: 1.3rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #9fa0a0 url(../img/inquiry/icon_d_w.svg) no-repeat right 10px center/13px 8px;
  border: none;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  height: 40px;
  padding-left: 10px;
  text-align: center;
  width: 100%;
}
#request_form .form_table .form_tr .form_td .select_v1 select::-ms-expand {
  display: none;
}
#request_form .form_table .form_tr .form_td .select_v2 select {
  font-size: 1.3rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff url(../img/inquiry/icon_d_g.svg) no-repeat right 10px center/13px 8px;
  border: none;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 59px;
  padding-left: 10px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #request_form .form_table .form_tr .form_td .select_v2 select {
    height: 45px;
  }
}
#request_form .form_table .form_tr .form_td .select_v2 select::-ms-expand {
  display: none;
}
#request_form .form_table .form_tr .form_td .wpcf7-form-control {
  display: flex;
}
@media only screen and (max-width: 768px) {
  #request_form .form_table .form_tr .form_td .wpcf7-form-control {
    flex-wrap: wrap;
  }
}
#request_form .form_table .form_tr .form_td .wpcf7-form-control > span {
  display: inline-block;
  margin-left: 13px;
  width: 230px;
}
@media only screen and (max-width: 768px) {
  #request_form .form_table .form_tr .form_td .wpcf7-form-control > span {
    margin-left: 0;
    margin-right: 1%;
    width: 49.5%;
  }
  #request_form .form_table .form_tr .form_td .wpcf7-form-control > span:nth-child(2n) {
    margin-right: 0;
  }
}
#request_form .form_table .form_tr .form_td .wpcf7-form-control > span:first-child {
  margin-left: 0;
}
#request_form .form_table .form_tr .form_td .wpcf7-form-control > span label {
  background: #fff;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding-left: 64px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #request_form .form_table .form_tr .form_td .wpcf7-form-control > span label {
    border-radius: 2px;
    padding-left: 32px;
  }
}
#request_form .form_table .form_tr .form_td .wpcf7-form-control > span label input {
  opacity: 0;
  position: absolute;
}
#request_form .form_table .form_tr .form_td .wpcf7-form-control > span label :checked ~ span::before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#request_form .form_table .form_tr .form_td .wpcf7-form-control > span label :checked ~ span::after {
  -webkit-transform: scale(0.71);
          transform: scale(0.71);
}
#request_form .form_table .form_tr .form_td .wpcf7-form-control > span label span {
  font-size: 1.6rem;
  line-height: 6rem;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #request_form .form_table .form_tr .form_td .wpcf7-form-control > span label span {
    font-size: 1.2rem;
  }
}
#request_form .form_table .form_tr .form_td .wpcf7-form-control > span label span::before {
  background: #595757;
  border-radius: 12px;
  content: "";
  display: block;
  height: 20px;
  left: -53px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 20px;
}
@media only screen and (max-width: 768px) {
  #request_form .form_table .form_tr .form_td .wpcf7-form-control > span label span::before {
    height: 12px;
    left: -21px;
    margin-top: -6px;
    width: 12px;
  }
}
#request_form .form_table .form_tr .form_td .wpcf7-form-control > span label span::after {
  background: white;
  border-radius: 7px;
  content: "";
  display: block;
  height: 14px;
  left: -50px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 14px;
}
@media only screen and (max-width: 768px) {
  #request_form .form_table .form_tr .form_td .wpcf7-form-control > span label span::after {
    height: 8px;
    left: -19px;
    margin-top: -4px;
    width: 8px;
  }
}
#request_form .form_table .form_tr .form_td textarea {
  font-size: 1.4rem;
  background: #fff;
  border: none;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 310px;
  margin: 7px 0;
  padding: 10px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #request_form .form_table .form_tr .form_td textarea {
    height: 250px;
  }
}
#request_form .form_table .form_tr .form_td [type=text],
#request_form .form_table .form_tr .form_td [type=email] {
  font-size: 1.2rem;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-radius: 6px;
  height: 59px;
  padding: 10px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #request_form .form_table .form_tr .form_td [type=text],
  #request_form .form_table .form_tr .form_td [type=email] {
    height: 45px;
  }
}
#request_form .form_table .form_tr .form_td .input_col1 {
  margin-top: 12px;
}
#request_form .form_table .form_tr .form_td .input_col1:first-child {
  margin-top: 0;
}
#request_form .form_table .form_tr .form_td .input_col2 {
  display: flex;
}
@media only screen and (max-width: 768px) {
  #request_form .form_table .form_tr .form_td .input_col2 {
    flex-direction: column;
  }
}
#request_form .form_table .form_tr .form_td .input_col2 li {
  margin-left: 20px;
  width: 330px;
}
@media only screen and (max-width: 768px) {
  #request_form .form_table .form_tr .form_td .input_col2 li {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
}
#request_form .form_table .form_tr .form_td .input_col2 li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  #request_form .form_table .form_tr .form_td .input_col2 li:first-child {
    margin-top: 10px;
  }
}
#request_form .form_table .form_tr .form_td.form_address .zip_wrap {
  display: flex;
}
@media only screen and (max-width: 768px) {
  #request_form .form_table .form_tr .form_td.form_address .zip_wrap {
    justify-content: space-between;
  }
}
#request_form .form_table .form_tr .form_td.form_address .zip_wrap input {
  width: 230px;
}
@media only screen and (max-width: 768px) {
  #request_form .form_table .form_tr .form_td.form_address .zip_wrap input {
    width: 165px;
  }
}
#request_form .form_table .form_tr .form_td.form_address .zip_wrap a {
  font-size: 1.4rem;
  line-height: 5.9rem;
  background: #9fa0a0;
  border-radius: 7px;
  color: #000;
  display: block;
  margin-left: 15px;
  text-align: center;
  width: 192px;
}
@media only screen and (max-width: 768px) {
  #request_form .form_table .form_tr .form_td.form_address .zip_wrap a {
    line-height: 4rem;
    margin-left: 0;
    width: 120px;
  }
}
#request_form .form_table .form_tr .form_td.form_address .select_v2 {
  width: 152px;
}
#request_form .form_table .form_tr .form_td .tel_wrap {
  display: flex;
}
#request_form .form_table .form_tr .form_td .tel_wrap li {
  margin-left: 27px;
  position: relative;
  width: 195px;
}
#request_form .form_table .form_tr .form_td .tel_wrap li::before {
  background: #000;
  content: "";
  display: block;
  height: 2px;
  left: -20px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 14px;
}
#request_form .form_table .form_tr .form_td .tel_wrap li:first-child {
  margin-left: 0;
}
#request_form .form_table .form_tr .form_td .tel_wrap li:first-child::before {
  display: none;
}
#request_form .form_table .form_tr .form_td .birth_wrap {
  display: flex;
}
@media only screen and (max-width: 768px) {
  #request_form .form_table .form_tr .form_td .birth_wrap {
    align-items: center;
    justify-content: space-between;
  }
}
#request_form .form_table .form_tr .form_td .birth_wrap li {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-left: 20px;
  width: 163px;
}
@media only screen and (max-width: 768px) {
  #request_form .form_table .form_tr .form_td .birth_wrap li {
    margin-left: 0;
    justify-content: flex-start;
    width: auto;
  }
}
#request_form .form_table .form_tr .form_td .birth_wrap li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  #request_form .form_table .form_tr .form_td .birth_wrap li:first-child {
    margin-top: 0;
  }
  #request_form .form_table .form_tr .form_td .birth_wrap li:first-child .select_v2 {
    width: 80px;
  }
}
#request_form .form_table .form_tr .form_td .birth_wrap li .select_v2 {
  width: 134px;
}
@media only screen and (max-width: 768px) {
  #request_form .form_table .form_tr .form_td .birth_wrap li .select_v2 {
    margin-right: 10px;
    width: 65px;
  }
}
#request_form .form_table .form_tr .form_td .birth_wrap li p {
  font-size: 1.6rem;
}
#request_form .form_table .form_tr .form_td .year_wrap {
  display: flex;
}
@media only screen and (max-width: 768px) {
  #request_form .form_table .form_tr .form_td .year_wrap {
    justify-content: space-between;
  }
}
#request_form .form_table .form_tr .form_td .year_wrap .make_year {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 328px;
}
@media only screen and (max-width: 768px) {
  #request_form .form_table .form_tr .form_td .year_wrap .make_year {
    justify-content: flex-start;
    width: auto;
  }
}
#request_form .form_table .form_tr .form_td .year_wrap .make_year p {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #request_form .form_table .form_tr .form_td .year_wrap .make_year p {
    font-size: 1.2rem;
  }
}
#request_form .form_table .form_tr .form_td .year_wrap .make_year .input_col1 {
  margin: 0;
  width: 128px;
}
@media only screen and (max-width: 768px) {
  #request_form .form_table .form_tr .form_td .year_wrap .make_year .input_col1 {
    margin: 0 5px;
    width: 80px;
  }
}
#request_form .form_table .form_tr .form_td .year_wrap .make_month {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-left: 20px;
  width: 110px;
}
@media only screen and (max-width: 768px) {
  #request_form .form_table .form_tr .form_td .year_wrap .make_month {
    margin-left: 7px;
    width: auto;
  }
}
#request_form .form_table .form_tr .form_td .year_wrap .make_month .select_v2 {
  width: 80px;
}
@media only screen and (max-width: 768px) {
  #request_form .form_table .form_tr .form_td .year_wrap .make_month .select_v2 {
    width: 65px;
  }
}
#request_form .form_table .form_tr .form_td .year_wrap .make_month p {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #request_form .form_table .form_tr .form_td .year_wrap .make_month p {
    font-size: 1.2rem;
  }
}
#request_form .form_table .form_tr .form_td .next_buy {
  width: 218px;
}
#request_form .form_policy {
  font-size: 1.4rem;
  line-height: 2.5rem;
  border: 1px solid #595757;
  height: 300px;
  overflow-y: scroll;
  margin-bottom: 15px;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  #request_form .form_policy {
    font-size: 1.2rem;
    line-height: 2.4rem;
    height: 200px;
  }
}
#request_form .confirm_lead {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #request_form .confirm_lead {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
#request_form .confirm {
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  #request_form .confirm {
    margin-bottom: 25px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #request_form .confirm span.wpcf7-list-item {
    margin: 0;
    width: 100%;
  }
}
#request_form .confirm .wpcf7-list-item-label {
  font-size: 1.8rem;
  line-height: 5.9rem;
  border: 1px solid #727171;
  border-radius: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #595757;
  display: block;
  padding-left: 115px;
  position: relative;
  width: 312px;
}
@media only screen and (max-width: 768px) {
  #request_form .confirm .wpcf7-list-item-label {
    font-size: 1.2rem;
    line-height: 4rem;
    width: 100%;
  }
}
#request_form .confirm .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #727171;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  height: 20px;
  left: 36px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
}
@media only screen and (max-width: 768px) {
  #request_form .confirm .wpcf7-list-item-label::before {
    left: 10px;
  }
}
#request_form .confirm input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
#request_form .confirm input:checked ~ .wpcf7-list-item-label::before {
  background: #727171;
}
#request_form .confirm input:checked ~ .wpcf7-list-item-label::after {
  content: "";
  display: block;
  top: 24px;
  left: 44px;
  width: 3px;
  height: 8px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
@media only screen and (max-width: 768px) {
  #request_form .confirm input:checked ~ .wpcf7-list-item-label::after {
    top: 15px;
    left: 18px;
  }
}
#request_form .form_buttons {
  display: flex;
  justify-content: space-between;
}
#request_form .form_buttons .btn_back a {
  font-size: 1.4rem;
  line-height: 6.2rem;
  background: #005953;
  border-radius: 5px;
  color: #fff;
  display: block;
  text-align: center;
  width: 132px;
}
@media only screen and (max-width: 768px) {
  #request_form .form_buttons .btn_back a {
    width: 66px;
  }
}
@media only screen and (max-width: 768px) {
  #request_form .form_buttons .ajax-loader {
    display: none !important;
  }
}
#request_form .form_buttons .btn_confirm {
  display: flex;
  justify-content: flex-end;
  width: 670px;
}
@media only screen and (max-width: 768px) {
  #request_form .form_buttons .btn_confirm {
    width: 100%;
  }
}
#request_form .form_buttons .btn_confirm input {
  font-size: 1.4rem;
  line-height: 6.2rem;
  background: #005953 url(../img/inquiry/icon_r_w.svg) no-repeat right 34px center/8px 14px;
  border: none;
  border-radius: 5px;
  color: #fff;
  display: block;
  margin-left: 10px;
  padding: 0;
  text-align: center;
  width: 300px;
}
@media only screen and (max-width: 768px) {
  #request_form .form_buttons .btn_confirm input {
    width: 150px;
  }
}

#request_thanks {
  display: none;
  padding: 100px 0 200px;
}
@media only screen and (max-width: 768px) {
  #request_thanks {
    padding: 50px 0 100px;
  }
}
#request_thanks .thanks_text {
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #request_thanks .thanks_text {
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin-bottom: 18px;
  }
}
#request_thanks .thanks_link {
  text-align: center;
}
#request_thanks .thanks_link a {
  font-size: 2rem;
  line-height: 6rem;
  background: #005953;
  border-radius: 7px;
  color: white;
  display: inline-block;
  text-align: center;
  width: 250px;
}
@media only screen and (max-width: 768px) {
  #request_thanks .thanks_link a {
    font-size: 1.2rem;
    line-height: 4.5rem;
    width: 100%;
  }
}

#notfound .contents {
  margin: 50px auto 130px;
}
#notfound .contents .txt404 {
  font-size: 1.8rem;
  line-height: 3.2rem;
  margin-bottom: 20px;
}

#brandingpage {
  font-family: "Sawarabi mincho", sans-serif;
}
#brandingpage .header,
#brandingpage .breadcrumb,
#brandingpage .floating_navi_container {
  display: none;
}
#brandingpage .footer .btn_top,
#brandingpage .footer .inner,
#brandingpage .footer .footer__general {
  display: none;
}
#brandingpage .box {
  background: url("../img/brandingpage/img01.jpg") no-repeat center top/100% auto, url("../img/brandingpage/img02.jpg") no-repeat center bottom/100% auto;
  padding: 874px 0 792px;
  position: relative;
  width: 1200px;
}
@media only screen and (max-width: 768px) {
  #brandingpage .box {
    padding: 274px 0 253px;
    width: 100%;
  }
}
#brandingpage .top_logo {
  position: absolute;
  right: 32px;
  top: 32px;
}
#brandingpage .top_logo img {
  height: 25px;
  width: 259px;
}
#brandingpage h1 {
  font-size: 5.6rem;
  letter-spacing: 0.4em;
  margin-bottom: 40px;
  text-align: center;
  text-indent: -0.4em;
}
@media only screen and (max-width: 768px) {
  #brandingpage h1 {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
#brandingpage .txt {
  font-size: 2rem;
  line-height: 5rem;
  margin-bottom: 70px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #brandingpage .txt {
    font-size: 1rem;
    line-height: 2rem;
    margin-bottom: 35px;
  }
}
#brandingpage .bottom_logo {
  text-align: center;
}
#brandingpage .bottom_logo img {
  height: 51px;
  width: 379px;
}
@media only screen and (max-width: 768px) {
  #brandingpage .bottom_logo img {
    height: 25px;
    width: 190px;
  }
}

@media only screen and (max-width: 768px) {
  #otg .box {
    padding: 0 15px;
  }
}
#otg .section__title {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #otg .section__title {
    font-size: 1.4rem;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
#otg .activity__lead {
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #otg .activity__lead {
    font-size: 1.4rem;
    line-height: 2rem;
    margin: 25px 0 50px;
    text-align: left;
  }
  #otg .activity__lead br {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  #otg .activity__lead {
    font-size: 2rem;
    margin: 60px 0 166px;
  }
}
@media print, screen and (min-width: 769px) {
  #otg .group__title {
    margin-bottom: 30px;
  }
}
#otg .group__offer {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #otg .group__offer {
    font-size: 1.2rem;
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 769px) {
  #otg .group__offer {
    font-size: 2rem;
    margin-bottom: 80px;
  }
}
#otg .group__links-logo {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #otg .group__links-logo {
    margin-bottom: 30px;
  }
}
#otg .group__links-logo li {
  margin: 0 30px;
}
@media only screen and (max-width: 768px) {
  #otg .group__links-logo li {
    margin: 0 10px;
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  #otg .group__links-logo li img {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #otg .group__links-logo li img {
    height: 40px;
  }
}
#otg .group__links-text {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 130px;
}
@media only screen and (max-width: 768px) {
  #otg .group__links-text {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  #otg .group__links-text {
    padding: 0 30px;
  }
}
#otg .group__links-text li {
  line-height: 5rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  #otg .group__links-text li {
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 769px) {
  #otg .group__links-text li {
    margin: 0 20px;
  }
}
#otg .group__links-text li a {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #otg .group__links-text li a {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 769px) {
  #otg .group__links-text li:last-child {
    text-align: center;
    width: 100%;
  }
}
#otg .news__list {
  margin-top: 50px;
  margin-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  #otg .news__list {
    margin-top: 25px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  #otg .news__list li {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  #otg .news__list li {
    font-size: 1.6rem;
    margin-top: 40px;
  }
}
#otg .news__list li:first-child {
  margin-top: 0;
}
#otg .news__list li a {
  font-size: 1.2rem;
  line-height: 2.2rem;
  background: url("../img/common/200404/icon_arrow01.svg") no-repeat right 12px center/8px 12px;
  border: 1px solid #595757;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  width: 128px;
}
@media only screen and (max-width: 768px) {
  #otg .news__list li a {
    font-size: 1.2rem;
    line-height: 2rem;
    background-position: right 5px center;
    width: 100px;
  }
}
#otg .special__lead {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #otg .special__lead {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  #otg .special__lead {
    margin-bottom: 140px;
  }
}
#otg .special__lead p {
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  #otg .special__lead p {
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 769px) {
  #otg .special__lead p {
    font-size: 2rem;
  }
}
#otg .special__links {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #otg .special__links {
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 769px) {
  #otg .special__links {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 768px) {
  #otg .special__links li {
    margin-bottom: 20px;
    width: 48%;
  }
}
@media only screen and (max-width: 768px) {
  #otg .special__links li img {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #otg .special__links li:first-child img {
    width: 351px;
  }
}
@media print, screen and (min-width: 769px) {
  #otg .special__links li:nth-child(2) img {
    width: 304px;
  }
}
@media print, screen and (min-width: 769px) {
  #otg .special__links li:nth-child(3) img {
    width: 279px;
  }
}
#otg .copyright {
  font-size: 1.4rem;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #otg .copyright {
    font-size: 1rem;
    margin-bottom: 50px;
    text-align: center;
  }
}

#catalog .catalog_offer {
  font-size: 24px;
  margin-bottom: 30px;
}

#Purchase-reservation-choice .p-main {
  margin-bottom: 130px;
}
@media only screen and (max-width: 768px) {
  #Purchase-reservation-choice .p-main {
    margin-bottom: 70px;
    padding-top: 40px;
  }
}
#Purchase-reservation-choice .p-main .p-ttl {
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 5px;
  text-align: center;
}
#Purchase-reservation-choice .p-main .p-text {
  font-size: 1.4rem;
  margin-bottom: 26px;
  text-align: center;
}
#Purchase-reservation-choice .p-main .p-links {
  display: flex;
  justify-content: center;
}
#Purchase-reservation-choice .p-main .p-links li {
  margin: 0 20px;
  width: 166px;
}
@media only screen and (max-width: 768px) {
  #Purchase-reservation-choice .p-main .p-links li {
    margin: 0 15px;
  }
}
#Purchase-reservation-choice .p-main .p-links li a {
  border: 1px solid #000;
  border-radius: 20px;
  display: block;
  height: 166px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#Purchase-reservation-choice .p-main .p-links li a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  #Purchase-reservation-choice .p-main .p-links li a:hover {
    opacity: 1;
  }
}
#Purchase-reservation-choice .p-main .p-links li figure {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 125px;
  text-align: center;
}
#Purchase-reservation-choice .p-main .p-links li p {
  font-size: 1.2rem;
  text-align: center;
}
#Purchase-reservation-choice .p-main .p-links .p-link-shop figure {
  padding-top: 22px;
}
#Purchase-reservation-choice .p-main .p-links .p-link-online figure {
  padding-top: 5px;
}

#customersupport .p-mv {
  align-items: center;
  background: #005952;
  display: flex;
  flex-direction: column;
  height: 373px;
  justify-content: center;
  margin-bottom: 94px;
}
@media only screen and (max-width: 768px) {
  #customersupport .p-mv {
    height: 300px;
  }
}
#customersupport .p-mv .p-mv-logo {
  margin-bottom: 12px;
}
#customersupport .p-mv .p-mv-logo img {
  width: 319px;
}
@media only screen and (max-width: 768px) {
  #customersupport .p-mv .p-mv-logo img {
    width: 280px;
  }
}
#customersupport .p-mv .p-mv-title {
  font-size: 4rem;
  color: #fff;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  #customersupport .p-mv .p-mv-title {
    font-size: 2.4rem;
  }
}
#customersupport .p-mv .p-mv-notice {
  color: #e60012;
  text-align: center;
}
#customersupport .p-mv .p-mv-notice span {
  font-size: 1.5rem;
  background: #fff;
  margin-top: 3px;
  padding: 0 5px;
}
@media only screen and (max-width: 768px) {
  #customersupport .p-mv .p-mv-notice span {
    font-size: 1.2rem;
  }
}
#customersupport .p-contact-main {
  color: #000;
  margin: 0 auto 120px;
  width: 770px;
}
@media only screen and (max-width: 768px) {
  #customersupport .p-contact-main {
    padding: 0 15px;
    width: auto;
  }
}
#customersupport .p-support-desk {
  align-items: center;
  border: 2px solid #000;
  display: flex;
  flex-direction: column;
  margin-bottom: 70px;
  padding: 54px 0 20px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #customersupport .p-support-desk {
    padding-top: 30px;
  }
}
#customersupport .p-support-desk h3 {
  font-size: 4.8rem;
  background: #fff;
  padding: 0 24px;
  position: absolute;
  top: -38px;
}
@media only screen and (max-width: 768px) {
  #customersupport .p-support-desk h3 {
    font-size: 2rem;
    padding: 0 10px;
    top: -19px;
  }
}
#customersupport .p-support-info li {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  #customersupport .p-support-info li {
    font-size: 1.2rem;
  }
}
#customersupport .p-desk-tel {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
#customersupport .p-desk-tel .p-desk-tel-num {
  font-size: 5.7rem;
  line-height: 1.35;
}
@media only screen and (max-width: 768px) {
  #customersupport .p-desk-tel .p-desk-tel-num {
    font-size: 3rem;
  }
}
#customersupport .p-desk-tel .p-desk-tel-num a {
  color: #000;
}
#customersupport .p-consultation-tel {
  align-items: center;
  display: flex;
  flex-direction: column;
}
#customersupport .p-consultation-tel .p-consultation-tel-num {
  font-size: 3.1rem;
}
@media only screen and (max-width: 768px) {
  #customersupport .p-consultation-tel .p-consultation-tel-num {
    font-size: 1.8rem;
    text-align: center;
  }
}
#customersupport .p-consultation-tel .p-consultation-tel-num a {
  color: #000;
}
#customersupport .p-consultation-tel li {
  color: #e60012;
  text-align: center;
}
#customersupport .p-callcenter-lead {
  font-size: 1.8rem;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #customersupport .p-callcenter-lead {
    font-size: 1.4rem;
    margin-bottom: 20px;
    text-align: left;
  }
}
#customersupport .p-callcenter {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #customersupport .p-callcenter {
    flex-wrap: wrap;
  }
}
#customersupport .p-callcenter li {
  background: #005952;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 30px 0 20px;
  width: 384px;
}
@media only screen and (max-width: 768px) {
  #customersupport .p-callcenter li {
    padding: 20px 0 15px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #customersupport .p-callcenter li:first-child {
    margin-bottom: 15px;
  }
}
#customersupport .p-callcenter li .p-callcenter-num {
  font-size: 11.4rem;
  color: #fff;
  line-height: 100px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #customersupport .p-callcenter li .p-callcenter-num {
    font-size: 8rem;
    line-height: 80px;
  }
}
#customersupport .p-callcenter li .p-callcenter-num a {
  color: #000;
}
#customersupport .p-callcenter li .p-callcenter-text {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
}