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

  Calendar

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

.c-calendar-box {
  width: 48%;
}

.c-calendar-box .cal {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.c-calendar-month {
  width: 100%;
  color: #fff;
  background-color: #000;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  font-size: 3rem;
  text-align: center;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-calendar-month b {
  font-size: 7.2rem;
}

.c-calendar-month i {
  font-size: 1.4rem;
  display: block;
}

.c-calendar-month .cal_month {
  font-weight: 300;
}

.c-calendar-month .cal_month span {
  display: inline-block;
  padding-left: 10px;
}

.c-calendar .cal th {
  padding: 10px 0;
}

.c-calendar .cal td > 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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  font-size: 1.8rem;
  line-height: 1;
  width: 100%;
  height: 2.778em;
  text-align: center;
}

.c-calendar .cal td .cal_sun {
  color: #e50000;
}

.c-calendar .cal td .cal_sat {
  color: #006acd;
}

.c-calendar .cal td .cal_close03 {
  background-color: #f4c711;
  color: #fff;
}

.c-calendar .cal td .cal_close02 {
  background-color: #008fe1;
  color: #fff;
}

.c-calendar .cal td .cal_close01 {
  background-color: #e70500;
  color: #fff;
}

.c-calendar .cal td .noClose {
  background-color: transparent;
  color: #303030;
}

.c-calendar .cal td:first-of-type > div {
  border-left: 1px solid #f0f0f0;
}

.c-calendar .cal_headline {
  font-family: "Oswald", sans-serif;
  background-color: #f0f0f0;
  color: #303030;
  font-size: 1.8rem;
}

.c-calendar-legend {
  margin-top: 35px;
  border: 1px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}

.c-calendar-legend__list {
  font-size: 1.6rem;
  margin-top: 20px;
}

.c-calendar-legend__list .cal_close01 i {
  color: #e70500;
}

.c-calendar-legend__list .cal_close02 i {
  color: #008fe1;
}

.c-calendar-legend__list .cal_close03 i {
  color: #f4c711;
}

.c-calendar-hours {
  background-color: #000;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px .96387em;
  font-size: 1.6rem;
  line-height: 1;
}

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

  Title

* ============================================================= */
/* subTitle
------------------------------------*/
.subTitle {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 4.8rem;
  color: #000;
  margin-bottom: 45px;
  position: relative;
  text-align: left;
}

.subTitle .subTitle_span {
  font-size: 1.6rem;
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}

.subTitle .subTitle_span:before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  width: 2px;
  height: 15px;
  background-color: #bbb;
  position: relative;
  top: 1px;
}

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

  Button

* ============================================================= */
/* button
--------------------------- */
.c-button {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  padding: 20px;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.c-button:hover {
  opacity: .7;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.c-button._type-red {
  background-color: #e70500;
  color: #fff;
}

.c-button:after {
  content: "\F3D3";
  font-family: "ionicons";
  position: absolute;
  top: .85em;
  right: .45em;
  font-size: 2rem;
}

/* tab
--------------------------- */
.c-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% + 5px);
  border-bottom: 2px solid #000;
}

.c-tab__item {
  width: 45%;
  padding-right: 10px;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.c-tab__item:last-of-type {
  padding-right: 0;
}

.c-tab__button {
  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%;
  padding: 1.2em;
  font-size: 1.8rem;
  border-radius: 6px 6px 0 0;
  background: #e70500;
  color: #fff;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid #e70500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-tab__button.is-current {
  background: #fff;
  color: #000;
  border: 2px solid;
}

.js-tab-channel {
  display: none;
}

.js-tab-channel.is-current {
  display: block;
}

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

  Table

* ============================================================= */
/* price-table
--------------------------- */
.c-price__inner {
  padding-top: 40px;
}

.c-price__table {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 1.6rem;
}

.c-price__table + .c-price__table {
  margin-top: 3em;
}

.c-price__table._fixed {
  table-layout: fixed;
}

.c-price__table thead th,
.c-price__table thead td {
  width: 30%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: .8em;
  letter-spacing: -0.07em;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}

.c-price__table thead th {
  background-color: #000;
  color: #fff;
  font-weight: 500;
}

.c-price__table thead td {
  color: #fff;
}

.c-price__table thead td:last-of-type {
  border-right: none;
}

.c-price__table tbody tr._total th {
  background-color: #e70500;
  color: #fff;
}

.c-price__table tbody tr._total td {
  color: #e70500;
}

.c-price__table tbody th,
.c-price__table tbody td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: .8em .4em;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  background-clip: padding-box;
}

.c-price__table tbody th {
  background-color: #000;
  color: #fff;
}

.c-price__table tbody th span {
  display: block;
  line-height: 1.2;
}

.c-price__table tbody th._total {
  background-color: #e70500;
  color: #fff;
  font-weight: 700;
}

.c-price__table tbody th._head {
  background-color: #e70500;
}

.c-price__table tbody td {
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
}

.c-price__table tbody td:before {
  content: "￥";
}

.c-price__table tbody td._none:before {
  content: none;
}

.c-price__table tbody td span {
  display: block;
  font-size: 1.1rem;
  line-height: 1.5;
}

.c-price__table ._viewWidth {
  width: 4vw;
}

.c-price__table .gray {
  background: #707070;
  color: #fff;
}

/* profile-table
--------------------------- */
.c-profile-table {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-profile-table dl {
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  position: relative;
  font-size: 1.6rem;
}

.c-profile-table dl > dt {
  width: 21%;
  display: table-cell;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 600;
}

.c-profile-table dl > dd {
  width: 78%;
  display: table-cell;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em 0;
  font-weight: 500;
}

.c-profile-table dl > dd .shop_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-profile-table dl > dd .shop_list a {
  text-decoration: underline;
  color: #e70500;
  display: block;
  margin-right: 2%;
}

.c-profile-table dl > dd .shop_list a:hover {
  text-decoration: none;
}

.c-profile-table dl:last-of-type {
  border-bottom: none;
}

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

  List

* ============================================================= */
.c-list {
  padding-top: 1em;
  line-height: 1.9;
}

.c-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
}

.c-list__item:before {
  content: "・";
  margin-bottom: .35em;
}

.c-list__item em {
  font-weight: 600;
}

.c-caution > li {
  margin-bottom: .5em;
}

.c-caution > li:before {
  content: "※";
}

.c-caution._top-space {
  padding-top: 1.5em;
}

.c-caution > * em {
  color: #e70500;
}

/* list
--------------------------- */
.c-items__head {
  color: #e70500;
  margin-bottom: 0.8em;
  font-weight: bold;
}

.c-items__list > li {
  text-indent: -1em;
  padding-left: 1em;
}

.c-items__list > li:before {
  content: "■";
  color: #e70500;
}

.c-items__list > li:not(:last-child) {
  margin-bottom: 0.5em;
}

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

  Section

* ============================================================= */
/* section-container
--------------------------- */
.c-section-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.c-section-container._both-space {
  padding: 5em 0 8.5714em 0;
}

.c-section-container._top-space {
  padding-top: 5em;
}

.c-section-container._bottom-space {
  padding-bottom: 8.5714em;
}

.c-section-container._bg-gray {
  background-color: #f0f0f0;
}

.c-section-container._htc {
  padding: 3em 0;
}

.c-section-container._slanting:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -10% 0;
  background: #f0f0f0;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}

.c-section-container._slanting:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -10% 0;
  background: #e70500;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -2;
}

