@charset "UTF-8";

/* ============================================================= *

Index

* ============================================================= */
/* heading
=============================== */
.p-index-heading {
  padding: 2.04978% 2.19619% 2.92826%;
  background: #ededed;
}

.p-index-heading__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* slider
=============================== */
.p-index-slider-wrapper {
  position: relative;
  width: 49.2343%;
  padding: 2.60337%;
  border-radius: .625em;
  background-color: white;
  background-image: repeating-linear-gradient(135deg, rgba(229, 229, 229, 0), rgba(229, 229, 229, 0) 4px, #e5e5e5 4px, #e5e5e5 5px);
  background-size: auto auto;
  box-shadow: 0px 5px 8px 3px rgba(0, 0, 0, .05);
}

@media screen and (max-width: 560px) {
  .p-index-slider-wrapper {
    width: 100%;
    padding: 7.16418%;
  }
}

.p-index-slider-wrapper__inner {
  width: 100%;
}

.p-index-slider-wrapper__inner img {
  width: 100%;
}

.p-index-slider {
  overflow: hidden;
  height: 0;
  padding-top: 100%;
  background: rgba(242, 91, 82, .2);
}

.p-index-slider.slick-initialized {
  overflow: visible;
  height: auto;
  padding-top: 0;
}

.p-index-slider__item {
  opacity: 1 !important;
  transition: transform .5s !important;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;

  transform-style: preserve-3d;
}

.p-index-slider__item.flip-prev {
  transform: rotateY(-180deg) translate3d(0px, 0px, 0px);
}

.p-index-slider__item.flip-next {
  transform: rotateY(180deg) translate3d(0px, 0px, 0px);
}

.p-index-slider__item.flip-current {
  transform: rotateY(0) translate3d(0px, 0px, 1px) !important;
}

.p-index-slider .slick-list {
  overflow: visible;

  perspective: 1200px;
}

.p-index-slider .slick-track {
  transform-style: preserve-3d;
}

.p-index-slider .slick-dots {
  position: absolute;
  top: 102.74637%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 560px) {
  .p-index-slider .slick-dots {
    top: 103.85852%;
  }
}

@media screen and (max-width: 960px) {
  .p-index-slider-wrapper .slick-arrow {
    width: 8.80357%;
    height: 5.4rem;
  }

  .p-index-slider-wrapper .slick-arrow:before {
    width: 1rem;
    height: 1rem;
  }
}

@media screen and (max-width: 560px) {
.p-index-slider-wrapper .slick-arrow {
  top: 0;
  bottom: 0;
  width: 3.4rem;
  height: 7.4rem;
  margin: auto 0;
}

.p-index-slider-wrapper .slick-arrow.slick-next {
  right: 0;
  left: inherit;
}
.p-index-slider-wrapper .slick-arrow:before {
  width: 2rem;
  height: 2rem;
}
}

/* nav
=============================== */
.p-index-nav {
  width: 49.2343%;
}

@media screen and (max-width: 560px) {
  .p-index-nav {
    order: 1;
    width: 100%;
    padding-top: 3.11042%;
  }
}

.p-index-nav__list {
  display: flex;
  flex-wrap: wrap;
  width: 103.26594%;
  margin: -1.55521% -1.63297%;
  padding-top: 1px;
}

.p-index-nav__item {
  width: 50%;
  padding: 1.5083% 1.58133%;
}

/* information
=============================== */
.p-index-information.is-hide {
  display: none;
}

.p-index-information__inner {
  position: relative;
  bottom: -2.92826vw;
  left: -2.19619vw;
  width: 100vw;
  background: #2b2b2b;
}

.p-index-information.is-warning .p-index-information__inner {
  background: #e60012;
}

@media screen and (max-width: 560px) {
  .p-index-information {
    width: 100%;
    margin-top: 3.11042%;
  }
  .p-index-information__inner {
    position: static;
    width: 100%;
    border-radius: .625em;
  }
}

.p-index-information-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 1.4% 3.66032%;
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
}

.p-index-information.is-warning .p-index-information-link * {
  color: inherit;
}

@media screen and (max-width: 560px) {
  .p-index-information-link {
    display: block;
    width: 100%;
    padding: 1em .75em;
    font-size: 1.8rem;
  }
}

.p-index-information-link__head {
  margin-right: 1.5em;
  color: #f25b52;
  font-weight: bold;
  font-size: 1.25em;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

@media screen and (max-width: 560px) {
  .p-index-information-link__head {
    display: inline-block;
  }
}

.p-index-information-link__date {
  margin-right: 1.5em;
  padding-top: .03em;
  color: #9c5c52;
  font-style: italic;
  font-family: Quicksand, sans-serif;
  line-height: .7;
}

@media screen and (max-width: 560px) {
  .p-index-information-link__date {
    display: inline-block;
  }
}

.p-index-information-link__body {
  overflow: hidden;
  width: calc(100% - 22em);
  margin: auto 0;
  margin-right: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 560px) {
  .p-index-information-link__body {
    width: 100%;
    margin-top: .85em;
    text-decoration: underline;
  }
}

.p-index-information-link__more {
  display: flex;
  align-items: center;
  margin-left: 2em;
  padding-top: .03em;
  font-size: 1.25em;
  font-family: "Josefin Sans", sans-serif;
  line-height: .7;
  transition: all .3s ease-out;
  transform: translateX(-5px);
}

@media screen and (max-width: 560px) {
  .p-index-information-link__more {
    display: none;
  }
}

.p-index-information-link__more:before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: .45em;
  height: .45em;
  margin-right: .75em;
  margin-bottom: .25em;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}

.p-index-information-link:hover .p-index-information-link__more {
  transform: translateX(0);
}

.blog__body strong {
  font-weight: bold;
}

.blog__body em {
  font-style: italic;
}

/* usedcar
=============================== */
.p-index-usedcar {
  padding: 5.625em 0 7.5em;
  background-color: #fff;
  background-image: radial-gradient(#f9f9f9 25%, rgba(249, 249, 249, 0) 28%), radial-gradient(#f9f9f9 25%, rgba(249, 249, 249, 0) 28%);
  background-position: 0 0, 17px 17px;
  background-size: 34px 34px;
}

@media screen and (max-width: 560px) {
  .p-index-usedcar {
    padding: 5.625em 0 calc(5.625em + 7.4rem);
  }
}

.p-index-usedcar__inner {
  width: 1120px;
  max-width: 91.21523%;
  margin: 0 auto;
}

.p-index-usedcar__head {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: 2.1875em;
  padding-bottom: 2.8125em;
  border-bottom: 3px solid;
}

.p-index-usedcar__stock {
  margin: 2.1875em 1.25em 0;
}

.p-index-usedcar__button {
  width: 20.9375em;
  margin: 2.1875em .625em 0;
}

@media screen and (max-width: 960px) {
  .p-index-usedcar__button {
    order: -1;
    width: 91.36905%;
    max-width: 335px;
  }
}

.p-index-usedcar__body {
  margin-top: 2.5em;
}

/* stock */
.p-index-usedcar-stock {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-weight: bold;
  font-size: 28px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1;
}

@media screen and (max-width: 1366px) {
  .p-index-usedcar-stock {
    /* 1366px - 960px の間の幅を 28px - 21px の範囲で変化 */
    font-size: calc(4.44828px + 1.72414vw);
  }
}

@media screen and (max-width: 960px) {
  .p-index-usedcar-stock {
    font-size: 21px;
  }
}

.p-index-usedcar-stock__head {
  margin-top: .75em;
  margin-right: .66667em;
  letter-spacing: .25em;
  font-weight: 800;
  font-size: 1.07143em;
  line-height: 1.06667;
}

@media screen and (max-width: 560px) {
  .p-index-usedcar-stock__head {
    width: 100%;
    margin-bottom: 1em;
    text-align: center;
  }
}

.p-index-usedcar-stock__body {
  font-size: 1.57143em;
}

.p-index-usedcar-stock__body em {
  margin-right: .1em;
  padding-top: .03em;
  color: #f25b52;
  font-style: italic;
  font-size: 3.09091em;
  font-family: Quicksand, sans-serif;
  line-height: .7;
}

/* slider */
.p-index-usedcar-slider {
  position: relative;
  width: 100%;
  padding: 0 3.125%;
}

@media screen and (max-width: 560px) {
  .p-index-usedcar-slider {
    padding: 0;
  }
}

.p-index-usedcar-slider .slick-list {
  overflow: visible;
}

.p-index-usedcar-slider__list {
  position: static !important;
  padding: 3.75em 0 .625em;
}

@media screen and (max-width: 960px) {
  .p-index-usedcar-slider__list {
    width: 130%;
    margin-left: -15%;
  }
}

@media screen and (max-width: 560px) {
  .p-index-usedcar-slider__list {
    overflow: visible;
    width: 100%;
    margin: 0;
    padding: .625em 0;
  }
}

.p-index-usedcar-slider__item {
  position: relative;
  z-index: 1;
  display: flex;
  overflow: hidden;
  height: auto;
  border-radius: .625em;
  transition: transform .3s ease-out;
}

.p-index-usedcar-slider__item.slick-active {
  background: #fff;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, .18);
}

.p-index-usedcar-slider__item.slick-active, .p-index-usedcar-slider__item.ucar-slide-prev {
  transform: translateX(8.55513%);
  pointer-events: none;
}

@media screen and (max-width: 960px) {
  .p-index-usedcar-slider__item.slick-active, .p-index-usedcar-slider__item.ucar-slide-prev {
    transform: translateX(41.19626%);
  }
}

@media screen and (max-width: 560px) {
  .p-index-usedcar-slider__item.slick-active, .p-index-usedcar-slider__item.ucar-slide-prev {
    transform: none;
  }
}

.p-index-usedcar-slider__item.slick-center + .p-index-usedcar-slider__item, .p-index-usedcar-slider__item.ucar-slide-next {
  transform: translateX(-8.55513%);
  pointer-events: none;
}

@media screen and (max-width: 960px) {
  .p-index-usedcar-slider__item.slick-center + .p-index-usedcar-slider__item, .p-index-usedcar-slider__item.ucar-slide-next {
    transform: translateX(-41.19626%);
  }
}

@media screen and (max-width: 560px) {
  .p-index-usedcar-slider__item.slick-center + .p-index-usedcar-slider__item, .p-index-usedcar-slider__item.ucar-slide-next {
    transform: none;
  }
}

.p-index-usedcar-slider__item.slick-center, .p-index-usedcar-slider__item.ucar-slide-current {
  z-index: 2;
  transform: translateY(-3.125em);
  pointer-events: auto;
}

@media screen and (max-width: 960px) {
  .p-index-usedcar-slider__item.slick-center, .p-index-usedcar-slider__item.ucar-slide-current {
    transform: translateY(-1.875em);
  }
}

@media screen and (max-width: 560px) {
  .p-index-usedcar-slider__item.slick-center, .p-index-usedcar-slider__item.ucar-slide-current {
    transform: none;
  }
}

/* card */
.p-index-usedcar-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #fff;
  text-decoration: none;
  opacity: 0;
  transition: all .3s ease-out;
  transform-origin: bottom left;
  pointer-events: none;
}

