.c-container--lg {
  max-width: 1090px;
}

.u-f {
  display: flex;
}

.p-about-post {
  min-width: 120px;
}
.p-page-carlife .price .necessary .necessary-box__flx.p-4-none li {
  max-width: 25%;
}
.p-page-carlife .price .necessary .necessary-box__flx.p-4-none li:last-child {
  margin-right: 0;
}
.p-page-carlife .price .necessary .necessary-box__flx.p-4-none li:last-child::before {
  background-image: url(../images/carlife-support/s-item05.png);
  height: 63px;
}

.p-mainte__coat:not(:last-of-type) {
  margin-bottom: 30px;
}

.p-mainte__coat__heading {
  padding-top: 25px;
}

.p-mainte__coat--hard {
  --label-color: #386798;
  --spec-color: #153a7c;
}

.p-mainte__coat--kiwami {
  --label-color: #e65155;
  --spec-color: #e65155;
}

.p-mainte__coat--glass {
  --label-color: #666666;
  --spec-color: #666666;
}

.p-mainte__coat--hard .p-mainte__coat__heading {
  background-image: url(../images/maintenance/bg-pattern-silver.jpg);
  background-repeat: repeat;
  padding-bottom: 20px;
}

.p-mainte__coat--kiwami .p-mainte__coat__heading {
  background-image: url(../images/maintenance/bg-pattern-gold.jpg);
  background-repeat: repeat;
  padding-bottom: 3rem;
  letter-spacing: -0.02em;
}

.p-mainte__coat--glass .p-mainte__coat__heading {
  background-image: url(../images/maintenance/bg-pattern-gray.jpg);
  background-repeat: repeat;
  padding-bottom: 2.3rem;
  letter-spacing: -0.02em;
}

.p-mainte__coat__heading__inner {
  max-width: calc(100% - 30px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 880px;
  position: relative;
  flex-direction: column;
  gap: 20px 10px;
}

.p-mainte__coat__heading__image {
  order: -1;
}

.p-mainte__coat--kiwami .p-mainte__coat__heading__image {
  width: 300px;
}

.p-mainte__coat--glass .p-mainte__coat__heading__image {
  width: 300px;
}

.p-mainte__coat__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: -4px;
  margin-right: -4px;
}

.p-mainte__coat__tags > li {
  padding-left: 4px;
  padding-right: 4px;
}

