@charset "UTF-8";
/* button
===========================*/
.c-button {
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  border: none;
  display: block;
  text-decoration: none !important;
  padding: 1.2em;
  -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;
}

.c-button.is-common {
  text-align: center;
  max-width: 340px;
  font-size: 1.8rem;
  background-color: #ceedb4;
  -webkit-box-shadow: 0 10px 4.25px 0.75px rgba(100, 100, 100, 0.2);
  box-shadow: 0 10px 4.25px 0.75px rgba(100, 100, 100, 0.2);
}

.c-button.is-common:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

.c-button.is-primary {
  border-bottom: 1px solid #f3f3f3;
  font-size: 1.6rem;
}

.c-button.is-primary:after {
  font-family: 'icomoon';
  content: "\e900";
  display: inline-block;
  color: #27842f;
  font-size: 1em;
  margin-left: 1em;
}

.c-button.is-primary:hover {
  -webkit-transform: translateX(6px);
  -ms-transform: translateX(6px);
  transform: translateX(6px);
}

/* block
===========================*/
.c-block {
  width: calc(100% - 50%);
  position: relative;
  overflow: hidden;
  padding-top: 3.2em;
}
.p-sr-block .c-block {
  width: calc(100% - 60%);
}

.c-block-list {
  width: 100%;
}

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

  calendar

* ============================================================= */
.c-calendar {
  width: 55%;
  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;
}

.c-calendar-box .cal {
  border-spacing: 1px;
  border-collapse: separate;
  table-layout: fixed;
  width: 100%;
}
.c-calendar-box{
  width: 49%;
  background-color: #fff;
  padding: 15px 15px 5px;
}
.c-calendar-box:first-of-type{
  margin-right: 10px;
  -webkit-box-shadow: 20px 20px 4em 0px rgba(204, 204, 204, 0.5);
  box-shadow: 20px 20px 4em 0px rgba(204, 204, 204, 0.5);
}
.c-calendar-box:last-of-type{
  -webkit-box-shadow: 2em 3em 3em -20px rgba(204, 204, 204, 0.45);
  box-shadow: 2em 3em 3em -20px rgba(204, 204, 204, 0.45);
}

.c-calendar-month {
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 10px;
  line-height: 1;
  text-align: center;
  font-size: 2.2rem;
}

.c-calendar .cal th {
  font-size: 1.2rem;
}

.c-calendar .cal td > div {
  font-family: "Josefin Sans", sans-serif;
  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;
  font-size: 1.6rem;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  margin: .2em auto 0;
  padding-top: .2em;
}

.c-calendar .cal td .cal_close04 {
  background-color: #e9c243;
  color: #fff;
}

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

.c-calendar .cal td .cal_close02 {
  background-color: #9fd6a5;
  color: #fff;
}

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

.c-calendar .cal_headline {
  font-family: "Josefin Sans", sans-serif;
}
.c-calendar .c-caution > li._close01:before {
  content: "●";
  color: #a7a7a7;
}

.c-calendar .c-caution > li._close02:before {
  content: "●";
  color: #9fd6a5;
}
.c-calendar .c-caution > li._close03:before {
  content: "●";
  color: #f18c5f;
}

.c-calendar .c-caution > li._close04:before {
  content: "●";
  color: #e9c243;
}

/* Businessday
===========================*/
.c-businessday {
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  padding: 1em 2em;
  width: calc(100% - 50%);
  -webkit-box-shadow: 0 10px 4.25px 0.75px rgba(100, 100, 100, 0.2);
  box-shadow: 0 10px 4.25px 0.75px rgba(100, 100, 100, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-businessday__text {
  font-size: 1.4rem;
  line-height: 1;
}

.c-businessday__text em._close {
  font-family: "こぶりなゴシック W1 JIS2004", "Koburina Gothic W1 JIS2004", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W1", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #27842f;
  font-size: 2.4rem;
}
.c-businessday__text em._close02 {
  color: #27842f;
  margin-left: 1em;
}

/* 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 {
  margin-top: 1.5em;
  font-size: 1.3rem;
}

.c-calendar .c-caution {
  margin-top: 1em;
  font-size: 1.3rem;
}

.c-caution > li {
  margin-bottom: 0.5em !important;
}

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

.c-caution > li._strong {
  color: #27842f;
}

.c-maintenance-list {
  text-align: center;
}

.c-maintenance-list > li {
  display: inline-block;
}

.c-maintenance-list > li:before {
  content: "□";
}

.c-maintenance-list > li:not(:first-of-type) {
  margin-left: .85em;
}

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

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

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

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

/* Language
===========================*/
.ja {
  font-family: "こぶりなゴシック W3 JIS2004", "Koburina Gothic W3 JIS2004", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Helvetica, Arial, sans-serif;
  display: block;
}

.en {
  font-family: "Josefin Sans", sans-serif;
}

/* Section Header
===========================*/
.c-section-header {
  width: 100%;
  max-width: 1080px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  padding: 0 0 3.5em;
  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;
}

.c-section-header__title {
  display: block;
  position: relative;
  line-height: 1.5;
}

.c-section-header__title:before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #27842f;
  margin-bottom: 1em;
}

.c-section-header .ja {
  font-size: 3.6rem;
}

.c-section-header .en {
  font-size: 1.8rem;
  color: #27842f;
}

/* Section Header Subtitle
===========================*/
.c-section-header__subtitle {
  font-size: 3rem;
  padding-left: 10px;
  line-height: 1;
  border-left: 3px solid #27842f;
}

.c-section-header__subtitle .en {
  font-size: 2.4rem;
}

/* Section Lead
===========================*/
.c-section-lead {
  font-size: 1.4rem;
}

.c-section-lead a[target="_blank"]:after {
  content: "\f24d";
  font-family: "Font Awesome 5 Free";
}

/* profile-table
=============================*/
.c-profile-table dl {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 2em 0;
  border-bottom: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-profile-table dl > dt {
  width: 20%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.c-profile-table dl > dd {
  display: table-cell;
}

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

/* price-table
=============================*/
.c-price-table {
  border-collapse: collapse;
  width: 100%;
}

.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-top: 2px solid #333;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  padding: .8em;
  letter-spacing: -0.07em;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  background-color: #27842f;
}

.c-price-table thead th {
  color: #333;
}

.c-price-table thead th:first-of-type {
  border-left: 2px solid #333;
  color: #fff;
}

.c-price-table thead th:empty {
  border-top: none;
  border-left: none;
  background-color: transparent;
}

.c-price-table thead td {
  color: #333;
}

.c-price-table tbody th,
.c-price-table tbody td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  background-color: #fff;
  padding: .8em;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
}

.c-price-table tbody th {
  background-color: #27842f;
}

.c-price-table tbody th.pricelist_course {
  background-color: #f3f3f3;
}

.c-price-table tbody th._weight {
  background-color: #ceedb4;
  width: 20%;
}

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

.c-price-table tbody th._head {
  color: #333;
  font-weight: normal;
}

.c-price-table tbody th:first-of-type {
  border-left: 2px solid #333;
}

.c-price-table tbody td {
  font-size: 1.8rem;
}

.c-price-table tbody td:after {
  content: "円";
  font-size: 1.4rem;
}

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

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?a5a14a");
  src: url("fonts/icomoon.eot?a5a14a#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?a5a14a") format("truetype"), url("fonts/icomoon.woff?a5a14a") format("woff"), url("fonts/icomoon.svg?a5a14a#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e900";
  color: #333;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide.slick-loading img {
  display: none;
}

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

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

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

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

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

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

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 20px;
  line-height: 0;
  font-size: 0px;
  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: 20;
}

