@import url(./renewal-add.css);
:root {
  --color-black: #000;
  --color-white: #fff;
  --color-gray: #ddd;
  --color-light-gray: #f0f0f0;
  --color-dark-gray: #8d8d8d;
  --color-red: #c00;
  --color-dark-blue: #041d41;
  --color-green: #009944;
} /*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
::before,
::after {
  box-sizing: border-box;
}
html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: "Hiragino Kaku Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  line-height: 1.5;
}
main {
  overflow: hidden;
}
hr {
  height: 0;
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
  box-shadow: none;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
img {
  vertical-align: bottom;
}
.l-container--bg-gray {
  background-color: var(--color-light-gray);
}
.l-container--bg-dark-blue {
  background-color: var(--color-dark-blue);
}

.l-container--router .l-container__inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .l-container--router .l-container__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.l-container--link .l-container__inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .l-container--link .l-container__inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.l-container__wrap--bg-gray {
  background-color: var(--color-light-gray);
}
.l-container__wrap--bg-dark-blue {
  background-color: var(--color-dark-blue);
}
.l-container__inner {
  max-width: 1020px;
  padding: 60px 20px 70px;
  margin: 0 auto;
}
.l-container__inner-pb-60 {
  max-width: 1020px;
  padding: 60px 20px 60px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-container__inner-pb-60 {
    max-width: 1020px;
    padding: 60px 20px 40px;
    margin: 0 auto;
  }
}
.l-container__inner--wide-pdtb-70 {
  max-width: 1020px;
  padding: 70px 20px 70px;
  margin: 0 auto;
}
.l-container__inner--narrow-pdtb-40 {
  max-width: 1020px;
  padding: 40px 20px 70px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-container__inner {
    padding: 40px 30px 40px;
  }
  .l-container__inner.sp-pb70 {
    padding: 40px 30px 70px;
  }
}
.l-container__inner--narrow {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .l-container__inner--sp-pb-0 {
    padding-bottom: 0;
  }
}
.survey_wrap .l-container__inner {
  padding: 1px 20px 60px;
}
@media screen and (max-width: 768px) {
  .survey_wrap .l-container__inner {
    padding: 1px 20px 40px;
  }
}

.l-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background-color: var(--color-white);
  opacity: 0;
}
.l-modal.is-active {
  display: block;
  opacity: 1;
  -webkit-animation-name: modalAnimation;
  animation-name: modalAnimation;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.l-modal__inner {
  max-width: 1020px;
  padding: 30px 20px 100px;
  margin: 0 auto;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .l-modal__inner {
    padding: 60px 30px 35px;
  }
}
.l-modal__button {
  position: fixed;
  top: 20px;
  right: 40px;
  z-index: 9999;
  width: 25px;
  height: 25px;
  padding: 0;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 1);
  border: none;
  transition: opacity 0.4s ease;
}
@media (hover: hover) {
  .l-modal__button:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .l-modal__button {
    top: 20px;
    right: 20px;
  }
}
.l-modal__button::before,
.l-modal__button::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background-color: var(--color-black);
}
.l-modal__button::before {
  transform: rotate(-45deg);
}
.l-modal__button::after {
  transform: rotate(45deg);
}
.l-modal--mini {
  background-color: rgba(0, 0, 0, 0);
}
.l-modal--mini .l-modal__wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .l-modal--mini .l-modal__wrapper {
    background-color: var(--color-light-gray);
  }
}
.l-modal--mini .l-modal__outer {
  position: relative;
  z-index: 8888;
  width: 80%;
  max-width: 560px;
  min-height: 560px;
  max-height: 88vh;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-modal--mini .l-modal__outer {
    width: 100%;
    max-width: none;
    max-height: none;
  }
}
.l-modal--mini .l-modal__inner {
  position: relative;
  height: 100%;
  max-height: 88vh;
  padding: 50px;
  margin: 0 auto;
  /*	background-color: var(--color-light-gray)*/
  background-color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .l-modal--mini .l-modal__inner {
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    padding: 40px;
    overflow-y: scroll;
  }
  .l-modal--mini .l-modal__inner > * {
    padding-left: 0;
  }
}
.l-modal--mini .l-modal__body {
  height: 100%;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .l-modal--mini .l-modal__body > * {
    padding-left: 0;
  }
}
.l-modal--mini .l-modal__button {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .l-modal--mini .l-modal__button {
    position: fixed;
    top: 30px;
  }
}
.l-modal--mini .l-modal__overlay {
  display: block;
}
@media screen and (max-width: 768px) {
  .l-modal--mini .l-modal__overlay {
    display: none;
  }
}
.l-modal--mini.is-active .l-modal__overlay {
  opacity: 1;
}
.l-modal--slider {
  background-color: rgba(0, 0, 0, 0);
}
.l-modal--slider .l-modal__wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .l-modal--slider .l-modal__wrapper {
    background-color: var(--color-white);
  }
}
.l-modal--slider .l-modal__outer {
  position: relative;
  z-index: 8888;
  width: 80%;
  max-width: 1020px;
  max-height: 88vh;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-modal--slider .l-modal__outer {
    width: 100%;
    max-width: none;
  }
}
.l-modal--slider .l-modal__inner {
  position: relative;
  height: 100%;
  max-height: 88vh;
  padding: 40px;
  margin: 0 auto;
  background-color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .l-modal--slider .l-modal__inner {
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    padding: 45px;
    overflow-y: scroll;
  }
  .l-modal--slider .l-modal__inner > * {
    padding-left: 0;
  }
}
.l-modal--slider .l-modal__body {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .l-modal--slider .l-modal__body > * {
    padding-left: 0;
  }
}
.l-modal--slider .l-modal__button {
  position: absolute;
  top: 18px;
  right: 18px;
}
@media screen and (max-width: 768px) {
  .l-modal--slider .l-modal__button {
    position: fixed;
    top: 20px;
    right: 40px;
  }
}
.l-modal--slider .l-modal__overlay {
  display: block;
}
@media screen and (max-width: 768px) {
  .l-modal--slider .l-modal__overlay {
    display: none;
  }
}
.l-modal--slider.is-active .l-modal__overlay {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .l-modal--slider .c-slider {
    overflow: visible;
    margin-right: 0;
  }
}
.l-modal--slider .c-slider .swiper {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .l-modal--slider .c-slider .swiper {
    padding-right: 0;
  }
}
.l-modal--slider .c-modal-image-slider {
  margin-top: 20px;
}
.l-modal--slider .c-slider-image__prev {
  left: -60px;
}
@media screen and (max-width: 768px) {
  .l-modal--slider .c-slider-image__prev {
    left: 10px;
  }
}
.l-modal--slider .c-slider-image__next {
  right: -60px;
}
@media screen and (max-width: 768px) {
  .l-modal--slider .c-slider-image__next {
    right: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .l-modal--slider .c-slider-image__prev,
  .l-modal--slider .c-slider-image__next {
    transition-duration: 100ms;
  }
}
.l-modal--slider:not(.modal-slider-init) .c-slider-image__prev,
.l-modal--slider:not(.modal-slider-init) .c-slider-image__next {
  display: none;
}
.l-modal__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  opacity: 0;
}
.l-modal__overlay.is-active {
  display: block;
  opacity: 1;
  -webkit-animation-name: modalAnimation;
  animation-name: modalAnimation;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.l-modal .swiper:not(.swiper-initialized) .swiper-wrapper {
  flex-wrap: nowrap;
  margin-right: -8px;
  margin-left: -8px;
}
.l-modal .swiper:not(.swiper-initialized) .swiper-slide {
  flex-shrink: 1;
  width: auto;
  padding: 0 8px;
}
.l-modal .swiper:not(.swiper-initialized) .swiper-slide img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .l-modal .swiper:not(.swiper-initialized).slider-wrap .swiper-wrapper {
    flex-wrap: wrap;
    margin-bottom: -16px;
  }
  .l-modal .swiper:not(.swiper-initialized).slider-wrap[data-slide="3"] .swiper-slide {
    min-width: 290px;
    margin-bottom: 16px;
  }
  .l-modal .swiper:not(.swiper-initialized)[data-slide="3"] .swiper-slide {
    width: 33.3333333333%;
  }
  .l-modal .swiper:not(.swiper-initialized)[data-slide="4"] .swiper-slide {
    width: 25%;
  }
  .l-modal .swiper:not(.swiper-initialized)[data-slide="6"] .swiper-wrapper {
    flex-wrap: wrap;
  }
  .l-modal .swiper:not(.swiper-initialized)[data-slide="6"] .swiper-slide {
    width: 16.6666666667%;
    min-width: 160px;
  }
  .l-modal .swiper:not(.swiper-initialized)[data-sp-only] > .swiper-wrapper {
    flex-wrap: wrap;
    margin-top: -40px;
  }
  .l-modal .swiper:not(.swiper-initialized)[data-sp-only] .swiper-slide {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-modal .swiper:not(.swiper-initialized)[data-sp-slide="2"] .swiper-slide {
    width: 50%;
  }
}
.l-modal .swiper:not(.swiper-initialized) ~ .c-slider-image__prev,
.l-modal .swiper:not(.swiper-initialized) ~ .c-slider-image__next {
  display: none;
}
body.is-modal-open {
  overflow-y: hidden;
}
.c-modal-image {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-modal-image img {
    max-width: 200px;
  }
}
.c-modal-title {
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .c-modal-title {
    font-size: 20px;
  }
}
.c-modal-note {
  font-size: 12px;
}
.c-modal-stack > *:first-child {
  margin-top: 0;
}
.c-modal-stack > * + * {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .c-modal-stack > * + * {
    margin-top: 20px;
  }
}
@-webkit-keyframes modalAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modalAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.l-sticky-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  visibility: hidden;
  background-color: var(--color-light-gray);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-animation-name: stickyHideAnimation;
  animation-name: stickyHideAnimation;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 768px) {
  .l-sticky-menu {
    background-color: var(--color-black);
  }
}
.l-sticky-menu.is-active {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-animation-name: stickyShowAnimation;
  animation-name: stickyShowAnimation;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 768px) {
  .l-sticky-menu {
    display: none;
  }
}
.l-sticky-menu__inner {
  max-width: 1020px;
  height: 58px;
  padding: 15px 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-sticky-menu__inner {
    height: auto;
    padding: 12px 5px 12px;
  }
}
.l-sticky-menu__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0;
  margin: 0 -12px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .l-sticky-menu__nav {
    justify-content: space-between;
    max-width: 375px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .l-sticky-menu__nav--col5 {
    justify-content: center;
    padding: 0;
  }
}
.l-sticky-menu__item {
  padding: 0 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-sticky-menu__item {
    padding: 0 10px;
  }
  .l-sticky-menu__item--narrow {
    padding: 0 6px;
  }
  .l-sticky-menu__nav--col5 .l-sticky-menu__item {
    padding: 0 2px;
  }
  .l-sticky-menu__nav--col5 .l-sticky-menu__item--narrow {
    padding: 0 2px;
  }
}
.l-sticky-menu__link {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-black);
  text-decoration: none;
  transition: opacity 0.4s ease;
}
@media (hover: hover) {
  .l-sticky-menu__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .l-sticky-menu__link {
    flex-direction: column;
    font-size: 9px;
    color: var(--color-white);
  }
}
.l-sticky-menu__link > img {
  width: auto;
  max-height: 30px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .l-sticky-menu__link > img {
    max-height: 28px;
    margin-right: 0;
    margin-bottom: 4px;
  }
  .l-sticky-menu__nav--col5 .l-sticky-menu__link > p {
    transform: scale(0.9);
  }
  .l-sticky-menu__icon--pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .l-sticky-menu__icon--sp {
    display: none;
  }
}
@-webkit-keyframes stickyHideAnimation {
  0% {
    display: none;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes stickyHideAnimation {
  0% {
    display: none;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@-webkit-keyframes stickyShowAnimation {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes stickyShowAnimation {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.c-grid {
  display: flex;
}
.c-grid + .c-grid {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .c-grid + .c-grid {
    margin-top: 0;
  }
}
.c-grid--col1 {
  flex-direction: column;
  margin-right: 0;
  margin-left: 0;
}
.c-grid--col1 > * {
  width: 100%;
  padding: 0;
}
.c-grid--col2 {
  margin-right: -15px;
  margin-left: -15px;
}
.c-grid--col2 > * {
  width: 50%;
  padding: 0 15px;
}
.c-grid--col3 {
  margin-right: -8px;
  margin-left: -8px;
}
.c-grid--col3 > * {
  width: 33.333%;
  padding: 0 8px;
}
.c-grid--col1-2 {
  margin-right: -8px;
  margin-left: -8px;
}
.c-grid--col1-2 > * {
  padding: 0 8px;
}
.c-grid--col1-2 > *:first-child {
  width: 33.3333333333%;
}
.c-grid--col1-2 > *:last-child {
  width: 50%;
}
.c-grid--col4 {
  margin-right: -8px;
  margin-left: -8px;
}
.c-grid--col4 > * {
  width: 25%;
  padding: 0 8px;
}
.c-grid--col3-4 {
  margin-right: -10px;
  margin-left: -10px;
}
.c-grid--col3-4 > * {
  padding: 0 10px;
}
.c-grid--col3-4 > *:first-child {
  width: 40%;
}
.c-grid--col3-4 > *:last-child {
  width: 60%;
}
.c-grid--col5 {
  margin-right: -8px;
  margin-left: -8px;
}
.c-grid--col5 > * {
  width: 20%;
  padding: 0 8px;
}
.c-grid--col6 {
  margin-right: -8px;
  margin-left: -8px;
}
.c-grid--col6 > * {
  width: 16.6666666667%;
  padding: 0 8px;
}
.c-grid--wrap {
  flex-wrap: wrap;
}
.c-grid--center {
  align-items: center;
}
.c-grid--space > * {
  margin-top: 20px;
}
.c-grid--space > *:first-child {
  margin-top: 0;
}
.c-grid--space > *:nth-child(2) {
  margin-top: 0;
}
.c-grid--space.c-grid--col3 > *:nth-child(3) {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .c-grid--space.c-grid--col4 > *:nth-child(-n + 4) {
    margin-top: 0;
  }
  .c-grid--space.c-grid--col5 > *:nth-child(-n + 5) {
    margin-top: 0;
  }
  .c-grid--reverse {
    flex-direction: row-reverse;
  }
  .c-grid--pc-xl-space > * {
    margin-top: 60px;
  }
  .c-grid--pc-xl-space > *:first-child {
    margin-top: 0;
  }
  .c-grid--pc-xl-space > *:nth-child(2) {
    margin-top: 0;
  }
  .c-grid--pc-xl-space.c-grid--col3 > *:nth-child(3) {
    margin-top: 0;
  }
  .c-grid--pc-xl-space.c-grid--col4 > *:nth-child(-n + 4) {
    margin-top: 0;
  }
  .c-grid--pc-l-space > * {
    margin-top: 40px;
  }
  .c-grid--pc-l-space > *:first-child {
    margin-top: 0;
  }
  .c-grid--pc-l-space > *:nth-child(2) {
    margin-top: 0;
  }
  .c-grid--pc-l-space.c-grid--col3 > *:nth-child(3) {
    margin-top: 0;
  }
  .c-grid--pc-l-space.c-grid--col4 > *:nth-child(-n + 4) {
    margin-top: 0;
  }
  .c-grid--pc-l-space.c-grid--col5 > *:nth-child(-n + 5) {
    margin-top: 0;
  }
  .c-grid--pc-space > * {
    margin-top: 30px;
  }
  .c-grid--pc-space > *:first-child {
    margin-top: 0;
  }
  .c-grid--pc-space > *:nth-child(2) {
    margin-top: 0;
  }
  .c-grid--pc-space.c-grid--col3 > *:nth-child(3) {
    margin-top: 0;
  }
  .c-grid--pc-space.c-grid--col4 > *:nth-child(-n + 4) {
    margin-top: 0;
  }
  .c-grid--pc-space.c-grid--col5 > *:nth-child(-n + 5) {
    margin-top: 0;
  }
  .c-grid--pc-s-space > * {
    margin-top: 10px;
  }
  .c-grid--pc-s-space > *:first-child {
    margin-top: 0;
  }
  .c-grid--pc-narrow {
    margin-right: -6px;
    margin-left: -6px;
  }
  .c-grid--pc-narrow > * {
    padding: 0 6px;
  }
}
@media screen and (max-width: 768px) {
  .c-grid--sp-col1 {
    flex-direction: column;
    margin-right: 0;
    margin-left: 0;
  }
  .c-grid--sp-col1 > * {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .c-grid--sp-col1 > *:first-child {
    width: 100%;
    margin-top: 0;
  }
  .c-grid--sp-col1 > *:last-child {
    width: 100%;
  }
  .c-grid--sp-col2 {
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
  }
  .c-grid--sp-col2 > * {
    width: 50%;
    padding: 0 8px;
    margin-top: 10px;
  }
  .c-grid--sp-l-space > * {
    margin-top: 70px;
  }
  .c-grid--sp-l-space > *:first-child {
    margin-top: 0;
  }
  .c-grid--sp-l-space.c-grid--sp-col2 > *:nth-child(2) {
    margin-top: 0;
  }
  .c-grid--sp-space > * {
    margin-top: 30px;
  }
  .c-grid--sp-space > *:first-child {
    margin-top: 0;
  }
  .c-grid--sp-space.c-grid--sp-col2 > *:nth-child(2) {
    margin-top: 0;
  }
  .c-grid--sp-s-space > * {
    margin-top: 10px;
  }
  .c-grid--sp-s-space > *:first-child {
    margin-top: 0;
  }
  .c-grid--sp-s-space.c-grid--sp-col2 > *:nth-child(2) {
    margin-top: 0;
  }
  .c-grid--sp-no-space > * {
    margin-top: 0;
  }
}
.c-heading1 {
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-heading1 {
    font-size: 28px;
  }
}
.c-heading2 {
  position: relative;
  padding-left: 12px;
  font-size: 24px;
  font-weight: 700;
}
.c-heading2::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 4px;
  height: 70.67%;
  content: "";
  background-color: var(--color-red);
  border-radius: 5px;
  transform: translate(0, -50%);
}
.c-heading2.c-nodeco::before {
  content: none;
}
@media screen and (max-width: 768px) {
  .c-heading2 {
    font-size: 24px;
  }
}
.c-heading2 > sup {
  top: -1.4em;
  font-size: 0.4em;
}
.c-heading3 {
  font-size: 20px;
  font-weight: 700;
}
.c-heading3.c-deco {
  padding-left: 15px;
  font-size: 20px;
  position: relative;
}
.c-heading3.c-deco::before {
  position: absolute;
  top: 14%;
  left: 0;
  width: 4px;
  height: 68%;
  content: "";
  border-radius: 4px;
  background: #a0a0a0;
}

@media screen and (max-width: 768px) {
  .c-heading3 {
    font-size: 20px;
  }
}
.c-heading3 > sup {
  top: -1.4em;
  font-size: 0.4em;
}
.c-heading4 {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .c-heading4 {
    font-size: 16px;
  }
}
.l-container--bg-dark-blue .c-heading1,
.l-container--bg-dark-blue .c-heading2,
.l-container--bg-dark-blue .c-heading3,
.l-container--bg-dark-blue .c-heading4,
.l-container__wrap--bg-dark-blue .c-heading1,
.l-container__wrap--bg-dark-blue .c-heading2,
.l-container__wrap--bg-dark-blue .c-heading3,
.l-container__wrap--bg-dark-blue .c-heading4 {
  color: var(--color-white);
}
.l-container--bg-dark-blue .c-heading2::before,
.l-container__wrap--bg-dark-blue .c-heading2::before {
  background-color: var(--color-white);
}
.c-text {
  margin-top: 20px;
  font-size: 16px;
}
.c-text em {
  font-style: normal;
  font-weight: 700;
}
/*.c-text + .c-text {
	margin-top: 16px
}*/
.c-text--size-xs {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .c-text--size-xs {
    line-height: 1.285;
  }
}
.c-text--size-xs + .c-text--size-xs {
  margin-top: 10px;
}
.c-text--size-s {
  font-size: 14px;
}
.c-text--size-ss {
  font-size: 12px;
}

.c-text--size-s + .c-text--size-s {
  margin-top: 14px;
}
.c-text--note {
  padding-left: 2em;
  text-indent: -1.5em;
  font-size: 14px;
}
.c-text--note::before {
  content: attr(data-type);
}
.c-text--caution {
  color: var(--color-red);
}
.c-text--caution--green {
  color: var(--color-green);
}

.mt5 {
  margin-top: 5px;
}

.l-container--bg-dark-blue .c-text,
.l-container__wrap--bg-dark-blue .c-text {
  color: var(--color-white);
}
.c-text-em {
  font-style: normal;
  font-weight: 700;
}
.c-text-box__inner {
  padding: 20px;
  font-size: 16px;
  color: var(--color-dark-gray);
  text-align: center;
  background-color: var(--color-white);
  border: 1px solid var(--color-gray);
}
.c-text-box--outer {
  max-width: 1020px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-text-box--outer {
    padding: 0;
  }
  .c-text-box--outer .c-text-box__inner {
    border-right: none;
    border-left: none;
  }
}
.c-text-box.is-hide {
  display: none;
}
.c-link > a {
  position: relative;
  padding-right: 12px;
  font-size: 12px;
  color: var(--color-black);
  text-decoration: none;
}
@media (hover: hover) {
  .c-link > a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .c-link > a {
    font-size: 12px;
    line-height: 1.5;
    display: inline-block;
  }
}
.c-link > a::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 6px;
  height: 12px;
  content: "";
  background: url(/auto/common/images/icon/icon_arrow_right.svg) no-repeat 0 0;
  background-size: 100% auto;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .c-link.inline_t > a::after {
    display: none;
    width: 6px;
    height: 12px;
    content: "";
    background: url(/auto/common/images/icon/icon_arrow_right.svg) no-repeat 0 0;
    background-size: 100% auto;
    transform: translate(0, -50%);
    border: 1px #c00 solid;
  }

  .c-link.inline_t > a span {
    display: inline-block;
    width: 6px;
    height: 12px;
    content: "";
    background: url(/auto/common/images/icon/icon_arrow_right.svg) no-repeat 0 0;
    background-size: 100% auto;
    margin-left: 10px;
    margin-bottom: -1px;
  }
}

@media screen and (max-width: 768px) {
  .c-link > a::after {
    right: 0;
    width: 6px;
    height: 12px;
  }
}
.c-text-link--point .c-text-link__link {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.c-text-link__link {
  color: var(--color-black);
}
.c-text-link__link:hover {
  text-decoration: none;
}

.c-box-link {
  display: flex;
  padding: 0;
  margin: 40px 0 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .c-box-link {
    display: block;
    margin-top: 30px;
    margin-right: -30px;
    margin-left: -30px;
    border-top: 1px solid var(--color-gray);
    border-bottom: 1px solid var(--color-gray);
    overflow-x: auto;
    letter-spacing: -0.4em;
    white-space: nowrap;
    flex-wrap: nowrap;
  }
}

.c-box-link__wrap.is-fixed {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .c-box-link__wrap.is-fixed {
    margin-top: 30px;
  }
}

.is-fixed .c-box-link__base {
  width: 100%;
  position: fixed;
  top: 48px;
  left: 0;
  background-color: var(--color-white);
  z-index: 8800;
}

.is-fixed .c-box-link {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  overflow-x: auto;
}

@media screen and (max-width: 768px) {
  .is-fixed .c-box-link__base {
    top: 55px;
  }
}

.c-box-link__item {
  width: 25%;
  position: relative;
}

.c-box-link__item.is-current::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--color-black);
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .c-box-link__item {
    width: auto;
    display: inline-block;
    letter-spacing: normal;
    flex: 1 0 45%;
  }
}
.c-box-link__item > a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 11px 40px 11px 17px;
  color: var(--color-black);
  text-decoration: none;
  background-color: var(--color-white);
  border-top: 1px solid var(--color-gray);
  border-bottom: 1px solid var(--color-gray);
  border-right: 1px solid var(--color-gray);
  transition: border-color 0.4s ease;
}
@media screen and (max-width: 768px) {
  .c-box-link__item > a {
    border-right: none;
    border-bottom: none;
  }
}
.c-box-link__item.is-current > a {
  background-color: var(--color-light-gray);
}
@media (hover: hover) {
  .c-box-link__item > a:hover {
    background-color: var(--color-light-gray);
  }
}
.c-box-link__item > a:hover::before {
  /*	opacity: 1*/
}
@media screen and (max-width: 768px) {
  .c-box-link__item > a {
    min-height: 50px;
    padding: 9px 40px 9px 15px;
    border-top: none;
  }
}
.c-box-link__item > a::before {
  position: absolute;
  content: "";
  top: -1px;
  left: -1px;
  border-left: 1px solid var(--color-black);
  width: 1px;
  height: calc(100% + 2px);
  opacity: 0;
  transition: opacity 0.4s ease;
}
@media screen and (max-width: 768px) {
  .c-box-link__item > a::before {
    opacity: 0;
    display: none;
  }
}
.c-box-link__item > a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 8px;
  height: 16px;
  content: "";
  background: url(/auto/common/images/icon/icon_arrow_right.svg) no-repeat 0 0;
  background-size: 100% auto;
  transform: translate(0, -50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-box-link__item > a::after {
    right: 17px;
    width: 6px;
    height: 12px;
  }
}
.c-box-link__item:first-child > a {
  border-left: 1px solid var(--color-gray);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  transition: border-color 0.4s ease;
}
@media screen and (max-width: 768px) {
  .c-box-link__item:first-child > a {
    border-radius: 0;
  }
}
@media (hover: hover) {
  .c-box-link__item:first-child > a:hover {
    border-color: var(--color-gray);
  }
}
.c-box-link__item:first-child > a::before {
  display: none;
}
.c-box-link__item:last-child > a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media screen and (max-width: 768px) {
  /*	.c-box-link {
		border-top: none;
	}*/

  .c-box-link__item {
    margin-left: -1px;
    position: relative;
  }

  .c-box-link__item:hover,
  .c-box-link__item.is-current {
    z-index: 1;
  }

  .c-box-link__item > a {
    border-top: none;
    border-left: none;
  }

  .c-box-link__item:last-child > a {
    border-radius: 0;
  }
}

@media screen and (min-width: 769px) {
  .c-box-link--col2 .c-box-link__item {
    width: 50%;
  }
  .c-box-link--col3 .c-box-link__item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .c-box-link--sp-col1 .c-box-link__item {
    width: 100%;
  }
  .c-box-link--sp-col1 .c-box-link__item > a {
    padding-left: 30px;
    padding-right: 30px;
  }
  .c-box-link--sp-col1 .c-box-link__item > a::after {
    right: 30px;
  }
  .c-box-link--scroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    border-bottom: 1px solid var(--color-gray);
  }
  .c-box-link--scroll .c-box-link__item {
    flex-shrink: 0;
    width: auto;
  }
  .c-box-link--scroll .c-box-link__item:first-child {
    margin-left: 30px;
  }
  .c-box-link--scroll .c-box-link__item:last-child {
    margin-right: 30px;
  }
  .c-box-link--scroll .c-box-link__item > a {
    padding: 4px 35px 4px 10px;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
  .c-box-link--scroll .c-box-link__item > a::after {
    right: 17px;
  }
}
.c-box-link--arrow-down .c-box-link__item > a {
  border-radius: 0;
}
.c-box-link--arrow-down .c-box-link__item > a::after {
  width: 6px;
  height: 12px;
  margin-top: -5px;
  transform: rotate(90deg);
}
.c-list-link {
  display: flex;
  padding: 0;
  margin: 40px 0 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .c-list-link {
    flex-wrap: wrap;
    margin-top: 20px;
    margin-right: -30px;
    margin-left: -30px;
    border-top: 1px solid var(--color-gray);
  }
}
.c-list-link__item {
  margin-left: 35px;
}
@media screen and (max-width: 768px) {
  .c-list-link__item {
    margin-left: 0;
    width: 100%;
  }
}
.c-list-link__item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .c-list-link__item:first-child {
    margin-top: 0;
  }
}
.c-list-link__item > a {
  position: relative;
  font-size: 16px;
  color: var(--color-black);
  text-decoration: none;
}
@media (hover: hover) {
  .c-list-link__item > a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .c-list-link__item > a {
    display: block;
    width: 100%;
    padding: 25px 30px;
    border-bottom: 1px solid var(--color-gray);
  }
}
.c-list-link__item > a::after {
  display: inline-block;
  width: 6px;
  height: 12px;
  content: "";
  background: url(/auto/common/images/icon/icon_arrow_right.svg) no-repeat 0 0;
  background-size: 100% auto;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .c-list-link__item > a::after {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 6px;
    height: 12px;
    transform: translate(0, -50%);
  }
}
.c-list-link__item:last-child > a {
  border-bottom: none;
}
.c-area-link__block {
  position: relative;
  display: flex;
  padding: 25px 30px 25px 25px;
  border-radius: 8px;
  color: var(--color-black);
  background-color: var(--color-light-gray);
  border: 1px solid var(--color-light-gray);
  text-decoration: none;
  transition: border-color 0.4s ease;
}
.c-area-link__block.bg_white {
  background-color: var(--color-white);
}
@media (hover: hover) {
  .c-area-link__block:hover {
    border-color: var(--color-dark-gray);
  }
}
@media screen and (max-width: 768px) {
  .c-area-link__block {
    padding: 15px 30px 15px 15px;
    max-width: none;
  }
}
.c-area-link__block::after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 8px;
  height: 16px;
  content: "";
  background: url(/auto/common/images/icon/icon_arrow_right.svg) no-repeat 0 0;
  background-size: 100% auto;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .c-area-link__block::after {
    right: 17px;
    width: 6px;
    height: 12px;
  }
}
@media screen and (min-width: 769px) {
  .c-area-link--inline .c-area-link__block::after {
    position: static;
    display: inline-block;
    margin-left: 10px;
    margin-top: 4px;
    transform: translate(0, 0);
  }
}
.c-area-link--inline-mini .c-area-link__block {
  padding: 15px 30px 15px 15px;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .c-area-link--inline-mini .c-area-link__block::after {
    position: static;
    display: inline-block;
    margin-left: 10px;
    margin-top: 4px;
    transform: translate(0, 0);
  }
}
.c-area-link__title {
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .c-area-link__title {
    margin-right: 12px;
  }
}
.c-grid-link {
  display: flex;
  max-width: 730px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-grid-link {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.c-grid-link__item {
  padding: 0 8px;
  width: 33.3333333333%;
}
.c-grid-link__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--color-white);
  color: var(--color-black);
  text-decoration: none;
  border: 1px solid var(--color-gray);
  border-radius: 8px;
  min-height: 80px;
  text-align: center;
  transition: opacity 0.4s ease;
}
@media (hover: hover) {
  .c-grid-link__link:hover {
    opacity: 0.7;
  }
}
.c-grid-link__link > img {
  margin-top: 5px;
  max-width: 38px;
}
@media screen and (max-width: 768px) {
  .c-grid-link__link > img {
    max-width: 36px;
  }
}
.c-grid-link__link p {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .c-grid-link__link p {
    font-size: 11px;
    line-height: 1.4em;
    margin-top: 1px;
    margin-bottom: 4px;
  }
}
.c-row-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-row-link {
    justify-content: space-between;
  }
}
.c-row-link__right {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  .c-row-link__right {
    position: static;
  }
}
.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  min-height: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-white);
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: var(--color-black);
  border: 1px solid var(--color-black);
  border-radius: 50px;
  transition: background-color 0.4s ease, color 0.4s ease, border 0.4s ease;
}

