@charset "UTF-8";

/*** color ***/

html {
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 1.4rem;
  color: #333;
}

img {
  width: 100%;
  vertical-align: bottom;
}

h1,
h2,
h3 {
  color: inherit;
}

.em-font {
  color: #F50028;
}

.display-sp {
  display: block;
}

.display-pc {
  display: none;
}

.p-accordion {
  margin-top: 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.p-accordion__btn {
  padding: 13px 0;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-accordion__btn::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("https://pntc.sslcs.cdngc.net/cdn/idemitsucard-apollostationtheplatinumbusiness/img/circle_plus.png") no-repeat center/contain;
  margin-left: 5px;
  vertical-align: middle;
}

.p-accordion__btn img {
  width: auto;
  height: 15.5px;
}

.p-accordion__btn.is-open {
  background-color: #F2F2F2;
}

.p-accordion__btn.is-open::after {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/idemitsucard-apollostationtheplatinumbusiness/img/circle_minus.png");
}

.p-accordion__body {
  display: none;
  padding: 40px 0;
}

.p-accordion__body.is-open {
  display: block;
}

.p-accordion__close {
  cursor: pointer;
  text-align: center;
  margin-top: 40px;
  text-decoration: underline;
  display: inline-block;
  text-align: center;
  justify-content: center;
}

.p-accordion__close::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("https://pntc.sslcs.cdngc.net/cdn/idemitsucard-apollostationtheplatinumbusiness/img/circle_minus.png") no-repeat center/contain;
  margin-left: 5px;
  margin-top: -5px;
  vertical-align: middle;
}

.p-cdnPeriod {
  display: block;
  width: 413px;
  margin-right: auto;
  margin-left: auto;
  padding: 3px 0;
  border: 1px solid #6D7C8E;
  border-radius: 100px;
}

.p-anchors__title {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
}

.p-anchors__list {
  padding: 3px;
}

.p-anchors__list-item {
  font-weight: bold;
  font-size: 1.4rem;
}

.p-anchors__list-item:nth-child(n+2) {
  border-top: 1px solid #fff;
}

.p-anchors__list-item a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  width: 100%;
  padding: 20px 0;
  color: inherit;
}

.p-anchors__list-item a::after {
  content: "";
  display: block;
  width: 8px;
  height: 10px;
  background: url("https://pntc.sslcs.cdngc.net/cdn/idemitsucard-apollostationtheplatinumbusiness/img/arrow_simple_bottom@2x.png") no-repeat center/contain;
  margin-left: auto;
}

.p-anchors__list-item img {
  width: auto;
  height: 17px;
  margin-right: 10px;
}

.p-annotation {
  padding-left: 1em;
  line-height: 1.6;
  margin-top: 10px;
  font-size: 1.2rem;
  color: inherit;
}

.p-annotation li::before {
  content: "・";
  display: inline-block;
  margin-left: -1em;
}

.p-annotation.is-asterisk {
  color: #999999;
}

.p-annotation.is-asterisk li::before {
  content: "※";
}

.p-annotation.is-asterisk .p-annotation {
  margin-top: 6px;
}

.p-annotation.is-asterisk .p-annotation li::before {
  content: "・";
}

.p-box {
  overflow: hidden;
  position: relative;
  z-index: 0;
  width: 100%;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
}

.p-box__ribbon {
  transform-origin: 50% 0;
  position: absolute;
  transform: rotate(-30deg);
  left: -100px;
  top: 22.8px;
  padding: 10px 100px;
  background-color: #4F5F73;
  color: #fff;
}

.p-box__ribbon p {
  position: relative;
  padding: 0 6px;
}

.p-box__ribbon p::before,
.p-box__ribbon p::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  transform-origin: 0 100%;
  width: 1px;
  height: 14px;
  background-color: #fff;
}

.p-box__ribbon p::before {
  left: 0;
  transform: rotate(-30deg);
}

.p-box__ribbon p::after {
  right: 0;
  transform: rotate(30deg);
}

.p-carLife {
  position: relative;
  padding-top: 70px;
}

.p-carLife hr {
  -o-border-image: linear-gradient(90deg, #8D8465 0%, #E0D3AB 50%, #8D8465 100%) 1;
  border-image: linear-gradient(90deg, #8D8465 0%, #E0D3AB 50%, #8D8465 100%) 1;
  margin: 40px 0;
}

.p-carLife__ponta {
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-bottom: -3px;
}

.p-carLife__ponta img {
  width: auto;
}

.p-carLife__title {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 10px;
}

.p-carLife__title span {
  padding-top: 15px;
  font-size: 1.4rem;
}

.p-carLife__text {
  color: #fff;
  text-align: center;
}

.p-carLife__box {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding: 20px 10px 25px;
  min-height: 183px;
  color: #333;
}

.p-carLife__box img {
  padding-top: 17px;
  width: auto;
  margin-top: auto;
}

.p-carLife__box-title {
  font-weight: bold;
  font-size: 1.4rem;
}

.p-carLife__box-anno {
  font-size: 1.2rem;
  text-align: center;
  color: #999;
  margin-top: 5px;
  padding-left: 1em;
}

.p-carLife__box-anno li::before {
  content: "※";
  display: inline-block;
  margin-left: -1em;
}

.p-carLife__box-anno {
  font-size: 1.2rem;
  text-align: center;
  color: #999;
  margin-top: 5px;
  padding-left: 1em;
}

.p-carLife__box-anno li::before {
  content: "※";
  display: inline-block;
  margin-left: -1em;
}

a {
  color: #333;
  text-decoration: underline;
}

.p-wrapper {
  background-color: #2f2f2f;
  padding-bottom: 100px;
  color: #fff;
}

.p-inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.p-logo {
  text-align: center;
  vertical-align: bottom;
  line-height: 1;
  padding: 10px 0;
  font-size: inherit;
  background-color: #fff;
}

.p-logo img {
  width: 170px;
}

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

.p-title1 img {
  width: auto;
}

.p-text1 {
  margin-top: 20px;
  text-align: center;
}

.p-deco {
  position: relative;
  z-index: 1;
}

.p-deco img {
  width: auto;
  position: absolute;
  right: 0;
  bottom: -3px;
}

.p-title2 {
  font-weight: bold;
  font-size: 2rem;
  color: inherit;
  margin-bottom: 20px;
}

.p-title3 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.p-etcCard {
  position: relative;
  text-align: center;
  margin-top: 30px;
}

.p-etcCard::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 370px;
  height: 234px;
  border-radius: 30px;
  box-shadow: 0px 10px 30px 0px rgba(23, 23, 62, 0.3);
}

.p-etcCard img {
  width: auto;
}

.p-cv {
  position: relative;
  z-index: 0;
  background-color: #222324;
  padding: 20px 0;
}

.p-cv__btn {
  display: block;
  position: relative;
  padding: 15px;
  background: url("https://pntc.sslcs.cdngc.net/cdn/idemitsucard-apollostationtheplatinumbusiness/img/bg_btn.png") repeat-x top left/auto 100%;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  margin: 0 auto;
  text-decoration: none;
  width: 370px;
  text-align: center;
  box-shadow: 0px 5px 10px 0px rgba(75, 61, 6, 0.3);
}

.p-cv__btn::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: calc(50% - 6px);
  width: 13px;
  height: 13px;
  background: url("https://pntc.sslcs.cdngc.net/cdn/idemitsucard-apollostationtheplatinumbusiness/img/arrow_simple_right@2x.png") no-repeat center/contain;
}

.p-cv.js-stickyItem {
  position: fixed;
  z-index: 1000;
  left: 0;
  bottom: 0;
  opacity: 0;
  transform: translateY(100%);
  visibility: hidden;
  width: 100%;
  transition: transform 600ms ease-in-out, opacity 600ms ease-in-out, visibility 600ms;
}

.p-cv.js-stickyItem.is-show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.p-description__title {
  margin-bottom: 10px;
  font-weight: bold;
}

.p-description__title::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-color: #EF2594;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
  margin-top: -1px;
  margin-left: -15px;
}

.p-description + .p-description {
  margin-top: 20px;
}

.p-description__list {
  margin-top: 40px;
}