@media screen and (max-width: 768px) {
  .slick-prev,
  .slick-next {
    width: 18px;
  }
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "ionicons";
  font-size: 5rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 0;
}

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

.slick-next {
  right: 0;
}

[dir="rtl"] .slick-next {
  left: 0;
  right: auto;
}

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

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 50px;
}

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

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  padding: 0 .55em;
  cursor: pointer;
}

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

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

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  border: solid 1px #27842f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  background-color: #27842f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
}

/* main-visual
----------------------------*/
.p-top-mainvisual {
  width: 100%;
  height: calc(100vh - 100px);
  background-color: #fff;
  position: relative;
}

.p-top-mainvisual__inner {
  height: 100%;
}

.p-top-mainvisual__bg {
  width: calc(100% + (50vw - 50%));
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  right: 0;
  top: 0;
}

.p-top-mainvisual__copy {
  position: absolute;
  right: calc(100vw - 95vw);
  top: calc(100vh - 85vh);
}

.p-top-block {
  overflow: hidden;
  padding: 2.5em 0 0;
  width: 100%;
}

/* top-section
----------------------------*/
.p-top-section-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 80px 0;
}

.p-top-section-header {
  padding: 0 0 3em;
}

.p-top-section-header__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.p-top-section-header__title {
  position: relative;
  padding-left: 2%;
  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;
  line-height: 1;
  border-left: 3px solid #27842f;
}

.p-top-section-header .ja {
  color: #333;
  font-size: 3.6rem;
  margin-bottom: .3em;
}

.p-top-section-header .en {
  color: #27842f;
  font-size: 2.4rem;
}

.p-top-section-header.is-secondary {
  position: relative;
  padding: 7.6em 0;
}

.p-top-section-header.is-secondary:before {
  content: "";
  width: calc(100% + (50vw - 50%));
  height: 100%;
  background-image: url(../img/bg/bg_page-heading.png);
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
  opacity: .7;
  z-index: -1;
}

.p-top-section-header.is-secondary .p-top-section-header__title {
  border-left: 3px solid #fff;
}

.p-top-section-header.is-secondary .en {
  color: #fff;
}