/* section-inner
--------------------------- */
.c-section-inner {
  max-width: 1020px;
  margin: 0 auto;
}

.c-section-inner._inner-space {
  max-width: 880px;
}

/* section-header
--------------------------- */
.c-section-header {
  width: 100%;
  max-width: 1020px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  padding: 0 0 2em;
}

.c-section-header._both-space {
  padding: 6em 0 2em 0;
}

.c-section-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-section-header__title .ja {
  font-size: 1.6rem;
  line-height: 1;
}

.c-section-header__title .ja:before {
  content: "\FF5C";
  padding: 0 .4375em;
}

.c-section-header__title .en {
  font-size: 4.8rem;
  line-height: 1;
}

/* section header subtitle
--------------------------- */
.c-section-header__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: bold;
}

/* section lead
===========================*/
.c-section-lead {
  position: relative;
  text-align: center;
  color: #fff;
}

.c-section-lead__head {
  background-color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  padding-left: .75em;
  margin-bottom: .85em;
}

.c-section-lead__text {
  text-align: center;
}

/* language
--------------------------- */
.ja {
  font-family: "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Helvetica, Arial, sans-serif;
  font-size: 3rem;
}

.en {
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
}

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

  Index

* ============================================================= */
/* main-slider
--------------------------- */
.p-top-slide {
  width: 100%;
}

#js-carSlide .slick-prev,
#js-carSlide .slick-next {
  height: 60px;
  width: 60px;
  background: #000;
  top: auto;
  bottom: -30px;
}

#js-carSlide .slick-prev:before,
#js-carSlide .slick-next:before {
  font-size: 1.6rem;
  color: #fff;
}

#js-carSlide .slick-prev {
  right: 60px;
}

#js-carSlide .slick-prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  width: 1px;
  height: 50px;
  background: #4d4d4d;
}

#js-carSlide .slick-next {
  right: 0;
}

/* NEWYEAR banner
--------------------------- */
.NEWYEAR_IMAGE {
  margin: 10px 0;
}

/* top-button contents
--------------------------- */
.p-top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top-list._2column .p-top-list__item {
  width: 49%;
}

.p-top-list._2column .p-top-list__bg {
  height: 260px;
}

.p-top-list._2column .p-top-list__target:after {
  display: none;
}

.p-top-list__item {
  width: 33.33333%;
}

.p-top-list__target {
  display: block;
  width: 100%;
  position: relative;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.p-top-list__target:after {
  content: "\F3D3";
  font-family: "ionicons";
  color: #e70500;
  font-size: 2.5rem;
  display: block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  left: 50%;
  bottom: 1em;
}

.p-top-list__target:hover {
  opacity: .7;
}

.p-top-list__target:hover .p-top-list__bg {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.p-top-list__block {
  overflow: hidden;
  background-color: #000;
}

.p-top-list__bg {
  width: 100%;
  height: 380px;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.p-top-list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  color: #fff;
}

.p-top-list__icon img {
  display: block;
  width: 100%;
}

.p-top-list__subTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
}

.p-top-list__subTitle .en {
  font-size: 1.8rem;
}

.p-top-list__subTitle .ja {
  font-size: 3.6rem;
}

/* showroom list
--------------------------- */
.p-top-showroom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top-showroom__box {
  width: 50%;
  padding: 4em 5em 1.75em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f0f0f0;
}

.p-top-showroom__bg {
  width: 50%;
  height: 0;
  padding-top: 70%;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-top-showroom__head {
  font-size: 1.5rem;
  font-weight: 500;
}

.p-top-showroom__list li {
  position: relative;
  border-bottom: 1px solid #909090;
}

.p-top-showroom__list li:last-of-type {
  border-bottom: none;
}

.p-top-showroom__target {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.p-top-showroom__target:after {
  content: "\F3D3";
  font-family: "ionicons";
  color: #e70500;
  font-size: 3rem;
}

.p-top-showroom__target:hover {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.p-top-showroom__name {
  font-weight: 600;
  color: #e70500;
}

.p-top-showroom__address {
  font-weight: 500;
}

.p-top-showroom__button {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-top-showroom__button li {
  width: 220px;
  height: 220px;
}

.p-top-showroom__button li:not(:first-of-type) {
  margin-left: 20px;
}

.p-top-showroom__button li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e70500;
  color: #fff;
  height: 100%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
}

.p-top-showroom__button li a:after {
  content: "\F3D3";
  font-family: "ionicons";
  color: #fff;
  font-size: 2rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  bottom: 0;
}

.p-top-showroom__button li a:hover {
  opacity: .7;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

/* blog
--------------------------- */
.p-top-blog__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 1.5667em;
  position: relative;
}

.p-top-blog__box {
  overflow: hidden;
}

.p-top-blog__bg {
  width: 100%;
  height: 180px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}

.p-top-blog__bg:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.p-top-blog__target {
  display: block;
  width: 100%;
}

.p-top-blog__head {
  padding: 15px 0 13px 0;
  border-bottom: 2px solid #303030;
  text-align: center;
}

.p-top-blog__title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #e70500;
}

.p-top-blog__text {
  font-size: 1.5rem;
}

.p-top-blog__body {
  padding-top: 20px;
  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;
  font-size: 1.8rem;
  font-weight: 500;
}

.p-top-blog__name:after {
  content: "\FF5C";
  font-family: "ionicons";
}

.p-top-blog__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;
  max-width: 1020px;
  margin: 0 auto 50px;
}

.p-top-blog__button {
  min-width: 220px;
  max-width: 220px;
}

#js-blogSlider .slick-prev:before,
#js-blogSlider .slick-next:before {
  font-size: 3rem;
}

#js-blogSlider .slick-prev {
  left: -25px;
}

#js-blogSlider .slick-next {
  right: -25px;
}

/* topics
--------------------------- */
.p-top-topics {
  width: 50%;
  padding-bottom: 35px;
}

.p-top-topics__category {
  background-color: #e70500;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  padding: 0 5px;
  width: 7em;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-top-topics__text {
  text-decoration: underline;
}

.p-top-topics__inner {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.topics-link {
  font-size: 1.6rem;
  display: block;
  width: 100%;
}

/* top-banner slide
--------------------------- */
#js-top-banner .slick-prev {
  left: -10px;
}

#js-top-banner .slick-next {
  right: -10px;
}

#js-top-banner .slick-slide img {
  display: block;
  width: 100%;
}

.p-top-banner__item {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-top-banner__item a {
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
  display: block;
}

.p-top-banner__item a:hover {
  opacity: .7;
}

#js-top-banner .slick-track {
  display: flex !important;
  justify-content: center !important;
  margin-inline: auto;
}

#js-top-banner .slick-slide {
  float: none !important;
  height: auto !important;
}

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

  Slider