.p-description__term {
  position: relative;
  display: flex;
  gap: 13px;
  font-weight: bold;
  color: #111;
}

.p-description__term::before {
  content: "";
  width: 2px;
  height: auto;
  display: block;
  background-color: #4F5F73;
}

.p-description__description {
  margin-top: 20px;
}

.p-info-table {
  text-align: center;
  border: 1px solid #F2F2F2;
}

.p-info-table__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.p-info-table__row + .p-info-table__row {
  border-top: 1px solid #F2F2F2;
}

.p-info-table__col--head {
  padding: 10px;
  font-weight: bold;
  background-color: #F2F2F2;
}

.p-info-table__col--head + .p-info-table__col--head  {
  border-left: 1px solid #FFF;
}

.p-info-table__col {
  padding: 10px;
}

.p-info-table__col + .p-info-table__col {
  border-left: 1px solid #F2F2F2;
}

.p-description__dot-list {
  padding-left: 1em;
  text-indent: -1em;
}

.p-description .p-annotation {
  font-size: 1.4rem;
}

.p-driveOn__title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 30px;
}

.p-driveOn__title img {
  width: auto;
  margin-right: 20px;
}

.p-driveOn__boxes {
  display: flex;
  align-items: baseline;
}

.p-driveOn__box {
  display: flex;
  border-radius: 10px;
  position: relative;
  align-items: baseline;
  justify-content: center;
  font-weight: bold;
  font-size: 2rem;
  background-color: #E5EEF8;
  padding: 30px;
  width: 57.0772058824%;
  flex-shrink: 1;
  line-height: 1.1;
}

.p-driveOn__box:nth-child(n+2) {
  position: relative;
  margin-left: 92px;
  width: 34.4669117647%;
}

.p-driveOn__box:nth-child(n+2)::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  left: -66px;
  top: calc(50% - 20px);
  background: url("https://pntc.sslcs.cdngc.net/cdn/idemitsucard-apollostationtheplatinumbusiness/img/plus.png") no-repeat center/contain;
}

.p-driveOn__point {
  font-size: 3.8rem;
  color: #4F5F73;
  letter-spacing: -0.15em;
}

.p-driveOn__point img {
  width: auto;
}

.p-driveOn__tag {
  font-size: 1.4rem;
  margin-left: 10px;
  background-color: #fff;
  padding: 12px 14px;
  border-radius: 5px;
}

.p-driveOn__bottom {
  align-self: flex-end;
  line-height: 1;
}

.p-familyCard {
  position: relative;
  z-index: 0;
  width: 100%;
  background-color: #fff;
  padding: 40px;
  color: #333;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.p-familyCard__inner {
  display: flex;
  align-items: flex-end;
  max-width: 830px;
}

.p-familyCard__title {
  color: #111;
  font-size: 1.4rem;
  margin-bottom: 15px;
  font-weight: bold;
}

.p-familyCard__img {
  flex-shrink: 0;
  margin-left: 20px;
}

.p-familyCard__img img {
  width: auto;
}

.p-fee {
  padding: 40px;
  display: flex;
  justify-content: center;
  background-color: #fff;
  color: #333;
  margin-top: 30px;
}

.p-fee__inner {
  display: flex;
  max-width: 830px;
}

.p-fee__title {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-right: 52px;
  color: #111;
}

.p-fee__item {
  display: flex;
  position: relative;
  align-items: center;
}

.p-fee__item + .p-fee__item {
  margin-left: 87px;
}

.p-fee__item + .p-fee__item::before {
  content: "";
  display: block;
  position: absolute;
  left: -64px;
  top: calc(50% - 2.5PX);
  width: 40px;
  height: 17px;
  background: url("https://pntc.sslcs.cdngc.net/cdn/idemitsucard-apollostationtheplatinumbusiness/img/arrow_right.png") no-repeat center/contain;
}

.p-fee__label {
  display: flex;
  background-color: #f2f2f2;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 70px;
  height: 70px;
  font-weight: bold;
  margin-right: 16px;
}

.p-fee__point {
  display: flex;
  align-items: baseline;
  line-height: 1;
}

.p-fee__point img {
  width: auto;
  vertical-align: bottom;
}

.p-fee__point span {
  font-size: 2rem;
  font-weight: bold;
}

.p-howto {
  display: flex;
}

.p-howto__qr {
  flex-shrink: 0;
  padding-left: 29px;
  border-left: 1px solid #DDDDDD;
  margin-left: 30px;
  text-align: center;
}

.p-howto__qr img {
  width: auto;
}

.p-howto__qr-title {
  margin-bottom: 9px;
}

.p-imgText {
  display: flex;
}

.p-imgText__img {
  flex-shrink: 0;
  margin-left: 20px;
}

.p-imgText__img img {
  width: auto;
}

.p-imgText__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.p-insurance {
  margin-top: 70px;
}

.p-insurance__box {
  border: 1px solid #5f5f5f;
  display: flex;
  align-items: center;
  padding: 5px 20px;
}

.p-insurance__box img {
  width: auto;
  margin-right: 28px;
  flex-shrink: 0;
}

.p-insurance__box + .p-insurance__box {
  margin-top: 10px;
}

.p-insurance__item {
  border-top: 1px solid;
  -o-border-image: linear-gradient(90deg, #8D8465 0%, #E0D3AB 50%, #8D8465 100%) 1;
  border-image: linear-gradient(90deg, #8D8465 0%, #E0D3AB 50%, #8D8465 100%) 1;
  padding: 30px 0;
}

.p-insurance__item:last-child {
  padding-bottom: 0;
}

.p-insurance__service {
  display: flex;
}

.p-insurance__service-img {
  margin-right: 30px;
  width: 31.6239316239%;
  max-width: 370px;
  flex-shrink: 0;
}

.p-insurance__tags {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}

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

.p-insurance__tag-label {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #D9D9D9;
  font-weight: bold;
  font-size: 1.4rem;
  height: 48px;
  padding: 0 20px;
  color: #111;
  margin-right: 20px;
}

.p-insurance__tag-point {
  display: flex;
  flex-shrink: 0;
}

.p-insurance__tag-point img {
  width: auto;
}

.p-insurance__tag-point .p-annotation {
  margin: 0;
  margin-left: 20px;
  margin-top: 1em;
}

.p-kv {
  position: relative;
  z-index: 1;
}

.p-kv__wrap {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: #0F0D0D repeat-x center/auto 100%;
}

.p-kv__img {
  position: relative;
  width: 3000px;
  margin-left: calc((3000px - 100%) / -2);
}

.p-kv__deco {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  max-width: 100%;
}

.p-kv__deco img {
  position: absolute;
  width: auto;
  right: 65px;
  bottom: -8px;
}

.p-kv .p-cv__btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 80px;
  margin: 0 auto;
}

.p-point {
  display: flex;
}

.p-point + .p-point {
  margin-top: 40px;
}

.p-point__img {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  flex-shrink: 0;
  padding-left: 40px;
  border-right: 1px solid #ddd;
  margin-right: 30px;
}

.p-point__img img {
  width: auto;
}

.p-point__title {
  font-weight: bold;
  color: #111;
  font-size: 2rem;
  margin-bottom: 15px;
}

.p-point__8 {
  width: auto;
  padding: 0 5px 5px 0;
}

.p-point-card {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.p-point-card__item {
  position: relative;
  text-align: center;
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-point-card__item:nth-child(n+2) {
  margin-left: 54px;
}

.p-point-card__item:nth-child(n+2)::before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 17px;
  left: -48px;
  bottom: 55px;
  background: url("https://pntc.sslcs.cdngc.net/cdn/idemitsucard-apollostationtheplatinumbusiness/img/arrow_right.png") no-repeat center/contain;
}

.p-point-card__name {
  width: 100%;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 13px;
  border-bottom: 1px solid #ddd;
  min-height: 4em;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.7;
}

.p-point-card__body {
  margin-top: auto;
}

.p-point-card__body img {
  margin-top: 7px;
}

.p-reccomend {
  position: relative;
  z-index: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  color: #333;
  padding: 40px;
  margin-top: 60px;
}

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

.p-reccomend__icon img {
  width: auto;
}

.p-reccomend__title {
  text-align: center;
  margin-top: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #111;
  margin-bottom: 35px;
}

.p-reccomend__item {
  padding: 30px;
}

.p-reccomend__item:nth-child(2n-1) {
  background-color: #F2F2F2;
}

.p-reccomend__item-title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #111;
  margin-bottom: 10px;
}

.p-section {
  overflow: hidden;
  position: relative;
  z-index: 0;
  padding: 70px 0;
  background: no-repeat top center/1280px;
  color: #fff;
}

.p-section.is-white {
  background-color: #fff;
  color: #333;
}

.p-section.is-black {
  background-color: #000;
}

.p-section.is-gray {
  background-color: #2f2f2f;
}

.p-section.is-bordered {
  padding-top: 58px;
  background-color: #000;
  color: #fff;
}

.p-section.is-bordered::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 1280px;
  height: 8px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: linear-gradient(90deg, rgb(141, 132, 101) 0%, rgb(224, 211, 171) 19%, rgb(101, 93, 68) 49%);
}

