@charset "UTF-8";
/* ============================================================= *

  Top

* ============================================================= */
.p-top-head {
  margin: 0 auto;
  z-index: 1;
}

/* slider
----------------------------*/
.p-top-slider {
  z-index: 1;
}

.p-top-slider__item a {
  display: block;
  padding-top: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.p-top-slider .slick-dots {
  position: absolute;
  bottom: 5%;
}

.p-top-slider-modal__contents{
  width: fit-content;
  position: relative;
  display: flex;
  justify-content: center;
  max-height: 85vh;
  max-width: 700px;
}
.p-top-slider-modal__contents div:nth-of-type(2) {
  display: flex;
  justify-content: center;
  width: 100%;
}
.p-top-slider-modal__contents div img {
  width: 100%;
}

.p-top-slider-modal__close{
  cursor: pointer;
  position: absolute;
  top: -40px;
  right: -40px;
  color: #fff;
  font-weight: bold;
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width:560px) {
  .p-top-slider-modal__close{
    top: -40px;
    right: -20px;
  }
}

.p-top-slider-modal a img{
  width: 100%;
}

@media screen and (max-width:414px){
  .p-top-slider .slick-dots li{
    width: 15px;
    height: 4px;
  }

  .p-top-slider .slick-dots li button:before {
    width: 12px;
    height: 4px;
  }
  .p-top-slider-modal a{
    width: 70%;
  }
  .p-top-slider-modal__close{
    top: -12%;
    right: 0;
    font-size: 2.6rem;
  }
}

/* information
----------------------------*/
.p-top-information {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #f49700), to(#ffb300));
  background: -webkit-linear-gradient(left, #f49700 1%, #ffb300 100%);
  background: -o-linear-gradient(left, #f49700 1%, #ffb300 100%);
  background: linear-gradient(to right, #f49700 1%, #ffb300 100%);
}

.p-top-information:before {
  content: "";
  display: block;
  width: 100%;
  /*height: 3.55em;*/
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #f49700), to(#ffb300));
  background: -webkit-linear-gradient(left, #f49700 1%, #ffb300 100%);
  background: -o-linear-gradient(left, #f49700 1%, #ffb300 100%);
  background: linear-gradient(to right, #f49700 1%, #ffb300 100%);
  position: absolute;
  left: 0;
  top: -50%;
}

.p-top-information-overlaybg {
  font-size: 7.5rem;
  opacity: .15;
}

.p-top-information__inner {
  width: 1160px;
  margin: auto;
  padding: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.p-top-information-link {
  width: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-right: 3.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-top-information-link:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.p-top-information__date {
  padding: 0 1em;
}

/* beginners
----------------------------*/
.p-top-container__bg {
  background-image: url(../img/top/bg_welcome.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;	
  box-sizing: border-box;	
  width: 100%;	
  height: 100%;
}

.p-top-beginners__en {
  letter-spacing: .5em;
}

.p-top-container__bg a {
  display: block;
  color: #000;
  padding: 3em 0;
}

.p-top-container__bg a:hover .p-top-container__button {
  background-color: #fff;
  color: #c00;
}

.p-top-container__bg a:hover .p-top-container__button:after {
  border-color: #c00;
}

.p-top-container__button {
  display: block;
  background-color: #c00;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.p-top-container__button:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  position: absolute;
  top: 1.5em;
  right: 1em;
}

.p-top-container__desc {
  padding: 1em 0 4.7em 0;
  font-size: 1.4em;
  line-height: 3.15;
}

.p-top-nav-menu .c-nav-menu{
  width: 25%;
}

.p-top-nav-menu .c-nav-menu__link:before{
  padding-top: 100%;
}

@media screen and (max-width:1024px) {
  .p-top-nav-menu .c-nav-menu{
    width: 50%;
  }
  .p-top-nav-menu .c-nav-menu__link:before{
    padding-top: 70%;
  }
  .p-top-nav-menu .c-nav-menu__body{
    bottom: 2em;
  }
}

@media screen and (max-width:414px) {
  .p-top-nav-menu .c-nav-menu {
    width: 100%;
  }
}

/* usedcar top
----------------------------*/
  .p-usedcar-counter {
    background-color: rgba(0, 0, 0, .4);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 60px 25px;
    margin: 4em 0 4.7em 0;
  }
  .p-usedcar-counter__inner {
    width: 100%;
  }
  .p-usedcar-counter__title {
    background: #333;
    color: #fff;
    padding: 1em;
    margin-bottom: .4rem;
    text-align: center;
  }
  .p-top-container {
    width: 50%;
  }
  .p-top-container__inner {
    max-width: 560px;
    margin: auto;
    box-sizing: border-box;
    position: relative;
  }
  ._usedcar {
    background-image: url(../img/top/bg_usedcar.jpg);
  }
  .p-usedcar-counter__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1;
}
.p-usedcar-counter__body > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.93902em;
    height: 13.6rem;
    background: #fff;
    color: #cc0001;
    font-size: 4.82759em;
    font-family: Noto Sans JP;
}
.p-usedcar-counter__body > div + * {
    margin-left: .4rem;
}

@media screen and (max-width: 414px) {
  .l-beginners__box, .l-usedcar__box {
    width: 100%;
  }
  .p-usedcar-counter {
    width: 349px;
  }
  .p-top-container {
    width: 100%;
  }
}

/* Ipad pro */
@media screen and (max-width:1024px) {
  .p-top-container__bg {
    padding: 0 2em;
  }
  .p-usedcar-counter {
    margin: 0.5em 0 3.9em 0;
  }
}

/* Ipad */
@media screen and (max-width:768px) {
  .p-top-container__bg {
    padding: 0 1em;
  }
  .p-usedcar-counter {
    padding: 40px 25px;
    margin: 0 0 2em 0;
  }
}

/* welcome top
----------------------------*/
.p-top-welcome__title span {
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .p-top-container__desc {
    padding: 2.3em 0 2.1em 0;
    font-size: 2rem;
    line-height: 3.15;
  }
  .p-top-welcome__title span {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 768px) {
  .p-top-container__desc {
    padding: 1.3em 0 4.1em 0;
    font-size: 1.5rem;
    line-height: 3;
  }
  .p-top-welcome__title span {
    font-size: 1.9rem;
    letter-spacing: 6px;
  }
}

@media screen and (max-width: 414px) {
  .p-top-welcome__title span {
    font-size: 1.8rem;
  }
}

/* movie
----------------------------*/
.p-top-movie_grid:after{
  display: block;
content:"";
width: 31%;
}

.p-top-movie{
  padding: 6em 0 9.375em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-top-movie_item{
  width: 31%;
  margin-bottom: 2em;
}

.p-top-movie_item a{
  transition: all .5s;
}

.p-top-movie_item a:hover{
  opacity: .8;
  transition: all .5s;
}

.p-top-movie_item img{
  width: 100%;
}

.p-top-movie_modal iframe{
  width: 70%;
  height: 70%;
}

@media screen and (max-width: 768px) {
  .p-top-movie{
    padding: 3em 0;
  }
  .p-top-movie_modal iframe{
    width: 100%;
  height: 41.53%;
  }
}

@media screen and (max-width: 414px) {
  .p-top-movie{
    padding: 1em;
  }
  .p-top-movie_item {
    width: 100%;
  }
  .p-top-movie_modal iframe{
    width: 100%;
  height: 25%;
  }
}


/* bnr
----------------------------*/
.c-container.p-top-bnr {
  margin-top: 2em; text-align: center;
}
.p-top-bnr_item {
  margin-bottom: 2em;
}
.p-top-bnr_item img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-top-bnr{
    padding: 3em 0;
  }
}

@media screen and (max-width: 414px) {
  .p-top-bnr{
    padding: 1em;
  }
}

/* 休店のお知らせ
----------------------------*/

.p-top-close{
  margin: 3em auto;
  background: #FFF4D4;
  border: 5px solid #CC0000;
  padding: 2em 0;
}

.p-top-close_content{
  text-align: center;
}

.p-top-close_main{
  margin: 1em 12em;
  padding: 1em 0.5em;
  background: #fff;
}

.p-top-close_main p{
  font-weight: 600;
  font-size: 2.2rem;
}

.p-top-close_main span{
  font-size: 1.6rem;
  font-weight: 600;
}

.br-sp {
  display: none;
}


@media screen and (max-width: 912px) {
  .p-top-close_main {
    margin: 1em 2em;
  }
}

@media screen and (max-width: 430px) {
  .p-top-close_main {
    margin: 1em;
    padding: 1em;
  }
  .p-top-close_main p{
    font-size: 2rem;
  }
  .p-top-close_main span{
    font-size: 1.3rem;
  }
  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline-block;
  }
}

/* 駐車場移動のお知らせ
----------------------------*/
.p-top-parking{
  margin: 3em auto;
  background: #FFF4D4;
  border: 5px solid #CC0000;
  padding: 2em 0;
}
.p-top-parking_content{
  text-align: center;
}
.p-top-parking_date {
  font-size: 2rem;
}
.p-top-parking_content a {
  width: 30%;
  margin: 1em auto;
}

.p-top-parking .c-section-title .ja {
  letter-spacing: normal;
}

@media screen and (max-width: 430px) {
  .p-top-parking_content a {
    width: 90%;
  }
}


/* showroom
----------------------------*/
.p-top-showroom {
  background-image: url(../img/top/bg_topShowroom.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 6em 0 9.375em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* showroom & blog
----------------------------*/
.p-top-sr-info-box:first-of-type {
  padding-right: 3em;
}

.p-top-sr-info__head {
  color: #c00;
  border: 1px solid #c00;
  text-align: center;
  padding: 0 .45em;
}

.p-top-sr-info__body {
  font-weight: 500;
  text-align: center;
  line-height: 1;
  padding-left: 1em;
}
.c-grid.p-top-showroom-box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

.p-top-sr-art {
  width: 31%;
  position: relative;
}

.p-top-sr-art[data-id="blog"] .p-top-sr-art__shop:after {
  border-color: #ffcc00;
}

.p-top-sr-art[data-id="blog"] .p-top-sr-art__date {
  border: 1px solid #ffcc00;
  color: #ffcc00;
}

.p-top-sr-art__target {
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-top-sr-art__target:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .35;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.p-top-sr-art__target:hover .p-top-sr-art__frame {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  -o-transition: transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
}

.p-top-sr-art__frame {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-top: 25em;
  letter-spacing: .5em;
  text-indent: -.05em;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  -o-transition: transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.p-top-sr-art__shop {
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
  z-index: 2;
  width: 1.25em;
  height: 6em;
  font-size: 3.6rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.15;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.p-top-sr-art__shop:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #c00;
  border-right: 1px solid #c00;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-top-sr-art-box {
  letter-spacing: .07em;
  padding-bottom: .85em;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.p-top-sr-art__icon {
  display: inline-block;
  vertical-align: middle;
}

.p-top-sr-art__icon img {
  display: block;
  max-width: 100%;
  margin: auto;
}

.p-top-sr-art__tel {
  font-size: 2.8rem;
}

.p-top-sr-art__date {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 .45em;
  font-weight: 300;
}

.p-top-sr-art__date p {
  display: inline-block;
}

.p-top-sr-art__date p:last-of-type {
  padding-left: 1em;
}

.p-top-sr-art__title {
  font-size: 2rem;
}

/* topics
----------------------------*/
.p-top-topics {
  width: 30%;
}

.p-top-topics .c-title-overlaybg {
  top: 50%;
}

.p-top-topics-container .c-tab {
  width: 100%;
  margin: -2.5em auto 3.5em;
}

.p-top-topics-container .c-tab:before {
  content: none;
}

.p-top-topics-container .c-tab__item:not(:last-of-type) {
  padding: 0;
}

.p-top-topics-container .c-tab__item:not(:last-of-type):before {
  content: none;
}

.p-top-topics-container .c-tab__button.is-current {
  border: none;
}

.p-top-topics-box {
  width: 70%;
}

.p-top-topics-list {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 24.375em;
}

.p-top-topics-list__item a {
  color: #000;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em 0;
  border-bottom: 1px dotted #e6e6e6;
}

.p-top-topics-list__item a h3 {
  font-size: 1em;
  color: #c00;
  font-weight: 500;
  text-wrap: nowrap;
}

.p-top-topics-list__item a p {
  padding-left: 2em;
}

/* Top Media Query
=============================== */
@media screen and (max-width: 1024px) {
  .p-top-information-link {
    padding: 0 2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-top-sr-art {
    width: 48%;
  }
  .p-top-topics-container {
    padding: 2.5em 3em;
  }
}

@media screen and (max-width: 768px) {
  .p-top-container__button {
    width: 100%;
  }
  .p-top-showroom {
    padding: 3em 0 5em;
  }
  .p-top-topics {
    width: 100%;
    margin-bottom: 2em;
  }
  .p-top-topics-box {
    width: 100%;
  }
  .p-top-topics-container .c-tab {
    margin: -5em auto 3.5em;
  }
}
@media screen and (max-width: 580px) {
  .p-top-sr-info-box:first-of-type {
    padding-right: 0;
    margin: 0 0 1.5em;
  }
}

@media screen and (max-width: 414px) {
  .p-top-slider {
    padding-right: 0;
  }
  .p-top-information-link {
    padding: 0 1em;
  }
  .p-top-information-link:after {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 1.5em;
  }
  .p-top-information__inner {
    font-size: 0.75em;
  }
  .p-top-container__bg {
    padding: 1em;
  }
  .p-top-beginners__en {
    font-size: 1.3rem;
  }
  .p-top-container__bg a {
    padding: 1em 0;
  }
  .p-top-showroom {
    padding: 1em 1em 2em;
  }
  .p-top-sr-info-box {
    width: 100%;
  }
  .p-top-sr-info__head, .p-top-sr-info__body {
    font-size: 1em;
  }
  .p-top-sr-info__head {
    margin-bottom: .6em;
  }
  .p-top-sr-info__body {
    padding-left: 0;
    width: 100%;
    text-align: left;
  }
  .p-top-sr-art {
    width: 100%;
  }
  .p-top-sr-art__shop {
    font-size: 1.85em;
  }
  .p-top-sr-art-box, .p-top-sr-art__tel {
    font-size: 1.2rem;
  }
  .p-top-sr-art__date p:last-of-type {
    padding-left: 1em;
  }
  .p-top-sr-art__title {
    font-size: 1.4rem;
  }
  .p-top-topics-container {
    padding: 0 0 3em;
  }
  .p-top-topics-container .c-tab {
    margin: 0 auto 2.5em;
  }
  .p-top-topics-list {
    height: 100%;
  }
  .p-top-topics-list__item a {
    font-size: 1.2rem;
  }
}

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

  Newcar

* ============================================================= */
.p-newcar-content br {
  display: none;
}

.p-newcar-content div[id^="img600"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  width: calc((100% / 2) - 1%);
  padding: 0 0 15px;
}

.p-newcar-content div[id^="img600"] a {
  display: block;
}

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

.p-newcar-content div[id^="img600"]:nth-of-type(2n) {
  margin: 0 0 0 2%;
}

.p-newcar-content table {
  width: 100%;
  padding: 30px 0;
  table-layout: fixed;
  border-spacing: 5px 0;
  border-collapse: separate;
  font-size: 1.4rem;
}

.p-newcar-content table a {
  color: #c00;
}

.p-newcar-content table img {
  margin: 8px auto;
  display: block;
  max-width: 100%;
}

/* specialcar
=======================*/
.p-specialcar-content .frame-c {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-specialcar-content .frame-c:not(:last-of-type) {
  margin-bottom: 30px;
}

.p-specialcar-content .frame-c a {
  display: block;
}

.p-specialcar-content .frame-c * {
  text-align: left;
  line-height: 1.8em;
}

.p-specialcar-content .frame-c ul .n-cw {
  padding: .1em 0 0 15px;
  font-size: 13px;
}

.p-specialcar-content .frame-c .clear-toku {
  display: none;
}

.p-specialcar-content .frame-c .mainimg-cw {
  vertical-align: top;
  overflow: hidden;
  width: 20%;
}

.p-specialcar-content .frame-c .mainimg-cw .nc-a {
  display: block;
  width: 100%;
}

.p-specialcar-content .frame-c .mainimg-cw .gas {
  font-size: 1.2rem;
  margin: 0;
  line-height: 1.5em;
  padding-top: 0.4em;
}

.p-specialcar-content .frame-c .mainimg-cw br {
  display: none;
}

.p-specialcar-content .frame-c .maintxt-cw {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
  padding-left: 30px;
  background-image: none;
}

.p-specialcar-content .frame-c .carname-cw {
  padding-left: 0;
  border-bottom: 1px solid #000;
  font-size: 18px;
}

.p-specialcar-content .frame-c .spacialeq-cw {
  margin: 0 0 10px;
  font-size: 14px;
}

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

/*  Newcar Media Query
* ============================== */
@media screen and (max-width: 414px) {
  .p-specialcar-content .frame-c * {
    font-size: 1.2rem;
  }
  .p-specialcar-content .frame-c .mainimg-cw {
    width: 50%;
    margin: 0 auto 2em;
  }
  .p-specialcar-content .frame-c .maintxt-cw {
    padding-left: 0;
    width: 100%;
  }
}

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

  Democar

* ============================================================= */
#AdvancedTemplateContents #ATC-main-primary-contents {
  width: 100%;
  margin: 0 auto;
}

#AdvancedTemplateContents #ATC-main-primary-contents #ATC-inquiry-contents-top {
  width: 100%;
}

#AdvancedTemplateContents #ATC-main-primary-contents #ATC-inquiry-contents-top p {
  display: block;
  width: 100%;
  text-align: center;
}

#AdvancedTemplateContents #ATC-main-primary-contents .ATC-common-wrap-bg-contents {
  background: none;
}

#AdvancedTemplateContents #ATC-main-primary-contents .ATC-common-wrap-bg-contents-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 16px;
}

#AdvancedTemplateContents #ATC-main-primary-contents #ATC-car-contents-other-detail-main {
  width: 100%;
  margin: 0;
}

#AdvancedTemplateContents #ATC-main-primary-contents #ATC-car-contents-other-detail-main-primary {
  width: 100%;
}

#AdvancedTemplateContents #ATC-main-primary-contents #ATC-inquiry-contents-bottom {
  width: 100%;
}

#AdvancedTemplateContents #ATC-main-primary-contents #ATC-inquiry-contents-bottom ul {
  width: 100%;
  margin: 0;
}

#AdvancedTemplateContents .ATC-shop-list-table tbody tr:first-of-type th:first-of-type {
  width: 25%;
}

#AdvancedTemplateContents .ATC-shop-list-table tbody tr:first-of-type th:nth-of-type(2) {
  width: 50%;
}

#AdvancedTemplateContents .ATC-shop-list-table tbody tr:first-of-type th:nth-of-type(3) {
  width: 25%;
}

#ATC-pager-contents-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#ATC-pager-contents-top .ATC-pager-contents-previous,
#ATC-pager-contents-top .ATC-pager-contents-next {
  border: 0;
  width: auto;
  height: auto;
}

#ATC-pager-contents-top li {
  margin: 0 4px !important;
}

#ATC-pager-contents-top li a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto !important;
  height: auto !important;
  padding: 3px 12px !important;
}