* ============================================================= */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.slick-list:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-loading img {
  display: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  position: absolute;
  bottom: -40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 7.5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots button {
  border: 0;
  background: transparent;
  display: block;
  width: 10px;
  height: 10px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots button:hover {
  outline: none;
}

.slick-dots button:hover:before {
  opacity: .75;
}

.slick-dots button:focus {
  outline: none;
}

.slick-dots button:focus:before {
  opacity: .75;
}

.slick-dots button:before {
  position: absolute;
  top: 0;
  left: 0;
  background: #606060;
  border-radius: 10px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  line-height: 20px;
  text-align: center;
  color: #606060;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots.slick-active button:before {
  color: #606060;
  opacity: 1;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  font-family: "ionicons";
  font-size: 5rem;
  line-height: 1;
  color: #000;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
  content: "\F3D2";
}

.slick-next {
  right: 10px;
}

.slick-next:before {
  content: "\F3D3";
}

.slick-dotted.slick-slider {
  margin-bottom: 70px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  -o-transition: background-color .2s linear, height .2s ease-in-out;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  -o-transition: background-color .2s linear, width .2s ease-in-out;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

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

  Showroom

* ============================================================= */
/* SrSlide
--------------------------- */
.p-sr-slider-inner {
  max-width: 1020px;
  margin: 0 auto;
}

.p-sr-slider-inner #js-sr-slide .slick-prev,
.p-sr-slider-inner #js-sr-slide .slick-next {
  height: 60px;
  width: 60px;
  background: #000;
  top: auto;
  bottom: -30px;
}

.p-sr-slider-inner #js-sr-slide .slick-prev:before, .p-sr-slider-inner #js-sr-slide .slick-prev:before,
.p-sr-slider-inner #js-sr-slide .slick-next:before,
.p-sr-slider-inner #js-sr-slide .slick-next:before {
  font-size: 2.2rem;
  color: #fff;
}

.p-sr-slider-inner #js-sr-slide .slick-prev {
  right: 60px;
}

.p-sr-slider-inner #js-sr-slide .slick-prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 0px;
  width: 1px;
  height: 50px;
  background: #4d4d4d;
}

.p-sr-slider-inner #js-sr-slide .slick-next {
  right: 0;
}

.p-slide-container:before {
  content: "";
  display: block;
  width: 100%;
  height: 80%;
  background-color: #f0f0f0;
  position: absolute;
  left: 0;
  top: 20%;
}

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

.p-sr-profile__row {
  position: relative;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 45px;
}

.p-sr-profile__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
}

.p-sr-profile__item:not(:first-of-type) > dt,
.p-sr-profile__item:not(:first-of-type) > dd {
  padding-top: 5%;
}

.p-sr-profile__item dt {
  color: #303030;
  font-weight: 600;
  width: 205px;
  padding-right: 5%;
}

.p-sr-profile__item dd {
  color: #303030;
  font-weight: 500;
  border-left: 1px solid #ccc;
  padding-left: 5%;
  width: calc(100% - 205px);
}

.p-sr-profile__item dd a {
  color: #e70500;
  text-decoration: underline;
}

.p-sr-profile__item dd a:hover {
  text-decoration: none;
}

.p-sr-button {
  width: 300px;
}

.p-sr-button__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 650px;
  margin: 40px auto 0;
}

.p-sr-button:before {
  content: "";
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 1.4em;
}

.p-sr-button._democar:before {
  width: 20px;
  height: 20px;
  background-image: url(../img/icon/icon_democar.png);
}

.p-sr-button._staff:before {
  width: 16px;
  height: 17px;
  background-image: url(../img/icon/icon_staff.png);
}

.p-sr-banner {
  width: 26.643em;
  margin: 3em auto 0;
}

.p-sr-banner a {
  display: block;
  width: 100%;
  -webkit-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

.p-sr-banner a:hover {
  opacity: .6;
}

.p-sr-comment {
  text-align: center;
  margin: 30px 0 0;
}

/* Map
--------------------------- */
.p-map__inner {
  width: 100%;
}

.p-map__inner iframe {
  width: 100%;
  height: 500px;
}

.p-showroom-map {
  background-image: url(../img/sr/map.png);
  background-repeat: no-repeat;
  background-position: 15%;
  position: relative;
  width: 960px;
  height: 574px;
  margin: 60px auto 90px;
}

.p-showroom-map__icon {
  display: block;
  position: absolute;
  z-index: 3;
}

.p-showroom-map__icon:nth-of-type(1) {
  top: 187px;
  right: 51%;
}

.p-showroom-map__icon:nth-of-type(2) {
  top: 7px;
  right: 352px;
}

.p-showroom-map__icon:nth-of-type(3) {
  top: 278px;
  left: 35%;
}

.p-showroom-map__icon:nth-of-type(4) {
  top: 251px;
  left: 33%;
  z-index: 2;
}

.p-showroom-map__icon:nth-of-type(5) {
  top: 150px;
  left: 41%;
}

.p-showroom-map__icon:nth-of-type(6) {
  top: 403px;
  left: 30%;
}

.p-showroom-map__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-showroom-map-link {
  width: 280px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  display: block;
  background-color: #e70500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  padding: .45em;
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
}

.p-showroom-map-link:before, .p-showroom-map-link:after {
  content: "";
  display: block;
  background-color: transparent;
  width: 1px;
  height: 1px;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  position: absolute;
  top: calc(50% - 1px);
  z-index: 5;
}

.p-showroom-map-link:hover {
  opacity: .7;
}

.p-showroom-map-link:hover:before, .p-showroom-map-link:hover:after {
  background-color: #e70500;
}

.p-showroom-map-link__inner {
  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;
}

.p-showroom-map-link__inner:after {
  font-family: "ionicons";
  content: "\F3D3";
}

.p-showroom-map-link:nth-of-type(1):before {
  width: 233px;
  left: -233px;
}

.p-showroom-map-link:nth-of-type(1):after {
  height: 110px;
  left: -233px;
}

.p-showroom-map-link:nth-of-type(2):before {
  width: 95px;
  left: -95px;
}

.p-showroom-map-link:nth-of-type(2):after {
  height: 110px;
  left: -95px;
  top: -79px;
}

.p-showroom-map-link:nth-of-type(3):before {
  width: 322px;
  left: -322px;
}

.p-showroom-map-link:nth-of-type(3):after {
  height: 50px;
  left: -322px;
  top: 30px;
}

.p-showroom-map-link:nth-of-type(4):before {
  width: 342px;
  left: -342px;
}

.p-showroom-map-link:nth-of-type(4):after {
  height: 25px;
  left: -342px;
  top: 5px;
}

.p-showroom-map-link:nth-of-type(5):before {
  width: 265px;
  left: -265px;
}

.p-showroom-map-link:nth-of-type(5):after {
  height: 192px;
  left: -265px;
  top: -161px;
}

.p-showroom-map-link:nth-of-type(6):before {
  width: 369px;
  left: -369px;
}

.p-showroom-map-link:nth-of-type(6):after {
  height: 35px;
  left: -370px;
  top: -4px;
}

.p-showroom-map-link__num {
  display: block;
  font-size: 2.4rem;
  font-family: "Oswald", sans-serif;
  background-color: #fff;
  color: #e70500;
  padding: .487em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
}

/* contact
=============================== */
.c-section-container._contact{
  padding-top: 7.25em;
}
.p-sr-contact {
  width: 90%;
  max-width: 1124px;
  margin: auto;
}
.p-sr-contact-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% + 5px);
}
.p-sr-contact-list__item {
  width: 23%;
  padding-right: 5px;
}
.p-sr-contact-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 8.88889em;
  background: #fff;