.p-mainte__coat__tag {
  border-radius: 5px;
  color: #fff;
  font-family: genkakuMedium;
  padding: 5px 15px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.p-mainte__coat__tag--reservation {
  background: #f22800;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

.p-mainte__coat__tag--outline {
  border: 2px solid currentColor;
}

.p-mainte__coat__tag--period {
  font-size: 1.2rem;
}

.p-mainte__coat__tag--period span:not([class]) {
  font-size: calc(14 / 12 * 1em);
}

.p-mainte__coat__heading__title {
  color: #fff;
  font-family: genkakuBold;
  letter-spacing: 0.05em;
  font-size: 2.4rem;
}

.p-mainte__coat__heading__title span:not([class]) {
  font-size: calc(60 / 40 * 1em);
}

.p-mainte__coat__heading__caption {
  color: #fff;
  font-family: genkakuMedium;
}

.p-mainte__coat__body {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 35px;
  font-family: genkanuRegular;
}

.p-mainte__coat__body__inner {
  max-width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  width: 880px;
  position: relative;
}

.p-mainte__coat__body__kiwamiHeading {
  text-align: center;
  font-family: genkakuBold;
  font-size: 1.4rem;
}

.p-mainte__coat__body__kiwamiHeading span:not([class]) {
  font-size: 2.2rem;
}

.p-mainte__coat__label {
  text-align: center;
  color: #fff;
  font-family: genkakuBold;
  letter-spacing: 0.05em;
  background: var(--label-color);
  font-size: 1.8rem;
  padding: 4px 10px;
}

body[id='body'] [class].p-mainte__coat__label.u-mb-30 {
  margin-bottom: 15px;
}

.p-mainte__coat__body__content {
  display: flex;
  flex-wrap: wrap;
  font-family: genkakuRegular;
}

.p-mainte__coat__body__content__l {
  width: 100%;
  margin-bottom: 30px;
}

.p-mainte__coat__spec {
  display: flex;
  align-items: center;
}

.p-mainte__coat__spec:not(:last-of-type) {
  margin-bottom: 15px;
}

.p-mainte__coat__spec__fukidashi {
  font-size: 1.4rem;
  font-family: genkakuBold;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffce24;
  border-radius: 5px;
  position: relative;
  min-width: 70px;
  margin-right: 20px;
  padding: 3px;
}

.p-mainte__coat__spec__fukidashi::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-left: 6px solid #ffce24;
  border-bottom: 3px solid transparent;
  transform: translate(100%, -50%);
}

.p-mainte__coat__spec__text {
  line-height: 1;
  font-family: genkakuBold, sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: var(--spec-color);
  letter-spacing: 0.05em;
}

.p-mainte__coat__spec__text--jump {
  font-size: 1.4rem;
}

.p-mainte__coat__spec__text--jump span:not([class]) {
  font-size: calc(24 / 14 * 1em);
}

.p-mainte__coat__body__content__l {
  width: 100%;
}
.p-mainte__coat__body__content__r {
  width: 100%;
}

.p-mainte__coat__body__content__table__caption {
  font-family: genkakuBold;
  font-size: 1.6rem;
  color: #153a7c;
  letter-spacing: 0.05em;
}

.p-mainte__coat__kiwamiImage {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 20px;
}

.p-mainte__coat__kiwamiImage__content {
  width: 100%;
  border: 3px solid #fb6e96;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.p-mainte__coat__kiwamiImage__content__heading {
  background: #fb6e96;
  color: #fff;
  text-align: center;
  font-family: genkakuBold;
  font-size: 1.6rem;
  padding: 12.5px 10px;
}

.p-mainte__coat__kiwamiImage__lists {
  background: #fbf5f7;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-family: genkakuRegular;
}

.p-mainte__coat__kiwamiImage__lists__item {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  padding-left: 15px;
  padding-right: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  letter-spacing: -0.05em;
}

.p-mainte__coat__kiwamiImage__lists__item__num {
  flex: 0 0 auto;
}

.p-mainte__coat__kiwamiImage__lists__item__num__label {
  font-family: genkakuBold;
  color: #fb6e96;
}

.p-mainte__coat__kiwamiImage__lists__item:not(:last-of-type) {
  border-bottom: 1px solid #cccccc;
}

.p-mainte__coat__kiwamiImage__result {
  position: relative;
  z-index: 0;
  width: 100%;
}

.p-mainte__coat__kiwamiImage__result__arrow {
  display: block;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(90deg);
}

.p-mainte__coat__kiwamiImage__result__comment {
  text-align: center;
  font-family: genkakuMedium;
  font-size: 1.4rem;
  color: #f22800;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 20px;
}

.p-mainte__coat__kiwamiImage__result__comment::before,
.p-mainte__coat__kiwamiImage__result__comment::after {
  content: '';
  background: currentColor;
  width: 2px;
  height: 2em;
  margin-bottom: 3px;
}

.p-mainte__coat__kiwamiImage__result__comment::before {
  transform: rotate(-20deg);
}
.p-mainte__coat__kiwamiImage__result__comment::after {
  transform: rotate(20deg);
}

.c-table-price {
  width: 100%;
  letter-spacing: -0.05em;
}

.c-table-price td {
  border: 1px solid #386798;
  padding: 3px 10px;
  vertical-align: middle;
}

.c-table-price th {
  padding: 3px 10px;
  vertical-align: middle;
  border: 1px solid #333333;
}

.c-table-price__grade {
  background: #386798;
  letter-spacing: 0.05em;
  color: #fff;
  width: 50px;
  text-align: center;
  font-size: 1.6rem;
  font-family: genkakuBold;
}

.c-table-price__price {
  font-family: genkakuBold, sans-serif;
  font-weight: 700;
  text-align: center;
  width: 80px;
}

.c-table-price__price--small{
  font-size: 1.3rem;
}

.c-table-price__price span:not([class]) {
  font-size: calc(12 / 15 * 1em);
}

.p-mainte__option__title {
  text-align: center;
  font-family: genkakuBold;
  line-height: 1.2;
  font-size: 1.6rem;
}

.p-mainte__option__title span:not([class]) {
  font-size: 2.6rem;
}

.p-mainte__option__inner {
  max-width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  width: 1060px;
}

.p-mainte__option__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
}