@media (hover: hover) {
  .c-button:hover {
    color: var(--color-black);
    background-color: var(--color-light-gray);
    border: 1px solid var(--color-black);
  }
}
@media screen and (max-width: 768px) {
  .c-button {
    width: 80%;
    padding: 8px;
  }
}
.c-button--size-xs {
  min-height: 30px;
  padding: 4px 8px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .c-button--size-xs {
    min-height: 30px;
  }
}
.c-button--size-s {
  min-height: 40px;
  padding: 4px 8px;
}
.c-button--size-l {
  width: 340px;
}
@media screen and (max-width: 768px) {
  .c-button--size-l {
    width: 100%;
    max-width: 340px;
  }
}
.c-button--full {
  width: 100%;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .c-button--sp-full {
    width: 100%;
    min-width: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-button--sp-full {
    width: 100%;
    min-width: 0;
    max-width: none;
  }
}
.c-button[disabled],
.c-button--disabled,
.c-button.is-disabled {
  color: var(--color-dark-gray);
  pointer-events: none;
  cursor: default;
  background-color: var(--color-white);
  border: 1px solid var(--color-gray);
}
.c-button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-black);
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: var(--color-white);
  border: 1px solid var(--color-black);
  border-radius: 50px;
  transition: background-color 0.4s ease, color 0.4s ease, border 0.4s ease;
}
.c-button-secondary.bg_glay {
  background-color: var(--color-light-gray);
}
.c-button-secondary.c-button-wide {
  padding: 8px 60px;
}