border: 1px #CCCCCC solid;
  color: #4B4545;
  text-decoration: none;
  font-weight: bold;
  transition: all .3s;
  position: relative;
}
.p-sr-contact-button:before {
  border-top-width: 2px;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-style: solid;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 1.4em;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: border-color .3s ease;
  transition: border-color .3s ease;
  border-top-color: #000000;
  border-right-color: #000000;
}
.p-sr-contact-button:hover {
  opacity: .7;
  transform: translateY(-3px);
}
.p-sr-contact-button > i {
  display: flex;
  align-items: center;
  width: 2.77778em;
  height: 2.77778em;
  min-height: 0%;
  margin-bottom: 1em;
}
.p-sr-contact-button > i img {
  min-width: 100%;
}
.p-sr-contact-button > i svg {
  width: 100%;
  height: 100%;
}
.p-sr-contact-button > i svg path {
  fill: #E70500;
}

/* Blog
--------------------------- */
.p-blog-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
}

.p-blog-control select {
  display: block;
  width: calc(100% - 6em);
  height: 3em;
  outline: none;
  border: 1px solid #bbb;
}

.p-blog-control input {
  display: block;
  width: 5.5em;
  height: 3em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-sr-blog__inner .blog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000;
  color: #fff;
}

.p-sr-blog__inner .blog__title,
.p-sr-blog__inner .blog__date {
  font-size: 1.8rem;
  font-weight: 600;
}

.p-sr-blog__inner .blog__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.4em 1.4em 3.2em;
  width: 100%;
}

.p-sr-blog__inner .blog__paging {
  color: #000;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: right;
  line-height: 2.75;
  padding-top: 15px;
}

.p-sr-blog__inner .blog__paging a {
  text-decoration: underline;
  color: #e10015;
}

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

.p-sr-blog__inner .blog__body > div:last-of-type {
  padding-top: 1.4em;
}

.p-sr-blog__inner .blog__body > div:last-of-type table,
.p-sr-blog__inner .blog__body > div:last-of-type tbody,
.p-sr-blog__inner .blog__body > div:last-of-type tr,
.p-sr-blog__inner .blog__body > div:last-of-type td {
  display: block;
  width: 100%;
  text-align: right;
}

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

/* SrList
=====================*/
.p-showroom-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;
}

.p-showroom-list__item {
  width: 30%;
  margin-bottom: 2em;
}

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

.p-showroom-list__target {
  display: block;
  -webkit-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out;
}

.p-showroom-list__target:hover {
  opacity: .7;
}

.p-showroom-list__target:hover .p-showroom-list__info:after {
  -webkit-transform: rotate(135deg) translate(5px, -5px);
  -ms-transform: rotate(135deg) translate(5px, -5px);
  transform: rotate(135deg) translate(5px, -5px);
}

.p-showroom-list__target:hover .p-showroom-list__img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.p-showroom-list__pict {
  overflow: hidden;
  background-color: #fff;
}

.p-showroom-list__img {
  width: 100%;
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

.p-showroom-list__info {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .65em .65em 2em;
  font-weight: 500;
  font-size: 1.5rem;
  position: relative;
}

.p-showroom-list__info:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #e70500;
  border-top: 1px solid #e70500;
  -webkit-transition: -webkit-transform .5s ease-out;
  transition: -webkit-transform .5s ease-out;
  -o-transition: transform .5s ease-out;
  transition: transform .5s ease-out;
  transition: transform .5s ease-out, -webkit-transform .5s ease-out;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin: auto;
}

.p-showroom-list__name {
  color: #e70500;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: .85em;
  padding-bottom: .65em;
}

.p-showroom-list__tel {
  margin: 22px 0;
}

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

  Staff

* ============================================================= */
.p-staff-container .ATC-title-text {
  display: none !important;
}

.p-staff-container .ATC-common-wrap-bg-contents-inner {
  padding: 0 !important;
}

.p-staff-container .ATC-shop-contents-staff {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-staff-container .ATC-shop-contents-staff-list {
  background-color: #f0f0f0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  width: 48%;
  margin-bottom: 2em;
  padding: 15px;
}

.p-staff-container .ATC-shop-contents-staff-list-name {
  border: 1px solid #b3b3b3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
  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;
  overflow: hidden;
  font-weight: 600;
  width: auto;
  margin-bottom: 10px;
  position: relative;
  background-color: #fff;
}

.p-staff-container .ATC-shop-contents-staff-list-name > div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.5rem;
  width: 130px;
  letter-spacing: -0.04em;
  font-weight: 500;
  padding: .4em;
  margin-right: 1.2em;
  text-align: center;
}

.p-staff-container .ATC-shop-contents-staff-list-name > div:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.p-staff-container .ATC-shop-contents-staff-list-name .ATC-staff-type-bg01 {
  background-color: #e70500;
}

.p-staff-container .ATC-shop-contents-staff-list-name .ATC-staff-type-bg02 {
  background-color: #008fe1;
}

.p-staff-container .ATC-shop-contents-staff-list-name .ATC-staff-type-bg03,
.p-staff-container .ATC-shop-contents-staff-list-name .ATC-staff-type-bg04,
.p-staff-container .ATC-shop-contents-staff-list-name .ATC-staff-type-bg05,
.p-staff-container .ATC-shop-contents-staff-list-name .ATC-staff-type-bg10 {
  background-color: #05ab34;
}

.p-staff-container .ATC-shop-contents-staff-list > ul {
  margin: 20px 0 0;
}

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

.p-staff-container .ATC-shop-contents-staff-list-qualification {
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.4rem;
}

.p-staff-container .ATC-shop-contents-staff-list-qualification.ATC-staff-type-color01 {
  color: #e70500;
}

.p-staff-container .ATC-shop-contents-staff-list-qualification.ATC-staff-type-color02 {
  color: #008fe1;
}

.p-staff-container .ATC-shop-contents-staff-list-qualification.ATC-staff-type-color03, .p-staff-container .ATC-shop-contents-staff-list-qualification.ATC-staff-type-color04, .p-staff-container .ATC-shop-contents-staff-list-qualification.ATC-staff-type-color05, .p-staff-container .ATC-shop-contents-staff-list-qualification.ATC-staff-type-color10 {
  color: #05ab34;
}

.p-staff-container .ATC-shop-contents-staff-list-comment {
  clear: both;
  padding: 1.2em;
  font-size: 1.5rem;
  background-color: #fff;
}

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

  Car

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

.p-newcar-content object {
  float: left;
  width: 48%;
  margin: 0 1%;
  padding: 10px 0;
}

.p-newcar-content div[id^="img600"] {
  float: left;
  width: 48%;
  margin: 0 1%;
  padding: 10px 0;
}

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

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

.p-newcar-content table {
  width: 760px;
  padding: 30px 0;
  table-layout: fixed;
  border-spacing: 20px 0;
  border-collapse: separate;
}

.p-newcar-content table img {
  width: auto;
}