.ATC-car-contents-demo-list-table th {
  border: 1px solid #666;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.ATC-car-contents-demo-list-table td {
  border: 1px solid #666;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 5px;
}

.ATC-car-contents-demo-list-title th {
  font-weight: normal;
  line-height: 1.3em;
  padding: 10px 5px;
  background: url(/mt-static/themes/hc/cutout/img/bg_car_demo-table-title.jpg) left bottom repeat-x;
}

.ATC-car-contents-demo-list-title th.ATC-sorted {
  font-weight: bold;
  background-color: #fff;
  background-image: none;
}

.ATC-car-contents-demo-list-contents {
  line-height: 1.3em;
  text-align: center;
  border-top: 2px solid #666;
}

.ATC-car-contents-demo-list-detail {
  background: #F4F4F4;
}

.ATC-car-contents-demo-list-detail td {
  padding: 0;
}

.ATC-car-contents-demo-sort {
  width: 24px;
  margin: 5px auto 0;
}

.ATC-car-contents-demo-sort .ATC-car-contents-demo-sort-ascending {
  float: left;
  width: 11px;
}

.ATC-car-contents-demo-sort .ATC-car-contents-demo-sort-descending {
  float: right;
  width: 11px;
}

.ATC-car-contents-demo-list-category {
  vertical-align: top;
  width: 90px;
}