@media (hover: hover) {
  .c-button-secondary:hover {
    color: var(--color-black);
    background-color: var(--color-light-gray);
    border: 1px solid var(--color-black);
  }
}
@media (hover: hover) {
  .c-button-secondary.bg_glay:hover {
    color: var(--color-black);
    background-color: var(--color-white);
    border: 1px solid var(--color-black);
  }
}
@media screen and (max-width: 768px) {
  .c-button-secondary {
    min-width: 76%;
    padding: 8px;
  }
}
.c-button-secondary--size-xs {
  min-height: 30px;
  padding: 4px 30px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .c-button-secondary--size-xs {
    min-height: 30px;
  }
}
.c-button-secondary--size-s {
  min-height: 40px;
  padding: 4px 8px;
}
.c-button-secondary--size-l {
  width: 340px;
}
@media screen and (max-width: 768px) {
  .c-button-secondary--size-l {
    max-width: 80%;
  }
}
.c-button-secondary--comp {
  min-width: 150px;
  min-height: 40px;
  padding: 4px 24px;
  font-size: 16px;
}
.c-button-secondary--full {
  width: 100%;
  min-width: 0;
}
.c-button-secondary[disabled],
.c-button-secondary--disabled,
.c-button-secondary.is-disabled {
  color: var(--color-dark-gray);
  pointer-events: none;
  cursor: default;
  background-color: var(--color-white);
  border: 1px solid var(--color-gray);
}
.c-button-image__title {
  font-size: 14px;
  text-align: center;
}
.c-button-image__link {
  color: var(--color-black);
  text-decoration: none;
  transition: opacity 0.4s ease;
}
@media (hover: hover) {
  .c-button-image__link:hover {
    opacity: 0.7;
  }
}
.c-button-image__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  padding: 8px 16px;
  margin-top: 15px;
  background-color: var(--color-white);
  border-radius: 8px;
}
.c-button-image__block > img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .c-button-image__block {
    min-height: 60px;
    padding: 4px 8px;
    margin-top: 10px;
  }
  .c-button-image__block > img {
    max-width: 53%;
  }
}
.c-button-image .c-button-image__image--full {
  max-width: 100%;
}
.c-button-image-row {
  max-width: 475px;
}
@media screen and (max-width: 768px) {
  .c-button-image-row {
    min-width: 0;
    max-width: none;
  }
}
.c-button-image-row--center {
  margin-left: auto;
  margin-right: auto;
}
.c-button-image-row__link {
  display: flex;
  color: var(--color-black);
  text-decoration: none;
  background-color: var(--color-white);
  border: 1px solid var(--color-gray);
  border-radius: 8px;
}
.l-container:not([class*="--bg-dark-blue"]) .c-button-image-row__link {
  transition: border-color 0.4s ease;
}
@media (hover: hover) {
  .l-container:not([class*="--bg-dark-blue"]) .c-button-image-row__link:hover {
    border-color: var(--color-black);
  }
}
[class*="--bg-dark-blue"] .c-button-image-row__link {
  transition: opacity 0.4s ease;
}
@media (hover: hover) {
  [class*="--bg-dark-blue"] .c-button-image-row__link:hover {
    opacity: 0.7;
  }
}
.c-button-image-row__link + .c-text {
  margin-top: 15px;
}
.c-button-image-row__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
.c-button-image-row__item:first-child {
  border-right: 1px solid var(--color-gray);
}
.c-button-image-row__item > p {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .c-button-image-row__item > p {
    font-size: 16px;
  }
}
.c-button-image-row__item > p.--size-s {
  font-size: 11px;
}
.c-button-image-row__item > img {
  max-width: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.c-button-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  padding: 16px 8px;
  font-size: 14px;
  color: var(--color-black);
  text-align: center;
  text-decoration: none;
  background-color: var(--color-white);
  border: 1px solid var(--color-gray);
  border-radius: 8px;
  transition: border-color 0.4s ease;
}
@media (hover: hover) {
  .c-button-icon:hover {
    border-color: var(--color-black);
  }
}
@media screen and (max-width: 768px) {
  .c-button-icon {
    padding: 4px 8px;
  }
}
.c-button-icon--auto {
  min-height: 0;
  padding: 0;
  overflow: hidden;
}
.c-button-icon > img {
  max-width: 38px;
}
.c-button-icon > img.c-button-icon__image--size-m {
  max-width: 86px;
}
@media screen and (max-width: 768px) {
  .c-button-icon > img.c-button-icon__image--size-m {
    max-width: 100%;
    border-radius: 8px;
  }
}
.c-button-icon > img.c-button-icon__image--mini-logo {
  max-width: 111px;
  margin: 12px 0;
}
.c-button-icon > img.c-button-icon__image--full {
  width: 100%;
  max-width: 100%;
}
.c-button-icon > p {
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .c-button-icon > p {
    line-height: 1.42;
  }
}
.c-button-icon--row {
  flex-direction: row;
  justify-content: center;
  min-height: 60px;
  padding: 8px 8px;
  transition: opacity 0.4s ease;
}
@media screen and (max-width: 768px) {
  .c-button-icon--row {
    justify-content: flex-start;
    padding: 8px 20px;
  }
}
@media (hover: hover) {
  .c-button-icon--row:hover {
    opacity: 0.7;
  }
}
.c-button-icon--row:hover {
  border-color: var(--color-gray);
}
.c-button-icon--row > img {
  max-width: 24px;
}
.c-button-icon--row > p {
  margin-top: 0;
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  .c-button-icon--row > p {
    margin-left: 15px;
  }
}
.c-button-icon + .c-text {
  margin-top: 15px;
}
.c-button-tab > ul {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  max-width: 450px;
}
@media screen and (max-width: 768px) {
  .c-button-tab > ul {
    width: calc(100% - 20px);
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }
}
.c-button-tab li {
  min-width: 150px;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-button-tab li {
    min-width: 0;
    width: 100%;
  }
}
.c-button-tab a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3125;
  color: var(--color-black);
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: var(--color-light-gray);
  border: 1px solid var(--color-light-gray);
  transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