/* specialcar
========================= */
.p-special-content .frame-c {
  width: 100%;
  padding: 50px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-special-content .frame-c:first-child {
  padding-top: 0;
}

.p-special-content .frame-c * {
  line-height: 1.8 !important;
  text-align: left !important;
}

.p-special-content .frame-c .mainimg-cw {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  width: 200px;
}

.p-special-content .frame-c .mainimg-cw a {
  display: block;
}

.p-special-content .frame-c .mainimg-cw a img {
  width: 100%;
}

.p-special-content .frame-c .mainimg-cw img {
  float: left;
}

.p-special-content .frame-c .mainimg-cw .gas {
  display: inline;
}

.p-special-content .frame-c .maintxt-cw {
  display: inline-block;
  float: none;
  vertical-align: top;
  width: 73%;
  padding-left: 20px;
  background-image: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-special-content .frame-c ul.n-cw {
  margin-bottom: 20px;
  padding: 0 0 0 1.5em;
  list-style-type: disc;
}

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

.p-special-content .frame-c .carname-cw {
  margin: 0 0 15px;
  padding-left: 0;
  border-bottom: 1px solid #e70500;
}

.p-special-content .frame-c .carname-cw a {
  color: #e70500;
  text-decoration: none;
}

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

.p-special-content .frame-c .spacialeq-cw {
  font-size: 1.4rem;
  margin: 0 0 5px;
}

.p-special-content .frame-c .cartype-w {
  font-size: 1.2rem;
  padding: 0 0 5px 0;
}

.p-special-content .frame-c .clear-toku {
  height: 0;
}

/* democar{
========================= */
.ATC-car-contents-demo-list-contents {
  background: transparent !important;
}

.ATC-car-contents-demo-list-table-option a {
  text-decoration: underline;
}

.ATC-car-contents-demo-list-table-option a:hover {
  text-decoration: none;
}

.ATC-car-contents-detail-table a {
  text-decoration: underline;
}

.ATC-car-contents-detail-table a:hover {
  text-decoration: none;
}

/* lineup
========================= */
.p-lineup-nsx {
  width: 700px;
  margin: 0 auto 1.45em;
}

.p-lineup-nsx a {
  display: block;
  -webkit-transition: opacity .4s ease-out;
  -o-transition: opacity .4s ease-out;
  transition: opacity .4s ease-out;
}

.p-lineup-nsx a:hover {
  opacity: .7;
}

.p-lineup-nsx a img {
  display: block;
  width: 100%;
}

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

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

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

.p-lineup-content .CMN-L__titleInner img {
  display: block;
  height: 23px;
}

.p-lineup-content .CMN-L__anchorBtn {
  margin: 0 0 60px 0;
}

.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: 22%;
  margin: 0 1%;
}

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

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

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

: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 #eee;
  line-height: 1;
  font-size: 1.6rem;
}

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

.p-lineup-content .CMN-L__anchorText-item a {
  color: #e70500;
}

.p-lineup-content .CMN-L__car {
  margin: 50px 0 60px;
}

.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;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
}

.p-lineup-content .CMN-L__carItem {
  border: 1px solid #bbb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 1.4em;
  margin-bottom: 1.4em;
  margin-left: 2%;
  padding: 32px 0;
  width: 23.5%;
}

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

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

.p-lineup-content .CMN-L__carItem-exhaust {
  display: inline-block;
}

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

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

.p-lineup-content .CMN-L__carItem-img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 5px;
  padding: 0 10px;
}

.p-lineup-content .CMN-L__carItem-img img {
  border: 0;
}

.p-lineup-content .CMN-L__carItem-head a .CMN-L__carItem-name {
  color: #e70500;
  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: #f0f0f0;
  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-child {
  margin-bottom: 0;
}

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

.p-lineup-content .CMN-L__carItem-specItem p {
  display: inline-block;
}

.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 {
  margin: 0 0 60px 0;
  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;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 150px;
  height: 50px;
  padding: 0 18px;
  background: #b2b2b2;
  color: #fff;
  text-decoration: none;
  position: relative;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.p-lineup-content .CMN-L__pageTop a:after {
  content: "\F3D3";
  font-family: "ionicons";
  color: #fff;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

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

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

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

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

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

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

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

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

/* recommendcar
========================= */
.p-recommend-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -30px 0;
}

.p-recommend-list__item {
  width: calc((100% / 3) - 20px);
  margin: 0 30px 30px 0;
}
.p-recommend-list__item:nth-of-type(3n){
  margin: 0 0 30px 0;
}

.p-recommend-list__item a {
  display: block;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.p-recommend-list__item a:hover {
  -webkit-transform: translate(0, 5px);
  -ms-transform: translate(0, 5px);
  transform: translate(0, 5px);
  opacity: .7;
}

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

/* customcar
========================= */
.p-customcar-image {
  display: block;
  text-align: center;
}

.p-customcar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  padding: 25px 0;
}

.p-customcar-list > dt {
  width: 180px;
  margin-right: 15px;
}

.p-customcar-list > dt a {
  display: block;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.p-customcar-list > dt a:hover {
  opacity: .6;
}

.p-customcar-list dd {
  width: 780px;
}

.p-customcar-list dd a {
  text-decoration: underline;
}

.p-customcar-list dd a:hover {
  text-decoration: none;
}

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

  Used Car

* ==============================================================*/
.COMMON-UCAR-table-list td {
  vertical-align: middle;
}

#COMMON-UCAR a {
  color: #e70500;
  text-decoration: underline;
}

#COMMON-UCAR a:hover {
  text-decoration: none;
}

.COMMON-UCAR-table,
.COMMON-UCAR-search > table tbody,
#SearchListBtn .COMMON-UCAR-search-btns {
  background-color: #fff;
}

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

  Maintenance

* ==============================================================*/
/* common
--------------------------- */
.c-maintenance-container {
  border: 2px solid #ccc;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  margin-top: 1.85em;
}

.c-maintenance-container a {
  text-decoration: underline;
}

.c-maintenance-container a:hover {
  text-decoration: none;
}

.c-maintenance-header {
  font-size: 1.8rem;
  border-bottom: 1px dotted;
  margin-bottom: .85em;
}

.c-maintenance-read {
  border: 4px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 55px 0;
}

.c-maintenance-read__inner {
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
}

.c-maintenance-read__box {
  font-size: 1.6rem;
  font-weight: 500;
}

.c-maintenance-read__box a {
  color: #2a70ae;
  text-decoration: underline;
}

.c-maintenance-read__box a:hover {
  text-decoration: none;
}

.c-maintenance-read__title {
  font-size: 3rem;
  margin-bottom: 30px;
}

.c-maintenance-lead {
  padding: .75em 0 3em;
}

.c-maintenance-lead p {
  text-align: center;
}

._ciao {
  color: #2a70ae;
}

._mamoru {
  color: #6cb41c;
}

._macron {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* reservation
--------------------------- */
.c-reservation-container {
  width: 100%;
  border: 4px solid #ccc;
  background-color: #f0f0f0;
  padding: 50px;
  box-sizing: border-box;
}

.p-maintenance-menu .c-reservation-container {
  margin-bottom: 3em;
}

.c-reservation-content__title {
  font-family: "Oswald", sans-serif;
  font-size: 4.8rem;
  font-weight: 300;
  text-align: center;
  line-height: 1;
  margin-bottom: .5em;
}

.c-reservation-content__text {
  text-align: center;
}

.c-reservation-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 2em auto 0;
}

.c-reservation-content-item {
  width: 40%;
  margin: 0 .8em;
}

.c-reservation-content__button {
  background-color: #e70500;
  color: #fff;
}

/* lead
--------------------------- */
.p-maintenance-lead {
  padding: 0 30px 2%;
  font-size: 1.3rem;
  font-weight: 500;
}

/* schedule
--------------------------- */
.p-maintenance-schedule {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.p-maintenance-schedule-figure {
  -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;
  padding-right: 20px;
  width: 100%;
}

.p-maintenance-schedule-figure:before {
  background-color: #ccc;
  content: "";
  display: block;
  height: 30px;
  width: 100%;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
}

.p-maintenance-schedule-timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 5;
  width: 50%;
}

.p-maintenance-schedule-timeline a:hover {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  opacity: .7;
}