.slick-active .p-index-usedcar-card,
.ucar-slide-prev .p-index-usedcar-card,
.ucar-slide-next .p-index-usedcar-card {
  opacity: .4;
  pointer-events: auto;
}

@media screen and (max-width: 560px) {
  .slick-active .p-index-usedcar-card,
  .ucar-slide-prev .p-index-usedcar-card,
  .ucar-slide-next .p-index-usedcar-card {
    opacity: 0;
    pointer-events: none;
  }
}

.slick-center .p-index-usedcar-card,
.ucar-slide-current .p-index-usedcar-card {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 960px) {
  .p-index-usedcar-card {
    font-size: 1.4rem;
  }
}

.p-index-usedcar-card__contents {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 0%;
  padding: 1.3125em 9.42857% 2.5em;
}

.p-index-usedcar-card__image {
  min-height: 0%;
  margin-bottom: 1.25em;
  border: 2px solid #212121;
  transition: all .3s ease-out;
}

.p-index-usedcar-card__image img {
  width: 100%;
}

.p-index-usedcar-card__name {
  position: relative;
  padding-bottom: .36364em;
  border-bottom: 1px solid #dedfda;
  font-weight: 500;
  font-size: 1.375em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1;
}

.p-index-usedcar-card__name:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  box-sizing: border-box;
  width: 3em;
  height: 2px;
  border-bottom: 2px solid;
  transition: all .3s ease-out;
}

.p-index-usedcar-card:hover .p-index-usedcar-card__name:after {
  width: 100%;
}

.p-index-usedcar-card__data {
  margin-top: 1em;
}

.p-index-usedcar-card__data > dl {
  overflow: hidden;
  /* -0.375em for line-height offset */
  margin-top: .625em;
  margin-bottom: -.375em;
}

.p-index-usedcar-card__data > dl > dt {
  float: left;
  min-width: 5.75em;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.p-index-usedcar-card__data > dl > dt:after {
  content: "\ff1a";
  margin: 0 .25em;
}

.p-index-usedcar-card__data > dl > dd {
  overflow: hidden;
}

.p-index-usedcar-card__foot {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.88889em;
  margin-top: auto;
  padding-left: .12em;
  background: #2b2b2b;
  color: #fff;
  letter-spacing: .12em;
  font-weight: bold;
  font-size: 1.125em;
  transition: all .3s ease-out;
}

.p-index-usedcar-card:hover .p-index-usedcar-card__foot {
  background: #0078e6;
}

/* blog
=============================== */
.p-index-blog {
  padding: 7.5em 0 6.125em;
  border: 1.25em solid #9c5c52;
  background: #fff;
}

.p-index-blog__inner {
  width: 1120px;
  max-width: 84.46456%;
  margin: 0 auto;
}

.p-index-blog__body {
  overflow: hidden;
  width: calc(100% + 60px);
  margin-top: 3.875em;
  margin-left: -30px;
  padding: 0 30px;
}

/* slider */
.p-index-blog-slider__list {
  width: calc(100% + 31px);
  margin: 0 -15.5px;
  text-align: center;
}

.p-index-blog-slider__item {
  margin: 0 15.5px;
}

.p-index-blog-slider .slick-track {
  margin: 0 auto;
}

.p-index-blog-slider .slick-dots {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 5.1rem;
  margin: 3.75em 15.5px 0;
  padding: 0 7rem;
  border-radius: 2.55rem;
  background: #ededed;
}

.p-index-blog-slider .slick-dots > li button {
  background: #dedfda;
}

.p-index-blog-slider .slick-dots > li.slick-active button {
  background: #9c5c52;
}

/* card */
.p-index-blog-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: .625em;
  background: #fff;
  text-align: left;
  text-decoration: none;
}

.slick-active .p-index-blog-card {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .08);
}

.p-index-blog-card__image {
  width: 100%;
}

.p-index-blog-card__image > div {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding-top: 73.65439%;
  background-color: #ccc;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-index-blog-card__contents {
  width: 100%;
  padding: 1.875em 1.375em 1.375em;
}

.p-index-blog-card__head {
  position: relative;
  margin-top: -.375em;
  margin-bottom: .88889em;
  padding-bottom: .27778em;
  border-bottom: 1px solid #dedfda;
}

.p-index-blog-card__head:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  box-sizing: border-box;
  width: 4em;
  height: 2px;
  border-bottom: 2px solid;
  transition: all .4s;
}

.p-index-blog-card:hover .p-index-blog-card__head:after {
  width: 100%;
}

.p-index-blog-card__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.125em;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.p-index-blog-card__text {
  /* -0.39286em for line-height offset */
  margin-top: -.39286em;
  margin-bottom: -.39286em;
  font-size: .875em;
  line-height: 1.78571;
}

.p-index-blog-card__date {
  display: flex;
  align-items: center;
  margin-top: .75em;
  padding-top: .03em;
  color: #f25b52;
  font-size: 1.0625em;
  font-family: Quicksand, sans-serif;
  line-height: .7;
}

.p-index-blog-card__date > i {
  width: 1.8rem;
  height: 1.8rem;
  margin-right: .35em;
}

.p-index-blog-card__date > i svg path {
  fill: currentColor;
}

.p-index-blog-card__shopname {
  margin-top: .25em;
  font-size: 1.125em;
}

.p-index-blog-card__foot {
  margin-top: 5.37313%;
}

.p-index-blog-card__more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.55em;
  margin-top: auto;
  padding-top: .25em;
  background: #2b2b2b;
  color: #fff;
  font-size: 1.25em;
  font-family: "Josefin Sans", sans-serif;
  line-height: .7;
  transition: all .3s;
}

.p-index-blog-card__more:before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: .5em;
  height: .5em;
  margin-right: .65em;
  margin-bottom: .25em;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transition: all .3s;
  transform: rotate(-45deg);
}

.p-index-blog-card:hover .p-index-blog-card__more {
  background: #f25b52;
}

/* showroom
=============================== */
.p-index-showroom {
  padding: 5.3125em 0 8.125em;
  background-color: white;
  background-image: repeating-linear-gradient(90deg, rgba(249, 249, 249, 0), rgba(249, 249, 249, 0) 24px, #f9f9f9 24px, #f9f9f9 48px);
  background-size: auto auto;
}

.p-index-showroom__inner {
  width: 1120px;
  max-width: 91.21523%;
  margin: 0 auto;
}

.p-index-showroom__body {
  margin-top: 4.375em;
}

/* maintenance
=============================== */
.p-index-maintenance {
  padding: 6.5625em 0 7.5em;
  background: url(../img/bg_index_maintenance.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.p-index-maintenance__inner {
  width: 1120px;
  max-width: 91.21523%;
  margin: 0 auto;
}

.p-index-maintenance__body {
  margin-top: 5em;
}

.p-index-maintenance__lead {
  /* -0.8125em for line-height offset */
  margin-top: -.8125em;
  margin-bottom: -.8125em;
  line-height: 2.625;
}

.p-index-maintenance__lead span {
  display: inline-block;
}

@media screen and (max-width: 960px) {
  .p-index-maintenance__lead {
    line-height: 1.5;
  }
}

@media screen and (max-width: 560px) {
  .p-index-maintenance__lead span {
    display: inline;
  }
}

/* list */
.p-index-maintenance-list {
  display: flex;
  flex-wrap: wrap;
  width: 104.46429%;
  margin: -3.57143% -2.23214%;
  margin-top: -1.25em;
  padding-top: 1px;
}

.p-index-maintenance-list__item {
  width: 25%;
  padding: 3.33333% 2.13675%;
}

@media screen and (max-width: 960px) {
  .p-index-maintenance-list__item {
    width: 50%;
    min-width: 180px;
    margin: 0 auto;
  }
}

/* nav */
.p-index-maintenance-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 560px) {
  .p-index-maintenance-nav {
    font-size: 1.8rem;
  }
}

.p-index-maintenance-nav__image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.7rem;
  margin-bottom: 2.1875em;
}

.p-index-maintenance-nav__image:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 82%;
  display: block;
  width: 5.1rem;
  height: 5.1rem;
  border-radius: 50%;
  transition: all .4s;
  transform: translateX(-50%);
}