@media (hover: hover) {
  .c-button-tab a:hover {
    color: var(--color-black);
    border-color: var(--color-black);
  }
}
@media screen and (max-width: 768px) {
  .c-button-tab a {
    width: auto;
    padding: 10px 5px;
  }
}
.c-button-tab a.on {
  color: var(--color-white);
  background-color: var(--color-dark-gray);
  border-color: var(--color-dark-gray);
}
.c-button-tab li:first-child a {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.c-button-tab li:last-child a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media screen and (max-width: 768px) {
  .c-button-tab--size-l li a {
    min-height: 60px;
  }
}
.c-image > img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .c-image > img {
    width: 100%;
  }
}
.c-image--border {
  overflow: hidden;
  border: 1px solid var(--color-gray);
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .c-image--full {
    margin-top: 30px;
    margin-right: -30px;
    margin-left: -30px;
  }
}
.c-catch-image {
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-catch-image {
    justify-content: space-between;
  }
}
.c-catch-image__icon {
  padding-left: 45px;
  margin-top: -15px;
}
@media screen and (max-width: 768px) {
  .c-catch-image__icon {
    padding-left: 20px;
    margin-top: -9px;
  }
}
.c-cta-image {
  max-width: 714px;
  padding: 15px 43px;
  margin: 40px auto 30px;
  overflow: hidden;
  text-align: center;
  background-color: var(--color-white);
  border: 1px solid var(--color-gray);
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .c-cta-image {
    padding: 15px;
    margin: 20px auto 30px;
  }
}
.c-cta-image > img {
  width: 100%;
}
.c-color-chip {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 24px;
  height: 24px;
  overflow: hidden;
  border: 1px solid var(--color-gray);
  border-radius: 4px;
}
.c-color-chip > * {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.c-color-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  margin-top: -8px;
  margin-right: -4px;
  margin-left: -4px;
  list-style: none;
}
.c-color-list__item {
  padding: 8px 4px 0;
}
.c-color-list--hover .c-color-list__item.is-active {
  position: relative;
}
.c-color-list--hover .c-color-list__item.is-active::before {
  position: absolute;
  top: 13px;
  left: 8px;
  width: 16px;
  height: 16px;
  content: "";
  background-color: var(--color-black);
  border: 1px solid var(--color-white);
  border-radius: 50%;
}
.c-color-list--hover .c-color-list__item.is-active::after {
  position: absolute;
  top: 15px;
  left: 13px;
  display: block;
  width: 6px;
  height: 8px;
  content: "";
  border-right: 2px solid var(--color-white);
  border-bottom: 2px solid var(--color-white);
  transform: rotate(45deg);
}
@media (hover: hover) {
  .c-color-list--hover li {
    cursor: pointer;
    transition: opacity 0.4s ease;
  }
}
@media (hover: hover) and (hover: hover) {
  .c-color-list--hover li:hover {
    opacity: 0.7;
  }
}
.c-color-list--size-l .c-color-list__item .c-color-chip {
  width: 40px;
  height: 40px;
}
.c-color-list--size-l .c-color-list__item.is-active::before {
  top: 16px;
  left: 12px;
  width: 24px;
  height: 24px;
  border: 2px solid var(--color-white);
}
.c-color-list--size-l .c-color-list__item.is-active::after {
  top: 22px;
  left: 20px;
  width: 7px;
  height: 10px;
  border-right: 2px solid var(--color-white);
  border-bottom: 2px solid var(--color-white);
}
.c-list {
  padding-left: 20px;
  margin: 0;
}
.c-list > li + .c-list > li {
  margin-top: 4px;
}
.c-list a {
  color: var(--color-black);
  text-decoration: underline;
}
@media (hover: hover) {
  .c-list a:hover {
    opacity: 0.7;
  }
}
.c-list--no-style {
  padding: 0;
  font-size: 12px;
  list-style: none;
}
.c-list--notes {
  padding: 0;
  font-size: 12px;
  list-style: none;
}
.c-list--size-s {
  font-size: 14px;
}
.c-list--type {
  padding: 0;
  font-size: 12px;
  list-style: none;
}
.c-list--type > li {
  padding-left: 2em;
  text-indent: -1.5em;
  margin-bottom: 10px;
  line-height: 1.4em;
}
.c-list--type > li::before {
  content: attr(data-type);
}
.c-list--type.indent-s > li {
  padding-left: 1.5em;
  text-indent: -1em;
}
.c-list--type.indent-l > li {
  padding-left: 2.5em;
  text-indent: -2em;
}
.c-select {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.c-select::after {
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  width: 0;
  height: 0;
  pointer-events: none;
  content: "";
  border-color: var(--color-black) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 11px 7px 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .c-select::after {
    right: 10px;
    border-width: 8px 5px 0;
  }
}
.c-select > select {
  display: inline-block;
  width: 100%;
  height: 100%;
  min-height: 60px;
  padding: 15px 50px 15px 30px;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-black);
  white-space: pre-wrap;
  cursor: pointer;
  background-color: var(--color-light-gray);
  border: none;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 768px) {
  .c-select > select {
    min-height: 50px;
    padding: 10px 25px 10px 10px;
    font-size: 16px;
  }
}
.c-select-caption {
  padding-left: 30px;
  font-size: 20px;
  color: var(--color-dark-gray);
}
@media screen and (max-width: 768px) {
  .c-select-caption {
    padding-left: 10px;
    font-size: 12px;
  }
}
.c-card > *:first-child {
  margin-top: 0;
}
.c-card__header {
  min-height: 60px;
}
@media screen and (max-width: 768px) {
  .c-card__header {
    min-height: 0;
  }
}
.c-card__header > *:first-child {
  margin-top: 0;
}
.c-card__link {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  color: var(--color-black);
  text-decoration: none;
  transition: opacity 0.4s ease;
}
@media (hover: hover) {
  .c-card__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .c-card__link {
    margin-top: 10px;
  }
}
.c-card__link > img {
  max-width: 100%;
  border: 1px solid var(--color-gray);
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .c-card__link > img {
    width: 100%;
  }
}
.c-card__link > *:first-child {
  margin-top: 0;
}
.c-card__image {
  margin-top: 20px;
  border: 1px solid var(--color-gray);
  border-radius: 8px;
  overflow: hidden;
}
.c-card__image--column {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .c-card__image--column {
    margin-top: 15px;
  }
}
.c-card__image > img {
  width: 100%;
}
.c-card__title {
  margin-top: 20px;
  font-size: 16px;
  /*	font-weight: 700*/
}
.c-card__title + .c-card__text {
  margin-top: 8px;
}
.c-card__text {
  margin-top: 20px;
}
.c-card__image + .c-card__text {
  margin-top: 10px;
}
.c-card__image + .c-card__text.other-mt20 {
  margin-top: 20px;
}
.c-card__text--size-s {
  margin-top: 12px;
  font-size: 14px;
}
.c-card__text--size-xs {
  margin-top: 4px;
  font-size: 12px;
}
.c-card__caption {
  margin-top: 10px;
  font-size: 12px;
}
.c-card__button {
  margin-top: 30px;
  text-align: center;
}
.c-card__tag {
  margin-top: 8px;
}
.c-card__tag sup {
  top: -1em;
  left: 0.2em;
  font-size: 0.6em;
}
/*.c-card__image-zoom {
	position: relative;
	cursor: pointer;
	transition: opacity .4s ease
}
.c-card__image-zoom::after {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 40px;
	height: 40px;
	content: "";
	background-image: url(/auto/common/images/icon/icon_zoom.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto
}*/
@media screen and (max-width: 768px) {
  .c-card__image-zoom::after {
    top: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
  }
}
.c-card__image-zoom > img {
  width: 100%;
  border: 1px solid var(--color-gray);
  border-radius: 8px;
}
.c-card--size-s .c-card__title {
  font-size: 14px;
}
.c-card--size-s .c-card__text {
  margin-top: 8px;
  font-size: 14px;
}
.l-container--bg-dark-blue .c-card__link,
.l-container__wrap--bg-dark-blue .c-card__link {
  color: var(--color-white);
}
.c-card-grid__item .c-text--size-s + .c-text--size-s {
  margin-top: 4px;
}
.c-card-grid--link {
  display: block;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-card-grid--link > a {
    display: flex;
    margin-right: -8px;
    margin-left: -8px;
  }
}
@media (hover: hover) {
  .c-card-grid--link .c-button-icon {
    border-color: var(--color-gray);
  }
}
@media screen and (min-width: 769px) {
  .c-card-grid--pc-row {
    display: flex;
    margin-right: -8px;
    margin-left: -8px;
  }
  .c-card-grid--pc-row .c-card-grid__item {
    width: 50%;
    padding: 8px;
  }
  .c-card-grid--pc-row .c-card-grid__item > *:first-child {
    margin-top: 0;
  }
  .c-card-grid--pc-row .c-card-grid__item .c-text--size-s + .c-text--size-s {
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .c-card-grid {
    display: flex;
    margin-right: -8px;
    margin-left: -8px;
  }
  .c-card-grid--col3 .c-card-grid__item:first-child {
    width: 30%;
  }
  .c-card-grid--col3 .c-card-grid__item:nth-child(2) {
    width: 70%;
  }
  .c-card-grid__item {
    width: 50%;
    padding: 8px;
  }
  .c-card-grid__item > *:first-child {
    margin-top: 0;
  }
  .c-card-grid__item .c-text--size-s + .c-text--size-s {
    margin-top: 8px;
  }
}
.c-card-grid__link {
  color: var(--color-black);
  text-decoration: none;
  transition: opacity 0.4s ease;
}
@media (hover: hover) {
  .c-card-grid__link:hover {
    opacity: 0.7;
  }
}
.c-card-grid__image {
  border: 1px solid var(--color-gray);
  border-radius: 8px;
  overflow: hidden;
}
.c-card-grid__image > img {
  width: 100%;
}
.c-text + .c-card-grid__image {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .u-sp-hide + .c-card-grid__image {
    margin-top: 0;
  }
}
.c-car-card-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c-car-card-list {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.c-car-card-list > * {
  width: 33.3333333333%;
  padding: 0 8px;
}
@media screen and (max-width: 768px) {
  .c-car-card-list > * {
    width: 100%;
    padding: 0;
  }
}
.c-car-card-list__item {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .c-car-card-list__item {
    min-width: 310px;
  }
}
@media screen and (max-width: 768px) {
  .c-car-card-list__item {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.c-car-card-list__item.is-hide {
  display: none;
}
.c-car-card {
  position: relative;
  height: 100%;
  padding: 20px;
  overflow: hidden;
  background-color: var(--color-white);
  border: 1px solid var(--color-gray);
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .c-car-card + .c-car-card {
    margin-top: 30px;
  }
}
.c-car-card--mini {
  padding-bottom: 24px;
}
.c-car-card__header {
  padding-right: 100px;
  margin-right: -5px;
  margin-left: -5px;
}
.c-car-card__label {
  min-height: 35px;
}
.c-car-card__label > *:first-child {
  margin-top: 0 !important;
}
.c-car-card__favorite {
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 1px solid var(--color-gray);
  border-left: 1px solid var(--color-gray);
  border-bottom-left-radius: 8px;
  transition: opacity 0.4s ease;
}
@media (hover: hover) {
  .c-car-card__favorite:hover {
    opacity: 0.7;
  }
}
.c-car-card__grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.c-car-card__grid + .c-car-card__grid {
  margin-top: 10px;
}
.c-car-card__grid--with-icon {
  align-items: center;
}
.c-car-card__grid--lineup {
  margin-right: -8px;
  margin-left: -8px;
}
.c-car-card__col {
  width: 50%;
  padding: 0 4.5px;
  margin-top: 10px;
}
.c-car-card__grid.c-car-card__grid--flex .c-car-card__col {
  width: auto;
  margin-top: 0;
}
.c-car-card__grid.c-car-card__grid--lineup .c-car-card__col {
  width: auto;
  margin-top: 0;
}
.c-car-card__grid.c-car-card__grid--lineup .c-car-card__col:nth-child(2) {
  margin-top: 5px;
}
.c-car-card__grid.c-car-card__grid--with-icon .c-car-card__col--text {
  width: calc(100% - 43px);
}
.c-car-card__grid.c-car-card__grid--with-icon .c-car-card__icon {
  padding-left: 0px;
  margin-left: -4px;
}
.c-car-card__grid.c-car-card__grid--with-icon .c-car-card__icon span {
  font-size: 22px;
  color: var(--color-green);
}
.c-car-card__title {
  font-size: 20px;
  font-weight: 700;
}
.c-car-card__sub-title {
  font-size: 16px;
  font-weight: 700;
}
.c-car-card__text {
  font-size: 12px;
}
.c-car-card__sub-text {
  font-size: 12px;
  margin-left: -1px;
  color: var(--color-dark-gray);
}
.c-car-card__num-text {
  padding-left: 0;
  font-size: 12px;
  color: var(--color-dark-gray);
}
.c-car-card__num-text__num {
  display: inline-block;
  margin-top: 5px;
  margin-left: 0;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-black);
  line-height: 1.1em;
}
.c-car-card__num-text__num span {
  font-size: 12px;
}
.c-car-card__num-text__unit {
  padding-left: 0;
  font-size: 12px;
  font-weight: 700;
  color: var(--color-black);
}
.c-car-card__unit-text {
  font-size: 16px;
  font-weight: 700;
}
.c-car-card__unit-text > span {
  padding-right: 0.2em;
  font-size: 20px;
}
.c-car-card__unit-text > .js-type-passenger {
  margin-top: 5px;
  display: inline-block;
  line-height: 1.1em;
}
.c-car-card__unit-text > .js-type-passenger span {
  font-size: 16px;
}
.c-car-card__image {
  display: flex;
  align-items: center;
  min-height: 130px;
  overflow: hidden;
  border: 1px solid var(--color-gray);
  border-radius: 8px;
}
.c-car-card__image > img {
  max-width: 90%;
  margin: 0 auto;
}
.c-car-card__tag {
  padding: 3px 4px;
  font-size: 10px;
  font-weight: 700;
  color: var(--color-dark-gray);
  border: 1px solid var(--color-dark-gray);
  background-color: var(--color-white);
}
.c-car-card__icon > img {
  width: 43px;
  max-width: 100%;
}
.c-car-card__icon > span {
  vertical-align: top;
}
.c-car-card__button {
  margin-bottom: 5px;
}
.c-car-card__stack {
  margin-top: 10px;
}
.c-car-card__stack > * + * {
  margin-top: 10px;
}
.c-car-card__box {
  padding: 15px;
  background-color: var(--color-light-gray);
  border-radius: 8px;
}
.c-car-card__description {
  margin-top: 25px;
}
.c-car-card__description__inner + .c-car-card__description__inner {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid var(--color-dark-gray);
}
.c-car-card__description__inner > *:first-child {
  margin-top: 0;
}
.c-car-card__description__inner > *.c-car-card__sub-text {
  margin-top: 10px;
}
.c-car-card .c-tag-list {
  margin-top: 6px;
}
.c-car-card .c-button,
.c-car-card .c-button-secondary {
  width: 100%;
  min-width: 0;
}
.c-recommend-card {
  position: relative;
  padding: 20px;
  overflow: hidden;
  background-color: var(--color-white);
  border: 1px solid var(--color-gray);
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .c-recommend-card {
    /*		padding: 20px 24px*/
    padding: 20px 19px;
  }
}
.c-recommend-card__grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.c-recommend-card__grid + .c-recommend-card__grid {
  margin-top: 10px;
}
.c-recommend-card__grid--with-icon {
  align-items: center;
}
.c-recommend-card__grid--flex {
  align-items: center;
}
.c-recommend-card__grid--lineup {
  margin-right: -8px;
  margin-left: -8px;
}
@media screen and (max-width: 768px) {
  .c-recommend-card__grid--lineup {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.c-recommend-card__grid--lineup .c-car-card__col {
  width: auto;
  /*	padding: 0 8px;*/
  padding-left: 15px;
  margin-top: 0;
  margin-left: 0px;
  border-left: 1px solid var(--color-dark-gray);
  flex: 1 0 50%;
}
.c-recommend-card__grid--lineup .c-car-card__col:first-child {
  padding-left: 8px;
  margin-left: 0;
  border-left: none;
}
@media screen and (max-width: 768px) {
  .c-recommend-card__grid--lineup .c-car-card__col {
    padding-left: 15px;
    margin-left: 15px;
  }
  .c-recommend-card__grid--lineup .c-car-card__col:first-child {
    padding-left: 15px;
    margin-left: 0;
  }
}
.c-recommend-card__col {
  width: 50%;
  padding: 0 5px;
  margin-top: 10px;
}
.c-recommend-card__col--right {
  margin-left: auto;
}
.c-recommend-card__col--center {
  margin: 5px auto 0;
}
.c-recommend-card__grid.c-recommend-card__grid--flex .c-recommend-card__col {
  width: auto;
  margin-top: 0;
}
.c-recommend-card__grid.c-recommend-card__grid--lineup .c-recommend-card__col {
  width: auto;
  padding: 0 8px;
  margin-top: 0;
  border-left: 1px solid var(--color-dark-gray);
}
.c-recommend-card__grid.c-recommend-card__grid--lineup .c-recommend-card__col:first-child {
  border-left: none;
}
.c-recommend-card__grid.c-recommend-card__grid--with-icon .c-recommend-card__col--text {
  width: calc(100% - 53px);
}
.c-recommend-card__grid.c-recommend-card__grid--with-icon .c-recommend-card__col--icon {
  width: 53px;
}
.c-recommend-card__title {
  min-height: 60px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-recommend-card__title {
    font-size: 19px;
  }
}
.c-recommend-card__sub-title {
  font-size: 16px;
  font-weight: 700;
}
.c-recommend-card__text {
  font-size: 12px;
}
.c-recommend-card__sub-text {
  font-size: 12px;
  color: var(--color-dark-gray);
}
.c-recommend-card__num-text {
  font-size: 12px;
  color: var(--color-dark-gray);
}
.c-recommend-card__num-text__num {
  padding-left: 10px;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-black);
}
.c-recommend-card__num-text__unit {
  padding-left: 1px;
  font-size: 24px;
  font-weight: 700;
  color: var(--color-black);
}
@media screen and (max-width: 768px) {
  .c-recommend-card__num-text__unit {
    font-size: 12px;
  }
}
.c-recommend-card__unit-text {
  font-size: 14px;
  font-weight: 700;
}
.c-recommend-card__unit-text > span {
  padding-right: 0.2em;
  font-size: 24px;
}
.c-recommend-card__price-text {
  font-size: 16px;
  font-weight: 700;
}
.c-recommend-card__price-text > span {
  padding-right: 0.2em;
  font-size: 24px;
}
.c-recommend-card__link {
  transition: opacity 0.4s ease;
}
@media (hover: hover) {
  .c-recommend-card__link:hover {
    opacity: 0.7;
  }
}
.c-recommend-card__image {
  overflow: hidden;
}
.c-recommend-card__image > img {
  max-width: 100%;
}
.c-recommend-card__icon > img {
  max-width: 100%;
}
.c-recommend-card__button {
  text-align: center;
  border: 1px solid var(--color-gray);
  border-radius: 30px;
  transition: border-color 0.4s ease;
}
@media (hover: hover) {
  .c-recommend-card__button:hover {
    border-color: var(--color-black);
  }
}
.c-recommend-card__button .c-button-favorite__inner {
  padding: 6px 15px;
}
@media screen and (max-width: 768px) {
  .c-recommend-card__button .c-button-favorite__inner {
    padding: 6px 15px;
  }
}
.c-recommend-card__stack {
  margin-top: 10px;
}
.c-recommend-card__stack > * + * {
  margin-top: 20px;
}
.c-recommend-card__description {
  margin-top: 25px;
}
.c-recommend-card__description__inner + .c-recommend-card__description__inner {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid var(--color-dark-gray);
}
.c-recommend-card__description__inner > *:first-child {
  margin-top: 0;
}
.c-recommend-card__description__inner > *.c-recommend-card__sub-text {
  margin-top: 10px;
}
.c-recommend-card .c-tag-list {
  margin-top: 4px;
}
.c-recommend-card .c-button,
.c-recommend-card .c-button-secondary {
  width: 100%;
  min-width: 0;
}
.c-button-favorite {
  cursor: pointer;
}
.c-button-favorite-round {
  text-align: center;
  border: 1px solid var(--color-gray);
  border-radius: 30px;
  transition: border-color 0.4s ease;
}
@media (hover: hover) {
  .c-button-favorite-round:hover {
    border-color: var(--color-black);
  }
}
.c-button-favorite-round .c-button-favorite__inner {
  padding: 6px 15px;
}
.c-button-favorite__input {
  display: none;
}
.c-button-favorite__inner {
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 700;
  color: var(--color-dark-gray);
  transition: background-color 0.4s ease, color 0.4s ease, border 0.4s ease;
}
.c-button-favorite__inner::before {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-top: -2px;
  margin-right: 5px;
  vertical-align: middle;
  content: "";
  background: url(/auto/common/images/icon/icon_heart_gray.svg) no-repeat 0 0;
  background-size: 100% auto;
  transition: background-image 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-button-favorite__inner::before {
    width: 17px;
    height: 17px;
  }
}
.c-button-favorite__input:checked + .c-button-favorite__inner {
  color: var(--color-black);
}
.c-button-favorite__input:checked + .c-button-favorite__inner::before {
  background-image: url(/auto/common/images/icon/icon_heart_active.svg);
}
.c-slider {
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-slider {
    margin-right: -30px;
  }
  .c-slider .swiper {
    width: 100%;
    padding-right: 30px;
    overflow: hidden;
  }
}
.c-slider .swiper:not(.swiper-initialized) .swiper-wrapper {
  flex-wrap: nowrap;
  margin-right: -8px;
  margin-left: -8px;
  width: calc(100% + 16px);
}
.c-slider .swiper:not(.swiper-initialized) .swiper-slide {
  flex-shrink: 1;
  width: auto;
  padding: 0 8px;
}
.c-slider .swiper:not(.swiper-initialized) .swiper-slide img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-slider .swiper:not(.swiper-initialized).slider-wrap .swiper-wrapper {
    flex-wrap: wrap;
    margin-bottom: -16px;
  }
  .c-slider .swiper:not(.swiper-initialized).slider-wrap[data-slide="3"] .swiper-slide {
    min-width: 290px;
    margin-bottom: 16px;
  }
  .c-slider .swiper:not(.swiper-initialized)[data-slide="3"] .swiper-slide {
    width: 33.3333333333%;
  }
  .c-slider .swiper:not(.swiper-initialized)[data-slide="4"] .swiper-slide {
    width: 25%;
  }
  .c-slider .swiper:not(.swiper-initialized)[data-slide="6"] .swiper-wrapper {
    flex-wrap: wrap;
  }
  .c-slider .swiper:not(.swiper-initialized)[data-slide="6"] .swiper-slide {
    width: 16.6666666667%;
    min-width: 160px;
  }
  .c-slider .swiper:not(.swiper-initialized)[data-sp-only] > .swiper-wrapper {
    flex-wrap: wrap;
    margin-top: -40px;
  }
  .c-slider .swiper:not(.swiper-initialized)[data-sp-only] .swiper-slide {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-slider .swiper:not(.swiper-initialized)[data-sp-slide="2"] .swiper-slide {
    width: 50%;
  }
}
.c-slider .swiper:not(.swiper-initialized) + .swiper-controls {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-slider .swiper-controls {
    margin-right: 30px;
  }
}
@media screen and (min-width: 769px) {
  .c-slider--pc-full .swiper {
    overflow: visible;
  }
}

@media screen and (max-width: 768px) {
  .swiper-slide img {
    width: 100%;
  }
}
.swiper-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  --swiper-pagination-bullet-inactive-color: rgba(0, 0, 0, 0.3);
  --swiper-navigation-color: var(--color-black);
  --swiper-theme-color: var(--color-black);
  --swiper-pagination-bullet-inactive-opacity: 1;
}
@media screen and (max-width: 768px) {
  .swiper-controls {
    margin-right: 1rem;
  }
}
.swiper-controls > * {
  position: static;
}
.swiper-controls--white {
  --swiper-pagination-bullet-inactive-color: var(--color-dark-gray);
  --swiper-navigation-color: var(--color-white);
  --swiper-theme-color: var(--color-white);
  --swiper-pagination-bullet-inactive-opacity: 0.3;
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
  padding: 0 24px;
}
.swiper-pagination-bullet {
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-horizontal-gap: 5px;
  vertical-align: middle;
}
.swiper-button-prev {
  top: auto;
  bottom: 0;
  height: auto;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    outline: none;
  }
}
.swiper-button-next {
  top: auto;
  bottom: 0;
  height: auto;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .swiper-button-next {
    outline: none;
  }
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
}
.c-slider-image__prev,
.c-slider-image__next {
  position: absolute;
  top: 50%;
  z-index: 8888;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: var(--color-dark-gray);
  border-radius: 50%;
  transform: translate(0, -50%);
  transition: opacity 0.4s ease;
}
@media (hover: hover) {
  .c-slider-image__prev:hover,
  .c-slider-image__next:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .c-slider-image__prev,
  .c-slider-image__next {
    width: 25px;
    height: 25px;
    outline: none;
  }
}
.c-slider-image__prev::before,
.c-slider-image__next::before {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 3px 10px 0;
  content: "";
  transform: translate(0, 50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .c-slider-image__prev::before,
  .c-slider-image__next::before {
    width: 10px;
    height: 10px;
    margin-top: 0;
    margin-bottom: -2px;
  }
}
.c-slider-image__prev {
  left: -60px;
}
@media screen and (max-width: 768px) {
  .c-slider-image__prev {
    left: -32px;
  }
}
.c-slider-image__prev::before {
  margin-left: 15px;
  border-bottom: 3px solid var(--color-white);
  border-left: 3px solid var(--color-white);
}
@media screen and (max-width: 768px) {
  .c-slider-image__prev::before {
    margin-bottom: 5px;
    margin-left: 9px;
    border-width: 2px;
  }
}
.c-slider-image__next {
  right: -60px;
}
@media screen and (max-width: 768px) {
  .c-slider-image__next {
    right: -32px;
  }
}
.c-slider-image__next::before {
  margin-left: 10px;
  border-top: 3px solid var(--color-white);
  border-right: 3px solid var(--color-white);
}
@media screen and (max-width: 768px) {
  .c-slider-image__next::before {
    margin-bottom: 5px;
    margin-left: 6px;
    border-width: 2px;
  }
}
.c-slider__link {
  color: var(--color-black);
  text-decoration: none;
  transition: opacity 0.4s ease;
}
@media (hover: hover) {
  .c-slider__link:hover {
    opacity: 0.7;
  }
}
.c-slider__title {
  margin-top: 12px;
  font-size: 14px;
}
.c-slider__title .c-tag {
  margin-top: -2px;
}
.c-slider__text {
  margin-top: 14px;
}
.c-slider--eval .c-slider__text {
  font-weight: bold;
}
.c-slider--eval .c-button-wide {
  width: 100%;
  margin-bottom: 1px;
  padding: 8px 0 !important;
}
@media screen and (max-width: 768px) {
  .c-slider__text {
    margin-top: 8px;
  }
}
.c-slider__text--size-s {
  font-size: 14px;
}
.c-slider__text--line1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.c-slider__text--line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.c-slider__text--line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.c-slider__date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  font-size: 14px;
}
.c-slider__date + c-slider__text {
  padding-right: 0;
}
.c-slider__date .c-tag {
  margin-top: -2px;
}
.c-slider__image {
  border: 1px solid var(--color-gray);
  border-radius: 8px;
  overflow: hidden;
}
.c-tab {
  margin-top: 8px;
}
.c-tab--mt {
  margin-top: 40px;
}
.c-tab__list {
  display: flex;
  max-width: 1020px;
  padding: 0 20px;
  margin: 0 auto;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .c-tab__list {
    padding: 0 30px;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
  }
}
.c-tab__item > a {
  position: relative;
  display: block;
  min-width: 157px;
  padding: 24px 4px;
  color: var(--color-dark-gray);
  text-align: center;
  text-decoration: none;
  transition: font-weight 0.2s ease, color 0.4s ease;
}
@media (hover: hover) {
  .c-tab__item > a:hover {
    font-weight: 700;
    color: var(--color-black);
  }
}
@media screen and (max-width: 768px) {
  .c-tab__item > a {
    min-width: 127px;
    padding: 16px 16px 27px;
    white-space: nowrap;
  }
}
.c-tab__item.is-active > a {
  font-weight: 700;
  color: var(--color-black);
}
.c-tab__item.is-active > a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: "";
  background-color: var(--color-black);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.c-tab__item--link > a {
  position: relative;
  padding: 24px 32px 24px 24px;
  color: var(--color-black);
}
@media (hover: hover) {
  .c-tab__item--link > a:hover {
    font-weight: 400;
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .c-tab__item--link > a {
    padding: 16px 20px 16px 16px;
  }
}
.c-tab__item--link > a::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1px;
  height: 28px;
  content: "";
  background-color: var(--color-gray);
  transform: translate(0, -50%);
}
.c-tab__item--link > a::after {
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 8px;
  height: 16px;
  content: "";
  background: url(/auto/common/images/icon/icon_arrow_right.svg) no-repeat 0 0;
  background-size: 100% auto;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .c-tab__item--link > a::after {
    right: 8px;
    width: 6px;
    height: 12px;
  }
}
.c-tab__container {
  border-top: 1px solid var(--color-gray);
}
.c-tab__container--no-border {
  border-top: none;
}
.c-tab__body {
  display: none;
  background: var(--color-light-gray);
  opacity: 0;
}
.c-tab__body.is-active {
  display: block;
  -webkit-animation-name: tabAnimation;
  animation-name: tabAnimation;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.c-tab__body__wrapper {
  background-color: var(--color-white);
}
.c-tab__body__inner {
  max-width: 1020px;
  padding: 40px 20px 60px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-tab__body__inner {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.c-tab__body__inner > *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .c-tab__body__inner--narrow {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@-webkit-keyframes tabAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes tabAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.c-filter-list > ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: -6px 0 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .c-filter-list > ul {
    flex-wrap: nowrap;
    padding: 0 30px;
    margin: 0 -30px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.c-filter-list__title {
  margin-bottom: 15px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-filter-list__title {
    margin-bottom: 25px;
  }
}

.c-filter-list__container {
  display: flex;
  gap: 30px;
}

.c-filter-list__block.is-combine {
  margin-left: -24px;
}

.c-filter-list__group-title {
  margin-bottom: 7px;
  font-size: 12px;
  color: var(--color-dark-gray);
}

.c-filter-list__block {
  gap: 30px;
}

.c-filter-list__block ul {
  margin: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.c-filter-list__item {
  flex-shrink: 0;
  margin-top: 0;
  margin-right: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .c-filter-list__container {
    display: block;
  }

  .c-filter-list__block {
    display: inline-block;
  }

  .c-filter-list__block.is-combine {
    margin-left: 2px;
  }

  .c-filter-list__block {
    margin-top: 20px;
  }
  .c-filter-list__block:first-child {
    margin-top: 0;
  }

  .c-filter-list__block:first-child + .is-combine {
    margin-top: 0;
  }

  .c-filter-list__item {
    flex-shrink: 0;
  }
  .c-filter-list--no-scroll > ul {
    flex-wrap: wrap;
    overflow-x: hidden;
    -webkit-overflow-scrolling: initial;
  }
}
.c-filter-list--no-scroll > ul .c-filter-list__item {
  margin-top: 10px;
}
.c-filter-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 4px 16px;
  font-size: 12px;
  color: var(--color-dark-gray);
  text-decoration: none;
  background-color: var(--color-white);
  border: 1px solid var(--color-dark-gray);
  border-radius: 30px;
  transition: opacity 0.4s ease;
}
@media (hover: hover) {
  .c-filter-tag:hover {
    opacity: 0.7;
  }
}
.c-filter-tag.is-active {
  color: var(--color-white);
  background-color: var(--color-dark-gray);
}
.c-filter-tag.is-disabled {
  cursor: default;
  opacity: 0.3 !important;
  transition: opacity 0s ease !important;
}
.c-filter-grid {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-filter-grid {
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .c-filter-grid--pc-center {
    justify-content: center;
  }
}
.c-filter-grid > * {
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .c-filter-grid > * {
    width: 50%;
    padding-right: 0;
  }
}
.c-filter-grid__text {
  font-size: 16px;
  font-weight: 700;
}
.c-filter-grid__num {
  margin-left: 12px;
  font-size: 20px;
}
.c-filter-grid__unit {
  margin-left: 2px;
  font-weight: 400;
}
.c-filter-grid__button {
  padding-right: 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .c-filter-grid__button .c-button-secondary {
    width: 100%;
    min-width: 0;
  }
}
.c-tag-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -6px;
}
.c-tag-list > * {
  margin-bottom: 6px;
  margin-right: 6px;
}
.c-tag {
  padding: 2px 4px;
  font-size: 12px;
  font-weight: 700;
  color: var(--color-white);
  background-color: var(--color-black);
}
.c-tag-secondary {
  padding: 2px 4px;
  font-size: 12px;
  font-weight: 700;
  color: var(--color-white);
  background-color: var(--color-dark-gray);
}
.c-tag-black {
  display: inline-block;
  padding: 3px 5px;
  font-size: 12px;
  line-height: 1.1;
  color: var(--color-black);
  border: 1px solid var(--color-black);
  font-weight: normal;
}
.c-hr {
  margin: 40px 0;
  border: none;
  border-top: 1px solid var(--color-gray);
}
@media screen and (max-width: 768px) {
  .c-hr {
    margin: 30px 0;
  }
}
.c-mainvisual {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-mainvisual--full {
    margin-right: -30px;
    margin-left: -30px;
  }
}
.c-mainvisual__image {
  width: 100%;
}
.c-mainvisual__image--round {
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .c-mainvisual--full .c-mainvisual__image--round {
    border-radius: 0;
  }
}
@media screen and (min-width: 769px) {
  .c-mainvisual__image--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-mainvisual__image--pc {
    display: none;
  }
}
.c-box-heading + .c-mainvisual {
  margin-top: 24px;
}
.c-mainvisual-grid {
  display: flex;
  align-items: center;
  margin-right: -15px;
  margin-left: -15px;
}
@media screen and (max-width: 768px) {
  .c-mainvisual-grid {
    flex-direction: column;
    margin-right: 0;
    margin-left: 0;
  }
}
.c-mainvisual-grid > * {
  width: 50%;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .c-mainvisual-grid > * {
    width: 100%;
  }
  .c-mainvisual-grid__col-image,
  .c-mainvisual-grid__col {
    padding-right: 0;
    padding-left: 0;
  }
}
.c-movie {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .c-movie {
    margin-top: 40px;
  }
}
.c-movie__link {
  display: flex;
  align-items: center;
  color: var(--color-black);
  text-decoration: none;
}
.c-movie__image {
  position: relative;
  width: 150px;
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .c-movie__image {
    width: 135px;
  }
}
.c-movie__image > img {
  width: 100%;
}
.c-movie__image--play::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  content: "";
  background: url(/ACCORD/common/images/icon/icon_play.svg) no-repeat 0 0;
  background-size: 100% auto;
}
.c-movie__text-col {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .c-movie__text-col {
    margin-left: 15px;
  }
}
.c-movie__text-col > p {
  font-size: 14px;
}

/* 共通動画モーダル */
.c-movie__wrap {
  display: flex;
  column-gap: 15px;
  flex-wrap: wrap;
}

.c-movie__block {
  margin-top: 20px;
}

.c-movie__block a {
  transition: opacity 0.4s ease;
  text-decoration: none;
}

.c-movie__block a:hover {
  opacity: 0.7;
}

.c-movie__thumb {
  display: flex;
  column-gap: 10px;
  align-items: center;
}

.c-movie__thumb--img {
  width: 112px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.c-movie__thumb--img::after {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  top: calc(50% - 18px);
  left: calc(50% - 18px);
  background: url(/ACCORD/common/images/icon/icon_play.svg) center no-repeat;
  background-size: contain;
}

.c-movie__thumb--img img {
  width: 100%;
}

.c-movie__thumb--info {
  text-decoration: none;
}

.c-movie__thumb--title {
  font-size: 14px;
  color: #000;
}

.c-tool-chip {
  position: relative;
  display: inline-flex;
}
.c-tool-chip__col {
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-tool-chip__col {
    position: static;
  }
}
.c-tool-chip__button {
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-left: 10px;
  vertical-align: top;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
}
@media screen and (max-width: 768px) {
  .c-tool-chip__button {
    width: 15px;
    height: 15px;
    margin-top: 4px;
    background-size: 15px 15px;
  }
}
.c-tool-chip__button::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  content: "";
  background: url(/auto/common/images/icon/icon_question.svg) no-repeat 0 0;
  background-color: var(--color-white);
  background-size: 100% auto;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .c-tool-chip__button::before {
    width: 15px;
    height: 15px;
  }
}
@media (hover: hover) {
  .c-tool-chip__button:hover::before {
    opacity: 0.7;
  }
}
.c-tool-chip__button.is-active > span::before,
.c-tool-chip__button.is-active > span::after {
  visibility: visible;
  opacity: 1;
}
.c-tool-chip__button > span::before {
  position: absolute;
  bottom: 28px;
  left: 3px;
  content: "";
  border-top: 14px solid var(--color-white);
  border-right: 6px solid rgba(0, 0, 0, 0);
  border-left: 6px solid rgba(0, 0, 0, 0);
  z-index: 15;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media screen and (max-width: 768px) {
  .c-tool-chip__button > span::before {
    bottom: 24px;
    left: 1px;
  }
}
.c-tool-chip__button > span::after {
  position: absolute;
  bottom: 24px;
  left: 1px;
  content: "";
  border-top: 16px solid var(--color-gray);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid rgba(0, 0, 0, 0);
  z-index: 14;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media screen and (max-width: 768px) {
  .c-tool-chip__button > span::after {
    bottom: 22px;
    left: -1px;
  }
}
.c-tool-chip__body {
  position: absolute;
  top: -17px;
  left: -65px;
  z-index: 10;
  width: 400px;
  min-height: 100px;
  padding: 15px;
  visibility: hidden;
  background-color: var(--color-white);
  border: 2px solid var(--color-gray);
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  transform: translate(0, -100%);
}
@media screen and (max-width: 768px) {
  .c-tool-chip__body {
    left: 0;
    min-width: 100%;
    max-width: calc(100vw - 70px);
    max-height: 300px;
    overflow-y: scroll;
  }
}
.is-active + .c-tool-chip__body {
  visibility: visible;
  opacity: 1;
}
.c-tool-chip__body--wide {
  width: 600px;
}
.c-tool-chip__inner {
  position: relative;
}
.c-tool-chip__inner > *:first-child {
  margin-top: 0;
}
.c-accordion {
  overflow: hidden;
  background-color: var(--color-light-gray);
  border-radius: 8px;
}
.c-accordion__button {
  position: relative;
  width: 100%;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  border: none;
  outline: none;
  transition: opacity 0.4s ease;
}
@media (hover: hover) {
  .c-accordion__button:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .c-accordion__button {
    padding: 15px;
  }
}
.c-accordion__button::before {
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  width: 20px;
  height: 1px;
  content: "";
  background-color: var(--color-black);
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .c-accordion__button::before {
    right: 15px;
    width: 12px;
  }
}
.c-accordion__button::after {
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  width: 20px;
  height: 1px;
  content: "";
  background-color: var(--color-black);
  transition: transform 0.4s;
  transform: translate(0, -50%) rotate(90deg);
}
@media screen and (max-width: 768px) {
  .c-accordion__button::after {
    right: 15px;
    width: 12px;
  }
}
.c-accordion__button.is-active::after {
  transform: translate(0, -50%) rotate(180deg);
}
.c-accordion__body {
  height: 0;
  padding: 0 30px;
  visibility: hidden;
  opacity: 0;
  transition: padding 0.2s, opacity 0.2s, visibility 0.2s, height 0.2s;
}
@media screen and (max-width: 768px) {
  .c-accordion__body {
    padding: 0 15px;
  }
}
.c-accordion__button.is-active + .c-accordion__body {
  height: auto;
  padding-top: 15px;
  padding-bottom: 40px;
  visibility: visible;
  opacity: 1;
}
.c-info-area {
  display: flex;
  align-items: center;
  padding: 20px 40px;
  margin-top: 40px;
  background-color: var(--color-light-gray);
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .c-info-area {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 15px;
    margin-top: 40px;
  }
}
.c-info-area__header {
  flex-basis: 170px;
  flex-shrink: 0;
  padding-right: 24px;
}
@media screen and (max-width: 768px) {
  .c-info-area__header {
    flex-basis: 100%;
    width: 100%;
  }
}
.c-info-area__heading {
  font-size: 16px;
}
.c-info-area__heading > a {
  position: relative;
  padding-right: 20px;
  font-weight: 400;
  color: var(--color-black);
  text-decoration: none;
}
@media (hover: hover) {
  .c-info-area__heading > a:hover {
    text-decoration: underline;
  }
}
.c-info-area__heading > a::after {
  position: absolute;
  top: 50%;
  right: 3px;
  display: block;
  width: 5px;
  height: 9px;
  content: "";
  background: url(/auto/common/images/icon/icon_arrow_right.svg) no-repeat 0 0;
  background-size: 100% auto;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .c-info-area__heading > a::after {
    right: 8px;
    width: 6px;
    height: 12px;
  }
}
.c-info-area__body {
  flex-basis: auto;
  padding-left: 40px;
  border-left: 1px solid var(--color-dark-gray);
}
@media screen and (max-width: 768px) {
  .c-info-area__body {
    flex-basis: 100%;
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
    border-left: none;
  }
}
.c-info-area__list {
  margin: 0;
}
.c-info-area__list > div {
  display: flex;
}
.c-info-area__list > div + div {
  margin-top: 8px;
}
.c-info-area__list dt {
  flex-basis: 70px;
  font-size: 12px;
}
.c-info-area__list dd {
  flex-basis: calc(100% - 70px);
  padding-left: 10px;
  margin-left: 0;
  font-size: 12px;
}
.c-lineup {
  display: flex;
  padding: 0;
  margin: 15px 0 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .c-lineup {
    padding-right: 30px;
    padding-right: 0;
    padding-left: 30px;
    margin-right: -30px;
    width: 100vw;
    margin-left: -30px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .c-lineup::after {
    content: "";
    padding: 15px;
    display: block;
    height: 140px;
  }
}
.c-lineup__item {
  width: 150px;
  height: 140px;
}
.c-lineup__item + .c-lineup__item {
  margin-left: 13px;
}
@media screen and (max-width: 768px) {
  .c-lineup__item {
    flex-shrink: 0;
  }
}
.c-lineup__block {
  display: block;
  padding: 10px 10px 15px;
  color: var(--color-black);
  text-align: center;
  text-decoration: none;
  background-color: var(--color-white);
  border: 1px solid var(--color-gray);
  border-radius: 12px;
  transition: border-color 0.4s ease;
}
@media (hover: hover) {
  .c-lineup__block:hover {
    border-color: var(--color-black);
  }
}
.c-lineup__image {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .c-lineup__image {
    width: 100%;
    max-width: 134px;
  }
}
.c-lineup__title {
  font-size: 16px;
  font-weight: 700;
}
.c-lineup__text {
  font-size: 14px;
}
.c-lineup--grid {
  flex-wrap: wrap;
  padding-right: 0;
  padding-left: 0;
  margin-top: -16px;
  margin-right: -8px;
  margin-left: -8px;
}
@media screen and (max-width: 768px) {
  .c-lineup--grid {
    overflow-x: hidden;
    width: calc(100% + 16px);
  }
  .c-lineup--grid::after {
    display: none;
  }
}
.c-lineup--grid .c-lineup__item {
  width: 20%;
  min-width: 166px;
  height: auto;
  padding: 16px 8px 0;
}
@media screen and (max-width: 768px) {
  .c-lineup--grid .c-lineup__item {
    width: 50%;
  }
}
.c-lineup--grid .c-lineup__item + .c-lineup__item {
  margin-left: 0;
}
.c-lineup-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-lineup-grid {
    display: block;
  }
  .p-auto-lineup-item--row {
    display: flex;
    margin-right: -8px;
    margin-left: -8px;
  }
}
.c-router {
  display: flex;
  align-items: center;
  max-width: 816px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-router {
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
  }
}
.c-router--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .c-router--reverse {
    flex-direction: column;
  }
  .c-router--column {
    padding: 25px 20px;
    background-color: var(--color-white);
    border: 2px solid var(--color-black);
    border-radius: 8px;
  }
}
@media screen and (min-width: 769px) {
  .c-router--full {
    max-width: 1020px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.c-router--border {
  max-width: none;
  padding: 25px 20px;
  margin-right: 0;
  margin-left: 0;
  background-color: var(--color-white);
  border: 1px solid var(--color-gray);
  border-radius: 8px;
}
.c-router > * {
  width: 50%;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .c-router > * {
    width: 100%;
    padding: 0;
  }
  .c-router__image {
    margin-top: 14px;
  }
}
.c-router__image > img {
  max-width: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .c-router__image > img {
    width: 100%;
  }
}
.c-router__image__item--border {
  border: 1px solid var(--color-gray);
}
.c-router__title {
  font-size: 20px;
  font-weight: 700;
}
.c-router__button {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-router__button {
    text-align: center;
  }
}
.c-box {
  margin-top: 30px;
}
.c-box--size-xs {
  margin-top: 10px;
}
.c-box--size-s {
  margin-top: 20px;
}
.c-box--size-m {
  margin-top: 40px;
}
.c-box--size-ml {
  margin-top: 60px;
}
.c-box--size-l {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .c-box--size-l {
    margin-top: 50px;
  }
}
.c-box--size-stretch {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .c-box--size-stretch {
    margin-top: 30px;
  }
}
.c-box--section {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .c-box--section {
    margin-top: 40px;
  }
}
.c-box--pc-narrow {
  max-width: 315px;
}
@media screen and (max-width: 768px) {
  .c-box--pc-narrow {
    max-width: none;
  }
  .c-box--sp-no-space {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .c-box--pc-nm {
    max-width: 816px;
    margin: 70px auto 20px;
  }
  .c-box--button {
    max-width: 510px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-box--sp-narrow {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-box--sp-center {
    text-align: center;
  }
}
.c-box-flex-container {
  display: flex;
  justify-content: center;
  gap: 0 40px;
}
.c-box-flex-container__box {
  flex: 0 1 auto;
}
@media screen and (max-width: 768px) {
  .c-box-flex-container {
    gap: 0 20px;
  }
  .c-box-flex-container__box {
    flex: 0 1 50%;
  }
}

.c-box-stack > * {
  margin-top: 0;
}
.c-box-stack > * + * {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .c-box-stack > * + * {
    margin-top: 10px;
  }
}
.c-box-heading {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-box-heading .c-text {
    text-align: left;
  }
  .c-box-heading .c-text.u-text-center {
    text-align: center;
  }
}
.c-box-button {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-box-button {
    margin-top: 30px;
  }
}
.c-box-buttons {
  max-width: 476px;
  margin: 0 auto;
}
.c-box-buttons > * + * {
  margin-top: 10px;
}
.c-box-buttons__row {
  display: flex;
  justify-content: space-between;
  width: calc(100% + 10px);
  margin-right: -5px;
  margin-left: -5px;
}
.c-box-buttons__row > * {
  width: 100%;
  padding: 0 2.5px;
}
.c-box-buttons__col .c-button,
.c-box-buttons__col .c-button-secondary {
  width: 100%;
}
.c-stack-button {
  max-width: 330px;
}
.c-stack-button > * + * {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .c-stack-button {
    max-width: none;
  }
}
.bc-iframe body,
.bc-player-4k5Jg43ag_default {
  background-color: rgba(0, 0, 0, 0);
}
.bc-player-4k5Jg43ag_default .vjs-poster {
  background-color: rgba(0, 0, 0, 0);
}
.bc-player-4k5Jg43ag_default.vjs-mouse .vjs-big-play-button {
  top: 0;
  left: 0;
  top: 140px\9 !important;
  left: 242px\9 !important;
}
.vjs-big-play-button {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  margin: auto;
}
.bc-player-4k5Jg43ag_default .vjs-progress-holder::before {
  background-color: #000 !important;
  filter: alpha(opacity=30) !important;
  opacity: 0.3 !important;
}
.bc-player-4k5Jg43ag_default .vjs-load-progress {
  background-color: #c00 !important;
  background-color: #000 \9 !important;
  filter: alpha(opacity=0) !important;
  opacity: 0.3 !important;
}
.bc-player-4k5Jg43ag_default .vjs-play-progress,
.bc-player-4k5Jg43ag_default .vjs-volume-level {
  background-color: #c00 !important;
}
.movie_player {
  display: none;
}
#movie_modal_data video,
#movie_modal_data .video-js {
  position: relative;
  width: 100% !important;
  height: auto !important;
}
#movie_modal_data video {
  position: absolute;
  top: 0;
  height: auto !important;
}
#movie_modal_data .video-js {
  height: 0 !important;
  padding-bottom: 56.25%;
}
#movie_modal .m_mov {
  position: absolute;
  display: none;
  width: 100%;
}
#movie_modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 65535;
  display: none;
}
#movie_modal .movie_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
}
#movie_modal .movie_btn_close {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 2;
  width: 30px;
  height: 30px;
  margin: 0;
  cursor: pointer;
  background-image: url(/ACCORD/common/image_common/parts_modal_close.png);
  background-repeat: no-repeat;
  background-size: 30px;
  transition: opacity 0.1s ease;
}
#movie_modal .movie_btn_close:hover {
  opacity: 0.7;
}
#movie_modal_inner {
  position: fixed;
  top: 0;
  z-index: 2;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
}
#movie_modal.movie_modal_v2 {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: opacity 250ms ease-out, visibility 250ms ease-out;
}
#movie_modal.movie_modal_v2.is-view {
  visibility: visible;
  opacity: 1;
}
.movie_modal_v2 #movie_modal_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.movie_modal_v2 #movie_modal_data {
  width: 100%;
  max-width: 800px;
  padding: 0 40px;
  opacity: 1;
}
.movie_modal_v2 #m_mov {
  position: relative;
  z-index: 2;
  display: block;
  width: auto;
}
.section h3.movie_ttl span {
  font-size: 32px;
}
.movielink {
  margin: 30px auto;
  text-align: center;
}
.movielink2 {
  margin: 10px auto;
  text-align: left;
}
.movielink .detail {
  line-height: 1.2;
  white-space: normal;
}
.movielink .detail a {
  display: inline-block;
}
.movielink .pic {
  position: relative;
  display: inline-block;
  width: 120px !important;
  height: auto;
  margin: 0 25px 0 0 !important;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
}
.movielink .pic img {
  width: 100% !important;
  height: auto;
}
.movielink .thumb::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  margin: -14px auto auto -14px;
  content: "";
  background-image: url("/ACCORD/common/image_common/btn_play_thumb.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.movielink .thumb img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #movie_modal {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 65535;
    display: none;
    width: 100%;
    height: 100%;
  }
  #movie_modal .movie_overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 1;
  }
  #movie_modal .movie_btn_close {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 2;
    width: 20px;
    height: 20px;
    margin: 0;
    cursor: pointer;
    background-image: url(/ACCORD/common/image_common/parts_modal_close.png);
    background-repeat: no-repeat;
    background-size: 20px;
    transition: opacity 0.1s ease;
  }
  #movie_modal .movie_btn_close:hover {
    opacity: 0.7;
  }
  #movie_modal_inner {
    position: fixed;
    top: 0;
    z-index: 2;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
  }
  #movie_modal_data {
    width: 100%;
  }
  #movie_modal.movie_modal_v2 {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: opacity 250ms ease-out, visibility 250ms ease-out;
  }
  #movie_modal.movie_modal_v2.is-view {
    visibility: visible;
    opacity: 1;
  }
  .movie_modal_v2 #movie_modal_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  .movie_modal_v2 #movie_modal_data {
    box-sizing: border-box;
    width: 100%;
    padding: 0 40px;
    opacity: 1;
  }
  .movie_modal_v2 #m_mov {
    position: relative;
    z-index: 2;
    display: block;
    width: auto;
  }
}
.blank_ico::after {
  content: "";
  background: url(/ACCORD/common/images/icon/icon_blank.svg) no-repeat 0 0 / contain;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  display: inline-block;
  vertical-align: baseline;
  transition: background 0.4s ease;
}
.blank_ico_w::after {
  content: "";
  background: url(/ACCORD/common/images/icon/icon_blank_w.svg) no-repeat 0 0 / contain;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  display: inline-block;
  vertical-align: baseline;
  transition: background 0.4s ease;
}
@media screen and (min-width: 769px) {
  a.c-button.blank_ico_w:hover::after {
    content: "";
    background: url(/ACCORD/common/images/icon/icon_blank.svg) no-repeat 0 0 / contain;
    width: 12px;
    height: 12px;
    margin-left: 4px;
    display: inline-block;
    vertical-align: baseline;
  }
}
@media screen and (max-width: 768px) {
  .js-action-link .blank_ico::after {
    width: 10px;
    height: 10px;
    margin-left: 4px;
    vertical-align: -1px;
  }
  .l-sticky-menu__link .blank_ico::after {
    content: "";
    background: url(/ACCORD/common/images/icon/icon_blank_w.svg) no-repeat 0 0 / contain;
    width: 8px;
    height: 8px;
    margin-left: 3px;
    vertical-align: -1px;
  }
}

.u-hide {
  display: none !important;
}
.u-noboder {
  border: none !important;
}
.u-noround {
  border-radius: 0;
}
@media screen and (min-width: 769px) {
  .u-pc-noround {
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .u-sp-noround {
    border-radius: 0;
  }
}

@media screen and (min-width: 769px) {
  .u-sp-show {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sp-hide {
    display: none !important;
  }
}
.p-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-1 {
  padding-bottom: 1px !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.u-text-left {
  text-align: left !important;
}
.u-text-right {
  text-align: right !important;
}
.u-text-center {
  text-align: center !important;
}
.u-font-bold {
  font-weight: 700 !important;
}
.u-underline {
  text-decoration: underline;
}