.p-maintenance-schedule-timeline__header {
  color: #fff;
  display: block;
  font-weight: 600;
  line-height: 1;
  width: 100%;
  padding-top: 100%;
  margin-bottom: 30px;
  position: relative;
  z-index: 6;
}

.p-maintenance-schedule-timeline__header:before {
  border: 2px solid #676767;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.p-maintenance-schedule-timeline__header span {
  color: #fff;
  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;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
  font-size: 1.6rem;
}

.p-maintenance-schedule-timeline__header em {
  display: block;
  font-size: 1.8rem;
  text-align: center;
}

.p-maintenance-schedule-timeline.is-first .p-maintenance-schedule-timeline__header:before {
  background-color: #e70500;
  border: 2px solid #e70500;
  width: 100%;
  height: auto;
}

.p-maintenance-schedule-timeline.is-primary .p-maintenance-schedule-timeline__header:before,
.p-maintenance-schedule-timeline.is-emphasise .p-maintenance-schedule-timeline__header:before {
  background-color: #000;
  border: 2px solid #000;
  width: 100%;
  height: auto;
}

.p-maintenance-schedule-timeline.is-first .p-maintenance-schedule-timeline__header span {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-maintenance-schedule-timeline.is-first .p-maintenance-schedule-timeline__header span img {
  display: block;
  margin-bottom: .45em;
}

.p-maintenance-schedule-timeline.is-default .p-maintenance-schedule-timeline__header:before {
  border-color: #b2b2b2;
  background-color: #b2b2b2;
  border-radius: 50%;
}

.p-maintenance-schedule-timeline.is-tertiary .p-maintenance-schedule-timeline__header:before {
  border-color: #676767;
  background-color: #676767;
  border-radius: 50%;
}

.p-maintenance-schedule-timeline.is-primary .p-maintenance-schedule-timeline__header:before {
  border-color: #000;
  background-color: #000;
}

.p-maintenance-schedule-timeline.is-emphasise .p-maintenance-schedule-timeline__header:before {
  border-color: #e70500;
  background-color: #e70500;
}

.p-maintenance-schedule-timeline__body {
  background-color: #fff;
  border-width: 2px;
  border-style: solid;
  border-color: #676767;
  color: #676767;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  -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: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  line-height: 1;
  height: 200px;
  width: 50px;
  position: relative;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.p-maintenance-schedule-timeline__body:before {
  background-color: #676767;
  content: "";
  display: block;
  height: 70px;
  width: 2px;
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.p-maintenance-schedule-timeline__body:after {
  content: "\F3D3";
  font-family: "ionicons";
  font-size: 2rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.p-maintenance-schedule-timeline.is-default .p-maintenance-schedule-timeline__body {
  border-color: #b2b2b2;
  color: #b2b2b2;
}

.p-maintenance-schedule-timeline.is-default .p-maintenance-schedule-timeline__body:before {
  background-color: #b2b2b2;
}

.p-maintenance-schedule-timeline.is-default .p-maintenance-schedule-timeline__body:after {
  display: none;
}

.p-maintenance-schedule-timeline.is-primary .p-maintenance-schedule-timeline__body {
  border-color: #000;
  color: #303030;
}

.p-maintenance-schedule-timeline.is-primary .p-maintenance-schedule-timeline__body:before {
  background-color: #000;
}

.p-maintenance-schedule-timeline.is-emphasise .p-maintenance-schedule-timeline__body {
  border-color: #e70500;
  color: #e70500;
}

.p-maintenance-schedule-timeline.is-emphasise .p-maintenance-schedule-timeline__body:before {
  background-color: #e70500;
}

.p-maintenance-schedule-option {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  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;
  margin-top: 30px;
}

.p-maintenance-schedule-option__header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  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;
  font-size: 1.5rem;
  letter-spacing: -0.04em;
  width: calc(100% / 12);
  height: 92px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.p-maintenance-schedule-option__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc((100% / 12) * 11);
}

.p-maintenance-schedule-option__timeline {
  position: relative;
  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;
  z-index: 5;
}

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

.p-maintenance-schedule-option__timeline._mamoru:before {
  border-top-color: #89c349;
  border-top-style: dashed;
}

.p-maintenance-schedule-option__timeline._mamoru .p-maintenance-schedule-note {
  color: #89c349;
}

.p-maintenance-schedule-option__timeline._ciao:before {
  border-top-color: #3a82c1;
  border-top-style: solid;
}

.p-maintenance-schedule-option__timeline._ciao .p-maintenance-schedule-note {
  color: #3a82c1;
}

.p-maintenance-schedule-option__subscription {
  width: calc(100% / 11);
  height: 25px;
}

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

.p-maintenance-schedule-option__subscription._on:before {
  border-radius: 50%;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  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: #89c349;
}

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

.p-maintenance-schedule-note {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
  padding-left: 5%;
  line-height: 2;
}

.p-maintenance-schedule-note a {
  font-weight: 600;
  text-decoration: underline;
}

.p-maintenance-schedule-note a:hover {
  text-decoration: none;
}

/* option
--------------------------- */
.p-maintenance-option {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #eee;
  width: 100%;
  margin: 2em 0 0;
  padding: 2.4em 0;
  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;
}

.p-maintenance-option__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3rem;
}

.p-maintenance-option__item a {
  color: #e70500;
}

.p-maintenance-option__logo {
  display: block;
}

.p-maintenance-option__logo img {
  display: block;
}

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

.p-maintenance-menu-block {
  display: block;
  color: #fff;
  width: 32%;
  text-decoration: none;
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
  position: relative;
  margin-bottom: 3em;
}

.p-maintenance-menu-block__wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-maintenance-menu-block__pict {
  overflow: hidden;
  background-color: #fff;
}

.p-maintenance-menu-block__img {
  -webkit-transition: -webkit-transform .3s ease-in;
  transition: -webkit-transform .3s ease-in;
  -o-transition: transform .3s ease-in;
  transition: transform .3s ease-in;
  transition: transform .3s ease-in, -webkit-transform .3s ease-in;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 380px;
}

.p-maintenance-menu-block:hover {
  opacity: .6;
}

.p-maintenance-menu-block:hover .p-maintenance-menu-block__img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.p-maintenance-menu-block:hover .p-maintenance-menu-block__description:after {
  -webkit-transform: rotate(135deg) translate(5px, -5px);
  -ms-transform: rotate(135deg) translate(5px, -5px);
  transform: rotate(135deg) translate(5px, -5px);
}

.p-maintenance-menu-block__icon {
  position: relative;
}

.p-maintenance-menu-block__title {
  font-size: 3.6rem;
  font-weight: 500;
  margin: .45em 0;
  line-height: 1;
}

.p-maintenance-menu-block__description {
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0;
  position: relative;
}

.p-maintenance-menu-block__description:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-right: 1px solid #e70500;
  border-top: 1px solid #e70500;
  -webkit-transition: -webkit-transform .5s ease-out;
  transition: -webkit-transform .5s ease-out;
  -o-transition: transform .5s ease-out;
  transition: transform .5s ease-out;
  transition: transform .5s ease-out, -webkit-transform .5s ease-out;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin: 2em auto 0;
}

/* banner
--------------------------- */
.p-maintenance-banner {
  background-color: #fff;
  border: 2px solid #ccc;
  -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;
  padding: 2.786em;
  width: 100%;
  text-decoration: none;
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}

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

.p-maintenance-banner__logo {
  text-align: center;
}

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

.p-maintenance-banner__text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding-left: 4em;
  line-height: 2;
  width: 60%;
  color: #000;
}