.p-index-maintenance-nav__image img,
.p-index-maintenance-nav__image svg {
  position: relative;
  z-index: 1;
}

.p-index-maintenance-nav__image svg path {
  fill: currentColor;
}

.p-index-maintenance-nav._maintenance .p-index-maintenance-nav__image {
  padding-right: .6rem;
}

.p-index-maintenance-nav._maintenance .p-index-maintenance-nav__image:after {
  background: #9c5c52;
}

.p-index-maintenance-nav._ciao .p-index-maintenance-nav__image:after {
  background: #f25b52;
}

.p-index-maintenance-nav._mamoru .p-index-maintenance-nav__image:after {
  background: #0078e6;
}

.p-index-maintenance-nav._htc .p-index-maintenance-nav__image:after {
  background: #efa753;
}

.p-index-maintenance-nav:hover .p-index-maintenance-nav__image:after {
  bottom: 0;
  left: 50%;
  opacity: 0;
  transform: scale(2) translateX(-25%);
}

.p-index-maintenance-nav__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-index-maintenance-nav__head {
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1;
}

.p-index-maintenance-nav__body {
  /* -0.39286em for line-height offset */
  margin-top: .89286em;
  margin-bottom: -.39286em;
  white-space: nowrap;
  font-size: .875em;
  line-height: 1.78571;
}

.p-index-maintenance-nav__foot {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8.5em;
  height: 2.5em;
  margin-top: 1em;
  padding-left: .1em;
  border: 2px solid #fff;
  border-radius: 1.25em;
  letter-spacing: .1em;
  font-weight: bold;
  font-size: 1.25em;
  font-family: Quicksand, sans-serif;
  transition: all .4s;
}

.p-index-maintenance-nav._maintenance:hover .p-index-maintenance-nav__foot {
  border-color: #9c5c52;
  background: #9c5c52;
}

.p-index-maintenance-nav._ciao:hover .p-index-maintenance-nav__foot {
  border-color: #f25b52;
  background: #f25b52;
}

.p-index-maintenance-nav._mamoru:hover .p-index-maintenance-nav__foot {
  border-color: #0078e6;
  background: #0078e6;
}

.p-index-maintenance-nav._htc:hover .p-index-maintenance-nav__foot {
  border-color: #efa753;
  background: #efa753;
}

/* topics
=============================== */
.p-index-topics {
  padding: 4.0625em 0 5.1875em;
  background: #f5f5f5;
}

.p-index-topics__inner {
  width: 1120px;
  max-width: 91.21523%;
  margin: 0 auto;
}

.p-index-topics__body {
  margin-top: 3.625em;
}

.p-index-topics__foot {
  width: 452px;
  max-width: 91.36905%;
  margin: 2.375em auto 0;
}

.p-index-topics-list.is-hide {
  display: none;
}

.p-index-topics-list__item {
  margin-top: 1.25em;
}

.p-index-topics-list .topics-link {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 1.625em 2.25em;
  border-radius: .625em;
  background: #fff;
  box-shadow: 0px 5px 8px 3px rgba(0, 0, 0, .05);
  text-decoration: none;
}

.p-index-topics-list .topics-link__head {
  width: 7.1875em;
  color: #f25b52;
  font-weight: bold;
  font-family: Quicksand, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.p-index-topics-list .topics-link__text {
  width: calc(100% - 7.1875em);
  padding-right: 1.875em;
}

@media screen and (max-width: 560px) {
  .p-index-topics-list .topics-link__text {
    width: 100%;
    margin-top: .75em;
    padding-left: 0;
    line-height: 1.85;
  }
}

.p-index-topics-list a.topics-link {
  transition: all .3s;
}

.p-index-topics-list a.topics-link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.625em;
  bottom: 0;
  display: block;
  box-sizing: border-box;
  width: .75em;
  height: .75em;
  margin: auto 0;
  border-top: 3px solid;
  border-right: 3px solid;
  transition: all .3s;
  transform: rotate(45deg);
}

.p-index-topics-list a.topics-link:hover {
  transform: translateX(5px);
}

.p-index-topics-list a.topics-link:hover:after {
  color: #f25b52;
}

/* recruit
=============================== */
.p-index-recruit {
  position: relative;
  background: url(../img/bg_index_recruit.jpg) 50% 0 no-repeat;
  background-size: cover;
}

.p-index-recruit__inner {
  width: 1120px;
  max-width: 91.21523%;
  margin: 0 auto;
  padding-top: 3.25em;
  padding-bottom: 2.625em;
}

.p-index-recruit__contents {
  width: 45.35714%;
  margin-left: 4.64286%;
}

@media screen and (max-width: 560px) {
  .p-index-recruit__contents {
    width: 100%;
    margin-left: 0;
  }
}

.p-index-recruit__lead {
  /* -0.4375em for line-height offset */
  margin-top: 2.0625em;
  margin-bottom: -.4375em;
  text-align: center;
  line-height: 1.875;
}

.p-index-recruit__button {
  max-width: 88.97638%;
  margin: 2.5em auto 0;
}

.p-index-recruit__image {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40.99561%;
  min-width: 320px;
}

.p-index-recruit__image img {
  margin: 0 auto;
}

@media screen and (max-width: 560px) {
  .p-index-recruit__image {
    position: static;
    max-width: 76%;
    margin: 0 auto;
  }
  .p-index-recruit__image img {
    margin-right: 0;
  }
}

/* ============================================================= *

Newcar

* ============================================================= */
.p-newcar-contents > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-newcar-contents > div#zenkoku_zankure {
  justify-content: center;
}

.p-newcar-contents br {
  display: none;
}

.p-newcar-contents object {
  float: left;
  width: 50%;
  padding: 1rem;
}

.p-newcar-contents div[id^="img600"] {
  float: left;
  width: 50%;
  padding: 1rem;
}

@media screen and (max-width: 560) {
  .p-newcar-contents div[id^="img600"] {
    width: 100%;
    padding: .75rem 0;
  }
}

.p-newcar-contents div[id^="img600"] a {
  display: block;
  transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.p-newcar-contents div[id^="img600"] a:hover {
  opacity: .7;
}

.p-newcar-contents div[id^="img600"] a img {
  width: 100%;
}

.p-newcar-contents table {
  width: 100%;
  padding: 3rem 0;
  border-spacing: 1rem 0;
  border-collapse: separate;
  table-layout: fixed;
}

.p-newcar-contents table a {
  display: block;
  transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.p-newcar-contents table a:hover {
  opacity: .7;
}

.p-newcar-contents table img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 960) {
  .p-newcar-contents table tr:first-child {
    display: none;
  }
}

/* ============================================================= *

Special Car

* ============================================================= */
.p-specialcar-contents .frame-c {
  clear: both;
  width: 100%;
  padding: 5rem 0 0;
}

.p-specialcar-contents .frame-c::after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0;
}

.p-specialcar-contents .frame-c:first-child {
  padding-top: 0;
}

.p-specialcar-contents .frame-c * {
  text-align: left !important;
}

.p-specialcar-contents .frame-c .mainimg-cw {
  float: left;
  overflow: hidden;
  width: 20rem;
  vertical-align: top;
  font-size: 1.2rem;
}

@media screen and (max-width: 560) {
  .p-specialcar-contents .frame-c .mainimg-cw {
    float: none;
    width: 100%;
    margin-bottom: 1rem;
  }
}