/* topics
----------------------------*/
.p-top-topics {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  padding: 2em;
  margin-top: -9.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-top-topics__item a {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  font-size: 1.4rem;
}

.p-top-topics__title {
  width: 7em;
}

/* carSlide
----------------------------*/
.p-top-car {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top-car__box {
  width: 40%;
  overflow: hidden;
}

.p-top-car-slider {
  width: 60%;
}

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

/* top-blog
----------------------------*/
.p-top-blog {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.p-top-blog-article {
  height: 100%;
  position: relative;
}

.p-top-blog-article__target {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
  position: relative;
  width: 100%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.p-top-blog-article__target:hover {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.p-top-blog-article-frame {
  overflow: hidden;
}

.p-top-blog-article-frame__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-top: 20.667em;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  -o-transition: transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
}

.p-top-blog-article-box {
  padding: 2em;
  height: 35vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 9px rgba(100, 100, 100, 0.2);
  box-shadow: 0 0 20px 9px rgba(100, 100, 100, 0.2);
  box-sizing: border-box;
  margin: -50px 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
    justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}

.p-top-blog-article-box__head {
  font-size: 1.4rem;
}

.p-top-blog-article-box__body {
  font-size: 1.3rem;
  word-break: break-all;
}

.p-top-blog-article-box__foot {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  flex: 1;
}

.p-top-blog-article-box__foot:after {
  content: "\e900";
  font-family: 'icomoon';
  display: inline-block;
  color: #27842f;
  font-size: 1em;
  margin-left: 1em;
  position: absolute;
  right: 0;
  bottom: 0;
}

/* top-showroom
----------------------------*/
._top-showroom .p-top-section-header {
  padding: 4em 0 0;
  height: 250px;
}

._top-showroom .p-top-section-header:before {
  width: calc(100vw + (100vw - 100%));
  left: calc(100% - 100vw);
}

._top-showroom .p-top-section-header .en {
  text-shadow: 1px 1px 1px #ccc;
}

._top-showroom .p-showroom {
  margin: -5em 0 0 0;
  position: relative;
  z-index: 3;
}

/* top-maintenance
----------------------------*/
._top-maintenance .p-top-section-header.is-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

._top-maintenance .p-top-section-header__title {
  width: 48%;
}

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

.p-top-maintenance__bg {
  width: 40%;
  height: 668px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: -195px 0 0 0;
}

.p-top-maintenance__box {
  width: 50%;
  margin: -5em 0 0 0;
}

.p-top-maintenance__lead {
  padding-left: 1.25em;
}

/* top-carlife
----------------------------*/
._top-carlife .p-top-block {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

._top-carlife .p-top-section-header {
  width: 60%;
  padding: 40px 0 0;
}

._top-carlife .p-top-section-header__title {
  padding-left: 5%;
}

.p-top-carlife {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.p-top-carlife__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.p-top-carlife__box:before {
  content: "";
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  height: 0;
  padding-top: 30.467em;
  display: block;
  background-image: url(../img/top/fig_top-carlife.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.p-top-carlife__lead {
  position: absolute;
  left: 0;
  top: 30%;
  z-index: 2;
}

.p-top-carlife__lead p {
  letter-spacing: .25em;
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 2;
  padding: 1em;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

.p-newcar-content object {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  width: 48%;
  margin: 0 1%;
  padding: 0;
}

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

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

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

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

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

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

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

/* specialcar
=======================*/
.p-specialcar-content {
  margin-bottom: 50px;
}

.p-specialcar-content .frame-c {
  width: 100%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

.p-specialcar-content .frame-c .mainimg-cw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  vertical-align: top;
  overflow: hidden;
  width: 20%;
}

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

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

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

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

.p-specialcar-content .frame-c .cartype-w {
  padding: 0;
  font-size: 13px;
}

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

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

.p-specialcar-content .corner-cw {
  width: 100% !important;
}

/* democar
=======================*/
#ATC-spDemo {
  display: none;
}

#AdvancedTemplateContents img {
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

#AdvancedTemplateContents a {
  color: #27842f !important;
}

#AdvancedTemplateContents .ATC-title-text-basic {
  background: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* lineup
=======================*/
.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 #4d4d4d;
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-lineup-content .CMN-L__carItem-head a .CMN-L__carItem-name {
  color: #27842f;
  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: #f3f3f3;
  font-size: 1.4rem;
  padding: 1.2em 1.8em;
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

/* usedcar
===========================*/
.p-usedcar-main {
  width: 100%;
  height: 346px;
  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;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-usedcar-main__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-usedcar-main__text {
  color: #fff;
  font-size: 2.8rem;
}

.p-usedcar-main__text > h2 {
  letter-spacing: .1em;
}

.p-usedcar-main__target {
  width: 30%;
}

.p-usedcar-head {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2em;
}

.p-usedcar-head > span {
  color: #27842f;
}

.p-usedcar-text {
  margin-bottom: 2.66666em;
}

.p-sr-box {
  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;
}

.p-sr-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 4em 0 0;
}

/* slider
----------------------------*/
.p-sr-slider {
  width: calc(100% - 40%);
  -webkit-box-shadow: 0 10px 30px 0 #ccc;
  box-shadow: 0 10px 30px 0 #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* sr-list
----------------------------*/
.p-showroom-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.p-showroom-list__item a {
  -webkit-box-shadow: 0 0 20px 9px rgba(100, 100, 100, 0.2);
  box-shadow: 0 0 20px 9px rgba(100, 100, 100, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
  position: relative;
}

.p-showroom-list__item a:after {
  content: "\e900";
  font-family: 'icomoon';
  display: inline-block;
  color: #27842f;
  font-size: 1em;
  margin-left: 1em;
  position: absolute;
  right: 30px;
  bottom: 20px;
}

.p-showroom-list__item a:hover {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}


.p-showroom-list__picture {
  overflow: hidden;
  height: 226px;
}

.p-showroom-list__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.p-showroom-list__information {
  background-color: #fff;
  padding: 30px 0 0;
  height: 310px;
}

.p-showroom-list__name {
  font-size: 2.4rem;
  border-left: 3px solid #27842f;
  line-height: 1;
  padding-left: 20px;
  margin-bottom: 20px;
}

.p-showroom-list__address {
  padding-bottom: 25px;
}

.p-showroom-list__zip, .p-showroom-list__address, .p-showroom-list__tel, .p-showroom-list__hours {
  padding-left: 25px;
}

.p-showroom-list__zip, .p-showroom-list__address {
  font-size: 1.4rem;
}

.p-showroom-list__tel {
  font-size: 1.8rem;
  padding-bottom: 15px;
}

.p-showroom-list__hours {
  font-size: 1.2rem;
}

/* profile
----------------------------*/
.p-sr-profile {
  width: calc(100% - 60%);
}

.p-sr-profile__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 35px;
  position: relative;
  line-height: 1;
}

.p-sr-profile__item:before {
  content: "";
  display: block;
  height: 1.2em;
  background-color: #27842f;
  padding-right: .145em;
  position: absolute;
  left: 0;
  top: 0;
}

.p-sr-profile__item dt {
  font-size: 1.6rem;
  width: 7em;
  padding-left: 1.25em;
}

.p-sr-profile__item dd {
  font-size: 1.4rem;
}

/* google-maps
----------------------------*/
.p-sr-gmap {
  height: 327px;
}

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

.blog__header {
  width: 100%;
  height: 65px;
  background-image: url(../img/bg/bg_page-heading.png);
  background-repeat: repeat;
  background-size: cover;
  opacity: .8;
  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;
  padding: 0 2em 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
}

.blog__title {
  font-size: 1.6rem;
  border-left: 3px solid #fff;
  line-height: 1;
  padding-left: 1em;
}

.blog__title > span {
  display: none;
}

.blog__date {
  font-size: 1.4rem;
}

.blog__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.4em 0 3.2em;
  width: 100%;
}

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

.blog__paging a {
  text-decoration: underline;
}

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

/* staff
=======================*/
.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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-staff-container .ATC-shop-contents-staff-list {
  width: 50%;
  margin-bottom: 10em;
}

.p-staff-container .ATC-shop-contents-staff-list-name {
  font-size: 1.6rem;
}

.p-staff-container .ATC-shop-contents-staff-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 40px 0;
  position: relative;
}

.p-staff-container .ATC-photo-thumb-frame {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
}

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

.p-staff-container .ATC-shop-contents-staff-list-qualification {
  width: 50%;
  font-size: 1.3rem;
  border-left: 1px solid #ccc;
  padding-left: 5%;
  margin-right: 5.8em;
}

.p-staff-container .ATC-shop-contents-staff-list-comment {
  padding: 1.2em;
  font-size: 1.4rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px 0 #ccc;
  box-shadow: 0 0 30px 0 #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  width: 25em;
}

.p-maintenance-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 2.85em;
}

.p-maintenance-necessary {
  font-size: 1.4rem;
  padding: 1em 2em;
  -webkit-box-shadow: 0 20px 40px 0 #ccc;
  box-shadow: 0 20px 40px 0 #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-maintenance-necessary__title {
  width: 35%;
}

.p-maintenance-necessary__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 65%;
}

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

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

.p-maintenance-necessary__list li:nth-of-type(2n) {
  padding-left: .75em;
}

.p-maintenance-schedule {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
}

.p-maintenance-schedule-figure {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-right: 20px;
  width: 100%;
}

.p-maintenance-schedule-figure:before {
  background-color: #ccc;
  content: "";
  display: block;
  height: 26px;
  width: 100%;
  position: absolute;
  top: 28px;
  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: calc(100% / 12);
}

.p-maintenance-schedule-timeline__header {
  border-radius: 50%;
  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 {
  background-color: #6d806f;
  border: 2px solid #6d806f;
  border-radius: 50%;
  -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: #808080;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
}

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

.p-maintenance-schedule-timeline.is-first .p-maintenance-schedule-timeline__header:before,
.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: #333;
  border: 2px solid #333;
  width: 100%;
  height: auto;
}

.p-maintenance-schedule-timeline.is-first .p-maintenance-schedule-timeline__header span {
  color: #fff;
  font-size: 1.8rem;
}

.p-maintenance-schedule-timeline.is-default .p-maintenance-schedule-timeline__header span {
  color: #333;
}

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

.p-maintenance-schedule-timeline.is-primary .p-maintenance-schedule-timeline__header span {
  color: #fff;
}

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

.p-maintenance-schedule-timeline.is-emphasise .p-maintenance-schedule-timeline__header span {
  color: #fff;
}

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

.p-maintenance-schedule-timeline__body {
  background-color: #6d806f;
  border-width: 2px;
  border-style: solid;
  border-color: #6d806f;
  border-radius: 35px;
  color: #fff;
  -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: #6d806f;
  content: "";
  display: block;
  height: 70px;
  width: 2px;
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

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

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

.p-maintenance-schedule-timeline.is-primary .p-maintenance-schedule-timeline__body {
  background-color: #a1d0a5;
  border-color: #a1d0a5;
  color: #fff;
}

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

.p-maintenance-schedule-timeline.is-emphasise .p-maintenance-schedule-timeline__body {
  background-color: #55b75f;
  border-color: #55b75f;
  color: #fff;
}

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

.p-maintenance-schedule-timeline.is-emphasise .p-maintenance-schedule-timeline__body:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  margin: 0 auto;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.p-maintenance-schedule-timeline.is-emphasise .p-maintenance-schedule-timeline__body:hover {
  background-color: #fff;
  color: #55b75f;
}

.p-maintenance-schedule-timeline.is-emphasise .p-maintenance-schedule-timeline__body:hover:after {
  border-left-color: #55b75f;
  border-bottom-color: #55b75f;
}

.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 {
  background-color: #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
  font-size: 1.5rem;
  letter-spacing: -0.04em;
  width: calc(100% / 12);
  height: 75px;
}

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

.p-maintenance-schedule-option__timeline {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  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: 0;
  left: 5%;
  right: 0;
  bottom: 0;
  margin: auto;
}

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

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

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

.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: #91c42f;
}

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

.p-maintenance-schedule-note {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 1.4em;
}

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

.p-maintenance-schedule-note li:before {
  content: "●";
}

.p-maintenance-schedule-note li:first-of-type:before {
  color: #91c42f;
}

.p-maintenance-schedule-note li:nth-of-type(2):before {
  color: #1b68b5;
}

.p-maintenance-schedule-note li a {
  color: #333;
  text-decoration: underline;
}

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

.p-maintenance-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

.p-maintenance-menu-block__icon {
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  width: 200px;
  height: 200px;
  font-weight: bold;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.p-maintenance-menu-block__icon img {
  padding-bottom: .2em;
}

.p-maintenance-menu-block:nth-of-type(1) .p-maintenance-menu-block__icon {
  background-color: #55b75f;
}

.p-maintenance-menu-block:nth-of-type(2) .p-maintenance-menu-block__icon {
  background-color: #27842f;
}

.p-maintenance-menu-block:nth-of-type(3) .p-maintenance-menu-block__icon {
  background-color: #6d806f;
}

.p-maintenance-menu-block__title {
  display: block;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  margin: .6em 0 .3em;
}

.p-maintenance-menu-block__description {
  display: block;
  font-size: 1.5rem;
  text-align: center;
  padding-bottom: 0.6em;
  letter-spacing: 0;
}

.p-maintenance-banner {
  background-color: #fff;
  border: 1px 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: 1.4em;
  height: 170px;
  width: 100%;
  text-decoration: none;
  margin-bottom: 2.4em;
  -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 {
  max-width: 100%;
}

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

.p-maintenance-reservation{
  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;
  margin:4em auto;
}

/* checkpoint
----------------------------*/
.p-checkpoint {
  position: relative;
}

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

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

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

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

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

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

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

.p-checkpoint__head {
  background-color: #ceedb4;
  margin-bottom: .75em;
  padding: 1em;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
}

.p-checkpoint__list {
  text-align: left;
}

.p-checkpoint__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
}

.p-checkpoint__list li:before {
  content: "□";
  margin-right: .5em;
}

.p-checkpoint__list._2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

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

.p-checkpoint-fig {
  position: relative;
  margin: 2.5em 0 3em;
  padding-bottom: 80px;
}

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

.p-checkpoint-fig-image img {
  display: block;
  max-width: 600px;
}

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

.p-checkpoint-fig-image i {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

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

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

.p-checkpoint-fig-box[data-col="1"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.p-checkpoint-fig-box[data-col="1"] > *:not(:last-child) {
  margin-bottom: 30px;
}

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

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

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

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

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

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

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

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

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

/* makaseciao
===========================*/
.p-makaseciao-intro {
  text-align: center;
}

.p-makaseciao-intro__head {
  position: relative;
}

.p-makaseciao-intro__head:before {
  content: "";
  display: block;
  background-color: #eef1f7;
  width: 100%;
  height: 445px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  margin-top: 2.85em;
}

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

/* inspection
===========================*/
.p-maintenance-merit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-maintenance-merit__item {
  width: calc((100% / 4) - 24px);
  -webkit-box-shadow: 0 20px 40px 0 #ccc;
  box-shadow: 0 20px 40px 0 #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

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

.p-maintenance-merit__item:before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/maintenance/img_maintenance-merit-head.png);
  position: absolute;
  left: 0;
  top: 0;
}

.p-maintenance-merit__lead {
  padding: 60px 0 0;
}

.p-maintenance-merit__lead > p {
  text-align: right;
  font-size: 1.3rem;
}

/* campaign
===========================*/
.CMN-CMP-col-lg-3 .CMN-CMP-body__list {
  max-width: 100%;
  padding: 0 !important;
}

.advTitle{
  text-align: center;
}

section#advUpload{
  width: 750px;
  margin: 0 auto 40px;
  overflow: hidden;
}

section#advUpload article{
  margin: 0 30px;
}


section#advUpload nav {
  text-align: center;
}

article.omote{
  float: left;
}


/* terms
=======================*/
.p-terms-text a:hover {
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.solicitation_policy::before{
  content: none;
}


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

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

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

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

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

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

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

.p-privacy-insurance__list a {
  font-size: 1.6rem;
  color: #27842f;
}

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

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

/* n-one
=======================*/
.p-none-heading {
  position: relative;
  height: 400px;
  z-index: 2;
}

.p-none-heading__bg {
  width: 100%;
  height: 100%;
  min-width: 0%;
}

.p-none-heading__bg:before {
  content: "";
  display: block;
  width: calc(100vw + (100vw - 100%));
  height: 100%;
  background-image: url(/home/img/bg/bg_none-heading.jpg);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
  position: absolute;
  right: 0;
  left: calc(100% - 100vw);
  top: 0;
}

.p-none-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10em 0;
}

.p-none-container {
  width: 50%;
}

.p-none-block {
  overflow: hidden;
}

._n-one .p-none-blog a {
  color: #f9cc00;
}

._n-one .p-none-blog .blog__header {
  background-image: none;
  opacity: 1;
  background-color: #f9cc00;
}

._n-one .p-none-blog img {
  max-width: 100% !important;
  height: auto !important;
}

._n-one .c-button.is-common {
  background-color: #f9cc00;
}

._n-one .c-button.is-primary:after {
  color: #f9cc00;
}

._n-one .c-section-header__title:before {
  background-color: #f9cc00;
}

._n-one .c-section-header__subtitle {
  border-left: 3px solid #f9cc00;
}

._n-one .c-section-header .en {
  color: #f9cc00;
}
/* ============================================================= *

  usedcar PC Size

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

#usedcar-resp .COMMON-UCAR-table-list td{
  vertical-align: middle;
}
#usedcar-resp .COMMON-UCAR-table-header td{
  vertical-align: middle;
}
#usedcar-resp .COMMON-UCAR-table-header .COMMON-UCAR-sort{
  margin: 10px 0 0;
}

@media screen and (max-width: 1024px) {
/* ============================================================= *

  Desktop Size

* ============================================================= */
  .p-specialcar-content {
    margin-bottom: 0;
  }
  .p-specialcar-content .frame-c .maintxt-cw {
    width: 100%;
  }
  #usedcar-resp .COMMON-UCAR-table table,
  #usedcar-resp .COMMON-UCAR-table thead,
  #usedcar-resp .COMMON-UCAR-table tbody,
  #usedcar-resp .COMMON-UCAR-table tr,
  #usedcar-resp .COMMON-UCAR-table th,
  #usedcar-resp .COMMON-UCAR-table td {
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-table-header {
    display: none;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-table-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 1.3rem;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .COMMON-UCAR-table-list .COMMON-UCAR-price-block:first-child > dd{
    font-size: 100% !important;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-price {
    font-size: 1.5rem !important;
    width: 100%;
    padding-bottom: 1em;
    text-align: center;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-price br {
    display: none;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-price:before {
    content: "\8ECA\4E21\8CA9\58F2\4FA1\683C\FF1A";
    display: inline-block;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-price span {
    display: inline-block;
    margin-left: 0.5em;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-thumb {
    float: none;
    width: 320px;
    max-width: 50%;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-thumb a {
    display: block;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-thumb a img {
    display: block;
    width: 100% !important;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-name {
    padding-left: 1.2em;
    padding-right: 1.2em;
    font-size: 1.4rem;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-year:before {
    content: "\5E74\5F0F";
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-distance:before {
    content: "\8D70\884C\8DDD\96E2";
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-color:before {
    content: "\30AB\30E9\30FC";
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-power:before {
    content: "\6392\6C17\91CF";
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-compare-check {
    padding: .75em;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-shop {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 3px solid #ccc;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-year,
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-distance,
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-color,
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-power {
    font-size: 1.4rem;
    margin: 8px 0;
    border-bottom: 1px solid #f3f3f3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 2;
    position: relative;
  }
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-year:before,
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-distance:before,
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-color:before,
  #usedcar-resp .COMMON-UCAR-table .COMMON-UCAR-power:before {
    display: inline-block;
    text-align: center;
    color: #333;
    background-color: #27842f;
    width: 6em;
    margin-right: 1em;
  }
  .p-checkpoint-fig-image img {
    max-width: 500px;
  }
  .p-showroom-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-top-blog {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 2rem;
  }
}

@media screen and (max-width: 768px) {
/* ============================================================= *

  Tablet Size

* ============================================================= */
  .c-section-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 0 2em;
  }
  .c-section-header__title {
    padding-bottom: .75em;
  }
  .c-section-header .ja {
    font-size: 2.8rem;
  }
  .c-section-header .en {
    font-size: 1.5rem;
  }
  .c-section-header__subtitle {
    font-size: 2.5rem;
  }
  .c-businessday__text em._close02 {
    display: block;
    margin-left: 0;
    margin-top: .5em;
  }
  .c-calendar-box .cal {
    width: 100%;
  }
  .c-calendar-box{
    padding: 13px 6px 5px;
  }
  .c-calendar-month{
    font-size: 1.8rem;
  }
  .c-calendar .cal th{
    font-size: .8rem;
  }
  .c-calendar-box .cal td > div {
    font-size: 1rem;
  }
  .p-top-mainvisual__copy {
    right: 0;
    top: 0;
    left: 0;
    bottom: 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-showroom-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .p-top-blog {
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
  }
  .p-top-blog-article-frame__img {
    padding-top: 80%;
  }
  .p-top-blog-article-box {
    padding: 2em 1em;
    height: 25vh;
  }
  .p-top-blog-article-box__head, .p-top-blog-article-box__body {
    font-size: 1.2rem;
  }
  .p-top-blog-article-box__foot {
    font-size: 1.1rem;
  }
  .p-top-blog-article-box__foot:after {
    margin-left: 0;
    position: absolute;
    bottom: -20px;
    right: 0;
  }
  .p-top-car {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .p-top-car__box {
    width: 100%;
  }
  .p-top-car-slider {
    width: 100%;
  }
  .p-top-maintenance__bg {
    height: 458px;
  }
  .p-newcar-content table {
    padding: 0;
  }
  .p-newcar-content table tr:first-of-type {
    display: block;
  }
  .p-newcar-content table .ncsb {
    display: none;
  }
  .p-specialcar-content .frame-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-specialcar-content .frame-c .maintxt-cw {
    padding-left: 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #AdvancedTemplateContents .ATC-car-contents-lineup-inner {
    max-width: 33%;
    margin: 0 0 10px;
    padding: 5px;
    background: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #AdvancedTemplateContents .ATC-car-contents-lineup-inner div {
    border: none;
  }
  #AdvancedTemplateContents .ATC-spDemoInner {
    overflow: hidden;
    line-height: 1.8;
    width: 100%;
    margin-bottom: 40px;
    border: 1px solid #808080;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #AdvancedTemplateContents .ATC-spDemoInner__head {
    overflow: hidden;
    text-align: center;
    padding: 0.4em 0;
    color: #fff;
    background: #333;
  }
  #AdvancedTemplateContents .ATC-spDemoInner--exhibit #AdvancedTemplateContents .ATC-spDemoInner__head {
    background: #333;
  }
  #AdvancedTemplateContents .ATC-spDemoInner-list-status {
    display: block;
    font-size: 12px;
  }
  #AdvancedTemplateContents .ATC-spDemoInner-list-type {
    font-weight: bold;
  }
  #AdvancedTemplateContents .ATC-spDemoInner-list-shop {
    clear: both;
    font-size: 13px;
    text-align: center;
    margin-top: 1em;
    padding: 1em;
    background: #f3f3f3;
  }
  #AdvancedTemplateContents .ATC-spDemoInner-list-shop h4 {
    display: inline-block;
    margin-right: 1em;
  }
  #AdvancedTemplateContents .ATC-spDemoInner-list-shop strong {
    font-weight: bold;
  }
  #AdvancedTemplateContents .ATC-spDemoInner-list-shop br {
    display: none;
  }
  #AdvancedTemplateContents .ATC-spDemoInner-list-shop a {
    padding-left: 1em;
  }
  #AdvancedTemplateContents .ATC-spDemoInner-list-styling ul {
    display: inline-block;
  }
  #AdvancedTemplateContents .ATC-spDemoInner-list-styling ul li {
    display: inline-block;
    padding: 0 2px 0 0;
  }
  #AdvancedTemplateContents .ATC-spDemoInner-list-styling ul li:before {
    content: "/";
    margin-right: 2px;
  }
  #AdvancedTemplateContents .ATC-spDemoInner-list-styling ul li:first-child:before {
    content: none;
  }
  #AdvancedTemplateContents .ATC-spDemoInner__detail h4 {
    display: inline-block;
    font-size: 10px;
    text-align: center;
    min-width: 60px;
    margin-right: 8px;
    padding: 4px;
    color: #fff;
    background: #808080;
  }
  #AdvancedTemplateContents .ATC-spDemoInner__figure {
    display: table-cell;
    vertical-align: top;
    padding: 8px 8px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #AdvancedTemplateContents .ATC-spDemoInner__figure img {
    width: auto;
  }
  #AdvancedTemplateContents .ATC-spDemoInner__detail {
    display: table-cell;
    vertical-align: top;
    padding: 8px 8px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #AdvancedTemplateContents .ATC-spDemoInner__foot {
    padding: 0 5% 1em;
  }
  #AdvancedTemplateContents .ATC-spDemoInner-list-exhaust {
    padding: 0 0 5px;
  }
  #AdvancedTemplateContents .ATC-spDemoInner-list-styling {
    padding: 0 0 5px;
  }
  #AdvancedTemplateContents .ATC-spDemoInner-list-capacity {
    padding: 0 0 5px;
  }
  #AdvancedTemplateContents .ATC-spDemoInner-thumb-frame {
    font-size: 10px;
    line-height: 5;
    text-align: center;
    min-width: 75px;
    padding: 1px;
    color: #808080;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #AdvancedTemplateContents .ATC-spDemoInner-list-option {
    font-size: 12px;
    padding: 1em;
  }
  #AdvancedTemplateContents .ATC-spDemoInner-list-option dl {
    margin-bottom: .8em;
  }
  #AdvancedTemplateContents .ATC-spDemoInner-list-option dl:last-child {
    margin-bottom: 0;
  }
  #AdvancedTemplateContents .ATC-spDemoInner-list-option dt {
    display: inline-block;
    text-align: center;
    min-width: 60px;
    margin-bottom: 3px;
    padding: 4px;
    color: #fff;
    background: #808080;
  }
  #AdvancedTemplateContents .ATC-spDemoInner-list-option dd {
    line-height: 1.5;
  }
  #AdvancedTemplateContents .ATC-spDemoInner-list-caution {
    padding: 0 1em 1em;
  }
  #AdvancedTemplateContents .ATC-spDemoInner-list-caution ul {
    font-size: 12px;
    line-height: 1.2;
    padding: 1em;
    background: #fff8ce;
  }
  #AdvancedTemplateContents .ATC-spDemoInner-list-btn a {
    color: #fff !important;
    display: block;
    font-size: 1.1em;
    text-align: center;
    max-width: 250px;
    margin: 0 auto;
    padding: .50em 1.5em;
    -webkit-transition: color .35s ease-in-out, background-color .35s ease-in-out;
    -o-transition: color .35s ease-in-out, background-color .35s ease-in-out;
    transition: color .35s ease-in-out, background-color .35s ease-in-out;
    border-radius: 6px;
    background: #27842f;
  }
  #AdvancedTemplateContents .ATC-spDemoInner-list-btn a:link, #AdvancedTemplateContents .ATC-spDemoInner-list-btn a:visited {
    text-decoration: none;
    color: #fff;
  }
  #AdvancedTemplateContents .ATC-spDemoInner-list-btn a:hover {
    color: #fff;
    background: #27842f;
  }
  #AdvancedTemplateContents .ATC-spDemoInner-list-btn a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;
  }
  #AdvancedTemplateContents #ATC-car-contents-other-detail-main-primary {
    width: 100%;
    max-width: 100%;
  }
  #AdvancedTemplateContents #ATC-car-contents-other-detail-title {
    float: left;
    width: 110px;
    margin-bottom: 8px;
    padding-right: 2%;
  }
  #AdvancedTemplateContents #ATC-car-contents-other-detail-shop {
    margin: 0;
    padding-bottom: 8px;
    background: none;
  }
  #AdvancedTemplateContents #ATC-car-contents-other-detail-shop .ATC-title-text-basic {
    font-weight: normal;
    text-align: right;
    padding: 6px 10px;
    border: none;
    border-bottom: 1px solid #808080;
  }
  #AdvancedTemplateContents .ATC-car-contents-other-detail-shop {
    font-size: 1.3em;
    text-align: right;
    padding: 8px 10px;
    border: none;
  }
  #AdvancedTemplateContents #ATC-car-contents-other-detail-link {
    clear: both;
    font-size: 12px;
    margin-bottom: 8px;
  }
  #AdvancedTemplateContents #ATC-car-contents-other-detail-main-secondary {
    width: 100%;
    max-width: 100%;
  }
  #AdvancedTemplateContents #ATC-car-contents-other-detail-photo-slide .ATC-panel {
    width: auto;
    max-width: none;
  }
  #AdvancedTemplateContents .ATC-car-contents-detail {
    font-size: 12px;
  }
  #AdvancedTemplateContents .ATC-car-contents-detail-table th,
  #AdvancedTemplateContents .ATC-car-contents-other-detail-table th,
  #AdvancedTemplateContents .ATC-car-contents-detail-table td,
  #AdvancedTemplateContents .ATC-car-contents-other-detail-table td {
    line-height: 1.5;
    vertical-align: top;
  }
  #AdvancedTemplateContents .ATC-car-contents-detail-table th div,
  #AdvancedTemplateContents .ATC-car-contents-used-detail-table-primary th div,
  #AdvancedTemplateContents .ATC-car-contents-used-detail-table-secondary th div,
  #AdvancedTemplateContents .ATC-car-contents-other-detail-table th div {
    width: 60px;
  }
  #AdvancedTemplateContents .ATC-shop-contents {
    font-size: 1.1rem;
  }
  #AdvancedTemplateContents .ATC-shop-list-table .ATC-shop-list-table-tel {
    background: none;
  }
  #AdvancedTemplateContents .ATC-shop-list-table td {
    vertical-align: middle;
  }
  .p-lineup-content .CMN-L__anchorBtn-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-lineup-content .CMN-L__car {
    margin-bottom: 48px;
  }
  .p-lineup-content .CMN-L__anchorBtn-item {
    margin: 0 1% 10px;
  }
  .p-lineup-content .CMN-L__anchorText-item {
    font-size: 1.1rem;
  }
  .p-lineup-content .CMN-L__carItem {
    width: calc((100% / 2) - 1%);
    margin: .45em 2% .45em 0;
  }
  .p-lineup-content .CMN-L__carItem:nth-of-type(4n) {
    margin: 0;
  }
  .p-lineup-content .CMN-L__carItem:nth-of-type(2n) {
    margin: .45em 0;
  }
  .p-lineup-content .CMN-L__pageTop a {
    font-size: 1.1rem;
  }
  .p-lineup-content .CMN-L__pageTop {
    margin-bottom: 48px;
  }
  .p-lineup-content .CMN-L__carItem-spec {
    font-size: 1.1rem;
  }
  .p-lineup-content .CMN-L__cautionList {
    font-size: 1.1rem;
  }
  .p-showroom-list__name {
    font-size: 1.8rem;
  }
  .p-showroom-list__information {
    padding: 15px 0 0;
    height: 300px;
  }
  .p-showroom-list__zip, .p-showroom-list__address, .p-showroom-list__tel, .p-showroom-list__hours {
    padding-left: 1em;
  }
  .p-sr-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-sr-profile {
    width: 100%;
  }
  .p-sr-slider {
    width: 100%;
  }
  .p-sr-block {
    padding: 40px 0;
  }
  .p-blog-content .blog__header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-blog-content .blog__title {
    font-size: 1.4rem;
    display: block;
    width: 100%;
  }
  .p-blog-content .blog__date {
    font-size: 1.6rem;
    display: block;
    width: 100%;
    text-align: left;
  }
  .p-blog-content .blog__body {
    font-size: 1.4rem;
  }
  .p-staff-container .ATC-shop-contents-staff-list-name {
    font-size: 1.4rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-staff-container .ATC-shop-contents-staff-list-name > div {
    font-size: 1.1rem;
    width: 10em;
  }
  .p-staff-container .ATC-shop-contents-staff-list-qualification {
    font-size: 1.2rem;
    margin-right: 0;
  }
  .p-staff-container .ATC-shop-contents-staff-list-comment {
    font-size: 1.1rem;
  }
  .p-maintenance-container {
    padding: 3em 0;
  }
  .p-maintenance-schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2em;
  }
  .p-maintenance-schedule-figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80%;
    position: relative;
  }
  .p-maintenance-schedule-figure:before {
    width: 2px;
    height: 100%;
    top: 10px;
    right: initial;
    left: 27px;
  }
  .p-maintenance-schedule-timeline {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-maintenance-schedule-timeline + .p-maintenance-schedule-timeline {
    margin-top: 2.4em;
  }
  .p-maintenance-schedule-timeline__header {
    border-radius: 50%;
    padding: 0;
    width: 55px;
    height: 55px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 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-schedule-timeline__header span {
    position: static;
    margin: initial;
  }
  .p-maintenance-schedule-timeline.is-first .p-maintenance-schedule-timeline__header {
    width: 100%;
  }
  .p-maintenance-schedule-timeline.is-first .p-maintenance-schedule-timeline__header span {
    background-color: #27842f;
    border-radius: 35px;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 1.6rem;
    padding: 1em 0;
    position: static;
    width: 100%;
  }
  .p-maintenance-schedule-timeline.is-first .p-maintenance-schedule-timeline__header:before {
    display: none;
  }
  .p-maintenance-schedule-timeline.is-default .p-maintenance-schedule-timeline__header {
    color: #808080;
  }
  .p-maintenance-schedule-timeline.is-emphasise .p-maintenance-schedule-timeline__header {
    background-color: #27842f;
  }
  .p-maintenance-schedule-timeline__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 1.6rem;
    width: 70%;
    height: 55px;
    padding: .8em 0;
    margin-left: 10%;
  }
  .p-maintenance-schedule-timeline__body:before {
    height: 2px;
    width: 34%;
    top: 0;
    left: -34%;
    bottom: 0;
    margin: auto 0;
  }
  .p-maintenance-schedule-timeline__body:after {
    top: 0;
    right: 1em;
    left: auto;
    bottom: 0;
    margin: auto 0;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .p-maintenance-schedule-option {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 30%;
    margin-top: 0;
  }
  .p-maintenance-schedule-option__header {
    width: 100%;
    height: auto;
    padding: .6em 0;
  }
  .p-maintenance-schedule-option__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 15px 0 0 0;
  }
  .p-maintenance-schedule-option__timeline {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 40%;
    height: 100%;
  }
  .p-maintenance-schedule-option__timeline._mamoru:before, .p-maintenance-schedule-option__timeline._ciao:before {
    border-top-width: 0;
    border-left-width: 1px;
    width: 1px;
    left: 0;
    height: 95%;
  }
  .p-maintenance-schedule-option__timeline._mamoru:before {
    border-top-color: transparent;
    border-top-style: none;
    border-left-color: #91c42f;
    border-left-style: dashed;
  }
  .p-maintenance-schedule-option__timeline._ciao:before {
    border-top-color: transparent;
    border-top-style: none;
    border-left-color: #1b68b5;
    border-left-style: solid;
  }
  .p-maintenance-schedule-option__subscription {
    width: 100%;
    height: 55px;
  }
  .p-maintenance-schedule-option__subscription + .p-maintenance-schedule-option__subscription {
    margin-top: 2.4em;
  }
  .p-maintenance-schedule-option__subscription._on:before {
    width: 12px;
    height: 12px;
  }
  .p-maintenance-schedule-option__item {
    padding: .4em 1.4em;
    font-size: 1.2rem;
  }
  .p-maintenance-schedule-note {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    line-height: 3;
    font-size: 1.1rem;
  }
  .p-maintenance-necessary {
    width: 100%;
  }
  .p-maintenance-merit {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-maintenance-merit__item {
    width: calc((100% / 2) - 10px);
    margin: 0 0 20px;
  }
  .p-maintenance-merit__lead {
    padding: 30px 0 0;
  }
  .p-maintenance-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  .p-maintenance-banner__text {
    width: 100%;
    padding-left: 0;
  }
  .p-makaseciao-intro__lead {
    font-size: 1.4rem;
  }
  .p-checkpoint-option {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-checkpoint-option__item {
    font-size: 1.2rem;
  }
  .p-checkpoint-fig {
    margin: 0;
    padding-bottom: 40px;
  }
  .p-checkpoint-fig-image {
    display: none;
  }
  .p-checkpoint-fig-box {
    display: block;
  }
  .p-checkpoint-fig-box > * {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 2em;
  }
  .p-terms-plugin__logo {
    width: 100%;
    max-width: 112px;
  }
  .p-none-heading {
    height: 200px;
  }
  .p-none-heading__bg:before {
    background-size: cover;
  }
  .p-none-contents {
    padding: 5em 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-none-container {
    width: 100%;
  }
  .p-none-photo {
    padding-bottom: 1.75em;
  }
  .p-none-photo img {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 414px) {
/* ============================================================= *

  Mobile Size

* ============================================================= */
  .c-button.is-common {
    font-size: 1.4rem;
    max-width: 100%;
  }
  .c-button.is-primary {
    font-size: 1.4rem;
  }
  .c-block {
    width: 100%;
  }
  .p-sr-block .c-block {
    width: 100%;
  }
  .c-calendar {
    width: 100%;
  }
  .c-businessday {
    width: 100%;
    position: static;
    padding: .85em;
  }
  .c-businessday__text {
    font-size: 1.2rem;
  }
  .c-businessday__text em._close {
    font-size: 1.8rem;
  }
  .c-caution {
    font-size: 1.1rem;
  }
  .c-section-container._both-space {
    padding: 2em 0;
  }
  .c-section-container._top-space {
    padding-top: 2em;
  }
  .c-section-container._bottom-space {
    padding-bottom: 2em;
  }
  .c-section-header .ja {
    font-size: 2.4rem;
  }
  .c-section-header .en {
    font-size: 1.2rem;
  }
  .c-section-header__subtitle {
    font-size: 2rem;
  }
  .c-section-lead {
    font-size: 1.2rem;
  }
  .c-profile-table {
    font-size: 1.2rem;
  }
  .c-profile-table dl {
    padding: 1em 0;
  }
  .c-profile-table dl > dt {
    width: 30%;
  }
  .c-price-table {
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), #f3f3f3 15px) 0 0/50px 100%, -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #f6f6f6 15px) right/50px 100%;
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0), #f3f3f3 15px) 0 0/50px 100%, -o-linear-gradient(left, rgba(255, 255, 255, 0), #f6f6f6 15px) right/50px 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #f3f3f3 15px) 0 0/50px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), #f6f6f6 15px) right/50px 100%;
    background-repeat: no-repeat;
    background-attachment: local;
    min-width: 800px;
    font-size: 1.3rem;
  }
  .c-price-table tbody th, .c-price-table tbody td {
    padding: 0;
  }
  .c-price-table tbody td {
    font-size: 1.5rem;
    background-color: transparent;
  }
  .p-top-mainvisual__copy img {
    display: block;
    width: 70%;
  }
  .p-top-section-header .ja {
    font-size: 2.4rem;
  }
  .p-top-section-header .en {
    font-size: 1.5rem;
  }
  .p-top-topics {
    position: static;
    width: 100%;
    margin-top: 0;
    padding: .75em;
  }
  .p-top-topics__item a {
    font-size: 1.2rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-top-topics__text {
    width: 20em;
  }
  ._top-showroom .p-top-section-header__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  ._top-showroom .p-top-section-header__title {
    margin-bottom: 20px;
  }
  ._top-showroom .p-top-section-header .ja {
    font-size: 2.4rem;
  }
  .p-top-blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-top-blog-article {
    width: 100%;
    margin-bottom: 2.85em;
  }
  .p-top-blog-article-frame__img {
    padding-top: 50%;
  }
  .p-top-car__lead {
    font-size: 1.3rem;
  }
  ._top-maintenance .p-top-section-header__title {
    width: 100%;
  }
  ._top-maintenance .p-top-section-header.is-secondary {
    padding: 2em 0 7.6em;
  }
  ._top-maintenance .p-top-maintenance {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._top-maintenance .p-top-maintenance__bg {
    height: 0;
    width: 95%;
    padding-top: 90%;
    margin: -95px 0 0 0;
  }
  ._top-maintenance .p-top-maintenance__box {
    width: 100%;
    margin: 1em 0 0 0;
  }
  ._top-maintenance .p-top-maintenance__lead {
    padding-left: 0;
    font-size: 1.3rem;
  }
  ._top-carlife .p-top-carlife__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._top-carlife .p-top-carlife__box:before {
    padding-top: 100%;
  }
  ._top-carlife .p-top-carlife__lead {
    width: 80%;
    top: 50%;
  }
  ._top-carlife .p-top-carlife__lead p {
    letter-spacing: .1em;
    font-size: 1.2rem;
  }
  ._top-carlife .p-top-carlife .p-top-block {
    position: static;
  }
  ._top-carlife .p-top-section-header {
    padding: 0 0 40px;
  }
  .p-newcar-content div[id^="img600"] {
    width: 100%;
    float: none;
  }
  .p-newcar-content div[id^="img600"]:nth-of-type(2n) {
    margin: 0;
  }
  .p-newcar-content table img {
    width: 100%;
  }
  .p-specialcar-content .frame-c {
    margin-bottom: 15px;
  }
  .p-specialcar-content .frame-c .mainimg-cw {
    width: 100%;
  }
  .p-specialcar-content .frame-c .mainimg-cw a {
    margin: 0 auto 30px;
  }
  .p-specialcar-content .frame-c .mainimg-cw a .nc-a {
    width: auto;
  }
  .p-specialcar-content .frame-c * {
    font-size: 1.2rem;
  }
  .CMN-L__carItem-img img {
    width: 100%;
  }
  .CMN-L__carItem-spec {
    padding: 1.2em 1em;
  }
  .CMN-L__carItem-fuel2Inner img {
    width: 100%;
  }
  #COMMON-UCAR {
    font-size: 1.3rem;
  }
  #usedcar-resp #UCAR-search {
    padding-top: 10px;
  }
  #usedcar-resp .COMMON-UCAR-search table,
  #usedcar-resp .COMMON-UCAR-search thead,
  #usedcar-resp .COMMON-UCAR-search tbody,
  #usedcar-resp .COMMON-UCAR-search tr,
  #usedcar-resp .COMMON-UCAR-search th,
  #usedcar-resp .COMMON-UCAR-search td {
    line-height: 1.75;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #usedcar-resp .COMMON-UCAR-search th {
    padding-top: .75em;
  }
  #usedcar-resp .COMMON-UCAR-search td {
    padding-bottom: .75em;
    border-bottom: 1px solid #c9c9c9;
  }
  #usedcar-resp .COMMON-UCAR-search-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #usedcar-resp .COMMON-UCAR-search-btns .COMMON-UCAR-search-submit {
    display: block;
    float: none;
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 10px;
  }
  #usedcar-resp .COMMON-UCAR-search-btns .COMMON-UCAR-search-toggle,
  #usedcar-resp .COMMON-UCAR-search-btns .COMMON-UCAR-search-reset {
    display: block;
    float: none;
    width: auto;
    margin: 0 10px;
  }
  #usedcar-resp .COMMON-UCAR-search-btns .COMMON-UCAR-search-title {
    margin-top: 1em;
  }
  #usedcar-resp .COMMON-UCAR-detail-table table,
  #usedcar-resp .COMMON-UCAR-detail-table thead,
  #usedcar-resp .COMMON-UCAR-detail-table tbody,
  #usedcar-resp .COMMON-UCAR-detail-table tr,
  #usedcar-resp .COMMON-UCAR-detail-table th,
  #usedcar-resp .COMMON-UCAR-detail-table td {
    line-height: 1.75;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #usedcar-resp .COMMON-UCAR-detail-table th br{
    display: none;
  }
  #usedcar-resp .COMMON-UCAR-detail-table th .COMMON-UCAR-recycle{
    margin: 0 1em;
    display: inline-block;
    vertical-align: middle;
  }
  #usedcar-resp .COMMON-UCAR-detail-table th,
  #usedcar-resp .COMMON-UCAR-detail-table td {
    padding: .75em 1em;
  }
  #usedcar-resp .COMMON-UCAR-detail-shop-name,
  #usedcar-resp .COMMON-UCAR-detail-shop-info {
    float: none;
    padding-top: 1em;
  }
  .p-showroom-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-showroom-list__item {
    width: 100%;
    margin-bottom: 2em;
  }
  .p-showroom-list__zip, .p-showroom-list__address, .p-showroom-list__tel, .p-showroom-list__hours {
    font-size: 1.2rem;
  }
  .p-showroom-list__information {
    height: 240px;
  }
  .p-sr-profile__row {
    padding: 0 0 30px;
  }
  .p-sr-profile__row:before {
    margin: 0 0 20px;
  }
  .p-sr-profile__row:after {
    margin: 20px 0 0;
  }
  .p-sr-profile__item {
    width: 100%;
    padding-bottom: 17px;
    line-height: 1.5;
  }
  .p-sr-profile__item dt, .p-sr-profile__item dd {
    font-size: 1.2rem;
  }
  .p-sr-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog__paging {
    font-size: 1.1rem;
  }
  .blog__title {
    font-size: 1.3rem;
  }
  .blog__date {
    font-size: 1rem;
  }
  .blog__body {
    font-size: 1.2rem;
  }
  .p-staff-container .ATC-shop-contents-staff-list {
    width: 100%;
  }
  .p-staff-container .ATC-photo-thumb-frame {
    width: 100%;
  }
  .p-staff-container .ATC-shop-contents-staff-list-qualification {
    width: 100%;
    border-left: none;
    padding: 5% 0 0;
    border-top: 1px solid #ccc;
  }
  .p-staff-container .ATC-shop-contents-staff-list-name > div {
    margin-right: 0;
    margin-bottom: .45em;
  }
  .p-maintenance-necessary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 1.3rem;
  }
  .p-maintenance-necessary__title {
    width: auto;
  }
  .p-maintenance-necessary__list {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-maintenance-necessary__list li:nth-of-type(2n) {
    padding-left: 0;
  }
  .p-maintenance-schedule-note {
    padding: .75em 0 0;
  }
  .p-maintenance-schedule-timeline__body {
    font-size: 1.3rem;
  }
  .p-maintenance-merit__item img {
    width: 100%;
  }
  .p-maintenance-price {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.2))) 0 0/20px 100%, -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.2))) right/20px 100%;
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/20px 100%, -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/20px 100%, -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/20px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    overflow: auto;
  }
  .p-maintenance-menu {
    -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-maintenance-menu-block {
    width: 100%;
    margin-bottom: 2.4em;
  }
  .p-maintenance-banner__text {
    font-size: 1.3rem;
  }
  .p-makaseciao-intro__image {
    width: 80%;
    margin: auto;
  }
  .p-makaseciao-intro img {
    display: block;
    width: 100%;
  }
  .p-makaseciao-intro__lead {
    font-size: 1.2rem;
  }
  .p-makaseciao-intro__head:before {
    height: 13em;
  }
  .p-environment-fig__head {
    font-size: 1.8rem;
  }
  section#advUpload{
    width: 100%;
  }
  section#advUpload article{
    margin: 0;
  }
  section#advUpload article img{
    display: block;
    width: 100%;
  }
  article.omote{
    float: none;
    margin-bottom: .85em;
  }
  .p-terms-plugin {
    padding: 1em;
    font-size: 1.2rem;
  }
  .p-terms-plugin__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-terms-plugin__text {
    padding-left: 0;
  }
  .p-terms-text {
    font-size: 1.3rem;
  }
  .p-terms-ssl__block {
    font-size: 1.3rem;
  }
  .p-privacy-lead {
    font-size: 1.3rem;
    padding: 2.5em 0 2em;
  }
  .p-privacy-section {
    padding-top: 1.4em;
  }
  .p-privacy-section__title {
    font-size: 1.4rem;
  }
  .p-privacy-section__list {
    line-height: 2;
    padding-left: 1em;
    font-size: 1.2rem;
  }
  .p-privacy-section__text {
    font-size: 1.2rem;
  }
  .p-privacy-section a {
    display: block;
    font-size: 1.2rem;
  }
  .p-privacy-box {
    font-size: 1.3rem;
    padding: 1em 0;
  }
  .p-privacy-insurance {
    padding-left: 0;
  }
  .p-privacy-insurance__title {
    font-size: 1.4rem;
  }
  .p-privacy-insurance__list a {
    font-size: 1.2rem;
    display: block;
  }
  .p-privacy-signature {
    font-size: 1.2rem;
  }
  .p-privacy-banner {
    padding: 0 0 40px;
  }
  .p-privacy-banner img {
    display: block;
    width: 100%;
  }
  .p-none-heading {
    height: 120px;
  }
  .p-none-lead > p {
    font-size: 1.2rem;
  }
}





.Mut-holidays[data-hansha-cd="36510551"] {
  max-width: 950px;
  margin: 0.5em auto 2em;
}
@media screen and (max-width: 768px) {
  .Mut-holidays[data-hansha-cd="36510551"] {
    padding: 1em 5.125%;
    font-size: 1.4rem;
  }
  .Mut-holidays[data-hansha-cd="36510551"] .Mut-holidays__button{
    font-size: 1.1rem;
  }
}