/* price-table
--------------------------- */
.p-maintenance-price__inner {
  overflow: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.p-maintenance-price table {
  background-repeat: no-repeat;
  background-attachment: local;
  width: 100%;
  min-width: 800px;
}

/* inspection
=============================== */
/* inspection-fig
--------------------------- */
.c-inspection-fig {
  position: relative;
  margin-top: 2.5em;
}

.c-inspection-fig__notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1em;
}

.c-inspection-fig__notes > li {
  margin: .25em 0;
}

.c-inspection-fig__notes > li:not(:first-child) {
  margin-left: 1.5em;
}

.c-inspection-fig__notes > li span:after {
  content: "…";
  padding: 0 .25em;
  color: #303030;
}

.c-inspection-fig__notes > li._option > span {
  color: #e70500;
}

.c-inspection-fig-image {
  position: relative;
}

.c-inspection-fig-image img {
  display: block;
  max-width: 480px;
}

.c-inspection-fig-image span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}

.c-inspection-fig-image i {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  color: #000;
}

.c-inspection-fig-image i._option {
  color: #e70500;
}

.c-inspection-fig-image i._option > * {
  color: inherit;
}

.c-inspection-fig-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-inspection-fig-box > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.c-inspection-fig-box[data-col="1"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-inspection-fig-box[data-col="1"] > * {
  width: 100%;
}

.c-inspection-fig-box[data-col="2"] > * {
  width: 49%;
}

.c-inspection-fig-box[data-col="2"] > *:not(:first-child) {
  margin-left: 2%;
}

.c-inspection-fig-box[data-col="3"] > * {
  width: 32%;
}

.c-inspection-fig-box[data-col="3"] > *:not(:first-child) {
  margin-left: 2%;
}

.c-inspection-fig-box[data-col="3"] > *[data-flex="2"] {
  width: 66%;
}

.c-inspection-fig-box[data-col="4"] > * {
  width: 23.5%;
}

.c-inspection-fig-box[data-col="4"] > *:not(:first-child) {
  margin-left: 2%;
}

.c-inspection-fig-box[data-col="4"] > *[data-flex="2"] {
  width: 49%;
}

.c-inspection-fig-box[data-col="4"] > *[data-flex="3"] {
  width: 74.5%;
}

.c-inspection-check {
  position: relative;
  z-index: 1;
  width: 100%;
}

.c-inspection-check__head {
  margin-bottom: .75em;
  padding: .5em 1em;
  background-color: #f0f0f0;
  color: #000;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
}

.c-inspection-check__head._option {
  background: #e70500;
}

.c-inspection-check__list {
  text-align: left;
}

.c-inspection-check__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: .45em;
}

.c-inspection-check__list li:before {
  content: "■";
  margin-right: .5em;
  color: #000;
}

.c-inspection-check__list li._option:before {
  color: #e70500;
}

.c-inspection-check__list._2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.c-inspection-check__list._2col li {
  width: 50%;
}

/* preparattion
--------------------------- */
.p-maintenance-preparation {
  margin: 35px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid;
}

.p-maintenance-preparation__head {
  background-color: #000;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 0;
  font-size: 1.8rem;
  font-weight: 600;
}

.p-maintenance-preparation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3%;
  font-size: 1.6rem;
}

.p-maintenance-preparation__list li {
  position: relative;
}

.p-maintenance-preparation__list li:before {
  content: "□";
}

/* inspection-benefits
--------------------------- */
.p-inspection-container {
  background-color: #e10015;
  color: #fff;
  padding: 80px 0 95px;
}

.p-inspection-lead {
  padding: 5em 0 0;
  text-align: center;
  line-height: 2;
  font-size: 1.6rem;
}

.p-inspection-header {
  padding-bottom: 32px;
}

.p-inspection-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;
  font-size: 3rem;
  position: relative;
  line-height: 1.5;
}

.p-inspection-title:before {
  content: "";
  display: block;
  width: 26px;
  height: 27px;
  background-image: url(../img/icon/icon_ins-benefits.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 0 .85em 0 0;
}

.p-inspection-benefits__list {
  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-inspection-benefits__item img {
  display: block;
}

.p-inspection-benefits__caution {
  padding-top: 24px;
}

/* first
--------------------------- */
.p-maintenance-container {
  background-color: #f0f0f0;
  padding: 90px 0 100px;
}

.p-maintenance-header {
  padding-bottom: 40px;
  text-align: center;
}

.p-maintenance-title {
  font-size: 2.4rem;
  font-weight: 600;
}

.p-maintenance-text {
  text-align: center;
  font-size: 1.6rem;
}

.p-maintenance-text span {
  color: #e10015;
  font-weight: 600;
  font-size: 1.4rem;
}

.p-maintenance-insFlow {
  padding-top: 60px;
}

.p-maintenance-insFlow__title {
  font-size: 1.5rem;
  padding-bottom: .25em;
  font-weight: 500;
}

.p-maintenance-insFlow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-maintenance-insFlow__item {
  background-color: #fff;
  width: 165px;
  height: 158px;
  position: relative;
}

.p-maintenance-insFlow__item:before {
  content: "";
  position: absolute;
  right: -1.6em;
  top: 4.2em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #f0f0f0;
  z-index: 1;
}

.p-maintenance-insFlow__item:after {
  content: "";
  position: absolute;
  right: -1.05em;
  top: 4.55em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #fff;
  z-index: 2;
}

.p-maintenance-insFlow__item:last-of-type:after {
  display: none;
}

.p-maintenance-insFlow__wrap {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0 20px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.p-maintenance-insFlow__head {
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  color: #e10015;
}

.p-maintenance-insFlow__body img {
  display: block;
}

.p-maintenance-insFlow__foot {
  font-size: 1.5rem;
  text-align: center;
  height: 38px;
}

/* makaseciao
=============================== */
/* intro
--------------------------- */
.p-makaseciao-intro {
  max-width: 1020px;
  margin: 0 auto;
  padding-top: 4em;
}

.p-makaseciao-intro__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-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 35px;
  font-size: 1.6rem;
}

.p-makaseciao-intro__text {
  width: 510px;
  padding-right: 4%;
}

.p-makaseciao-intro__text span {
  color: #0068b7;
}

.p-makaseciao-intro__logo {
  width: 310px;
}

.p-makaseciao-intro__img {
  text-align: center;
  padding-bottom: 45px;
}

.p-makaseciao-price__button {
  background-color: #e70500;
  color: #fff;
}

.p-makaseciao-price-button {
  width: 40%;
  margin: 0 auto;
}

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

  Carlife

* ==============================================================*/
.p-insurance-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1em;
}

.p-insurance-company__item {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc((100% / 4) - .955em);
}

.p-insurance-company__item a {
  display: block;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.p-insurance-company__item a:hover {
  opacity: .6;
}

.p-insurance-company__item img {
  display: block;
  width: 100%;
}

.p-insurance-img img{
  width: -webkit-fill-available;
}
/* ==============================================================

  Campaign

* ==============================================================*/
[data-category="campaign"] .CMN-CMP-car-article__head {
  margin-bottom: 0;
}

[data-category="campaign"] .CMN-CMP-car-article__title {
  border-radius: 0;
  background: #000;
}

[data-category="campaign"] .CMN-CMP-body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid;
  padding: 20px;
  height: auto;
}

[data-category="campaign"] .CMN-CMP-body__list {
  padding: 0;
}

.p-campaign-contents {
  margin-top: .85em;
}

.p-campaign-leaflet {
  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;
  max-width: 820px;
  margin: 0 auto;
}

.p-campaign-leaflet__item {
  width: 360px;
}

.p-campaign-leaflet__item a {
  display: block;
  width: 100%;
}

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

  Company

* ============================================================= */
/* environment
=============================*/
.p-environment-fig {
  margin: 0 auto;
  padding: 100px 0;
  background-color: #fff;
  position: relative;
  line-height: 2;
  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: #e70500;
  text-align: center;
  margin-bottom: 2em;
}

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

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

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

.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;
}