.p-specialcar-contents .frame-c .mainimg-cw a {
  display: block;
  margin-bottom: 1em;
  transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.p-specialcar-contents .frame-c .mainimg-cw a:hover {
  opacity: .7;
}

.p-specialcar-contents .frame-c .mainimg-cw a img {
  float: none;
  margin-right: 0;
}

@media screen and (max-width: 560) {
  .p-specialcar-contents .frame-c .mainimg-cw a {
    float: left;
    width: 15rem;
    margin-right: 1rem;
  }
}

.p-specialcar-contents .frame-c .mainimg-cw img {
  float: left;
  margin-right: .5em;
}

.p-specialcar-contents .frame-c .mainimg-cw .gas {
  overflow: hidden;
}

.p-specialcar-contents .frame-c .maintxt-cw {
  overflow: hidden;
  padding-left: 2rem;
  background-image: none;
  vertical-align: top;
}

@media screen and (max-width: 560) {
  .p-specialcar-contents .frame-c .maintxt-cw {
    padding-left: 0;
  }
}

.p-specialcar-contents .frame-c ul.n-cw {
  padding: 0 0 1em 1.5em;
  list-style-type: disc;
  font-size: 1.4rem;
}

.p-specialcar-contents .frame-c ul.n-cw li {
  list-style-position: outside;
  list-style-type: disc;
}

.p-specialcar-contents .frame-c .cartype-w {
  padding: 0 0 5px 0;
  font-size: 1.4rem;
}

.p-specialcar-contents .frame-c .carname-cw {
  margin: 0 0 1.5rem;
  padding-left: 0;
  border-bottom: 1px solid #f25b52;
  font-size: 2rem;
}

.p-specialcar-contents .frame-c .carname-cw a {
  color: #f25b52;
  text-decoration: none;
  font-weight: bold;
}

.p-specialcar-contents .frame-c .carname-cw a:hover {
  text-decoration: underline;
}

.p-specialcar-contents .frame-c .spacialeq-cw {
  margin: 0 0 5px;
  font-size: 1.6rem;
}

.p-specialcar-contents .frame-c .clear-toku {
  height: 0;
}

.p-specialcar-contents .corner-cw {
  display: none;
}

/* ============================================================= *

Demo Car

* ============================================================= */
.p-democar-contents .ATC-title-text {
  padding-left: 0;
  border-left: 0;
  font-size: 1.625em;
}

.p-democar-contents .ATC-car-contents:not(:last-child) {
  margin-bottom: 3.75em;
}

.p-democar-contents .ATC-car-contents-lineup-inner {
  min-width: 0;
}

@media screen and (max-width: 960px) {
  .p-democar-contents .ATC-car-contents-lineup-inner {
    width: 20%;
  }
}

@media screen and (max-width: 560px) {
  .p-democar-contents .ATC-car-contents-lineup-inner {
    width: 33.33333%;
  }
}

/* ============================================================= *

Usedcar

* ============================================================= */
@media screen and (max-width: 767px) {
  .COMMON-UCAR-detail-contact-container .COMMON-UCAR-detail-contact{
    width: 90%;
  }
}


/* ============================================================= *

Lineup

* ============================================================= */
.CMN-L {
  width: 100%;
}

.CMN-L__title {
  margin-top: -3rem;
  padding-top: 3rem;
}

.CMN-L__titleInner {
  margin-bottom: 1.15385em;
  letter-spacing: .125em;
  font-weight: bold;
  font-size: 1.625em;
}

.CMN-L__titleInner img {
  opacity: 0;
}

/* anchor button
=============================== */
.CMN-L__anchorBtn {
  position: relative;
  margin-bottom: 5em;
  padding: 3.25em 0;
}

.CMN-L__anchorBtn > * {
  position: relative;
  z-index: 1;
}

.CMN-L__anchorBtn:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc((1120px - 100vw)/2);
  z-index: 0;
  display: block;
  width: 100vw;
  height: 100%;
  background: #fff;
}

@media screen and (max-width: 1227.86517px) {
  .CMN-L__anchorBtn:before {
    left: -4.39239vw;
  }
}

.CMN-L__anchorBtn-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -1%;
}

.CMN-L__anchorBtn-item {
  display: inline-block;
  max-width: 22%;
  margin: 1%;
  word-spacing: normal;
  letter-spacing: normal;
  font-size: 1rem;
}

.CMN-L__anchorBtn-item a {
  display: block;
  transition: all .3s ease-out;
}

.CMN-L__anchorBtn-item a:hover {
  opacity: .7;
  transform: translateY(2px);
}

.CMN-L__anchorBtn-item img {
  border: 0;
}

/* anchor text link
=============================== */
.CMN-L__anchorText {
  display: none;
}

/* car list
=============================== */
.CMN-L__car {
  margin-top: 3rem;
  margin-bottom: 6rem;
}

.CMN-L__carList {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
}

.CMN-L__carItem {
  display: flex;
  flex-direction: column;
  width: 24%;
  margin: .5%;
  border: 1px solid #aaa;
  background: #fff;
}

.CMN-L__carItem img {
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .CMN-L__carItem {
    width: 32.3333%;
  }
}

@media screen and (max-width: 560px) {
  .CMN-L__carItem {
    width: 49%;
  }
}

.CMN-L__carItem-icon {
  overflow: hidden;
  margin-bottom: 10px;
}

.CMN-L__carItem-exhaust {
  display: inline-block;
  float: left;
}

.CMN-L__carItem-mileage {
  display: inline-block;
  float: right;
  min-width: 48%;
  text-align: right;
}

.CMN-L__carItem-mileage img {
  display: inline;
}

.CMN-L__carItem-img {
  margin-bottom: 5px;
  text-align: center;
}

.CMN-L__carItem-img img {
  border: 0;
}

.CMN-L__carItem-head {
  padding: 1em;
}

.CMN-L__carItem-head a .CMN-L__carItem-name {
  color: #212121;
  text-decoration: underline;
}

.CMN-L__carItem-head a:hover .CMN-L__carItem-name {
  text-decoration: none;
}

.CMN-L__carItem-name {
  padding: .5em 0;
  text-align: center;
  letter-spacing: .02em;
  font-weight: bold;
}

.CMN-L__carItem-spec {
  padding: 1.2em 1.8em;
  background: #f9f9f9;
  font-size: 1.4rem;
}

@media screen and (max-width: 960px) {
  .CMN-L__carItem-spec {
    margin: auto 0;
    padding: 1em;
  }
}

.CMN-L__carItem-specItem {
  overflow: hidden;
  margin-bottom: 8px;
}

.CMN-L__carItem-specItem:last-child {
  margin-bottom: 0;
}

.CMN-L__carItem-specItem h5 {
  display: inline-block;
  float: left;
  padding-right: 1em;
  line-height: inherit;
}

.CMN-L__carItem-specItem p {
  display: inline-block;
  float: left;
}

.CMN-L__carItem-fuel2 {
  margin-top: 8px;
  padding: 1em;
  color: #023994;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
}

.CMN-L__carItem-fuel2Inner {
  overflow: hidden;
}

.CMN-L__carItem-fuel2Inner img {
  margin-top: -3px;
}

/* page top
=============================== */
.CMN-L__pageTop {
  display: none;
}

/* caution
=============================== */
.CMN-L__cautionList {
  font-size: 1.3rem;
  line-height: 1.8;
}

.CMN-L__cautionItem {
  margin-bottom: 6px;
  padding-left: 1em;
  text-align: justify;
  text-indent: -1em;
  text-justify: auto;
}

.CMN-L__cautionItem--star {
  color: #023994;
}

.CMN-L__cautionItem--star:before {
  content: "\2605";
}

.CMN-L__cautionItem:before {
  content: "\25cf";
}

.CMN-L__cautionItem--asterisk:before {
  content: "\203B";
}

/* zankure
=============================== */
#zenkoku_zankure a {
  display: inline-block;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  transition: all .3s ease-out;
}

#zenkoku_zankure a:hover {
  opacity: .7;
}

/* ============================================================= *

Showroom

* ============================================================= */
.p-showroom-map {
  width: 100%;
  height: 480px;
  background: #aaa;
  margin-bottom: 3em;
}

.p-showroom-map .gm-style-iw-ch{
  display: none;
}

.p-showroom-map .gm-style-iw-chr{
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 0;
}

.p-showroom-map .gm-style .gm-style-iw-c{
  padding: 12px !important;
}

.p-showroom-map .gmapOpen_shopName{
  font-size: 1.8rem;
  padding-bottom: .5em;
  font-weight: 500;
}

.p-showroom-map .gmapOpen_shopUrl{
  padding-top: .5em;
}

@media screen and (max-width: 960px) {
  .p-showroom-map .gmapOpen_shopName{
    font-size: 2.2rem;
  }
}

/* ============================================================= *

Sr

* ============================================================= */
/* slider
=============================== */
.p-sr-slider .slick-dots {
  display: flex;
  justify-content: center;
  padding: 1.375em;
  background: #ededed;
}

.p-sr-slider .slick-dots > li {
  margin: 4px 9px;
}

@media screen and (max-width: 560px) {
  .p-sr-slider .slick-dots > li {
    margin: 4px 6px;
  }
}

.p-sr-slider .slick-dots > li button {
  display: block;
  background: #dedfda;
  opacity: 1;
}

.p-sr-slider .slick-dots > li.slick-active button {
  background: #9c5c52;
}

/* profile
=============================== */
.p-sr-profile-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.p-sr-profile-container__text {
  width: 56.25%;
}

@media screen and (max-width: 960px) {
  .p-sr-profile-container__text {
    width: 100%;
  }
}

.p-sr-profile-container__icon {
  width: 37.76786%;
}

@media screen and (max-width: 960px) {
  .p-sr-profile-container__icon {
    width: 100%;
    margin-top: 8.01887%;
  }
}

.p-sr-profile {
  width: 100%;
}

.p-sr-profile__item {
  display: flex;
  border-bottom: 1px solid #c8c8c8;
}

.p-sr-profile__item:not(:last-child) {
  margin-bottom: 1.125em;
}

.p-sr-profile__head {
  position: relative;
  width: 5.5em;
  padding: 0 1em 1em 0;
  padding-right: 1em;
  font-weight: bold;
}

.p-sr-profile__head:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #212121;
}

.p-sr-profile__body {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 5.5em);
  padding: 0 0 1em 2.125em;
}

.p-sr-profile__body > * + * {
  margin-left: .5em;
}

.p-sr-profile__body a {
  text-decoration: underline;
}

/* facility
=============================== */
.p-sr-facility__list {
  display: flex;
  flex-wrap: wrap;
  width: 104.00943%;
  margin-top: -4.00943%;
}

.p-sr-facility__list > li {
  position: relative;
  width: 29.47846%;
  height: 0;
  margin-top: 3.85488%;
  margin-right: 3.85488%;
  padding-top: 29.47846%;
}

.p-sr-facility__list > li._inactive {
  display: none;
}