.p-section.is-bordered::after {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, rgb(141, 132, 101) 50%, rgb(101, 93, 68) 51%);
}

.p-section__number {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 45px;
  margin: 0 auto;
  width: 1170px;
  max-width: 100%;
}

.p-section__number img {
  width: auto;
  margin-left: -10px;
}

.p-section#sec-1 {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/idemitsucard-apollostationtheplatinumbusiness/img/bg_sec1.png");
}

.p-section#sec-2 {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/idemitsucard-apollostationtheplatinumbusiness/img/bg_sec2.png");
}

.p-section#sec-3 {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/idemitsucard-apollostationtheplatinumbusiness/img/bg_sec3.png");
}

.p-section#sec-4 {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/idemitsucard-apollostationtheplatinumbusiness/img/bg_sec4.png");
}

.p-section#sec-5 {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/idemitsucard-apollostationtheplatinumbusiness/img/bg_sec5.png");
}

.p-section#sec-6 {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/idemitsucard-apollostationtheplatinumbusiness/img/bg_sec6.png");
}

.p-section#sec-7 {
  background-image: url("https://pntc.sslcs.cdngc.net/cdn/idemitsucard-apollostationtheplatinumbusiness/img/bg_sec7.png");
}

.p-service {
  position: relative;
  z-index: 0;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  color: #333;
  display: flex;
  padding: 30px;
  margin-top: 70px;
}

.p-service + .p-service {
  margin-top: 30px;
}

.p-service__img {
  width: 250px;
  flex-shrink: 0;
}

.p-service__body {
  padding-left: 20px;
}

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