/* terms
=============================*/
.p-terms-text,.p-sms-section {
  text-align: left;
}

.p-terms-text a {
  color: #e70500;
  text-decoration: underline;
}

.p-terms-text a:hover {
  text-decoration: none;
}

.p-terms-section,.p-sms-section {
  padding-bottom: 45px;
}

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

.p-terms-plugin__link {
  text-align: center;
  text-decoration: none;
  display: block;
  width: 100%;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-terms-plugin__logo {
  display: block;
}

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

.p-terms-ssl_inner {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 15px;
}

.p-terms-ssl_caution {
  display: block;
}

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

.p-terms-ssl_block,.p-sms-section {
  margin-bottom: 10px;
}

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

.p-terms-ssl_block ul,.p-sms-section ul {
  padding: .5em 1em 0;
}

.p-terms-ssl_block ul li,.p-sms-section ul li {
  margin-bottom: 0;
}

.p-terms-ssl_block ul a {
  word-break: break-all;
  text-align: left;
  text-decoration: underline;
}

.p-terms-ssl_block ul a:hover {
  text-decoration: none;
}

/* privacy
=============================*/
.p-privacy-lead {
  color: #e70500;
  text-align: justify;
  padding-bottom: 3.5em;
}

.p-privacy-section {
  counter-increment: title;
  padding-top: 2.8em;
}

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

.p-privacy-section__title {
  font-weight: 500;
  display: block;
  font-size: 1.8rem;
  padding-bottom: 0.6em;
}

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

.p-privacy-section a {
  text-decoration: underline;
}

.p-privacy-section a:hover {
  text-decoration: none;
}

.p-privacy-section__sub-title {
  font-weight: 500;
  display: block;
}

.p-privacy-section__list {
  padding-left: 2.4em;
  list-style: lower-roman;
  line-height: 2;
}

.p-privacy-section__inner-list {
  font-size: 1.5rem;
  padding-left: 3em;
  list-style: lower-roman;
  line-height: 2;
}

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

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

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

.p-privacy-insurance__list a {
  font-size: 1.6rem;
  color: #e70500;
  font-weight: 500;
}

.p-privacy-signature {
  text-align: right;
  padding: 1.4em 0 2.4em;
}
.p-privacy-signature a {
  text-decoration: underline;
}
.p-privacy-signature a:hover {
  text-decoration: none;
}

.p-privacy-banner {
  text-align: center;
}

.p-privacy-subSection {
  padding-top: 10px;
}

.p-privacy-subSection__title {
  font-size: 1.5rem;
}

.p-privacy-subSection__list {
  list-style: lower-roman inside;
  padding: 15px 1em 20px;
}

/* SMS
=============================*/
.p-sms-section {
  text-align: left;
}
.p-sms-section {
  padding-bottom: 45px;
}
.p-sms-section {
  margin-bottom: 10px;
}
.p-sms-section ul {
  padding: .5em 1em 0;
}
.p-sms-section ul li {
  margin-bottom: 0;
}
.p-sms_inner {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.p-sms-text span {
  color: red;
  font-weight: bold;
}


/* management
=============================*/

.p-company-management{
  padding-top: 7em;
}
.p-company-management__body h2{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 2em;
}

.p-company-management__item:not(:last-of-type){
  padding-bottom: 2.8em;
}

.p-company-management__item h3{
  font-weight: 600;
  display: block;
  font-size: 1.8rem;
  padding-bottom: 0.6em;
}

.p-company-management__text{
  padding-left: 1.6em;
  font-size: 1.5rem;
}
.p-company-management__signature{
  text-align: right;
  padding-top: 6em;
  font-size: 1.5rem;
}

.p-management-lead {
  text-align: justify;
  padding-bottom: 1.5em;
  font-size: 1.8rem;
  font-weight: 600;
}

.p-management-section__list {
  padding-left: 1.6em;
  list-style: decimal;
  line-height: 2;
}

.p-management-section__list li {
  font-size: 1.5rem;
}


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

  Info System

* ============================================================= */
.p-index-information {
  width: calc(100% - 100px);
  max-width: 1020px;
  margin: 4rem auto 0;
}

.p-index-information-nav:not(:first-child) {
  margin-top: 1rem;
}

.p-index-information-nav {
  position: relative;
  display: flex;
  padding: 1.5rem 4.5rem 1.5rem 6rem;
  /* border-radius: 8px; */
  background: #f0f0f0;
  text-decoration: none;
  transition: all .3s ease-out;
}

.p-index-information-nav.is-important {
  background: #e70500;
  border: 1px solid #e70500;
  color: #fff;
}

.p-index-information-nav:hover {
  opacity: .7;
}

.p-index-information-nav__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.5rem;
  display: block;
  width: 2em;
  height: 2em;
  margin: auto 0;
}

.p-index-information-nav:after {
  content: "";
  position: absolute;
  top: 0;
  right: 2.5rem;
  bottom: 0;
  display: block;
  width: .8rem;
  height: .8rem;
  margin: auto 0;
  border-top: 2px solid;
  border-right: 2px solid;
  transition: .3s;
  transform: rotate(45deg);
}

.p-index-information-nav:hover:after {
  right: 2rem;
}

.p-index-information-nav__date {
  display: block;
  margin-right: 1.5rem;
  font-family: "outfit", sans-serif;
}
.p-index-information-nav__text {
  display: block;
}

.p-information-section .blog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000;
  color: #fff;
}

.p-information-section .blog__title,
.p-information-section .blog__date {
  font-size: 1.8rem;
  font-weight: 600;
}

.p-information-section .blog__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.4em 1.4em 3.2em;
  width: 100%;
}

.p-information-section .blog__paging {
  color: #000;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: right;
  line-height: 2.75;
  padding-top: 15px;
}

.p-information-section .blog__paging a {
  text-decoration: underline;
  color: #e10015;
}

.p-information-section .blog__paging a:hover {
  text-decoration: none;
}

.p-information-section .blog__body > div:last-of-type {
  padding-top: 1.4em;
}

.p-information-section .blog__body > div:last-of-type table,
.p-information-section .blog__body > div:last-of-type tbody,
.p-information-section .blog__body > div:last-of-type tr,
.p-information-section .blog__body > div:last-of-type td {
  display: block;
  width: 100%;
  text-align: right;
}

.p-information-section img {
  max-width: 100% !important;
  height: auto !important;
}

.p-usedcar * {
  box-sizing: border-box;
}

.COMMON-UCAR-detail__pageback > a,
.COMMON-UCAR-detail-shop__tel > a,
.COMMON-UCAR-detail-shop__order.dNone >a {
  text-decoration: underline;
}