.p-sr-facility__badge {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: .5em;
  background: #9c5c52;
  color: #fff;
  text-align: center;
}

.p-sr-facility__badge > figure {
  width: 2.8125em;
  height: 2.8125em;
  min-height: 0%;
  margin-bottom: 10px;
}

.p-sr-facility__badge > figure svg {
  width: 100%;
  height: auto;
}

.p-sr-facility__badge > figure svg path {
  fill: currentColor;
}

.p-sr-facility__badge > p {
  /* -0.14286em for line-height offset */
  margin-top: -.14286em;
  margin-bottom: -.14286em;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, .12);
  font-weight: bold;
  font-size: .875em;
  line-height: 1.28571;
}

*:nth-child(6n+2) > .p-sr-facility__badge,
*:nth-child(6n+4) > .p-sr-facility__badge {
  background: #f25b52;
}

*:nth-child(6n+3) > .p-sr-facility__badge,
*:nth-child(6n+5) > .p-sr-facility__badge {
  background: #0078e6;
}

/* access
=============================== */
.p-sr-access {
  margin-top: 4.0625em;
}

.p-sr-access__map {
  width: 100%;
  height: 27em;
  background: #f9f9f9;
}

.p-sr-access__notes {
  margin-top: 3.57143%;
  padding: 2em .625em;
  border-top: 2px solid;
  border-bottom: 2px solid;
}

.p-sr-access-text {
  position: relative;
  /* -0.375em for line-height offset */
  margin-top: -.375em;
  margin-bottom: -.375em;
  padding-left: 15.35714em;
  font-size: .875em;
}

@media screen and (max-width: 560px) {
  .p-sr-access-text {
    padding-left: 0;
  }
}

.p-sr-access-text em {
  position: absolute;
  top: 0;
  left: 0;
  width: 13.125em;
  font-weight: bold;
  font-size: 1.14286em;
  line-height: 1.53125;
}

@media screen and (max-width: 560px) {
  .p-sr-access-text em {
    position: static;
    display: block;
    width: 100%;
    margin-bottom: .25em;
  }
}

.p-sr-access-text + .p-sr-access-text {
  margin-top: 1.25em;
}

@media screen and (max-width: 560px) {
  .p-sr-access-text + .p-sr-access-text {
    margin-top: 1.875em;
  }
}

/* blog
=============================== */
.p-sr-blog-frame {
  position: relative;
  padding: 1.875em 1.875em 4.375em;
  border-radius: .625em;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .12);
}

.p-sr-blog-frame__foot {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 452px;
  max-width: 90%;
  margin: 0 auto;
  transform: translateY(-50%);
}

.p-sr-blog .blog__paging {
  display: none;
}

/* contact
=============================== */
/* list */
.p-sr-contact-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.p-sr-contact-list__item {
  width: 33.33333%;
  margin-top: 2.5em;
}

@media screen and (max-width: 960px) {
  .p-sr-contact-list__item {
    width: 50%;
  }
}

/* button */
.p-sr-contact-button {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 13.7em;
  height: 13.7em;
  margin: 0 auto;
  border-radius: 50%;
  background: #9c5c52;
  box-shadow: 0px 5px 8px 3px rgba(0, 0, 0, .05);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.25em;
  transition: all .3s;
}

@media screen and (max-width: 560px) {
  .p-sr-contact-button {
    font-size: 1.0625em;
  }
}

*:nth-child(3n+2) > .p-sr-contact-button {
  background: #f25b52;
}

*:nth-child(3n) > .p-sr-contact-button {
  background: #0078e6;
}

.p-sr-contact-button:hover {
  opacity: .7;
  transform: translateY(-3px);
}

.p-sr-contact-button > i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
}

.p-sr-contact-button > i svg path {
  fill: currentColor;
}

.p-sr-contact-button > p {
  display: flex;
  align-items: center;
  /* -0.25em for line-height offset */
  margin-top: 1.15em;
  margin-bottom: -.25em;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, .12);
  font-weight: bold;
  line-height: 1.5;
}

.p-sr-contact-button > p:last-child {
  padding-top: .03em;
  font-family: "Josefin Sans", sans-serif;
  line-height: .7;
}

.p-sr-contact-button > p:last-child:before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: .45em;
  height: .45em;
  margin-right: .75em;
  margin-bottom: .25em;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transition: all .3s;
  transform: rotate(-45deg);
}

/* ============================================================= *

Staff

* ============================================================= */
.p-staff-contents .ATC-shop-contents-staff {
  display: flex;
  flex-wrap: wrap;
  width: 103.125%;
  margin: -1.5625% -1.5625%;
  padding-top: 1px;
}

.p-staff-contents .ATC-shop-contents-staff-list {
  overflow: hidden;
  width: 30.30303%;
  margin: 1.51515% 1.51515%;
  padding: 1.1875em 1.1875em 2.375em;
  border: 1px solid #cfd0d4;
  background: #fff;
}

@media screen and (max-width: 960px) {
  .p-staff-contents .ATC-shop-contents-staff-list {
    width: 46.9697%;
  }
}

@media screen and (max-width: 560px) {
  .p-staff-contents .ATC-shop-contents-staff-list {
    width: 96.9697%;
    font-size: 1.3125em;
  }
}

.p-staff-contents .ATC-shop-contents-staff-list.is-notready {
  width: 100%;
  border: 0;
}

.p-staff-contents .ATC-photo-thumb-frame {
  overflow: hidden;
  width: 100%;
  margin-bottom: .9375em;
}

.p-staff-contents .ATC-photo-thumb-frame img {
  width: 100%;
}

@supports ((-o-object-fit: contain) or (object-fit: contain)) {
  .p-staff-contents .ATC-photo-thumb-frame {
    position: relative;
    padding-top: 76.12903%;

    -o-object-fit: contain;
       object-fit: contain;
  }
  .p-staff-contents .ATC-photo-thumb-frame img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
  }
}

.p-staff-contents .ATC-shop-contents-staff-list-name {
  display: flex;
  overflow: hidden;
  margin-bottom: 1.17647em;
  padding-bottom: .88235em;
  border-bottom: 1px solid #c8c8c8;
  font-weight: bold;
  font-size: 1.0625em;
}

.p-staff-contents .ATC-shop-contents-staff-list-name > div {
  position: relative;
  top: .18269em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9em;
  height: 1.92308em;
  margin-right: 1em;
  color: #fff;
  text-align: center;
  font-size: .76471em;
}

.p-staff-contents .ATC-staff-type-bg01,
.p-staff-contents .ATC-staff-type-bg10 {
  background: #ef929d;
}

.p-staff-contents .ATC-staff-type-bg02 {
  background: #8399d2;
}

.p-staff-contents .ATC-staff-type-bg03,
.p-staff-contents .ATC-staff-type-bg04,
.p-staff-contents .ATC-staff-type-bg05 {
  background: #72c5bd;
}

.p-staff-contents .ATC-staff-type-bg06,
.p-staff-contents .ATC-staff-type-bg07,
.p-staff-contents .ATC-staff-type-bg08,
.p-staff-contents .ATC-staff-type-bg09 {
  background: #ee9100;
}

.p-staff-contents .ATC-shop-contents-staff-list-qualification {
  /* -0.375em for line-height offset */
  margin-top: -.375em;
  margin-bottom: -.375em;
  font-size: .8125em;
}

.p-staff-contents .ATC-staff-type-color01,
.p-staff-contents .ATC-staff-type-color10 {
  color: #dd2e43;
}

.p-staff-contents .ATC-staff-type-color02 {
  color: #3a5fbc;
}

.p-staff-contents .ATC-staff-type-color03,
.p-staff-contents .ATC-staff-type-color04,
.p-staff-contents .ATC-staff-type-color05 {
  color: #2caa9e;
}

.p-staff-contents .ATC-staff-type-color06,
.p-staff-contents .ATC-staff-type-color07,
.p-staff-contents .ATC-staff-type-color08,
.p-staff-contents .ATC-staff-type-color09 {
  color: #ee9100;
}

.p-staff-contents .ATC-shop-contents-staff-list-comment {
  /* -0.375em for line-height offset */
  margin-top: .85577em;
  margin-bottom: -.375em;
  font-size: .8125em;
}

.p-staff-contents .ATC-shop-contents-staff-list-comment.is-empty {
  padding: 0;
  background: transparent;
}

.p-staff-contents#sr60 .ATC-staff-type-bg10 {
  background: #72c5bd;
}

.p-staff-contents#sr60 .ATC-shop-contents-staff-list:first-child .ATC-staff-type-bg10 {
  background: #ef929d;
}

.p-staff-contents#sr60 .ATC-staff-type-color10 {
  color: #2caa9e;
}