.ATC-car-contents-demo-list-category ul {
  text-align: center;
}

.ATC-car-contents-demo-list-category li {
  font-size: 1px;
  line-height: 0;
  width: 75px;
  margin: 0 auto;
}

.ATC-car-contents-demo-list-category li.ATC-car-contents-demo-list-status {
  width: 79px;
  height: 15px;
  margin: 0 auto 1px;
}

.ATC-car-contents-demo-list-category li.ATC-car-contents-demo-list-btn {
  width: 79px;
  margin-top: 5px;
}

.ATC-car-contents-demo-list-styling ul {
  width: 78px;
  margin: 0 auto;
  background: url(/mt-static/themes/hc/cutout/img/bg_car_demo-styling-separate.jpg) center top no-repeat;
}

.ATC-car-contents-demo-list-styling .ATC-car-contents-demo-list-exterior {
  float: left;
  width: 30px;
}

.ATC-car-contents-demo-list-styling .ATC-car-contents-demo-list-interior {
  float: right;
  width: 30px;
}

.ATC-car-contents-demo-list-table-option {
  font-size: 1.3rem;
  width: 97%;
  margin: 3px auto 10px;
}

.ATC-car-contents-demo-list-table-option th {
  font-weight: normal;
  vertical-align: top;
  width: 147px;
  padding: 5px 0 0 0;
  border: none;
}

.ATC-car-contents-demo-list-table-option th div {
  font-size: 92%;
  text-align: center;
  letter-spacing: .1em;
  width: 140px;
  padding: 3px 0;
  color: #fff;
  background: #666;
}

.ATC-car-contents-demo-list-table-option td {
  line-height: 1.3em;
  letter-spacing: .1em;
  padding: 5px 0 0 0;
  border: none;
}

.ATC-car-contents-demo-list-table-option .ATC-car-contents-demo-list-caution {
  font-size: 92%;
  line-height: 1.3em;
  width: 97%;
  margin: 0 auto;
  padding: 10px 0 5px 0;
  color: #666;
  background: url(/mt-static/themes/hc/cutout/img/line_type_dot01.jpg) 0 0 repeat-x;
}

.ATC-car-contents-demo-list-table-option .ATC-car-contents-demo-list-caution li {
  text-indent: -1em;
  margin: 0 0 3px 0;
  padding: 0 0 0 1em;
}

/*  Democar Media Query
* ============================== */
@media screen and (max-width: 768px) {
  #AdvancedTemplateContents .ATC-car-contents-lineup-inner {
    max-width: 33%;
    margin: 0 0 10px;
    padding: 5px;
  }
  #AdvancedTemplateContents #ATC-car-contents-other-detail-main-primary {
    width: 100%;
    max-width: 100%;
  }
  #AdvancedTemplateContents #ATC-car-contents-other-detail-title {
    float: left;
    width: 110px;
    margin-bottom: 8px;
    padding-right: 2%;
  }
  #AdvancedTemplateContents #ATC-car-contents-other-detail-shop {
    margin: 0;
    padding-bottom: 8px;
    background: none;
  }
  #AdvancedTemplateContents #ATC-car-contents-other-detail-shop .ATC-title-text-basic {
    font-weight: normal;
    text-align: right;
    padding: 6px 10px;
    border: none;
    border-bottom: 1px solid #666;
  }
  #AdvancedTemplateContents .ATC-car-contents-other-detail-shop {
    font-size: 1.3em;
    text-align: right;
    padding: 8px 10px;
    border: none;
  }
  #AdvancedTemplateContents #ATC-car-contents-other-detail-link {
    clear: both;
    font-size: 12px;
    margin-bottom: 8px;
  }
  #AdvancedTemplateContents #ATC-car-contents-other-detail-main-secondary {
    width: 100%;
    max-width: 100%;
  }
  #AdvancedTemplateContents #ATC-car-contents-other-detail-photo-slide .ATC-panel {
    width: auto;
    max-width: none;
  }
  #AdvancedTemplateContents .ATC-car-contents-detail-table th,
  #AdvancedTemplateContents .ATC-car-contents-other-detail-table th,
  #AdvancedTemplateContents .ATC-car-contents-detail-table td,
  #AdvancedTemplateContents .ATC-car-contents-other-detail-table td {
    line-height: 1.5;
  }
  #AdvancedTemplateContents .ATC-shop-contents {
    font-size: 86%;
  }
}

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

  Lineup

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

.p-lineup-content .CMN-L__title {
  padding-top: 30px;
}

.p-lineup-content .CMN-L__titleInner {
  height: 19px;
  border-bottom: 1px solid #a9a7a9;
  margin-bottom: 20px;
}

.p-lineup-content .CMN-L__titleInner img {
  display: block;
  max-width: 100%;
}

.p-lineup-content .CMN-L__anchorBtn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-lineup-content .CMN-L__anchorBtn-item {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: normal;
  word-spacing: normal;
  max-width: calc((100% / 4) - 2%);
  margin: 3px 1%;
}

.p-lineup-content .CMN-L__anchorBtn-item a {
  display: block;
}

.p-lineup-content .CMN-L__anchorBtn-item img {
  display: block;
  max-width: 100%;
}

.p-lineup-content .CMN-L__anchorText {
  margin-bottom: 20px;
}

:root .p-lineup-content .CMN-L__anchorText {
  font-size: 1px;
  letter-spacing: -1px;
  word-spacing: -1px;
}

.p-lineup-content .CMN-L__anchorText--current {
  font-weight: bold;
}

.p-lineup-content .CMN-L__anchorText-list {
  text-align: right;
}

.p-lineup-content .CMN-L__anchorText-item {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  margin-left: .5em;
  padding-left: .5em;
  margin-bottom: 10px;
  border-left: 1px solid #e6e6e6;
  line-height: 1;
  font-size: 1.6rem;
}

.p-lineup-content .CMN-L__anchorText-item:first-of-type {
  margin-left: 0;
  border-left: none;
}

.p-lineup-content .CMN-L__carList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-lineup-content .CMN-L__carItem {
  border: 1px solid #a9a7a9;
  padding: 32px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1.4em 2% .4em 0;
  width: calc((100% / 4) - 1.5%);
}

.p-lineup-content .CMN-L__carItem:nth-of-type(4n) {
  margin: 1.4em 0 .4em;
}

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

.p-lineup-content .CMN-L__carItem-exhaust {
  float: left;
}

.p-lineup-content .CMN-L__carItem-mileage {
  float: right;
  min-width: 48%;
  text-align: right;
}

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

.p-lineup-content .CMN-L__carItem-img {
  text-align: center;
}

.p-lineup-content .CMN-L__carItem-head a .CMN-L__carItem-name {
  color: #c00;
  text-decoration: underline;
  height: 2.6em;
}

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

.p-lineup-content .CMN-L__carItem-name {
  text-align: center;
  padding: .5em;
  font-weight: bold;
  letter-spacing: -1px;
}

.p-lineup-content .CMN-L__carItem-spec {
  background: #F4F4F4;
  font-size: 1.4rem;
  padding: 1.2em 1.8em;
  margin-bottom: 8px;
}

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

.p-lineup-content .CMN-L__carItem-specItem:last-of-type {
  margin-bottom: 0;
}

.p-lineup-content .CMN-L__carItem-specItem h5 {
  float: left;
  line-height: inherit;
  padding-right: 1em;
}

.p-lineup-content .CMN-L__carItem-specItem p {
  float: left;
}

.p-lineup-content .CMN-L__carItem-fuel {
  color: #023994;
  text-align: center;
  font-weight: bold;
}

.p-lineup-content .CMN-L__carItem-fuel:before {
  content: "";
  display: block;
  background-image: url(/common-lineup/img/s/p009e2.gif);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center -4px;
  overflow: hidden;
  margin-bottom: 4px;
  width: 100%;
  height: 30px;
}