.p-service__point-point {
  margin-top: -2px;
  padding-left: 26px;
  background: url(https://pntc.sslcs.cdngc.net/cdn/idemitsucard-apollostationtheplatinumbusiness/img/arrow_short_right.png) no-repeat 0 50%/16px auto;
}

.p-service__point-point img {
  width: auto;
}

.p-service .p-title2 {
  color: #111;
}

.p-service .p-title3 {
  color: #111;
  padding-left: 8px;
  margin-top: 20px;
  margin-bottom: 10px;
  border-left: 2px solid;
  -o-border-image: linear-gradient(0deg, #979797 22%, #BDBDBD 76%, #979797 100%) 1;
  border-image: linear-gradient(0deg, #979797 22%, #BDBDBD 76%, #979797 100%) 1;
}

.p-support {
  border-top: 1px solid;
  -o-border-image: linear-gradient(90deg, #8D8465 0%, #E0D3AB 50%, #8D8465 100%) 1;
  border-image: linear-gradient(90deg, #8D8465 0%, #E0D3AB 50%, #8D8465 100%) 1;
  margin-top: 70px;
}

.p-support__item {
  border-bottom: 1px solid;
  -o-border-image: linear-gradient(90deg, #8D8465 0%, #E0D3AB 50%, #8D8465 100%) 1;
  border-image: linear-gradient(90deg, #8D8465 0%, #E0D3AB 50%, #8D8465 100%) 1;
  padding: 30px 0;
}

.p-support__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.p-support__textImg {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
}

.p-support__textImg-body {
  width: 100%;
  flex-shrink: 1;
}

.p-support__textImg-img {
  width: 100px;
  margin-left: 30px;
  flex-shrink: 0;
}

.p-support__textImg-img img {
  width: auto;
}

.p-support__box {
  overflow: hidden;
  position: relative;
  z-index: 0;
  text-align: center;
  padding: 20px;
  background: #1B1A1B;
}

.p-support__box::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: calc(100% - 43px);
  top: 0;
  width: 10000%;
  height: 100%;
  background-color: #000100;
  transform-origin: 0 0;
  transform: skewX(-34.44deg);
  border-left: 1px solid;
  -o-border-image: linear-gradient(180deg, #8D8465 0%, #E0D3AB 19%, #8D8465 49%) 1;
  border-image: linear-gradient(180deg, #8D8465 0%, #E0D3AB 19%, #8D8465 49%) 1;
}

.p-support__box-title {
  font-weight: bold;
  margin-bottom: 15px;
}

.p-support__box-tags {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}

.p-support__box-tag {
  width: calc(50% - 5px);
  color: #111;
  background-color: #d9d9d9;
  text-align: center;
  padding: 10px;
  min-height: 121px;
}

.p-support__centering {
  display: flex;
  justify-content: center;
  text-align: left;
}

.p-tab {
  margin-top: 70px;
  position: relative;
}

.p-tab__head {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.p-tab__head-item {
  position: relative;
  width: calc(50% - 15px);
  height: 50px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.4rem;
  display: flex;
  flex-shrink: 1;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #D9D9D9;
  color: #333;
}

.p-tab__head-item p {
  flex-shrink: 0;
}

.p-tab__head-item:nth-child(n+2) {
  margin-left: 5px;
}

.p-tab__head-item.is-active {
  background-color: #fff;
  color: #111;
}

.p-tab__body {
  position: relative;
  z-index: 0;
  background-color: #fff;
  color: #333;
  padding: 40px;
}

.p-tab__body .p-title2 {
  color: #111;
}

.p-tab__body-item {
  display: none;
}

.p-tab__body-item.is-active {
  display: block;
}

.p-tab hr {
  -o-border-image: linear-gradient(90deg, #8D8465 0%, #E0D3AB 50%, #8D8465 100%) 1;
  border-image: linear-gradient(90deg, #8D8465 0%, #E0D3AB 50%, #8D8465 100%) 1;
  margin: 40px 0;
}

.p-tab .p-annotation {
  color: #999;
}

.u-bold {
  font-weight: bold !important;
}

.u-ls-02 {
  letter-spacing: -0.02em !important;
}

.u-lh-1 {
  line-height: 1 !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-width-auto {
  width: auto !important;
}

.u-color-f2 {
  color: #f2f2f2 !important;
}

.u-color-lighter {
  color: #E5EEF8 !important;
}

.u-fz-10 {
  font-size: 10px !important;
}

.u-fz-11 {
  font-size: 11px !important;
}

.u-fz-12 {
  font-size: 12px !important;
}

.u-fz-13 {
  font-size: 13px !important;
}

.u-fz-14 {
  font-size: 14px !important;
}

.u-fz-15 {
  font-size: 15px !important;
}

.u-fz-16 {
  font-size: 16px !important;
}

.u-fz-17 {
  font-size: 17px !important;
}

.u-fz-18 {
  font-size: 18px !important;
}

.u-fz-19 {
  font-size: 19px !important;
}

.u-fz-20 {
  font-size: 20px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-pr-0 {
  padding-right: 0px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pl-0 {
  padding-left: 0px !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pr-5 {
  padding-right: 5px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pl-5 {
  padding-left: 5px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pr-15 {
  padding-right: 15px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pl-15 {
  padding-left: 15px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-ml-15 {
  margin-left: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pr-25 {
  padding-right: 25px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pl-25 {
  padding-left: 25px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mr-25 {
  margin-right: 25px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-ml-25 {
  margin-left: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pl-30 {
  padding-left: 30px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pr-35 {
  padding-right: 35px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pl-35 {
  padding-left: 35px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mr-35 {
  margin-right: 35px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-ml-35 {
  margin-left: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pr-45 {
  padding-right: 45px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pl-45 {
  padding-left: 45px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mr-45 {
  margin-right: 45px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-ml-45 {
  margin-left: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pr-50 {
  padding-right: 50px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pl-50 {
  padding-left: 50px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-ml-50 {
  margin-left: 50px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pr-55 {
  padding-right: 55px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pl-55 {
  padding-left: 55px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mr-55 {
  margin-right: 55px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-ml-55 {
  margin-left: 55px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-ml-60 {
  margin-left: 60px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pr-65 {
  padding-right: 65px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pl-65 {
  padding-left: 65px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mr-65 {
  margin-right: 65px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-ml-65 {
  margin-left: 65px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pr-70 {
  padding-right: 70px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pl-70 {
  padding-left: 70px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mr-70 {
  margin-right: 70px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-ml-70 {
  margin-left: 70px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pr-75 {
  padding-right: 75px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pl-75 {
  padding-left: 75px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mr-75 {
  margin-right: 75px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-ml-75 {
  margin-left: 75px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pr-80 {
  padding-right: 80px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pl-80 {
  padding-left: 80px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-ml-80 {
  margin-left: 80px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pr-85 {
  padding-right: 85px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pl-85 {
  padding-left: 85px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mr-85 {
  margin-right: 85px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-ml-85 {
  margin-left: 85px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pr-90 {
  padding-right: 90px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pl-90 {
  padding-left: 90px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mr-90 {
  margin-right: 90px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-ml-90 {
  margin-left: 90px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-pr-95 {
  padding-right: 95px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pl-95 {
  padding-left: 95px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mr-95 {
  margin-right: 95px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-ml-95 {
  margin-left: 95px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pr-100 {
  padding-right: 100px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-pl-100 {
  padding-left: 100px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mr-100 {
  margin-right: 100px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-ml-100 {
  margin-left: 100px !important;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.6;
    text-decoration: none;
  }

  .display-sp {
    display: none;
  }

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

  .p-anchors__list-item {
    width: 170px;
    text-align: center;
  }

  .p-anchors__list-item:nth-child(n+2) {
    border-top: none;
    border-left: 1px solid #fff;
  }

  .p-anchors__list-item a {
    padding: 0;
    display: block;
  }

  .p-anchors__list-item a:focus {
    outline: none;
  }

  .p-anchors__list-item a::after {
    width: 11px;
    height: 11px;
    margin-top: 17px;
    margin-left: 0;
    width: 100%;
  }

  .p-anchors__list-item img {
    height: auto;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .p-carLife .p-annotation {
    margin-top: 20px;
    text-align: center;
  }

  a:hover {
    text-decoration: none;
  }

  .p-inner.is-small {
    width: 1000px;
  }

  .p-cv__btn:hover {
    opacity: 1;
    background-image: url("https://pntc.sslcs.cdngc.net/cdn/idemitsucard-apollostationtheplatinumbusiness/img/bg_btn2.png");
  }

  .p-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    width: 100%;
  }

  .p-grid.is-col2 .p-grid__item {
    width: calc(50% - 15px);
  }

  .p-grid.is-col3 .p-grid__item {
    width: calc(33.3333333333% - 20px);
  }

  .p-grid.is-col4 .p-grid__item {
    width: calc(25% - 22.5px);
  }

  .u-ta-c-pc {
    text-align: center !important;
  }

  .u-ta-l-pc {
    text-align: left !important;
  }

  .u-ta-r-pc {
    text-align: right !important;
  }

  .u-width-auto-pc {
    width: auto !important;
  }

  .u-pc-none {
    display: none !important;
  }

  .u-fz-10-pc {
    font-size: 10px !important;
  }

  .u-fz-11-pc {
    font-size: 11px !important;
  }

  .u-fz-12-pc {
    font-size: 12px !important;
  }

  .u-fz-13-pc {
    font-size: 13px !important;
  }

  .u-fz-14-pc {
    font-size: 14px !important;
  }

  .u-fz-15-pc {
    font-size: 15px !important;
  }

  .u-fz-16-pc {
    font-size: 16px !important;
  }

  .u-fz-17-pc {
    font-size: 17px !important;
  }

  .u-fz-18-pc {
    font-size: 18px !important;
  }

  .u-fz-19-pc {
    font-size: 19px !important;
  }

  .u-fz-20-pc {
    font-size: 20px !important;
  }

  .u-pt-0-pc {
    padding-top: 0px !important;
  }

  .u-pr-0-pc {
    padding-right: 0px !important;
  }

  .u-pb-0-pc {
    padding-bottom: 0px !important;
  }

  .u-pl-0-pc {
    padding-left: 0px !important;
  }

  .u-mt-0-pc {
    margin-top: 0px !important;
  }

  .u-mr-0-pc {
    margin-right: 0px !important;
  }

  .u-mb-0-pc {
    margin-bottom: 0px !important;
  }

  .u-ml-0-pc {
    margin-left: 0px !important;
  }

  .u-pt-5-pc {
    padding-top: 5px !important;
  }

  .u-pr-5-pc {
    padding-right: 5px !important;
  }

  .u-pb-5-pc {
    padding-bottom: 5px !important;
  }

  .u-pl-5-pc {
    padding-left: 5px !important;
  }

  .u-mt-5-pc {
    margin-top: 5px !important;
  }

  .u-mr-5-pc {
    margin-right: 5px !important;
  }

  .u-mb-5-pc {
    margin-bottom: 5px !important;
  }

  .u-ml-5-pc {
    margin-left: 5px !important;
  }

  .u-pt-10-pc {
    padding-top: 10px !important;
  }

  .u-pr-10-pc {
    padding-right: 10px !important;
  }

  .u-pb-10-pc {
    padding-bottom: 10px !important;
  }

  .u-pl-10-pc {
    padding-left: 10px !important;
  }

  .u-mt-10-pc {
    margin-top: 10px !important;
  }

  .u-mr-10-pc {
    margin-right: 10px !important;
  }

  .u-mb-10-pc {
    margin-bottom: 10px !important;
  }

  .u-ml-10-pc {
    margin-left: 10px !important;
  }

  .u-pt-15-pc {
    padding-top: 15px !important;
  }

  .u-pr-15-pc {
    padding-right: 15px !important;
  }

  .u-pb-15-pc {
    padding-bottom: 15px !important;
  }

  .u-pl-15-pc {
    padding-left: 15px !important;
  }

  .u-mt-15-pc {
    margin-top: 15px !important;
  }

  .u-mr-15-pc {
    margin-right: 15px !important;
  }

  .u-mb-15-pc {
    margin-bottom: 15px !important;
  }

  .u-ml-15-pc {
    margin-left: 15px !important;
  }

  .u-pt-20-pc {
    padding-top: 20px !important;
  }

  .u-pr-20-pc {
    padding-right: 20px !important;
  }

  .u-pb-20-pc {
    padding-bottom: 20px !important;
  }

  .u-pl-20-pc {
    padding-left: 20px !important;
  }

  .u-mt-20-pc {
    margin-top: 20px !important;
  }

  .u-mr-20-pc {
    margin-right: 20px !important;
  }

  .u-mb-20-pc {
    margin-bottom: 20px !important;
  }

  .u-ml-20-pc {
    margin-left: 20px !important;
  }

  .u-pt-25-pc {
    padding-top: 25px !important;
  }

  .u-pr-25-pc {
    padding-right: 25px !important;
  }

  .u-pb-25-pc {
    padding-bottom: 25px !important;
  }

  .u-pl-25-pc {
    padding-left: 25px !important;
  }

  .u-mt-25-pc {
    margin-top: 25px !important;
  }

  .u-mr-25-pc {
    margin-right: 25px !important;
  }

  .u-mb-25-pc {
    margin-bottom: 25px !important;
  }

  .u-ml-25-pc {
    margin-left: 25px !important;
  }

  .u-pt-30-pc {
    padding-top: 30px !important;
  }

  .u-pr-30-pc {
    padding-right: 30px !important;
  }

  .u-pb-30-pc {
    padding-bottom: 30px !important;
  }

  .u-pl-30-pc {
    padding-left: 30px !important;
  }

  .u-mt-30-pc {
    margin-top: 30px !important;
  }

  .u-mr-30-pc {
    margin-right: 30px !important;
  }

  .u-mb-30-pc {
    margin-bottom: 30px !important;
  }

  .u-ml-30-pc {
    margin-left: 30px !important;
  }

  .u-pt-35-pc {
    padding-top: 35px !important;
  }

  .u-pr-35-pc {
    padding-right: 35px !important;
  }

  .u-pb-35-pc {
    padding-bottom: 35px !important;
  }

  .u-pl-35-pc {
    padding-left: 35px !important;
  }

  .u-mt-35-pc {
    margin-top: 35px !important;
  }

  .u-mr-35-pc {
    margin-right: 35px !important;
  }

  .u-mb-35-pc {
    margin-bottom: 35px !important;
  }

  .u-ml-35-pc {
    margin-left: 35px !important;
  }

  .u-pt-40-pc {
    padding-top: 40px !important;
  }

  .u-pr-40-pc {
    padding-right: 40px !important;
  }

  .u-pb-40-pc {
    padding-bottom: 40px !important;
  }

  .u-pl-40-pc {
    padding-left: 40px !important;
  }

  .u-mt-40-pc {
    margin-top: 40px !important;
  }

  .u-mr-40-pc {
    margin-right: 40px !important;
  }

  .u-mb-40-pc {
    margin-bottom: 40px !important;
  }

  .u-ml-40-pc {
    margin-left: 40px !important;
  }

  .u-pt-45-pc {
    padding-top: 45px !important;
  }

  .u-pr-45-pc {
    padding-right: 45px !important;
  }

  .u-pb-45-pc {
    padding-bottom: 45px !important;
  }

  .u-pl-45-pc {
    padding-left: 45px !important;
  }

  .u-mt-45-pc {
    margin-top: 45px !important;
  }

  .u-mr-45-pc {
    margin-right: 45px !important;
  }

  .u-mb-45-pc {
    margin-bottom: 45px !important;
  }

  .u-ml-45-pc {
    margin-left: 45px !important;
  }

  .u-pt-50-pc {
    padding-top: 50px !important;
  }

  .u-pr-50-pc {
    padding-right: 50px !important;
  }

  .u-pb-50-pc {
    padding-bottom: 50px !important;
  }

  .u-pl-50-pc {
    padding-left: 50px !important;
  }

  .u-mt-50-pc {
    margin-top: 50px !important;
  }

  .u-mr-50-pc {
    margin-right: 50px !important;
  }

  .u-mb-50-pc {
    margin-bottom: 50px !important;
  }

  .u-ml-50-pc {
    margin-left: 50px !important;
  }

  .u-pt-55-pc {
    padding-top: 55px !important;
  }

  .u-pr-55-pc {
    padding-right: 55px !important;
  }

  .u-pb-55-pc {
    padding-bottom: 55px !important;
  }

  .u-pl-55-pc {
    padding-left: 55px !important;
  }

  .u-mt-55-pc {
    margin-top: 55px !important;
  }

  .u-mr-55-pc {
    margin-right: 55px !important;
  }

  .u-mb-55-pc {
    margin-bottom: 55px !important;
  }

  .u-ml-55-pc {
    margin-left: 55px !important;
  }

  .u-pt-60-pc {
    padding-top: 60px !important;
  }

  .u-pr-60-pc {
    padding-right: 60px !important;
  }

  .u-pb-60-pc {
    padding-bottom: 60px !important;
  }

  .u-pl-60-pc {
    padding-left: 60px !important;
  }

  .u-mt-60-pc {
    margin-top: 60px !important;
  }

  .u-mr-60-pc {
    margin-right: 60px !important;
  }

  .u-mb-60-pc {
    margin-bottom: 60px !important;
  }

  .u-ml-60-pc {
    margin-left: 60px !important;
  }

  .u-pt-65-pc {
    padding-top: 65px !important;
  }

  .u-pr-65-pc {
    padding-right: 65px !important;
  }

  .u-pb-65-pc {
    padding-bottom: 65px !important;
  }

  .u-pl-65-pc {
    padding-left: 65px !important;
  }

  .u-mt-65-pc {
    margin-top: 65px !important;
  }

  .u-mr-65-pc {
    margin-right: 65px !important;
  }

  .u-mb-65-pc {
    margin-bottom: 65px !important;
  }

  .u-ml-65-pc {
    margin-left: 65px !important;
  }

  .u-pt-70-pc {
    padding-top: 70px !important;
  }

  .u-pr-70-pc {
    padding-right: 70px !important;
  }

  .u-pb-70-pc {
    padding-bottom: 70px !important;
  }

  .u-pl-70-pc {
    padding-left: 70px !important;
  }

  .u-mt-70-pc {
    margin-top: 70px !important;
  }

  .u-mr-70-pc {
    margin-right: 70px !important;
  }

  .u-mb-70-pc {
    margin-bottom: 70px !important;
  }

  .u-ml-70-pc {
    margin-left: 70px !important;
  }

  .u-pt-75-pc {
    padding-top: 75px !important;
  }

  .u-pr-75-pc {
    padding-right: 75px !important;
  }

  .u-pb-75-pc {
    padding-bottom: 75px !important;
  }

  .u-pl-75-pc {
    padding-left: 75px !important;
  }

  .u-mt-75-pc {
    margin-top: 75px !important;
  }

  .u-mr-75-pc {
    margin-right: 75px !important;
  }

  .u-mb-75-pc {
    margin-bottom: 75px !important;
  }

  .u-ml-75-pc {
    margin-left: 75px !important;
  }

  .u-pt-80-pc {
    padding-top: 80px !important;
  }

  .u-pr-80-pc {
    padding-right: 80px !important;
  }

  .u-pb-80-pc {
    padding-bottom: 80px !important;
  }

  .u-pl-80-pc {
    padding-left: 80px !important;
  }

  .u-mt-80-pc {
    margin-top: 80px !important;
  }

  .u-mr-80-pc {
    margin-right: 80px !important;
  }

  .u-mb-80-pc {
    margin-bottom: 80px !important;
  }

  .u-ml-80-pc {
    margin-left: 80px !important;
  }

  .u-pt-85-pc {
    padding-top: 85px !important;
  }

  .u-pr-85-pc {
    padding-right: 85px !important;
  }

  .u-pb-85-pc {
    padding-bottom: 85px !important;
  }

  .u-pl-85-pc {
    padding-left: 85px !important;
  }

  .u-mt-85-pc {
    margin-top: 85px !important;
  }

  .u-mr-85-pc {
    margin-right: 85px !important;
  }

  .u-mb-85-pc {
    margin-bottom: 85px !important;
  }

  .u-ml-85-pc {
    margin-left: 85px !important;
  }

  .u-pt-90-pc {
    padding-top: 90px !important;
  }

  .u-pr-90-pc {
    padding-right: 90px !important;
  }

  .u-pb-90-pc {
    padding-bottom: 90px !important;
  }

  .u-pl-90-pc {
    padding-left: 90px !important;
  }

  .u-mt-90-pc {
    margin-top: 90px !important;
  }

  .u-mr-90-pc {
    margin-right: 90px !important;
  }

  .u-mb-90-pc {
    margin-bottom: 90px !important;
  }

  .u-ml-90-pc {
    margin-left: 90px !important;
  }

  .u-pt-95-pc {
    padding-top: 95px !important;
  }

  .u-pr-95-pc {
    padding-right: 95px !important;
  }

  .u-pb-95-pc {
    padding-bottom: 95px !important;
  }

  .u-pl-95-pc {
    padding-left: 95px !important;
  }

  .u-mt-95-pc {
    margin-top: 95px !important;
  }

  .u-mr-95-pc {
    margin-right: 95px !important;
  }

  .u-mb-95-pc {
    margin-bottom: 95px !important;
  }

  .u-ml-95-pc {
    margin-left: 95px !important;
  }

  .u-pt-100-pc {
    padding-top: 100px !important;
  }

  .u-pr-100-pc {
    padding-right: 100px !important;
  }

  .u-pb-100-pc {
    padding-bottom: 100px !important;
  }

  .u-pl-100-pc {
    padding-left: 100px !important;
  }

  .u-mt-100-pc {
    margin-top: 100px !important;
  }

  .u-mr-100-pc {
    margin-right: 100px !important;
  }

  .u-mb-100-pc {
    margin-bottom: 100px !important;
  }

  .u-ml-100-pc {
    margin-left: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .p-accordion__btn {
    padding: 15px;
  }

  .p-accordion__btn::after {
    margin-left: 15px;
  }

  .p-cdnPeriod {
    width: 343px;
  }

  .p-anchors__title {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }

  .p-box {
    padding: 30px 20px;
  }

  .p-carLife {
    padding-top: 60px;
  }

  .p-carLife hr {
    margin: 30px 0;
  }

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

  .p-carLife__title span {
    padding-top: 10px;
  }

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

  .p-carLife__box {
    padding: 20px;
    text-align: left;
    flex-direction: row;
    min-height: 0;
  }

  .p-carLife__box img {
    padding: 0;
    margin-top: 0;
    margin-left: auto;
    width: 56px;
  }

  .p-carLife__box-anno {
    text-align: left;
  }

  .p-carLife__box-anno {
    text-align: left;
  }

  .p-wrapper {
    padding-bottom: 60px;
  }

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

  .p-text1 {
    margin-top: 10px;
    font-size: 1.4rem;
  }

  .p-deco img {
    width: 90px;
  }

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

  .p-etcCard {
    margin-top: 20px;
  }

  .p-etcCard::before {
    width: 68vw;
    height: 42.9333333333vw;
    max-width: 255px;
    max-height: 161px;
  }

  .p-etcCard img {
    width: 68vw;
    max-width: 255px;
  }

  .p-cv__btn {
    width: 100%;
    padding: 18px;
  }

  .p-cv.js-stickyItem {
    padding-bottom: 30px;
  }

  .p-info-table__col {
    text-align: left;
  }

  .p-driveOn__title {
    text-align: center;
    display: block;
    font-size: 1.8rem;
  }

  .p-driveOn__title img {
    width: 13.3333333333vw;
    max-width: 50px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .p-driveOn__boxes {
    display: block;
  }

  .p-driveOn__box {
    text-align: center;
    display: block;
    padding: 20px 48px;
    width: 100%;
    font-size: 1.8rem;
  }

  .p-driveOn__box:nth-child(n+2) {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }

  .p-driveOn__box:nth-child(n+2)::before {
    width: 30px;
    height: 30px;
    left: calc(50% - 15px);
    top: -40px;
  }

  .p-driveOn__point img {
    width: 10.0506666667vw;
    max-width: 37.69px;
  }

  .p-driveOn__tag {
    margin: 0;
    margin-top: 10px;
  }

  .p-familyCard {
    display: block;
    padding: 20px;
    margin-top: 20px;
  }

  .p-familyCard__inner {
    display: block;
  }

  .p-familyCard__title {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .p-familyCard__img {
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
  }

  .p-familyCard__img img {
    width: 52.2666666667vw;
    max-width: 196px;
  }

  .p-fee {
    margin-top: 25px;
    padding: 20px 15px 20px 20px;
  }

  .p-fee__inner {
    display: block;
  }

  .p-fee__title {
    display: block;
    font-size: 1.8rem;
    text-align: center;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .p-fee__item + .p-fee__item {
    margin-left: 0;
    margin-top: 47px;
  }

  .p-fee__item + .p-fee__item::before {
    top: -47px;
    left: 0;
    width: 120px;
    max-width: 32vw;
    height: 47px;
    background: url("https://pntc.sslcs.cdngc.net/cdn/idemitsucard-apollostationtheplatinumbusiness/img/arrow_bottom_sp.png") no-repeat center/17px auto;
  }

  .p-fee__label {
    width: 32vw;
    max-width: 120px;
    height: 70px;
    margin-right: 15px;
  }

  .p-fee__point img {
    width: 11.7333333333vw;
    max-width: 44px;
  }

  .p-grid__item:nth-child(n+2) {
    margin-top: 15px;
  }

  .p-imgText__img img {
    width: 18.6666666667vw;
    max-width: 70px;
  }

  .p-imgText__title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .p-insurance {
    margin-top: 60px;
  }

  .p-insurance__box {
    padding: 20px;
  }

  .p-insurance__box img {
    width: 15.7333333333vw;
    max-width: 59px;
    margin-right: 20px;
  }

  .p-insurance__box-body {
    padding-left: 20px;
    border-left: 1px solid #5F5F5F;
  }

  .p-insurance__item {
    border: none;
  }

  .p-insurance__service {
    display: block;
  }

  .p-insurance__service-img {
    margin: 0;
    margin-bottom: 20px;
    max-width: none;
    width: 100%;
  }

  .p-insurance__tags {
    display: block;
  }

  .p-insurance__tag:nth-child(n+2) {
    margin-top: 10px;
  }

  .p-insurance__tag-label {
    height: 65px;
    margin-right: 10px;
    padding: 0 17px;
  }

  .p-insurance__tag-point {
    display: block;
  }

  .p-insurance__tag-point .p-annotation {
    margin: 0;
    margin-top: 10px;
  }

  .p-kv__img {
    width: 100%;
    margin-left: 0;
  }

  .p-kv__deco img {
    width: 20.2666666667vw;
    right: 0.5333333333vw;
    bottom: -1.0666666667vw;
  }

  .p-kv .p-cv__btn {
    width: calc(100% - 30px);
    bottom: 13.3333333333vw;
  }

  .p-point {
    display: block;
  }

  .p-point + .p-point {
    border-top: 1px solid;
    -o-border-image: linear-gradient(90deg, #8D8465 0%, #E0D3AB 50%, #8D8465 100%) 1;
    border-image: linear-gradient(90deg, #8D8465 0%, #E0D3AB 50%, #8D8465 100%) 1;
    margin-top: 30px;
    padding-top: 30px;
  }

  .p-point__img {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    text-align: center;
    margin-bottom: 20px;
  }

  .p-point__img img {
    width: 53.3333333333vw;
    max-width: 200px;
  }

  .p-point__title {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 10px;
  }

  .p-point__8 {
    width: 27px;
  }

  .p-point-card {
    font-size: 1rem;
    margin-top: 10px;
  }

  .p-point-card__item:nth-child(n+2)::before {
    width: 26px;
    height: 17px;
    left: -41px;
    bottom: 8vw;
    background: url("https://pntc.sslcs.cdngc.net/cdn/idemitsucard-apollostationtheplatinumbusiness/img/arrow_right_sp.png") no-repeat center/contain;
  }

  .p-point-card__name {
    align-items: flex-end;
  }

  .p-reccomend {
    padding: 30px 20px 10px;
    margin-top: 15px;
  }

  .p-reccomend__icon img {
    width: 9.6vw;
    max-width: 36px;
  }

  .p-reccomend__title {
    font-size: 1.8rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .p-reccomend__item {
    padding: 20px;
  }

  .p-section {
    background: no-repeat top left/100% auto;
    padding: 60px 0;
  }

  .p-section.is-bordered {
    padding: 55px 0 30px;
  }

  .p-section.is-bordered::before {
    width: 100%;
    height: 5px;
    width: 100%;
    background: linear-gradient(90deg, rgb(141, 132, 101) 0%, rgb(224, 211, 171) 33%, rgb(101, 93, 68) 100%);
  }

  .p-section.is-bordered::after {
    content: normal;
  }

  .p-section__number {
    margin-left: 0;
    width: 100%;
    left: 0;
    top: 15px;
    transform: none;
  }

  .p-section__number img {
    height: 166px;
    margin-left: 0;
  }

  .p-section#sec-1 {
    background-image: url("https://pntc.sslcs.cdngc.net/cdn/idemitsucard-apollostationtheplatinumbusiness/img/bg_sec1_sp.png");
  }

  .p-section#sec-2 {
    background-image: url("https://pntc.sslcs.cdngc.net/cdn/idemitsucard-apollostationtheplatinumbusiness/img/bg_sec2_sp.png");
  }

  .p-section#sec-3 {
    background-image: url("https://pntc.sslcs.cdngc.net/cdn/idemitsucard-apollostationtheplatinumbusiness/img/bg_sec3_sp.png");
  }

  .p-section#sec-4 {
    background-image: url("https://pntc.sslcs.cdngc.net/cdn/idemitsucard-apollostationtheplatinumbusiness/img/bg_sec4_sp.png");
  }

  .p-section#sec-5 {
    background-image: url("https://pntc.sslcs.cdngc.net/cdn/idemitsucard-apollostationtheplatinumbusiness/img/bg_sec5_sp.png");
  }

  .p-section#sec-6 {
    background-image: url("https://pntc.sslcs.cdngc.net/cdn/idemitsucard-apollostationtheplatinumbusiness/img/bg_sec6_sp.png");
  }

  .p-section#sec-7 {
    background-image: url("https://pntc.sslcs.cdngc.net/cdn/idemitsucard-apollostationtheplatinumbusiness/img/bg_sec7_sp.png");
  }

  .p-service {
    margin-top: 40px;
    display: block;
    padding: 0;
  }

  .p-service__img {
    width: 100%;
  }

  .p-service__body {
    padding: 20px;
  }

  .p-service__point {
    align-items: flex-end;
  }

  .p-service__point span {
    letter-spacing: -0.1em;
  }

  .p-service__point-point {
    padding-left: 20px;
    letter-spacing: -0.1em;
  }

  .p-service__point-point img {
    width: 26.1333333333vw;
    max-width: 98px;
  }

  .p-service .p-title2 {
    margin-bottom: 10px;
  }

  .p-service .p-title3 {
    margin-top: 15px;
  }

  .p-support {
    margin-top: 40px;
  }

  .p-support__textImg {
    display: block;
  }

  .p-support__textImg-img {
    position: absolute;
    top: -15px;
    right: 0;
    z-index: -1;
  }

  .p-support__textImg-img img {
    width: 26.1333333333vw;
    max-width: 98px;
  }

  .p-support__box::before {
    transform: skewX(-21.8deg);
    left: calc(100% - 24px);
    top: 0;
  }

  .p-support__box-tags {
    display: block;
  }

  .p-support__box-tag {
    width: 100%;
    min-height: auto;
  }

  .p-support__box-tag:nth-child(n+2) {
    margin-top: 10px;
  }

  .p-tab {
    margin-top: 40px;
  }

  .p-tab__head-item {
    width: calc(50% - 7.5px);
  }

  .p-tab__body {
    padding: 30px 20px;
  }

  .p-tab hr {
    margin: 30px 0;
  }

  .u-ta-c-sp {
    text-align: center !important;
  }

  .u-ta-l-sp {
    text-align: left !important;
  }

  .u-ta-r-sp {
    text-align: right !important;
  }

  .u-width-auto-sp {
    width: auto !important;
  }

  .u-sp-none {
    display: none !important;
  }

  .u-fz-10-sp {
    font-size: 10px !important;
  }

  .u-fz-11-sp {
    font-size: 11px !important;
  }

  .u-fz-12-sp {
    font-size: 12px !important;
  }

  .u-fz-13-sp {
    font-size: 13px !important;
  }

  .u-fz-14-sp {
    font-size: 14px !important;
  }

  .u-fz-15-sp {
    font-size: 15px !important;
  }

  .u-fz-16-sp {
    font-size: 16px !important;
  }

  .u-fz-17-sp {
    font-size: 17px !important;
  }

  .u-fz-18-sp {
    font-size: 18px !important;
  }

  .u-fz-19-sp {
    font-size: 19px !important;
  }

  .u-fz-20-sp {
    font-size: 20px !important;
  }

  .u-pt-0-sp {
    padding-top: 0px !important;
  }

  .u-pr-0-sp {
    padding-right: 0px !important;
  }

  .u-pb-0-sp {
    padding-bottom: 0px !important;
  }

  .u-pl-0-sp {
    padding-left: 0px !important;
  }

  .u-mt-0-sp {
    margin-top: 0px !important;
  }

  .u-mr-0-sp {
    margin-right: 0px !important;
  }

  .u-mb-0-sp {
    margin-bottom: 0px !important;
  }

  .u-ml-0-sp {
    margin-left: 0px !important;
  }

  .u-pt-5-sp {
    padding-top: 5px !important;
  }

  .u-pr-5-sp {
    padding-right: 5px !important;
  }

  .u-pb-5-sp {
    padding-bottom: 5px !important;
  }

  .u-pl-5-sp {
    padding-left: 5px !important;
  }

  .u-mt-5-sp {
    margin-top: 5px !important;
  }

  .u-mr-5-sp {
    margin-right: 5px !important;
  }

  .u-mb-5-sp {
    margin-bottom: 5px !important;
  }

  .u-ml-5-sp {
    margin-left: 5px !important;
  }

  .u-pt-10-sp {
    padding-top: 10px !important;
  }

  .u-pr-10-sp {
    padding-right: 10px !important;
  }

  .u-pb-10-sp {
    padding-bottom: 10px !important;
  }

  .u-pl-10-sp {
    padding-left: 10px !important;
  }

  .u-mt-10-sp {
    margin-top: 10px !important;
  }

  .u-mr-10-sp {
    margin-right: 10px !important;
  }

  .u-mb-10-sp {
    margin-bottom: 10px !important;
  }

  .u-ml-10-sp {
    margin-left: 10px !important;
  }

  .u-pt-15-sp {
    padding-top: 15px !important;
  }

  .u-pr-15-sp {
    padding-right: 15px !important;
  }

  .u-pb-15-sp {
    padding-bottom: 15px !important;
  }

  .u-pl-15-sp {
    padding-left: 15px !important;
  }

  .u-mt-15-sp {
    margin-top: 15px !important;
  }

  .u-mr-15-sp {
    margin-right: 15px !important;
  }

  .u-mb-15-sp {
    margin-bottom: 15px !important;
  }

  .u-ml-15-sp {
    margin-left: 15px !important;
  }

  .u-pt-20-sp {
    padding-top: 20px !important;
  }

  .u-pr-20-sp {
    padding-right: 20px !important;
  }

  .u-pb-20-sp {
    padding-bottom: 20px !important;
  }

  .u-pl-20-sp {
    padding-left: 20px !important;
  }

  .u-mt-20-sp {
    margin-top: 20px !important;
  }

  .u-mr-20-sp {
    margin-right: 20px !important;
  }

  .u-mb-20-sp {
    margin-bottom: 20px !important;
  }

  .u-ml-20-sp {
    margin-left: 20px !important;
  }

  .u-pt-25-sp {
    padding-top: 25px !important;
  }

  .u-pr-25-sp {
    padding-right: 25px !important;
  }

  .u-pb-25-sp {
    padding-bottom: 25px !important;
  }

  .u-pl-25-sp {
    padding-left: 25px !important;
  }

  .u-mt-25-sp {
    margin-top: 25px !important;
  }

  .u-mr-25-sp {
    margin-right: 25px !important;
  }

  .u-mb-25-sp {
    margin-bottom: 25px !important;
  }

  .u-ml-25-sp {
    margin-left: 25px !important;
  }

  .u-pt-30-sp {
    padding-top: 30px !important;
  }

  .u-pr-30-sp {
    padding-right: 30px !important;
  }

  .u-pb-30-sp {
    padding-bottom: 30px !important;
  }

  .u-pl-30-sp {
    padding-left: 30px !important;
  }

  .u-mt-30-sp {
    margin-top: 30px !important;
  }

  .u-mr-30-sp {
    margin-right: 30px !important;
  }

  .u-mb-30-sp {
    margin-bottom: 30px !important;
  }

  .u-ml-30-sp {
    margin-left: 30px !important;
  }

  .u-pt-35-sp {
    padding-top: 35px !important;
  }

  .u-pr-35-sp {
    padding-right: 35px !important;
  }

  .u-pb-35-sp {
    padding-bottom: 35px !important;
  }

  .u-pl-35-sp {
    padding-left: 35px !important;
  }

  .u-mt-35-sp {
    margin-top: 35px !important;
  }

  .u-mr-35-sp {
    margin-right: 35px !important;
  }

  .u-mb-35-sp {
    margin-bottom: 35px !important;
  }

  .u-ml-35-sp {
    margin-left: 35px !important;
  }

  .u-pt-40-sp {
    padding-top: 40px !important;
  }

  .u-pr-40-sp {
    padding-right: 40px !important;
  }

  .u-pb-40-sp {
    padding-bottom: 40px !important;
  }

  .u-pl-40-sp {
    padding-left: 40px !important;
  }

  .u-mt-40-sp {
    margin-top: 40px !important;
  }

  .u-mr-40-sp {
    margin-right: 40px !important;
  }

  .u-mb-40-sp {
    margin-bottom: 40px !important;
  }

  .u-ml-40-sp {
    margin-left: 40px !important;
  }

  .u-pt-45-sp {
    padding-top: 45px !important;
  }

  .u-pr-45-sp {
    padding-right: 45px !important;
  }

  .u-pb-45-sp {
    padding-bottom: 45px !important;
  }

  .u-pl-45-sp {
    padding-left: 45px !important;
  }

  .u-mt-45-sp {
    margin-top: 45px !important;
  }

  .u-mr-45-sp {
    margin-right: 45px !important;
  }

  .u-mb-45-sp {
    margin-bottom: 45px !important;
  }

  .u-ml-45-sp {
    margin-left: 45px !important;
  }

  .u-pt-50-sp {
    padding-top: 50px !important;
  }

  .u-pr-50-sp {
    padding-right: 50px !important;
  }

  .u-pb-50-sp {
    padding-bottom: 50px !important;
  }

  .u-pl-50-sp {
    padding-left: 50px !important;
  }

  .u-mt-50-sp {
    margin-top: 50px !important;
  }

  .u-mr-50-sp {
    margin-right: 50px !important;
  }

  .u-mb-50-sp {
    margin-bottom: 50px !important;
  }

  .u-ml-50-sp {
    margin-left: 50px !important;
  }

  .u-pt-55-sp {
    padding-top: 55px !important;
  }

  .u-pr-55-sp {
    padding-right: 55px !important;
  }

  .u-pb-55-sp {
    padding-bottom: 55px !important;
  }

  .u-pl-55-sp {
    padding-left: 55px !important;
  }

  .u-mt-55-sp {
    margin-top: 55px !important;
  }

  .u-mr-55-sp {
    margin-right: 55px !important;
  }

  .u-mb-55-sp {
    margin-bottom: 55px !important;
  }

  .u-ml-55-sp {
    margin-left: 55px !important;
  }

  .u-pt-60-sp {
    padding-top: 60px !important;
  }

  .u-pr-60-sp {
    padding-right: 60px !important;
  }

  .u-pb-60-sp {
    padding-bottom: 60px !important;
  }

  .u-pl-60-sp {
    padding-left: 60px !important;
  }

  .u-mt-60-sp {
    margin-top: 60px !important;
  }

  .u-mr-60-sp {
    margin-right: 60px !important;
  }

  .u-mb-60-sp {
    margin-bottom: 60px !important;
  }

  .u-ml-60-sp {
    margin-left: 60px !important;
  }

  .u-pt-65-sp {
    padding-top: 65px !important;
  }

  .u-pr-65-sp {
    padding-right: 65px !important;
  }

  .u-pb-65-sp {
    padding-bottom: 65px !important;
  }

  .u-pl-65-sp {
    padding-left: 65px !important;
  }

  .u-mt-65-sp {
    margin-top: 65px !important;
  }

  .u-mr-65-sp {
    margin-right: 65px !important;
  }

  .u-mb-65-sp {
    margin-bottom: 65px !important;
  }

  .u-ml-65-sp {
    margin-left: 65px !important;
  }

  .u-pt-70-sp {
    padding-top: 70px !important;
  }

  .u-pr-70-sp {
    padding-right: 70px !important;
  }

  .u-pb-70-sp {
    padding-bottom: 70px !important;
  }

  .u-pl-70-sp {
    padding-left: 70px !important;
  }

  .u-mt-70-sp {
    margin-top: 70px !important;
  }

  .u-mr-70-sp {
    margin-right: 70px !important;
  }

  .u-mb-70-sp {
    margin-bottom: 70px !important;
  }

  .u-ml-70-sp {
    margin-left: 70px !important;
  }

  .u-pt-75-sp {
    padding-top: 75px !important;
  }

  .u-pr-75-sp {
    padding-right: 75px !important;
  }

  .u-pb-75-sp {
    padding-bottom: 75px !important;
  }

  .u-pl-75-sp {
    padding-left: 75px !important;
  }

  .u-mt-75-sp {
    margin-top: 75px !important;
  }

  .u-mr-75-sp {
    margin-right: 75px !important;
  }

  .u-mb-75-sp {
    margin-bottom: 75px !important;
  }

  .u-ml-75-sp {
    margin-left: 75px !important;
  }

  .u-pt-80-sp {
    padding-top: 80px !important;
  }

  .u-pr-80-sp {
    padding-right: 80px !important;
  }

  .u-pb-80-sp {
    padding-bottom: 80px !important;
  }

  .u-pl-80-sp {
    padding-left: 80px !important;
  }

  .u-mt-80-sp {
    margin-top: 80px !important;
  }

  .u-mr-80-sp {
    margin-right: 80px !important;
  }

  .u-mb-80-sp {
    margin-bottom: 80px !important;
  }

  .u-ml-80-sp {
    margin-left: 80px !important;
  }

  .u-pt-85-sp {
    padding-top: 85px !important;
  }

  .u-pr-85-sp {
    padding-right: 85px !important;
  }

  .u-pb-85-sp {
    padding-bottom: 85px !important;
  }

  .u-pl-85-sp {
    padding-left: 85px !important;
  }

  .u-mt-85-sp {
    margin-top: 85px !important;
  }

  .u-mr-85-sp {
    margin-right: 85px !important;
  }

  .u-mb-85-sp {
    margin-bottom: 85px !important;
  }

  .u-ml-85-sp {
    margin-left: 85px !important;
  }

  .u-pt-90-sp {
    padding-top: 90px !important;
  }

  .u-pr-90-sp {
    padding-right: 90px !important;
  }

  .u-pb-90-sp {
    padding-bottom: 90px !important;
  }

  .u-pl-90-sp {
    padding-left: 90px !important;
  }

  .u-mt-90-sp {
    margin-top: 90px !important;
  }

  .u-mr-90-sp {
    margin-right: 90px !important;
  }

  .u-mb-90-sp {
    margin-bottom: 90px !important;
  }

  .u-ml-90-sp {
    margin-left: 90px !important;
  }

  .u-pt-95-sp {
    padding-top: 95px !important;
  }

  .u-pr-95-sp {
    padding-right: 95px !important;
  }

  .u-pb-95-sp {
    padding-bottom: 95px !important;
  }

  .u-pl-95-sp {
    padding-left: 95px !important;
  }

  .u-mt-95-sp {
    margin-top: 95px !important;
  }

  .u-mr-95-sp {
    margin-right: 95px !important;
  }

  .u-mb-95-sp {
    margin-bottom: 95px !important;
  }

  .u-ml-95-sp {
    margin-left: 95px !important;
  }

  .u-pt-100-sp {
    padding-top: 100px !important;
  }

  .u-pr-100-sp {
    padding-right: 100px !important;
  }

  .u-pb-100-sp {
    padding-bottom: 100px !important;
  }

  .u-pl-100-sp {
    padding-left: 100px !important;
  }

  .u-mt-100-sp {
    margin-top: 100px !important;
  }

  .u-mr-100-sp {
    margin-right: 100px !important;
  }

  .u-mb-100-sp {
    margin-bottom: 100px !important;
  }

  .u-ml-100-sp {
    margin-left: 100px !important;
  }
}

@media screen and (max-width: 1280px) and (min-width: 768px) {
  .p-kv__img {
    width: 234.375vw;
    margin-left: calc((234.375vw - 100%) / -2);
  }

  .p-kv__deco img {
    width: 14.765625vw;
    right: 5.078125vw;
    bottom: -0.625vw;
  }

  .p-kv .p-cv__btn {
    bottom: 6.25vw;
  }
}