/* ============================================================= *

Maintenance

* ============================================================= */
/* schedule
=============================== */
.p-maintenance-schedule {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.p-maintenance-schedule:not(:first-child) {
  margin-top: 3.125em;
}

@media screen and (max-width: 960px) {
  .p-maintenance-schedule {
    display: flex;
    flex-wrap: wrap;
  }
}

.p-maintenance-schedule__body {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-right: 4.64286%;
  padding-left: 4.64286%;
}

@media screen and (max-width: 960px) {
  .p-maintenance-schedule__body {
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    width: calc(100% - 6.25em);
    padding-right: 4.46429%;
    padding-left: 0;
  }
}

.p-maintenance-schedule__body:before {
  content: "";
  position: absolute;
  bottom: 13.75em;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 3.57143%;
  background: #e6e6e6;
  transform: translateY(-155.83333%);
}

@media screen and (max-width: 960px) {
  .p-maintenance-schedule__body:before {
    top: 1rem;
    right: initial;
    left: 1.5rem;
    width: 3rem;
    height: 100%;
    padding-top: 0;
    transform: none;
  }
}

.p-maintenance-schedule__foot {
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: 1.875em;
}

@media screen and (max-width: 960px) {
  .p-maintenance-schedule__foot {
    width: 6.25em;
    height: 100%;
    margin-top: 0;
  }
}

/* timeline */
.p-maintenance-schedule-timeline {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 8.33333%;
  max-width: 4.44444em;
  font-size: 1.8rem;
}

@media screen and (max-width: 960px) {
  .p-maintenance-schedule-timeline {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }
  .p-maintenance-schedule-timeline + .p-maintenance-schedule-timeline {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 560px) {
  .p-maintenance-schedule-timeline {
    font-size: 1.4rem;
  }
}

.p-maintenance-schedule-timeline__head {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin-bottom: 50%;
  padding-top: 100%;
}

._primary .p-maintenance-schedule-timeline__head,
._emphasise .p-maintenance-schedule-timeline__head {
  z-index: 3;
}

@media screen and (max-width: 960px) {
  .p-maintenance-schedule-timeline__head {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 6rem;
    height: 6rem;
    margin: 0;
    padding: 0;
  }
  .p-maintenance-schedule-timeline:first-child .p-maintenance-schedule-timeline__head {
    width: 100%;
    font-weight: bold;
  }
}

.p-maintenance-schedule-timeline__head:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  box-sizing: content-box;
  width: .66667em;
  height: .66667em;
  margin: auto;
  border: .22222em solid #fff;
  border-radius: 50%;
  background: #e6e6e6;
}

.p-maintenance-schedule-timeline__head span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #666;
  color: #fff;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .p-maintenance-schedule-timeline__head span {
    position: static;
    top: initial;
    right: initial;
    bottom: initial;
    left: initial;
    flex-direction: row;
    margin: initial;
  }
}

@media screen and (max-width: 560px) {
  .p-maintenance-schedule-timeline__head span {
    font-weight: bold;
    font-size: 100%;
  }
}

.p-maintenance-schedule-timeline__head span > i {
  display: block;
  width: 33.75%;
  min-height: 0%;
  max-width: 1.6875em;
  margin-bottom: 12.5%;
}

@media screen and (max-width: 960px) {
  .p-maintenance-schedule-timeline__head span > i {
    margin-right: .5em;
    margin-bottom: 0;
  }
}

._emphasise .p-maintenance-schedule-timeline__head span {
  background: #f25b52;
}

.p-maintenance-schedule-timeline__body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 12.22222em;
  border-width: .22222em;
  border-style: solid;
  border-color: #e6e6e6;
  background: #fff;
  text-decoration: none;
  line-height: 1;
  transition: all .2s ease-out;
}

._primary .p-maintenance-schedule-timeline__body {
  border-color: #666;
}

._emphasise .p-maintenance-schedule-timeline__body {
  border-color: #f25b52;
  color: #f25b52;
}

@media screen and (max-width: 960px) {
  .p-maintenance-schedule-timeline__body {
    flex-direction: row;
    width: calc(100% - 8rem);
    height: 6rem;
    margin-left: 2rem;
    padding: .8em 0;
  }
}

.p-maintenance-schedule-timeline__body:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: calc(100% + .22222em);
  left: 0;
  display: block;
  box-sizing: content-box;
  width: .22222em;
  height: 0;
  margin: 0 auto;
  padding-top: 142.30769%;
  border-width: 0 .22222em;
  border-style: solid;
  border-color: #fff;
  background: #e6e6e6;
}

._primary .p-maintenance-schedule-timeline__body:before {
  background: #666;
}

._emphasise .p-maintenance-schedule-timeline__body:before {
  background: #f25b52;
}

@media screen and (max-width: 960px) {
  .p-maintenance-schedule-timeline__body:before {
    top: 0;
    right: calc(100% + .22222em);
    bottom: 0;
    left: auto;
    width: calc(5rem - .33333em);
    height: .22222em;
    margin: auto 0;
    padding-top: 0;
    border-width: .22222em 0;
  }
}

a.p-maintenance-schedule-timeline__body {
  font-weight: bold;
}

a.p-maintenance-schedule-timeline__body:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1em;
  left: 0;
  display: block;
  width: .8rem;
  height: .8rem;
  margin: 0 auto;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all .2s ease-out;
  transform: rotate(-45deg);
  transform-origin: center;
}

@media screen and (max-width: 960px) {
  a.p-maintenance-schedule-timeline__body:after {
    top: 0;
    right: 1em;
    bottom: 0;
    left: auto;
    margin: auto 0;
    transform: rotate(-135deg);
  }
}

a.p-maintenance-schedule-timeline__body:hover:after {
  border-bottom-color: #212121;
  border-left-color: #212121;
}

._emphasise a.p-maintenance-schedule-timeline__body:hover:after {
  border-bottom-color: #f25b52;
  border-left-color: #f25b52;
}

/* option */
.p-maintenance-schedule-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-maintenance-schedule-option {
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
  }
}

@media screen and (max-width: 560px) {
  .p-maintenance-schedule-option {
    font-size: 1.4rem;
  }
}

.p-maintenance-schedule-option__head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11.96429%;
  height: 4.85714em;
  background: #f9f9f9;
  text-align: center;
  letter-spacing: -.04em;
  font-weight: bold;
  font-size: 1.4rem;
}

@media screen and (max-width: 960px) {
  .p-maintenance-schedule-option__head {
    width: 100%;
    height: 6rem;
    font-size: 1.6rem;
    line-height: 1.25;
  }
}

@media screen and (max-width: 560px) {
  .p-maintenance-schedule-option__head {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.25;
  }
}

.p-maintenance-schedule-option__body {
  width: 83.15476%;
  margin-right: 4.64286%;
}

@media screen and (max-width: 960px) {
  .p-maintenance-schedule-option__body {
    display: flex;
    justify-content: space-around;
    flex-grow: 1;
    width: 100%;
    margin: 0;
    padding: 2rem 0 0 0;
  }
}

.p-maintenance-schedule-option__timeline {
  position: relative;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .p-maintenance-schedule-option__timeline {
    flex-direction: column;
    justify-content: flex-start;
    width: 40%;
    height: 100%;
  }
}

.p-maintenance-schedule-option__timeline:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 5%;
  display: block;
  width: 100%;
  height: 1px;
  margin: auto;
  border-width: 1px 0 0 0;
}

@media screen and (max-width: 960px) {
  .p-maintenance-schedule-option__timeline:before {
    left: 0;
    width: 1px;
    height: 95%;
    border-top-width: 0;
    border-top-width: 0;
    border-left-width: 1px;
  }
}

.p-maintenance-schedule-option__timeline._mamoru:before {
  border-style: dashed;
  border-color: #8dc21f;
}

.p-maintenance-schedule-option__timeline._ciao:before {
  border-style: solid;
  border-color: #0068b7;
}

.p-maintenance-schedule-option__timeline > span {
  display: block;
  width: 9.09091%;
  height: 37px;
}

@media screen and (max-width: 960px) {
  .p-maintenance-schedule-option__timeline > span {
    width: 100%;
    height: 6rem;
  }
  .p-maintenance-schedule-option__timeline > span + span {
    margin-top: 2rem;
  }
}

.p-maintenance-schedule-option__timeline > span._on {
  position: relative;
}

.p-maintenance-schedule-option__timeline > span._on:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  margin: auto;
  border-radius: 50%;
}

@media screen and (max-width: 560px) {
  .p-maintenance-schedule-option__timeline > span._on:before {
    width: 12px;
    height: 12px;
  }
}

.p-maintenance-schedule-option__timeline._mamoru > span:before {
  background: #8dc21f;
}

.p-maintenance-schedule-option__timeline._ciao > span:before {
  background: #0068b7;
}

/* note */
.p-maintenance-schedule-note {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 2em;
  font-size: 1.4rem;
}

@media screen and (max-width: 960px) {
  .p-maintenance-schedule-note {
    flex-direction: column-reverse;
    width: 100%;
    line-height: 2;
  }
}

.p-maintenance-schedule-note__sub {
  line-height: 2;
}

.p-maintenance-schedule-note__sub li:before {
  content: "\25cf";
}

.p-maintenance-schedule-note__sub li:first-of-type:before {
  color: #8dc21f;
}

.p-maintenance-schedule-note__sub li:nth-of-type(2):before {
  color: #0068b7;
}

.p-maintenance-schedule-note__main {
  text-align: right;
}

@media screen and (max-width: 960px) {
  .p-maintenance-schedule-note__main {
    margin-bottom: 1em;
    text-align: left;
  }
}

/* menu
=============================== */
.p-maintenance-menu {
  display: flex;
  flex-wrap: wrap;
  width: 103.125%;
  margin: -1.33929% -1.5625%;
  padding-top: 1px;
  padding-top: 5.80357%;
}

@media screen and (max-width: 960px) {
  .p-maintenance-menu {
    width: 104.46429%;
    margin: -2.23214% -2.23214%;
  }
}

.p-maintenance-menu__item {
  width: 33.33333%;
  padding: 1.30435% 1.51515%;
  font-size: .875em;
}