.p-lineup-content .CMN-L__pageTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-lineup-content .CMN-L__pageTop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 150px;
  line-height: 1;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #aaa;
  color: #fff;
  -webkit-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  position: relative;
}

.p-lineup-content .CMN-L__pageTop a:after {
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: auto;
}

.p-lineup-content .CMN-L__pageTop a:hover {
  opacity: .8;
}

.p-lineup-content .CMN-L .CMN-L__caution {
  margin-top: 50px;
}

.p-lineup-content .CMN-L .CMN-L__cautionList {
  font-size: 1.3rem;
  line-height: 1.8;
}

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

.p-lineup-content .CMN-L .CMN-L__cautionItem--star {
  color: #023994;
}

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

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

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

.p-lineup-content .ATC-shop-list-table-tel {
  width: 170px !important;
}

/*  Lineup Media Query
* ============================== */
@media screen and (max-width: 768px) {
  .p-lineup-content .CMN-L__anchorBtn-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-lineup-content .CMN-L__anchorBtn-item {
    margin: 0 1% 10px;
  }
  .p-lineup-content .CMN-L__anchorText-item {
    font-size: 1.1rem;
  }
  .p-lineup-content .CMN-L__carItem {
    width: calc((100% / 2) - 1%);
    margin: .45em 2% .45em 0;
  }
  .p-lineup-content .CMN-L__carItem:nth-of-type(4n) {
    margin: 0;
  }
  .p-lineup-content .CMN-L__carItem:nth-of-type(2n) {
    margin: .45em 0;
  }
  .p-lineup-content .CMN-L__cautionList {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 414px) {
  .p-lineup-content .CMN-L__carItem-img img {
    max-width: 100%;
    display: block;
    margin: auto;
  }
  .p-lineup-content .CMN-L__carItem-spec {
    padding: 1.2em 1em;
  }
  .p-lineup-content .CMN-L__carItem-fuel2Inner img {
    max-width: 100%;
  }
}

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

  Usedcar

* ============================================================= */
.p-usedcar-title {
  color: #c00;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
}

/* slider
----------------------------*/
#js-usedcar-slider .slick-prev:before,
#js-usedcar-slider .slick-next:before {
  color: #aaa;
}

#js-usedcar-slider .slick-prev {
  left: -5%;
}

#js-usedcar-slider .slick-next {
  right: -5%;
}

.p-usedcar-slider-item__inner {
  background-color: #90989f;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  min-height: 367px;
  overflow: hidden;
}