.p-mainte__option__grid__full {
  width: 100%;
}

.p-mainte__option__grid__2col {
  width: 100%;
}

.p-mainte__option__menu {
  background: #fff;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
}

.p-mainte__option__menu__title {
  font-family: genkakuMedium;
  font-size: 2rem;
  color: #153a7c;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 2px;
}

.p-mainte__option__btnArea {
  background: #fff;
  padding: 40px 15px 45px;
}

.p-mainte__option__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: skewX(-25deg);
  border: 3px solid #153a7c;
  color: #153a7c;
  font-family: genkakuMedium;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  transition: background 0.3s, color 0.3s;
}

.p-mainte__option__btn:hover {
  background: #153a7c;
  color: #fff;
}

.p-mainte__option__btn__label {
  transform: skewX(25deg);
  font-size: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.p-mainte__option__btn__label::before {
  content: '';
  background: currentColor;
  width: 20px;
  height: 7px;
  transform: skewX(-25deg);
  margin-right: 15px;
}

.p-mainte__factory__image {
  display: flex;
  justify-content: center;
  margin: 0 -10px;
  text-align: center;
}

.p-mainte__factory__image > div {
  padding: 0 10px;
}

.p-mainte__factory__image > img {
  width: 100%;
}


@media only screen and (max-width: 1023px) {
  .p-mainte__coat__kiwamiImage__result__img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .p-mainte__coat__kiwamiImage__result__comment {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .p-mainte__coat__body__content__table__col .c-table-price:not(:last-of-type) tr:last-of-type td,
  .p-mainte__coat__body__content__table__col .c-table-price:not(:last-of-type) tr:last-of-type th {
    border-bottom: none;
  }

  .p-mainte__coat__heading__image {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .p-mainte__factory__image {
    flex-direction: column;
    margin: 0;
  }
  .p-mainte__factory__image > div {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  .p-mainte__option__menu {
    padding-top: 25px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 50px;
  }

  .p-mainte__coat__heading__title {
    font-size: 3.2rem;
  }

  .p-mainte__coat__heading__caption {
    font-size: 1.6rem;
  }

  .p-mainte__coat__spec__fukidashi {
    min-width: 90px;
  }

  .p-mainte__coat__label {
    font-size: 2rem;
  }

  body[id='body'] [class].p-mainte__coat__label.u-mb-30 {
    margin-bottom: 30px;
  }

  .p-mainte__coat__spec__text {
    font-size: 1.8rem;
  }

  .p-mainte__coat__kiwamiImage__lists__item {
    flex-direction: row;
  }

  .p-mainte__coat__body__content__table__col {
    display: flex;
  }

  .p-mainte__coat__body__content__table__col .c-table-price:not(:last-of-type) tr td:last-of-type {
    border-right: none;
  }

  .p-mainte__coat--hard .p-mainte__coat__heading__image {
    margin-bottom: -20px;
  }

  .p-mainte__coat__heading {
    padding-top: 30px;
  }

  .p-mainte__coat__body {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .p-mainte__coat__body__kiwamiHeading span:not([class]) {
    font-size: 2.6rem;
  }

  .p-mainte__coat--hard .p-mainte__coat__heading {
    padding-bottom: 0;
  }

  .p-mainte__coat__heading__image {
    order: 1;
  }

  .p-mainte__coat__heading__inner {
    flex-direction: row;
  }

  .p-mainte__coat__spec:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .p-mainte__option__btn__label {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 1024px) {
  .p-mainte__coat__body__content {
    flex-wrap: nowrap;
  }

  .p-mainte__coat__body__content__l {
    width: calc(360 / 880 * 100%);
    padding-right: 40px;
    flex: 0 0 auto;
    margin-bottom: 0;
  }

  .p-mainte__coat__heading__title {
    font-size: 4rem;
  }

  .p-mainte__coat__heading__caption {
    font-size: 1.8rem;
  }

  .p-mainte__coat--kiwami .p-mainte__coat__heading__image {
    width: auto;
  }

  .p-mainte__coat--glass .p-mainte__coat__heading__image {
    width: auto;
  }

  .p-mainte__coat__kiwamiImage__content {
    width: calc(610 / 880 * 100%);
  }

  .p-mainte__coat__kiwamiImage__result__arrow {
    position: absolute;
    left: -38px;
    bottom: 20px;
    transform: none;
  }

  .p-mainte__coat__kiwamiImage__result {
    width: auto;
  }

  .p-mainte__coat__kiwamiImage {
    flex-wrap: nowrap;
  }

  .p-mainte__option__grid__2col {
    width: 50%;
  }

  .p-mainte__option__btn {
    padding: 20px 10px;
  }

  .p-mainte__option__btn__label {
    font-size: 3rem;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .p-page-carlife .price .necessary .necessary-box__flx.p-4-none li:last-child::before {
    background-image: url(../images/carlife-support/s-item05@2x.png);
  }
  .p-mainte__coat--hard .p-mainte__coat__heading {
    background-image: url(../images/maintenance/bg-pattern-silver@2x.jpg);
  }
  .p-mainte__coat--kiwami .p-mainte__coat__heading {
    background-image: url(../images/maintenance/bg-pattern-gold@2x.jpg);
  }
  .p-mainte__coat--glass .p-mainte__coat__heading {
    background-image: url(../images/maintenance/bg-pattern-gray@2x.jpg);
  }
}

@media only screen and (max-width: 660px) {
  .p-page-carlife .price .necessary .necessary-box__flx.p-4-none {
    margin-left: -5px;
    margin-right: -5px;
  }
  .p-page-carlife .price .necessary .necessary-box__flx.p-4-none li {
    max-width: calc(50% - 10px);
    margin: 0 5px;
  }
  .p-page-carlife .price .necessary .necessary-box__flx.p-4-none li:last-child {
    margin-right: 5px;
  }
}

@media only screen and (max-width: 414px) {
  .p-page-carlife .price .necessary .necessary-box__flx.p-4-none li:last-child::before {
    margin-top: 0;
    width: 31px;
    height: 40px;
  }
}

.p-mainte__option__grid__full__main{
  position: relative;
  margin-top: 2rem;
  padding: 3rem 2rem;
  z-index: 0;
}

.p-mainte__option__grid__full__main__bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 30rem;
  object-fit: cover;
  z-index: -1;
}

.c-tag-red{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3rem;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #fff;
  background: #f22800;
}

.p-mainte__option__grid__full__wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
}

.p-mainte__option__grid__full__wrap__tag{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.p-mainte__option__grid__full__wrap__tag__item{
  min-height: 3rem;
  padding: 0rem 1rem;
  font-size: 1.2rem;
  line-height: 1.3;
  border-radius: 5px;
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
}

.p-mainte__option__grid__full__wrap__tag__item span{
  margin: 0 0.1em;
  font-size: calc( 18 / 12 * 1em );
}

.p-mainte__option__grid__full__title{
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 1rem;
  color: #fff;
}

.p-mainte__option__grid__full__label{
  font-size: 1.6rem;
  color: #fff;
}

.p-annotation {
  font-size: 1.4rem;
  letter-spacing: -.02em;
  padding-bottom: 5px;
  text-indent: -2em;
  padding-left: 2em;
}

.c-table-single{
  width: 100%;
  max-width: 100%;
}

.c-table-single__title{
  display: block;
  width: 100%;
  min-height: 3rem;
  padding: 0.5rem 1rem;
  text-align: center;
  color: #fff;
  background: #386798;
}

.c-table-single__price{
  display: block;
  width: 100%;
  min-height: 3rem;
  padding: 0.5rem 0.2rem;
  text-align: center;
  background: #fff;
  font-family: genkakuBold;
  font-weight: 700;
}

.u-mt-5{
  margin-top: 0.5rem;
}

.u-mt-10{
  margin-top: 1rem;
}

.u-mt-20{
  margin-top: 2rem;
}

.u-mt-30{
  margin-top: 3rem;
}

.u-mr-10{
  margin-right: 1rem;
}

.u-m-auto{
  margin-left: auto;
  margin-right: auto;
}

.u-w-auto{
  width: auto;
}

.u-w-full{
  width: 100%;
}

.u-mw-80p{
  width: 80%;
}

.u-w-210{
  width: 100%;
}

.u-flex-none{
  flex: none;
}

.u-flex-auto{
  flex: auto;
}

.u-text-center{
  text-align: center;
}

.u-text-right{
  text-align: left;
}

.flex-center{
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-color-white{
  color: #fff;
}

.u-weight-bold{
  font-weight: bold;
  font-family: genkakuBold;
}

.c-flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.u-flex{
  display: flex;
}

.u-w-2col{
  width: calc( 100% / 1 );
  padding: 15px 20px;
}

.u-w-3col{
  width: calc( 100% / 1 );
  padding: 10px;
}

.u-w-4col{
  width: calc( 100% / 1 );
  padding: 5px;
}

.c-flex-x-10{
  margin: -10px;
}

.c-flex-x-5{
  margin: -5px;
}

.c-flex-x-20{
  margin-left: -20px;
  margin-right: -20px;
}

.c-flex-y-15{
  margin-top: -15px;
  margin-bottom: -15px;
}

.u-text-13{
  font-size: 1.3rem;
}

.u-text-14{
  font-size: 1.4rem;
}

.u-text-16{
  font-size: 1.6rem;
}

.u-shadow {
  text-shadow: 1px 1px 3px #333;
}

.u-weight-normal{
  font-weight: normal;
  font-family: genkakuRegular;
}

.u-color-blue-153a7c{
  color: #153a7c;
}

.u-color-red-f22800{
  color: #f22800;
}

.u-items-start{
  align-items: flex-start;
}

.u-flex-col{
  display: flex;
  flex-direction: column;
}

.u-flex-row-reverse{
  flex-direction: row-reverse;
}

.u-flex-col-reverse{
  flex-direction: column-reverse;
}

.u-pb-10 {
  padding-bottom: 1rem;
}

.u-gap-10{
  gap: 1rem;
}

.u-gap-20{
  gap: 2rem;
}

.u-justify-center{
  justify-content: center;
}

.c-table-price__grade--small{
  width: 3rem;
  padding: 0 !important;
}

.c-table-price__grade--large{
  width: 13rem;
  padding: 0 !important;
}

.c-table-price__grade--xlarge{
  width: 24rem;
  padding: 0 !important;
}

.u-ib{
  display: inline-block;
}

.u-ls-50 {
  letter-spacing: -0.1em;
}

.u-bg-gray-e7ebf2{
  background: #e7ebf2;
}

.u-gutter{
  padding: 0.5rem 1rem;
}

.u-w-full-lg{
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-table-single{
    width: 31rem;
  }

  .u-mw-80p{
    width: 100%;
  }

  .u-md-w-half {
    width: 50%;
  }

  .u-md-w-third {
    width: 33.33333333333333%;
  }

  .u-w-2col{
    width: calc( 100% / 2 );
  }

  .u-w-3col{
    width: calc( 100% / 3 );
  }

  .u-w-4col{
    width: calc( 100% / 4 );
  }

  .p-mainte__option__grid__full__wrap{
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .c-table-single__title{
    display: table-cell;
    width: 24rem;
    text-align: left;
  }

  .c-table-single__price{
    display: table-cell;
    width: 7rem;
    text-align: left;
  }

  .md-u-border-none{
    border-bottom: none !important;
  }

  .u-text-right{
    text-align: right;
  }

}

@media only screen and (min-width: 1024px) {
  .u-flex-row-reverse{
    flex-direction: row;
  }

  .u-flex-col-reverse{
    flex-direction: row;
  }

  .c-flex{
    justify-content: flex-start;
  }

  .u-w-full-lg{
    width: auto;
  }

  .u-w-210{
    width: 210px;
  }

  .u-w-2col{
    width: calc( 100% / 2 );
  }

  .u-flex-nowrap{
    flex-wrap: nowrap;
  }

  .p-mainte__option__grid__full__main{
    padding: 3rem 5rem;
  }

  .p-mainte__option__grid__full__title{
    font-size: 3.6rem;
  }

  .p-mainte__option__grid__full__label{
    font-size: 1.8rem;
  }
}

.u-red-e13232 {
  color: #e13232;
}

.p-price-title__subtext {
  background: #153a7c;
  display: flex;
  justify-content: center;
  color: #fff;
  margin-bottom: 4rem;
  padding: 1rem 2rem;
}