@media screen and (max-width: 960px) {
  .p-maintenance-menu__item {
    width: 50%;
    padding: 2.13675% 2.13675%;
    font-size: .8125em;
  }
}

.p-maintenance-menu__item > p {
  /* -0.375em for line-height offset */
  margin-top: .625em;
  margin-bottom: -.375em;
  text-align: center;
}

/* maintenance-table
=============================== */

.p-maintenance-inspection-table tbody th {
  background: #212121;
  color: #ffffff;
}
.p-maintenance-inspection-table tbody th[rowspan] {
  width: 2.5em;
  padding: 1.8rem .5rem;
  background: #666;
  color: #ffffff;
}
.p-maintenance-inspection-table tbody ._weight_tax th[rowspan]{
  width:10%;
  background:#212121;
}
.p-maintenance-inspection-table tbody ._weight_tax th{
  background: #444444;
}
.p-maintenance-inspection-table ._subtotal th{
  background-color: #666666!important;
}
.p-maintenance-inspection-table ._subtotal td{
  font-weight:bold;
}

.p-maintenance-inspection-table tbody td span{
  color:#f25b52;
}

.p-maintenance-inspection-table ._subtotal td{
  background-color: #eeeeee;
}

.p-maintenance-inspection-table ._total th{
  background-color: #f25b52!important;
  font-weight:bold;
}

.p-maintenance-inspection-table ._total td{
  color:#f25b52;
  background-color: #ffe8e7;
  font-weight:bold;
}
.p-maintenance-tire_wheel-table.c-data-table tbody td{
  width: 37.5%;
}

.p-maintenance-tire-table.c-data-table tbody td{
  width: 25%;
}
.p-maintenance-battery-table.c-data-table tbody th[rowspan]{
  background: #f9f9f9;
}
.p-maintenance-battery-table.c-data-table tbody td{
  width:37.5%;
}
.p-ciao-table.c-data-table{
  table-layout: fixed;
}
.p-ciao-table.c-data-table em {
  font-weight: bold;
}
.p-ciao-table.c-data-table thead th[colspan]{
  width: 20%;
}
.p-ciao-table.c-data-table tbody th[rowspan] {
  color:#ffffff;
}
.p-ciao-table.c-data-table thead td._pack {
  background: #f25b52;
  color: #ffffff;
}
.p-ciao-table.c-data-table tbody td._pack {
  background: #ffe5e5;
}
.p-ciao-table.c-data-table tbody td._pack-plus em{
  color:#f25b52;
}
.p-ciao-table.c-data-table tbody td._pack-plus span{
  display:block;
  background:#eeeeee;
  margin-top:1em;
}
.p-ciao-table.c-data-table tbody td._pack-plus span em{
  display:block;
  color:#f25b52;
}

/* afterservice
=============================== */
.p-maintenance-afterservice {
  display: flex;
  flex-wrap: wrap;
  width: 102.58929%;
  margin: -1.29464% -1.29464%;
  margin-top: 2.67857%;
  padding-top: 1px;
}

.p-maintenance-afterservice__item {
  width: 33.33333%;
  padding: 1.26197% 1.26197%;
}

@media screen and (max-width: 960px) {
  .p-maintenance-afterservice__item {
    width: 50%;
  }
}

/* ============================================================= *

Inspection

* ============================================================= */
.p-inspection-necessary {
  display: flex;
  justify-content: center;
  margin-top: 2em;
  border-top: 1px solid;
}

.p-inspection-necessary__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 980px;
  margin-top: 1em;
}

.p-inspection-necessary__list > li {
  position: relative;
  width: 32%;
  margin-top: 1.5em;
  padding-left: 1.25em;
  font-weight: bold;
}

.p-inspection-necessary__list > li:nth-child(3n+2) {
  width: 24%;
}

.p-inspection-necessary__list > li:nth-child(3n) {
  width: 44%;
}

@media screen and (max-width: 960px) {
  .p-inspection-necessary__list > li:nth-child(2n+1) {
    width: 40%;
  }
  .p-inspection-necessary__list > li:nth-child(2n) {
    width: 60%;
  }
}

@media screen and (max-width: 560px) {
  .p-inspection-necessary__list > li {
    width: 100% !important;
  }
}

.p-inspection-necessary__list > li:before {
  content: "";
  position: absolute;
  top: .475em;
  left: 0;
  display: block;
  box-sizing: border-box;
  width: .8em;
  height: .8em;
  margin: auto 0;
  border: 1px solid;
  border-radius: 2px;
}

/* ============================================================= *

Carcare

* ============================================================= */
.p-carcare-contents a[name] {
  display: block;
  visibility: hidden;
  margin-top: -90px;
  /* headerの高さ分相殺 */
  padding-top: 90px;
  pointer-events: none;
}

@media screen and (max-width: 1366px) {
  .p-carcare-contents a[name] {
    margin-top: calc(-22.70934px - 4.92611vw);
    padding-top: calc(22.70934px + 4.92611vw);
  }
}

@media screen and (max-width: 960px) {
  .p-carcare-contents a[name] {
    margin-top: -70px;
    padding-top: 70px;
  }
}

/* ============================================================= *

Ciao

* ============================================================= */
.p-ciao-heading {
  position: relative;
  margin-top: 13.39286%;
  margin-bottom: 8rem;
  padding-bottom: 4.5rem;
}

@media screen and (max-width: 560px) {
  .p-ciao-heading {
    margin-top: 19.64286%;
  }
}

.p-ciao-heading:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(560px - 50vw);
  z-index: 0;
  display: block;
  width: 100vw;
  height: 100%;
  background: #ecf1f5;
}

@media screen and (max-width: 1227.86517px) {
  .p-ciao-heading:before {
    left: -4.39239vw;
  }
}

.p-ciao-heading__head {
  position: relative;
  z-index: 1;
  width: 31.25%;
  margin: 0 auto -6.25%;
  transform: translateY(-50%);
}

@media screen and (max-width: 560px) {
  .p-ciao-heading__head {
    width: 62.5%;
    margin: 0 auto -12.5%;
  }
}

.p-ciao-heading__body {
  position: relative;
  z-index: 1;
  width: 736px;
  margin: 4.5rem auto 0;
}

@media screen and (max-width: 960px) {
  .p-ciao-heading__body {
    width: 100%;
  }
}

.p-ciao-heading-lead {
  /* -0.27778em for line-height offset */
  margin-top: 1.16667em;
  margin-bottom: -.27778em;
  text-align: center;
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1.55556;
}

.p-ciao-heading-lead em {
  padding: 0 .25em;
  color: #0068b7;
}

.p-ciao-heading-merit {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}

@media screen and (max-width: 560px) {
  .p-ciao-heading-merit {
    justify-content: space-around;
  }
}

.p-ciao-heading-merit__item {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 560px) {
  .p-ciao-heading-merit__item {
    flex-direction: column;
    text-align: center;
  }
}

.p-ciao-heading-merit__head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.33333em;
  height: 3.33333em;
  border-radius: 50%;
  background: #0068b7;
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
}

.p-ciao-heading-merit__body {
  padding-left: .5em;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 560px) {
  .p-ciao-heading-merit__body {
    padding-top: .5em;
    padding-left: 0;
  }
}

/* ============================================================= *

htc

* ============================================================= */
.p-htc {
  padding: 2.92826% 0;
  background: #f3f3f3;
}

.p-htc__head {
  background: url(/htc/bg_htc.gif) bottom center repeat-x;
  background-size: contain;
}

.p-htc__head > p, .p-htc__body > p {
  width: 1120px;
  max-width: 91.21523%;
  margin: 0 auto;
}

/* ============================================================= *

Campaign

* ============================================================= */
.p-campaign-contents .CMN-CMP-car-select__head {
  margin-top: 0;
  padding-top: 0;
}

.p-campaign-contents .CMN-CMP-car-select__item {
  max-width: 32%;
  transition: all .3s ease-out;
}

.p-campaign-contents .CMN-CMP-car-select__item:hover {
  opacity: .7;
}

.p-campaign-contents .CMN-CMP-car-article__title {
  background: #f9f9f9;
  color: #212121;
  font-weight: bold;
}

.p-campaign-contents .CMN-CMP-car-article__carIcon img {
  max-width: 50%;
}

.p-campaign-contents .CMN-CMP-body__item a {
  transition: all .3s ease-out;
}

.p-campaign-contents .CMN-CMP-body__item a:hover {
  opacity: .7;
}

.p-campaign_ready{
  text-align: center;
}

@media screen and (max-width: 560px) {
  .p-campaign_ready{
    font-size: 16px;
  }
}

/* leaflet
=============================== */
.p-campaign-leaflet-list {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

@media screen and (max-width: 560px) {
  .p-campaign-leaflet-list {
    flex-direction: column;
  }
}

.p-campaign-leaflet-list__item {
  padding: 1em;
}

.p-campaign-leaflet-list__item p {
  border: 1px solid;
}

.p-campaign-leaflet-list__item .c-button {
  margin-top: 1em;
  font-size: 1em;
}

/* ============================================================= *

Environment

* ============================================================= */
.p-environment-fig {
  position: relative;
  margin: 0 auto;
  padding: 10rem 0;
  background-color: #fff;
  color: #b28146;
  line-height: 2;
}

.p-environment-fig sub {
  display: inline-block;
  font-size: 65%;
}

.p-environment-fig:before, .p-environment-fig:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  background-size: contain;
  background-repeat: repeat-x;
}