.p-usedcar-slider-item__info {
  width: 50%;
  padding: 0 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-usedcar-slider-item__title {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 1.65em;
}

.p-usedcar-slider-item__label {
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
}

.p-usedcar-slider-item__money {
  font-size: 2.2rem;
  font-weight: 600;
}

.p-usedcar-slider-item__money em {
  font-size: 5.2rem;
}

.p-usedcar-slider-item__button {
  background-color: #fff;
  display: block;
  border: 1px solid;
  border-radius: 10px;
  color: #90989f;
  text-align: center;
  padding: 1em;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.p-usedcar-slider-item__button:hover {
  background-color: transparent;
  color: #fff;
}

.p-usedcar-slider-item__image {
  width: 50%;
  height: 0;
  padding-top: 45%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.COMMON-UCAR-table-list .COMMON-UCAR-price-block > dt{
  list-style: none;
}

/*  Usedcar Media Query
* ============================== */
@media screen and (max-width: 1024px) {
  #js-usedcar-slider .slick-prev {
    left: -20px;
  }
  #js-usedcar-slider .slick-next {
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  #js-usedcar-slider .slick-next {
    right: -25px;
  }
  .p-usedcar-slider-item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .p-usedcar-slider-item__info {
    width: 100%;
    padding: 5%;
  }
  .p-usedcar-slider-item__image {
    width: 100%;
    padding-top: 75%;
  }
  #usedcar-resp .COMMON-UCAR-table table,
  #usedcar-resp .COMMON-UCAR-table thead,
  #usedcar-resp .COMMON-UCAR-table tbody,
  #usedcar-resp .COMMON-UCAR-table tr,
  #usedcar-resp .COMMON-UCAR-table th,
  #usedcar-resp .COMMON-UCAR-table td {
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-table-header {
    display: none;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-table-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 1.3rem;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-price {
    font-size: 1.5rem;
    width: 100%;
    padding-bottom: 1em;
    text-align: center;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-price br {
    display: none;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-price:before {
    content: "\8ECA\4E21\8CA9\58F2\4FA1\683C\FF1A";
    display: inline-block;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-price span {
    display: inline-block;
    margin-left: 0.5em;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-thumb {
    float: none;
    width: 320px;
    max-width: 50%;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-thumb a {
    display: block;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-thumb a img {
    display: block;
    width: 100% !important;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-name {
    padding-left: 1.2em;
    padding-right: 1.2em;
    font-size: 1.4rem;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-year:before {
    content: "\5E74\5F0F";
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-distance:before {
    content: "\8D70\884C\8DDD\96E2";
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-color:before {
    content: "\30AB\30E9\30FC";
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-power:before {
    content: "\6392\6C17\91CF";
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-compare-check {
    padding: .75em;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-shop {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 3px solid #aaa;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-year,
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-distance,
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-color,
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-power {
    font-size: 1.4rem;
    margin: 8px 0;
    border-bottom: 1px solid #F4F4F4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 2;
    position: relative;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-year:before,
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-distance:before,
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-color:before,
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-power:before {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #000;
    width: 6em;
    margin-right: 1em;
  }
  #usedcar-resp #UCAR-search {
    padding-top: 10px;
  }
  #usedcar-resp .COMMON-UCAR-search {
    background: #f4f4f4;
    padding: 5%;
  }
  #usedcar-resp .COMMON-UCAR-search table,
  #usedcar-resp .COMMON-UCAR-search thead,
  #usedcar-resp .COMMON-UCAR-search tbody,
  #usedcar-resp .COMMON-UCAR-search tr,
  #usedcar-resp .COMMON-UCAR-search th,
  #usedcar-resp .COMMON-UCAR-search td {
    line-height: 1.75;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
  }
  #usedcar-resp .COMMON-UCAR-search th {
    padding-top: .75em;
  }
  #usedcar-resp .COMMON-UCAR-search td {
    padding-bottom: .75em;
    border-bottom: 1px solid #c9c9c9;
  }
  #usedcar-resp .COMMON-UCAR-search-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #usedcar-resp .COMMON-UCAR-search-btns .COMMON-UCAR-search-submit {
    display: block;
    float: none;
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 10px;
  }
  #usedcar-resp .COMMON-UCAR-search-btns .COMMON-UCAR-search-toggle,
  #usedcar-resp .COMMON-UCAR-search-btns .COMMON-UCAR-search-reset {
    display: block;
    float: none;
    width: auto;
    margin: 0 10px;
  }
  #usedcar-resp .COMMON-UCAR-search-btns .COMMON-UCAR-search-title {
    margin-top: 1em;
  }
  #usedcar-resp .COMMON-UCAR-detail-table table,
  #usedcar-resp .COMMON-UCAR-detail-table thead,
  #usedcar-resp .COMMON-UCAR-detail-table tbody,
  #usedcar-resp .COMMON-UCAR-detail-table tr,
  #usedcar-resp .COMMON-UCAR-detail-table th,
  #usedcar-resp .COMMON-UCAR-detail-table td {
    line-height: 1.75;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #usedcar-resp .COMMON-UCAR-detail-table th,
  #usedcar-resp .COMMON-UCAR-detail-table td {
    padding: .75em 1em;
  }
  #usedcar-resp .COMMON-UCAR-detail-shop-name,
  #usedcar-resp .COMMON-UCAR-detail-shop-info {
    float: none;
    padding-top: 1em;
  }
}

@media screen and (max-width: 414px) {
  #js-usedcar-slider .slick-prev {
    left: -45px;
  }
}

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

  Showroom

* ============================================================= */
/* showroom-list
----------------------------*/
.p-showroom {
  width: 80%;
  margin: auto;
}

.p-showroom-map {
  position: relative;
  padding-bottom: 36px;
}

.p-showroom-map-area {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  color: #fff;
  text-align: center;
  letter-spacing: .5em;
  padding: 1em;
}

.p-showroom-map-area .area-en {
  font-size: 1.2rem;
}

.p-showroom-map-area .area-ja {
  font-size: 2.4rem;
}

.p-showroom-map-area[data-area="west"] {
  background-color: #ffb300;
}

.p-showroom-map-area[data-area="east"] {
  background-color: #c00;
}

.p-showroom-map-fig {
  width: 100%;
  height: 33.75em;
}

.p-showroom-map:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #F4F4F4 transparent;
  display: block;
  margin: auto;
}

[data-area="west"] .p-showroom-list__name:after {
  border-color: #f3912d;
}

[data-area="west"] .p-showroom-list__information p:last-of-type {
  color: #f3912d;
}

[data-area="east"] .p-showroom-list__name:after {
  border-color: #c00;
}

[data-area="east"] .p-showroom-list__information p:last-of-type {
  color: #c00;
}

.p-showroom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-showroom-list__item {
  width: 100%;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  position: relative;
  text-decoration: none;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: 1;
}

.p-showroom-list__item:hover {
  opacity: .6;
}

.p-showroom-list__item:not(:last-of-type) {
  margin-bottom: 2em;
}

.p-showroom-list__item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F4F4F4;
  position: absolute;
  left: 10px;
  top: .75em;
  z-index: -1;
}

.p-showroom-list__image {
  width: 47.446%;
  height: 0;
  padding-top: 23.725%;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-showroom-list__information {
  width: 50%;
  padding: 1.1em .75em 0 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: .15em;
}

.p-showroom-list__information p {
  text-align: right;
}

.p-showroom-list__information p:last-of-type {
  font-size: 1.25em;
}

.p-showroom-list__name {
  font-size: 1.25em;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-showroom-list__name:after {
  content: "";
  display: block;
  border-right: 1px solid;
  border-top: 1px solid;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* slider
----------------------------*/
.p-sr-slider-item {
  max-width: 1000px;
}

/* message
----------------------------*/
.p-sr-message {
  padding: 2em 0;
}

.p-sr-message:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 16px 16px;
  border-color: transparent transparent #F4F4F4 transparent;
  display: block;
  margin: -3em auto 2em;
}

.p-sr-message-box {
  width: 85%;
}

.p-sr-message__photo img {
  display: block;
  max-width: 100%;
  border-radius: 50%;
}

.p-sr-message__name {
  font-size: 1.25em;
  font-weight: 500;
  margin-bottom: .5em;
}

.p-sr-message__name span {
  border: 1px solid #c00;
  display: inline-block;
  text-align: center;
  padding: .05em 2em;
  color: #c00;
  font-size: 1.2rem;
  letter-spacing: .1em;
  margin-right: 1em;
}

/* profile
----------------------------*/
.p-sr-profile {
  position: relative;
}

.p-sr-profile__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 30px;
}

.p-sr-profile__item ._close:before {
  content: "［";
}

.p-sr-profile__item ._close:after {
  content: "］";
}

.p-sr-profile__item dt {
  color: #c00;
}

.p-sr-profile__item dd {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-sr-profile__item dd img {
  display: block;
  max-width: 100%;
}

/* facility
----------------------------*/
.p-sr-facility {
  border-top: 1px solid;
  padding-top: 1.5em;
}

.p-sr-facility__item {
  width: 48%;
  border-bottom: 1px dotted;
  padding-bottom: .4em;
}

.p-sr-facility__item:not(:nth-last-of-type(-n+2)) {
  margin-bottom: .8em;
}

.p-sr-facility__item img {
  display: block;
  max-width: 100%;
}

/* google-map
----------------------------*/
.p-sr-gmap {
  height: 100%;
}

/* dcs
----------------------------*/
.p-sr-dcs-title {
  font-size: 1.25em;
  text-align: center;
  font-weight: 500;
  margin-bottom: 1.5em;
}

.p-sr-dcs__item {
  width: calc((100%/4) - 2px);
  margin-bottom: 2px;
}

/* sr-blog
----------------------------*/
.p-sr-blog img {
  max-width: 100% !important;
  height: auto !important;
}

.p-sr-blog article {
  margin-bottom: 2em;
}

.p-sr-blog table {
  width: 100% !important;
  table-layout: fixed;
  word-break: break-all;
}

.p-sr-blog .blog__header {
  width: 100%;
  color: #fff;
  background-color: #535353;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-sr-blog .blog__title,
.p-sr-blog .blog__date {
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-sr-blog .blog__title {
  font-size: 2rem;
  width: 85%;
  line-height: 1;
}

.p-sr-blog .blog__date {
  background-color: #ffb300;
  width: 15%;
  word-break: break-word;
  text-align: center;
}

.p-sr-blog .blog__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.4em 0 3.2em;
  background: #f9f9f9;
  width: 100%;
}

.p-sr-blog .blog__paging {
  font-size: 1.4rem;
  text-align: right;
  padding-bottom: 20px;
}

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

.p-sr-blog .blog__paging a:hover {
  text-decoration: none;
}

/* sr-table
----------------------------*/
.p-showroom-table-list {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding-top: 2.5em;
  border-spacing: 1px;
  border-collapse: separate;
}

.p-showroom-table-list dl {
  display: table-row;
  text-align: center;
}

.p-showroom-table-list dl:not(:last-of-type) {
  border-bottom: 1px solid #F4F4F4;
}

.p-showroom-table-list dl:nth-of-type(2n+1) {
  background-color: #fff9ea;
}

.p-showroom-table-list dl a {
  display: block;
}

.p-showroom-table-list dl dt {
  display: table-cell;
  vertical-align: middle;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-showroom-table-list dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 1em 0;
}

.p-showroom-table-head dt,
.p-showroom-table-head dd {
  padding: 10px 12px;
  background-color: #ffb300;
  color: #fff;
}

/*  Showroom Media Query
* ============================== */
@media screen and (max-width: 1024px) {
  .p-showroom {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .p-sr-slider-item {
    max-width: 100%;
  }
  .p-sr-message-box {
    width: 80%;
  }
  .p-sr-gmap {
    height: 35.5758em;
  }
  .p-sr-blog .blog__body {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 414px) {
  .p-showroom-map-area {
    padding: .45em;
  }
  .p-showroom-map-area span {
    text-indent: .5em;
  }
  .p-showroom-map-area .area-en {
    font-size: 1rem;
  }
  .p-showroom-map-area .area-ja {
    font-size: 1.6rem;
  }
  .p-showroom-list__item:before {
    left: 0;
    top: 0;
  }
  .p-showroom-list__image {
    width: 100%;
    padding-top: 32.6%;
  }
  .p-showroom-list__information {
    width: 100%;
  }
  .p-sr-message-box {
    width: 100%;
  }
  .p-sr-message__photo {
    margin: auto;
  }
  .p-sr-message__comment {
    font-size: 1.4rem;
  }
  .p-sr-profile {
    font-size: 1.2rem;
  }
  .p-sr-dcs__item {
    width: calc((100%/2) - 2px);
  }
  .p-sr-blog .blog__paging {
    font-size: 1.1rem;
  }
  .p-sr-blog .blog__title {
    font-size: 1.3rem;
  }
  .p-sr-blog .blog__date {
    font-size: 1rem;
  }
  .p-sr-blog .blog__body {
    font-size: 1.2rem;
  }
}

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

  Insurance

* ============================================================= */
.p-insurance-fig img {
  display: block;
  max-width: 100%;
}

.p-insurance-list__item {
  width: 30%;
  letter-spacing: .07em;
}

.p-insurance-list__item:not(:last-of-type) {
  margin-right: 2.5em;
}

.p-insurance-list__item figcaption {
  margin-bottom: 2em;
}

.p-insurance-list__logo {
  border-bottom: 1px solid #c00;
  margin-bottom: 1em;
}

.p-insurance-list__logo img {
  display: block;
  max-width: 100%;
  margin: auto;
}

.p-insurance-button {
  max-width: 500px;
  margin: -1.5em auto 1em;
}

.p-insurance-policy_contents{
  letter-spacing: .07em;
}

.p-insurance-policy_title{
  text-align: center;
  margin-bottom: 3em;
  font-size: 2.5rem;
}

.p-insurance-policy-lead{
  padding: 0 0 3.5em;
}

.p-insurance-policy_item{
  margin-bottom: 2em;
}

.p-insurance-policy_item h4:before{
  content: "■";
}

.p-insurance-policy_item p{
  padding-left: 1em;
}

.p-insurance-policy_kpi-list{
  padding: 2em 0 0 2em;
}

dl dt {
  display: list-item;
  list-style-type: decimal;
  }

dl.p-insurance-policy_kpi-list.notes dt::marker {
    content: counter(count) ".";
}

dl.p-insurance-policy_kpi-list.notes dt {
    counter-increment: count;
}

.p-insurance-policy_kpi-list {
    padding: 2em 0 0 2em;
    counter-reset: count;
}

.notes .notes_list{
  display:flex;
  justify-content: flex-start;
}

.notes .notes_list dt {
  width: 300px;
}

.notes .notes_list dd {
 width: calc(100% - 200px / 2);
}

.p-insurance-policy__graph{
  background-color: #fff;
  text-align: center;
  padding: 3rem 0;
}

.p-insurance-policy__graph img{
  width: 100%;
  max-width: 800px;
}

.p-insurance-solicitation-policy_contents{
  letter-spacing: .07em;
}

.p-insurance-solicitation-policy_title{
  text-align: center;
  margin-bottom: 3em;
  font-size: 2.5rem;
}

.p-insurance-solicitation-policy-lead{
  padding: 0 0 3.5em;
}

.p-insurance-solicitation-policy_item{
  margin-bottom: 2em;
}

.p-insurance-solicitation-policy_list{
  counter-reset: count;
}

.p-insurance-solicitation-policy_list li {
  list-style-type: none;
  counter-increment: count;
  text-indent: -1.3em;
  padding-left: 1.5em;
  font-size: 1.1em;
}

.p-insurance-solicitation-policy_list li::before {
    content: counter(count) ". ";
}

/*  Insurance Media Query
* ============================== */
@media screen and (max-width: 1024px) {
  .p-insurance-list__item figcaption {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .p-insurance-list__item {
    width: 100%;
  }
  .p-insurance-list__item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 1em;
  }
}

@media (max-width: 768px) {
  .notes .notes_list {
    display:block;
  }
  .notes .notes_list dt {
    width: 100%;
  }
  .notes .notes_list dd {
   width: 100%;
  }
}

@media screen and (max-width: 414px) {
  .p-insurance-button {
    margin: 1.5em auto 0;
  }
  .p-insurance-policy_title{
    margin-bottom: 1em;
    font-size: 2rem;
  }
  .p-insurance-policy-lead{
    padding-bottom: 2.5em;
  }
  .p-insurance-solicitation-policy_title{
    margin-bottom: 1em;
    font-size: 2rem;
  }
  .p-insurance-solicitation-policy-lead{
    padding-bottom: 2.5em;
  }
}

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

  Credit

* ============================================================= */
.p-credit-image {
  padding-bottom: 3em;
}

.p-credit-image img {
  display: block;
  max-width: 100%;
  margin: auto;
}

.p-credit-button {
  max-width: 450px;
  margin: auto;
}

.p-credit-button .c-button {
  background-color: #0088D3;
  border-color: #0088D3;
}

.p-credit-button .c-button:hover {
  color: #0088D3;
}

.p-credit-button .c-button:hover:before {
  border-color: #0088D3;
}

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

  Car Rental

* ============================================================= */
.p-rental-main img{
  width: 100%;
}

.p-rental-price__lead{
  text-align: center;
  padding-bottom: 2.5em;
}

.p-rental-price .c-price-table ._caution{
  font-size: 1rem;
  vertical-align: top;
  padding-left: 0.5em;
}

.p-rental-price .c-price-table ._center{
  text-align: center;
}

.p-rental-price .c-price-table ._height{
  line-height: 2rem;
}

.p-rental-price .c-price-table thead th._thead{
  padding: 1em;
}

.p-rental-price__block{
  padding-top: 2.5em;
}

.p-rental-price__box:not(:last-of-type){
  padding-bottom: 1.25em;
}

.p-rental-numcaution li{
  padding-left: 3em;
  text-indent: -2.6em;
}

.p-rental-caution li{
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 414px) {
  .p-rental-price .c-price-table tbody th,
  .p-rental-price .c-price-table tbody td{
    padding: 0.5em;
  }
  .p-rental-price .c-price-table thead th:first-of-type{
    width: 20em;
  }
  .p-rental-price .c-price-table thead th._thead{
    padding: 0.5em;
  }
}


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

  Accident

* ============================================================= */
.p-accident-lead {
  background-color: #c00;
  color: #fff;
  position: relative;
  padding: 2em;
  text-align: center;
}

.p-accident-lead__img {
  margin: -5em auto 0;
}

.p-accident-lead__img img {
  display: block;
  max-width: 100%;
  margin: auto;
}

.p-accident-lead h2 {
  font-size: 3.2rem;
  font-weight: 500;
}

.p-accident-info__inner {
  border: 1px solid #ffb300;
  padding: 1%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-accident-info__head {
  color: #fff;
  background-color: #ffb300;
  text-align: center;
  padding: 12px 0;
  font-size: 2rem;
}

.p-accident-info__tel {
  color: #ffb300;
  font-weight: 600;
  text-align: center;
  font-size: 2.25em;
  letter-spacing: .1em;
}

.p-accident-info__tel span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.p-accident-info__tel img {
  display: block;
  max-width: 100%;
}

/*  Accident Media Query
* ============================== */
@media screen and (max-width: 768px) {
  .p-accident-lead {
    margin-top: 3em;
  }
  .p-accident-lead__img {
    width: 4em;
    margin: -3.5em auto 0;
  }
  .p-accident-lead h2 {
    font-size: 2rem;
  }
  .p-accident-lead p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 414px) {
  .p-accident-lead p {
    font-size: 1.2rem;
  }
  .p-accident-info__head {
    font-size: 1.25em;
  }
}

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

  Maintenance

* ============================================================= */
.p-maintenance-main{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-maintenance-primary{
  width: 58%;
}

/* タイトル */
.p-maintenance__title{
  font-size: 2rem;
  text-align: center;
  color: #fff;
  padding: 1rem;
  margin-bottom: 2.5rem;
}
.p-maintenance__title--description{
  background-color: #91c42f;
}
.p-maintenance__title--banner{
  background-color: #ffb300;
}
.p-maintenance__title--schedule{
  background-color: #1b68b5;
}

/* 点検の種類ここから */
.p-maintenance-description__list li{
  border: 1px solid #cbcbcb;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.p-maintenance-description__list li:nth-of-type(4),
.p-maintenance-description__list li:nth-of-type(5){
  background-color: #f1f1f1;
}
.p-maintenance-description__list li a{
  color: #000;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}
.p-maintenance-description__list li dl{
  width: 73%;
}
.p-maintenance-description__list li a:hover{
  opacity: .8;
}
.p-maintenance-description__list li a:after{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  color: #c00;
  border-color: #c00;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.p-maintenance-description__list li dt{
  font-size: 2rem;
  font-weight: bold;
}
.p-maintenance-description__list li dt span{
  font-size: 1.6rem;
}

.p-maintenance-description__list-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.p-maintenance-description__list-item > p{
  margin-right: 1.5rem;
}
.p-maintenance-description__list-item dl dd:nth-of-type(2){
  color: #c00;
}

.p-maintenance-description__list-item dl dd:nth-of-type(2) span{
  font-size: 1.4rem;
  color: #000;
}

/* バナーここから */
.p-maintenance-link{
  margin-top: 2.5rem;
}
.p-maintenance-link ul li{
  margin-bottom: 1.5rem;
}


/* スケジュールここから */
.p-maintenance-schedule {
  position: relative;
  width: 40%;
  padding-bottom: 2em;
}

.p-maintenance-schedule__wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-maintenance-schedule-figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: calc(100% - 6.25em);
  padding-left: 0;
  padding-right: 4.46429%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.p-maintenance-schedule-figure:before {
  content: "";
  background-color: #c9c9c9;
  display: block;
  height: 100%;
  width: 3rem;
  position: absolute;
  top: 1rem;
  right: 6rem;
  left: initial;
  margin: auto;
  padding-top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.p-maintenance-schedule-timeline {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
}

.p-maintenance-schedule-timeline + .p-maintenance-schedule-timeline {
  margin-top: 2rem;
}

.p-maintenance-schedule-timeline__header {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  width: 6rem;
  height: 6rem;
  padding-top: 100%;
  margin: 0 2.4rem 0 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

.p-maintenance-schedule-timeline__header:after {
  content: "";
  background-color: #c9c9c9;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(100% - .22222em);
  margin: auto 0;
  z-index: -1;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: calc(6rem - .1em);
  height: .22222em;
  padding-top: 0;
  border: solid #fff;
  border-width: .22222em 0;
}
.p-maintenance-schedule-timeline__header:hover{
  opacity: .8;
}
.p-maintenance-schedule-timeline__header:first-child:hover{
  opacity: 1;
}
.p-maintenance-schedule-timeline--mt_safety .p-maintenance-schedule-timeline__body{
  border: none;
}
.p-maintenance-schedule-timeline--mt_safety .p-maintenance-schedule-timeline__header:after{
  display: none;
}

.p-maintenance-schedule-timeline__header span {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: static;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  padding: 1em 0;
  z-index: 1;
}

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

.p-maintenance-schedule-timeline__header span > i img {
  display: block;
  max-width: 100%;
}

.p-maintenance-schedule-timeline__header:before {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-maintenance-schedule-timeline:first-child .p-maintenance-schedule-timeline__header {
  background-color: #c00;
  width: 100%;
}
.p-maintenance-schedule-timeline:first-child .p-maintenance-schedule-timeline__header:after {
  content: none;
}

.p-maintenance-schedule-timeline__body {
  background-color: #fff;
  color: #000;
  border: 0.22222em solid #c9c9c9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-decoration: none;
  line-height: 1;
  font-weight: 500;
  width: calc(100% - 14rem);
  height: 6rem;
  margin-right: 2rem;
  padding: .8em 0;
  position: relative;
  z-index: 2;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.p-maintenance-schedule-timeline.is-mt_safety .p-maintenance-schedule-timeline__body {
  border: none;
}

.p-maintenance-schedule-option {
  width: 6.25em;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  margin-top: 0;
}

.p-maintenance-schedule-option__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 6rem;
  text-align: center;
  background-color: #F2F2F2;
  letter-spacing: -.04em;
  line-height: 1.25;
  font-size: 1.6rem;
}

.p-maintenance-schedule-option__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 4.64286%;
  margin: 0;
  padding: 2rem 0 0;
}

.p-maintenance-schedule-option__timeline {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 40%;
  height: 100%;
}

.p-maintenance-schedule-option__timeline_title{
  font-size: 1.3rem;
  position: absolute;
  top: -1.2rem;
  left: 0;
  color: #fff;
  padding: 0 1px;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
._mamoru .p-maintenance-schedule-option__timeline_title{
  background-color: #91c42f;
}
._ciao .p-maintenance-schedule-option__timeline_title{
  background-color: #1b68b5;
}

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

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

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

.p-maintenance-schedule-option__subscription {
  width: 100%;
  height: 6rem;
}

.p-maintenance-schedule-option__subscription + .p-maintenance-schedule-option__subscription {
  margin-top: 2rem;
}

.p-maintenance-schedule-option__subscription._on {
  position: relative;
}

.p-maintenance-schedule-option__item {
  padding: .4em 1.4em;
  font-size: 1.2rem;
}

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

.p-maintenance-schedule-option__timeline._mamoru .p-maintenance-schedule-option__subscription:before {
  background-color: #91c42f;
}

.p-maintenance-schedule-option__timeline._ciao .p-maintenance-schedule-option__subscription:before {
  background-color: #1b68b5;
}

.p-maintenance-schedule-note {
  text-align: right;
  width: 100%;
  line-height: 2;
  margin-top: 2em;
}

.p-maintenance-banner{
  margin-top: 2.5rem;
}
.p-maintenance-banner__logo {
  border: 2px solid #aaa;
  width: 100%;
  display: block;
  text-decoration: none;
  padding: 1.4em;
  margin-bottom: 1.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.p-maintenance-banner__logo:hover {
  opacity: .6;
}

.p-maintenance-banner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.p-maintenance-banner__inner:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-color: #c00;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.p-maintenance-banner__img img {
  display: block;
  max-width: 100%;
}

.p-maintenance-banner__text {
  display: block;
  color: #000;
  font-size: 1.3rem;
}

.p-maintenance-important {
  border: 2px solid #c00;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 2.8125em;
}

.p-maintenance-important p {
  text-align: center;
  color: #c00;
}

.p-inspection-necessary {
  background-color: #fff;
  border: 2px solid #aaa;
  margin-bottom: 1.5em;
}

.p-inspection-necessary-caution {
  padding: 2em;
}

.p-inspection-necessary-caution li:before {
  content: "●";
}

.p-inspection-necessary-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1em 0;
}

.p-inspection-necessary__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-color: #ffb300;
  text-align: center;
  width: 6em;
  height: 6em;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-inspection-necessary__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 80%;
  padding-left: 2em;
}

.p-inspection-necessary__list li:not(:last-of-type) {
  margin-right: 1em;
}

.p-inspection-necessary__list li:before {
  content: "□";
}
.p-inspection-necessary__list li._round:before {
  content: "●";
}
.p-inspection-necessary__list li:last-of-type:before {
  content: none;
}
.p-inspection-table__icon:before {
  content: "◇";
}

._carcare {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Verdana, Helvetica, Arial, sans-serif !important;
  font-size: 1.6rem !important;
  line-height: 1.8;
}

.p-carcare #AdvancedTemplateContents {
  width: 100%;
  margin: 0 auto;
}

.p-carcare div#ATC-car-care-contents-index img {
  display: block;
  margin: auto;
}

.p-carcare div#ATC-car-care-contents-list img,
.p-carcare dl#ATC-car-care-contents-list-quick img {
  width: auto;
}

/* checkpoint
----------------------------*/
.p-checkpoint {
  width: 50%;
  background-color: #fff;
  padding: 2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.p-checkpoint-lead {
  text-align: center;
}

.p-checkpoint-important {
  margin: 2em 0;
  text-align: center;
}

.p-checkpoint-important p {
  display: inline-block;
  border: 1px solid #c00;
  padding: .35em 2em;
}

.p-checkpoint-option {
  background-color: #fff;
  border: 1px solid #aaa;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-checkpoint-option__item {
  position: relative;
  padding-left: 1em;
}

.p-checkpoint-option__item:before {
  content: "□";
  display: block;
  color: #000;
  position: absolute;
  left: 0;
  top: 0;
}

.p-checkpoint-option__item._option:before {
  color: #c00;
}

.p-checkpoint-option__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

.p-checkpoint-option__list dd {
  width: 48%;
  font-size: 1.4rem;
  margin: 0 1% .65em;
}

.p-checkpoint-option__list dd:before {
  content: "●";
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: .8rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: .4em .4em 0 0;
}

.p-checkpoint__head {
  color: #c00;
  font-size: 2.4rem;
  border-bottom: 1px solid #c00;
  margin-bottom: .75em;
  padding-bottom: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-checkpoint__head span {
  font-size: 3.2rem;
  font-weight: 500;
  color: #c00;
  border: 2px solid #c00;
  border-radius: 50%;
  width: 3.2rem;
  height: 3.2rem;
  display: block;
  padding: .085em;
  text-align: center;
  line-height: 1;
  margin-right: .5em;
}

.p-checkpoint__list li {
  width: 50%;
}

.p-checkpoint-fig-image img {
  display: block;
  max-width: 100%;
  margin: auto;
}

.p-checkpoint-fig-box {
  position: relative;
}

.p-checkpoint-fig-num {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.p-checkpoint-fig-num li {
  position: absolute;
}

.p-checkpoint-fig-num li:nth-of-type(1) {
  left: 20%;
  top: 40%;
}

.p-checkpoint-fig-num li:nth-of-type(2) {
  left: 41%;
  top: 13%;
}

.p-checkpoint-fig-num li:nth-of-type(3) {
  right: 21%;
  bottom: 95px;
}

.p-checkpoint-fig-num li:nth-of-type(4) {
  bottom: 60px;
  left: 59%;
}

.p-checkpoint-fig-num a {
  display: block;
}

.p-checkpoint-fig-num a img {
  display: block;
  max-width: 100%;
}

.p-checkpoint-foot li {
  width: 20%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.p-checkpoint-foot li:not(:first-of-type) {
  margin-left: 2px;
}

.p-checkpoint-foot li a {
  text-align: left;
}

.p-checkpoint-foot li a span {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: inline-block;
  padding: .25em;
  text-align: center;
  line-height: 1;
  margin-right: .5em;
}

.p-checkpoint-foot li a:hover span {
  color: #c00;
  border-color: #c00;
}

.p-maintenance-sheetmetal{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2.5rem;
}
.p-maintenance-sheetmetal__header{
  font-size: 2rem;
  font-weight: bold;
  border-left: .5rem solid #c00;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.p-maintenance-sheetmetal__item{
  width: calc((100%/2) - 2em);
}

/*  Maintenance Media Query
* ============================== */
@media screen and (max-width: 768px) {
  .p-maintenance-main{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  }
  .p-maintenance-primary{
    width: 100%;
  }
  .p-maintenance-schedule {
    width: 100%;
  }

  .p-maintenance-description{ order: 1; }
  .p-maintenance-schedule{ order: 2; }
  .p-maintenance-banner{ order: 3; }
  .p-maintenance-link{ order: 4; }

  .p-maintenance-banner__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-maintenance-banner__logo{
    width: calc((100%/2) - 1em);
  }
  .p-maintenance-banner__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-maintenance-banner__inner:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .p-maintenance-schedule-timeline__header{
    margin: 0 1.5rem 0 0;
  }
  .p-maintenance-schedule-timeline__header:after{
    width: calc(7rem - .1em);
  }

  .p-maintenance-schedule-option__timeline_title{
    font-size: 1rem;
  }
  .p-maintenance-important p {
    font-size: 1.4rem;
  }

  .p-checkpoint {
    width: 100%;
  }
  .p-checkpoint-option {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-checkpoint-option__item {
    font-size: 1.2rem;
  }
  .p-checkpoint-lead {
    font-size: 1.4rem;
    padding-bottom: 1.75em;
  }
  .p-checkpoint-fig {
    margin: 0;
  }
  .p-checkpoint-fig-image, .p-checkpoint-fig-num {
    display: none;
  }
  .p-checkpoint__head {
    font-size: 1.6rem;
  }
  .p-checkpoint__list li {
    font-size: 1.3rem;
  }
  .p-checkpoint-foot li {
    width: 100%;
    margin-bottom: 4px;
  }
  .p-checkpoint-foot li:not(:first-of-type) {
    margin-left: 0;
  }

  .p-maintenance-sheetmetal{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-maintenance-sheetmetal__header{
    font-size: 1.8rem;
  }
  .p-maintenance-sheetmetal__item{
    width: 100%;
  }
  .p-maintenance-sheetmetal__item:first-child{
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 414px) {
  .p-maintenance-schedule-timeline__header span {
    font-size: 70%;
  }
  .p-maintenance-schedule-timeline__body {
    font-size: 70%;
  }
  .p-maintenance-schedule-option__header {
    font-size: 1.2rem;
  }
  .p-maintenance-schedule-note {
    font-size: 1.2rem;
  }
  .p-maintenance-important {
    margin: 2em auto 0;
  }
  .p-inspection-necessary-caution {
    font-size: 1.2rem;
  }
  .p-inspection-necessary-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-checkpoint-foot li a span {
    font-size: 1.2rem;
    width: 1.2rem;
    height: 1.2rem;
  }
  .p-maintenance-schedule-timeline__header{
    margin: 0 3rem 0 0;
  }
  .p-maintenance-schedule-timeline__header:after{
    width: calc(5rem - .1em);
  }
}

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

  Makaseciao

* ============================================================= */
.p-makaseciao-image:not(:last-of-type) {
  padding-bottom: 2em;
}

.p-makaseciao-image img {
  display: block;
  max-width: 100%;
}

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

  Campaign

/* ============================================================= */
.p-campaign-contents .CMN-CMP-car .CMN-CMP-body__item {
  width: 50%;
  margin: 0 auto;
}

.p-campaign-contents .CMN-CMP-car-select__list,
.p-campaign-contents .CMN-CMP-body__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-campaign-contents .CMN-CMP-body__item {
  width: 33.33333%;
  margin: 0;
}

.p-campaign-leaflet{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  padding: 0 8em;
}
.p-campaign-leaflet:not(:last-of-type) {
  margin-bottom: 3em;
}
.p-campaign-leaflet__item {
  width: 47%;
  text-align: center;
}
.p-campaign-leaflet__image{
  display: block;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}
.p-campaign-leaflet__image:hover {
  opacity: .65;
}
.p-campaign-leaflet__image img {
  display: block;
  width: 100%;
}

/*  Campaign Media Query
* ============================== */
@media screen and (max-width: 1024px) {
  .p-campaign-leaflet{
    padding: 0;
  }
  .p-campaign_text {
    font-size: 2.5rem !important;
  }
  .p-campaign_text::before{
    margin-top: 4em !important;
  }
}
@media screen and (max-width: 768px) {
  .p-campaign-contents .CMN-CMP-car .CMN-CMP-body__item {
    width: 100%;
  }
  .p-campaign-contents .CMN-CMP-car-select__item {
    width: 33.33333%;
  }
  .p-campaign-contents .CMN-CMP-body__item {
    width: 50%;
  }
  .p-campaign-leaflet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-campaign-leaflet__item {
    width: 100%;
    margin-bottom: 2.4em;
  }
  .p-campaign_text {
    font-size: 0.8em !important;
  }

  .p-campaign_text::before{
    margin-top: 4em !important;
  }

}

@media screen and (max-width: 820px) {
  .p-campaign_text {
    font-size: 0.8em !important;
  }

  .p-campaign_text::before{
    margin-top: 4em !important;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 1024px){
  .sp{
    display: block;
  }
}


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

  Company

* ============================================================= */
.p-company-image img {
  display: block;
  max-width: 100%;
  margin: auto;
}

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

  Assistance

* ============================================================= */
.p-assistance-button {
  width: 45em;
  margin: 2em auto 0;
}

.p-asistance-list {
  padding-top: 2.5em;
}

.p-asistance-list._trisection .p-asistance-list__item {
  width: 33%;
  margin-bottom: 2.5em;
  background-color: #fff;
}

.p-asistance-list._quarter .p-asistance-list__item {
  width: 24%;
}

.p-asistance-list__item img {
  display: block;
  max-width: 100%;
}

.p-asistance-list__head {
  padding: .45em 0;
  text-align: center;
  border-bottom: 1px solid #c00;
  margin: 0 2em 1em;
  font-size: 2rem;
  font-weight: 500;
}

.p-asistance-list__body {
  margin: 2em;
}

.p-asistance-banner img {
  display: block;
  max-width: 100%;
}

/*  Assistance Media Query
* ============================== */
@media screen and (max-width: 768px) {
  .p-asistance-list__head {
    margin: 0 1em;
    font-size: 1.6rem;
  }
  .p-asistance-list__body {
    margin: 1em;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 414px) {
  .p-assistance-button {
    width: 90%;
  }
  .p-asistance-list {
    padding-top: 1em;
  }
  .p-asistance-list._trisection .p-asistance-list__item {
    width: 48%;
  }
  .p-asistance-list._quarter .p-asistance-list__item {
    width: 48%;
    margin-bottom: 1em;
  }
  .p-asistance-list__item figcaption {
    font-size: 1.2rem;
  }
  .p-asistance-list__head {
    padding: .45em 0;
    margin: 0 .5em;
    font-size: 1.4rem;
  }
  .p-asistance-list__body {
    margin: .5em;
    font-size: 1.2rem;
  }
}

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

  health

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

.p-health__image{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4em;
}

.p-health__image img{
  width: 100%;
}

.p-health__logo{
  max-width: 300px;
  margin: 0 20px;
}
.p-health__letter{
  max-width: 390px;
  margin: 0 20px;
}


/*  health Media Query
* ============================== */

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



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

  Terms

* ============================================================= */
.p-terms-plugin {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #aaa;
  padding: 2em;
  width: 100%;
  margin: 30px 0 0;
}

.p-terms-plugin__link {
  text-align: center;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #000;
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}

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

.p-terms-plugin__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-terms-plugin__logo img {
  display: block;
  max-width: 100%;
}

.p-terms-plugin__item {
  margin: 0 0 .85em;
}

.p-terms-plugin__text {
  line-height: 2;
  text-align: justify;
  padding-left: 1em;
}

.p-terms-ssl {
  border: 1px solid #aaa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}

.p-terms-ssl__title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  font-weight: bold;
}

.p-terms-ssl__block {
  margin-bottom: 10px;
}

.p-terms-ssl__block:last-of-type {
  margin-bottom: 0;
}

.p-terms-ssl__block ul {
  padding: .5em 1em 0;
}

.p-terms-ssl__block ul li {
  margin-bottom: 0;
}

.p-terms-ssl__block ul a {
  word-break: break-all;
}

/*  Terms Media Query
* ============================== */
@media screen and (max-width: 768px) {
  .p-terms-plugin__logo {
    width: 100%;
    max-width: 112px;
  }
}

@media screen and (max-width: 414px) {
  .p-terms-plugin {
    padding: 1em;
    font-size: 1.2rem;
  }
  .p-terms-plugin__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-terms-plugin__text {
    padding-left: 0;
  }
  .p-terms-text {
    font-size: 1.3rem;
  }
  .p-terms-ssl__block {
    font-size: 1.3rem;
  }
}

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

  Environment

* ============================================================= */
.p-environment-fig {
  padding: 100px 0;
  position: relative;
  color: #b28146;
}

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

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

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

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

.p-environment-fig__head {
  line-height: 1.8;
  text-align: center;
  padding: 0 0 25px;
  color: #6eb92b;
  font-size: 2.4rem;
}

.p-environment-fig__subhead {
  color: #c00;
  text-align: center;
  margin-bottom: 2em;
}

.p-environment-fig__subhead > p {
  font-size: 2rem;
  margin-bottom: .75em;
}

.p-environment-fig__body {
  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;
}

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

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

.p-environment-fig dd {
  display: table-cell;
}

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

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

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

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

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

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

.p-solar-system {
  padding: 2em 0 0;
}

.p-solar-system__title {
  color: #6eb92b;
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
}

.p-solar-system-fig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-solar-system-fig__item:first-of-type {
  margin-right: 1em;
}

.p-solar-system-fig img {
  display: block;
  max-width: 100%;
}

/*  Environment Media Query
* ============================== */
@media screen and (max-width: 768px) {
  .p-solar-system-fig__item {
    width: 48%;
  }
}

@media screen and (max-width: 414px) {
  .p-environment-fig__head {
    font-size: 1.8rem;
  }
  .p-environment-fig__body dl {
    font-size: 1.4rem;
  }
  .p-solar-system-fig__item {
    width: 100%;
    margin-bottom: 1em;
  }
  .p-solar-system-fig__item:first-of-type {
    margin-right: 0;
  }
}

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

  Privacy

* ============================================================= */
.p-privacy-lead {
  text-align: justify;
  padding: 0 0 3.5em;
}

.p-privacy-section {
  counter-increment: title;
  padding-top: 2.4em;
  font-size: 1.4rem;
}

.p-privacy-section:first-of-type {
  padding-top: 0;
}

.p-privacy-section__title {
  font-size: 1.7rem;
  padding-bottom: .6em;
  font-weight: 500;
}

.p-privacy-section__title:before {
  content: counter(title) ".";
}

.p-privacy-section__list {
  padding-left: 3em;
  line-height: 2.4;
}

.p-privacy-section__list > li {
  list-style: lower-roman;
}

.p-privacy-box {
  margin: 2em 0;
  line-height: 1.8;
}

.p-privacy-insurance {
  padding: 1.2em 0 1.4em;
}

.p-privacy-insurance__title {
  font-size: 1.7rem;
}

.p-privacy-insurance__list {
  line-height: 2.4;
}

.p-privacy-signature {
  text-align: right;
  padding: 1.4em 0 2.4em;
}

.p-privacy-banner {
  text-align: center;
  padding: 25px 0 40px;
}

.p-ch-section {
  font-size: 1.7rem;
  padding-bottom: .6em;
  font-weight: 500;
}

/*  Privacy Media Query
* ============================== */
@media screen and (max-width: 414px) {
  .p-privacy-lead {
    font-size: 1.3rem;
    padding: 2.5em 0 2em;
  }
  .p-privacy-section {
    padding-top: 1.4em;
  }
  .p-privacy-section__title {
    font-size: 1.4rem;
  }
  .p-privacy-section__list {
    line-height: 2;
    padding-left: 1em;
    font-size: 1.2rem;
  }
  .p-privacy-section__text {
    font-size: 1.2rem;
  }
  .p-privacy-section a {
    display: block;
    font-size: 1.2rem;
  }
  .p-privacy-box {
    font-size: 1.3rem;
    padding: 1em 0;
  }
  .p-privacy-insurance {
    padding-left: 0;
  }
  .p-privacy-insurance__title {
    font-size: 1.4rem;
  }
  .p-privacy-insurance__list a {
    font-size: 1.2rem;
    display: block;
  }
  .p-privacy-signature {
    font-size: 1.2rem;
  }
  .p-privacy-banner {
    padding: 0 0 40px;
  }
  .p-privacy-banner img {
    display: block;
    width: 100%;
  }
  .p-ch-section {
    font-size: 1.4rem;
  }
}

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

  Links

* ============================================================= */
.p-link-table dl > dt {
  width: 40%;
}

.p-link-table dl > dd {
  padding-left: 2em;
}

@media screen and (max-width: 414px) {
  .p-link-table dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .p-link-table dl > dt,
  .p-link-table dl > dd {
    display: block;
  }
  .p-link-table dl > dt {
    width: 100%;
  }
  .p-link-table dl > dd {
    padding-bottom: 1em;
    padding-left: 0;
  }
}


@media screen and (max-width: 768px) {
  .Mut-holidays[data-hansha-cd="40510091"] {
    padding: 1em 5.125%;
    font-size: 1.5rem;
  }
  .Mut-holidays[data-hansha-cd="40510091"] .Mut-holidays__button{
    font-size: 1.2rem;
  }
}