.p-environment-fig:before {
  top: 10px;
  background-image: url(/environment/direction/common/img/bgHeaderTop.gif);
  background-position: center top;
}

.p-environment-fig:after {
  bottom: 10px;
  background-image: url(/environment/direction/common/img/bgHeaderBottom.gif);
  background-position: center bottom;
}

.p-environment-fig__head {
  padding: 0 0 1em;
  color: #6eb92b;
  text-align: center;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 960px) {
  .p-environment-fig__head {
    font-size: 2.2rem;
  }
}

.p-environment-fig__frame {
  position: relative;
  padding: 1.4em;
  background: #eff7e4;
  font-size: 1.125em;
}

.p-environment-fig__frame em {
  display: block;
  font-size: 1.16667em;
}

.p-environment-fig__body {
  max-width: 55em;
  margin: 0 auto;
  padding: 0;
  background: url(/environment/direction/common/img/character_img01.jpg) left bottom no-repeat;
}

.p-environment-fig__body dl {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 560px) {
  .p-environment-fig__body dl {
    display: block;
  }
}

.p-environment-fig__body dt {
  display: table-cell;
  width: 6em;
  padding-bottom: 5px;
}

.p-environment-fig__body dt:before {
  content: "\25a0";
}

@media screen and (max-width: 560px) {
  .p-environment-fig__body dt {
    display: block;
  }
}

.p-environment-fig__body dd {
  display: table-cell;
  text-align: justify;
  text-justify: auto;
}

@media screen and (max-width: 560px) {
  .p-environment-fig__body dd {
    display: block;
  }
}

.p-environment-fig__body dd p {
  margin-bottom: 8px;
}

.p-environment-fig__body dd ol {
  padding-left: 1.5em;
}

.p-environment-fig__body dd li {
  margin-bottom: 5px;
  list-style: decimal;
  list-style-position: outside;
}

.p-environment-fig__title {
  margin-bottom: 2em;
  background: url(/environment/direction/common/img/bg_policyTitle.gif) center center repeat-x;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}

@media screen and (max-width: 960) {
  .p-environment-fig__title {
    background-size: auto 3px;
  }
}

.p-environment-fig__title span {
  display: inline-block;
  padding: 0 15px;
  background: #fff;
}

.p-environment-fig__sign {
  padding-bottom: 15px;
  text-align: right;
}

/* ============================================================= *

Welcome

* ============================================================= */
/* heading
=============================== */
.p-welcome-heading {
  position: relative;
  width: 100%;
  font-size: 2.6rem;
}

@media screen and (max-width: 960px) {
  .p-welcome-heading {
    font-size: 1.8rem;
  }
}

.p-welcome-heading__img img {
  width: 100%;
}

@media screen and (max-width: 560px) {
  .p-welcome-heading__img img {
    width: 160%;
    max-width: none;
    margin: 0 -40%;
  }
}

.p-welcome-heading__box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35.96154em;
  max-width: 92%;
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  transform: translateX(-50%) translateY(-50%);
}

.p-welcome-heading__title {
  text-shadow: 1px 1px 1em #9a9696;
  font-weight: bold;
  font-size: 1.53846em;
}

.p-welcome-heading__comment {
  margin-top: 4em;
}

.p-welcome-heading__txt {
  margin-top: 1.23077em;
  text-shadow: 1px 1px 1.25em #9a9696;
  line-height: 1.8;
}

/* content
=============================== */
.p-welcome-content {
  width: 100%;
  padding: 6.25em 0;
}

.p-welcome-content__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1120px;
  max-width: 91.21523%;
  margin: 0 auto;
}

.p-welcome-content__item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 31%;
}

@media screen and (max-width: 960px) {
  .p-welcome-content__item {
    flex-direction: row;
    width: 100%;
    margin: 0 auto;
  }
  .p-welcome-content__item + .p-welcome-content__item {
    margin-top: 5em;
  }
}

@media screen and (max-width: 560px) {
  .p-welcome-content__item {
    width: 94%;
  }
}

.p-welcome-content__img {
  width: 100%;
  min-height: 0%;
}

@media screen and (max-width: 960px) {
  .p-welcome-content__img {
    width: 50%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 560px) {
  .p-welcome-content__img {
    width: 100%;
    padding-right: 0;
  }
}

.p-welcome-content__text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-top: 2rem;
}

@media screen and (max-width: 960px) {
  .p-welcome-content__text {
    width: 50%;
    margin-top: 0;
  }
}

@media screen and (max-width: 560px) {
  .p-welcome-content__text {
    width: 100%;
    margin-top: 2rem;
  }
}

.p-welcome-content__head {
  margin-bottom: auto;
}

.p-welcome-content__title {
  margin-bottom: .83333em;
  padding-bottom: 1.11111em;
  border-bottom: 1px solid #ccc;
  color: #cc0000;
  text-align: center;
  letter-spacing: normal;
  font-weight: bold;
  font-size: 1.8rem;
}

.p-welcome-content__btn {
  margin-top: 1.625em;
  font-size: .875em;
}

@media screen and (max-width: 560px) {
  .p-welcome-content__btn {
    font-size: 1em;
  }
}

.p-welcome-content__btn > .c-button + .c-button {
  margin-top: .5em;
}

/* ============================================================= *

Terms of use

* ============================================================= */
/* block
=============================== */
.p-terms-block {
  font-size: .9375em;
}

.p-terms-block + .p-terms-block {
  margin-top: 5rem;
  padding-top: 4.5rem;
  border-top: 1px solid #c8c8c8;
}

.p-terms-block__head {
  margin-bottom: 4rem;
}

/* text
=============================== */
.p-terms-text {
  /* -0.5em for line-height offset */
  margin-top: -.5em;
  margin-bottom: -.5em;
  line-height: 2;
}

/* plugin
=============================== */
.p-terms-plugin {
  margin-top: 1.46667em;
  border: 1px solid #c8c8c8;
}

.p-terms-plugin__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.33333em;
  text-decoration: none;
  transition: all .3s ease-out;
}

.p-terms-plugin__link:hover {
  opacity: .7;
}

@media screen and (max-width: 560px) {
  .p-terms-plugin__link {
    flex-direction: column;
  }
}

.p-terms-plugin__logo {
  margin: 0 1em 0 0;
}

@media screen and (max-width: 560px) {
  .p-terms-plugin__logo {
    margin: 0 0 1em 0;
  }
}

/* ssl
=============================== */
.p-terms-ssl {
  margin-top: 3.21429em;
  font-size: .93333em;
}

.p-terms-ssl__head {
  font-weight: bold;
}

.p-terms-ssl__block:not(:first-child) {
  margin-top: 1.78571em;
}

.p-terms-ssl__item {
  /* -0.375em for line-height offset */
  margin-top: 1.625em;
  margin-bottom: -.375em;
  padding-left: 1em;
}

.p-terms-ssl__item > p {
  position: relative;
  margin-bottom: .5em;
}

.p-terms-ssl__item > p:before {
  content: "\30fb";
  position: absolute;
  top: 0;
  left: -1em;
}

.p-terms-ssl__item > ul > li a {
  position: relative;
  display: inline-block;
  padding-left: 1em;
}

.p-terms-ssl__item > ul > li a:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}

.p-terms-ssl__foot {
  margin-top: 2.28571em;
}

/* ============================================================= *

Privacy Policy

* ============================================================= */
/* lead
=============================== */
.p-privacy-lead {
  margin-top: -.5em;
  margin-bottom: -4.5em;
  font-size: 1.4rem;
  line-height: 2;
}

/* main
=============================== */
.p-privacy-main {
  counter-reset: privacy-main;
  word-break: break-all;
  font-size: 1.4rem;
}

.p-privacy-main__item {
  counter-increment: privacy-main;
  position: relative;
  padding-left: 1.78571em;
}

.p-privacy-main__item + .p-privacy-main__item {
  /* -0.375em for line-height offset */
  margin-top: 2.91071em;
  margin-bottom: -.375em;
}

.p-privacy-main__title {
  font-weight: bold;
}

.p-privacy-main__title:before {
  content: counter(privacy-main) ".";
  position: absolute;
  top: 0;
  left: 0;
}

/* sub
=============================== */
.p-privacy-sub {
  counter-reset: privacy-sub;
  margin-top: 1em;
}

.p-privacy-sub__item {
  counter-increment: privacy-sub;
  position: relative;
  margin-left: 2.5em;
}

.p-privacy-sub__item + .p-privacy-sub__item {
  margin-top: .25em;
}

.p-privacy-sub__item:first-child:last-child {
  margin-left: 0;
}

.p-privacy-sub__item:first-child:last-child:before {
  content: none;
}

.p-privacy-sub__item:before {
  content: counter(privacy-sub, lower-roman) ".";
  position: absolute;
  top: 0;
  left: -2.5em;
  width: 1.42857em;
  text-align: right;
}

/* detail
=============================== */
.p-privacy-detail {
  margin: .35em 0 .75em 1em;
  font-size: .92857em;
}

.p-privacy-detail__head:before {
  content: "\25cf";
}

/* sign
=============================== */
.p-privacy-sign {
  margin-top: 6rem;
  text-align: right;
  font-size: .875em;
}

/* banner
=============================== */
.p-privacy-banner {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}

.p-privacy-banner a {
  transition: all .3s ease-out;
}

.p-privacy-banner a:hover {
  opacity: .7;
}
