@charset "Shift-JIS";
/* variable
   ========================================================================== */
/* reset
   ========================================================================== */
   body {
    font-family: "Hiragino Kaku Gothic ProN", "ƒqƒ‰ƒMƒmŠpƒS ProN W3", sans-serif;
  }
  
  @media (max-width: 700px) {
    body {
      font-family: Helvetica, Arial, "Hiragino Kaku Gothic", "ƒqƒ‰ƒMƒmŠpƒS ProN W3", sans-serif;
    }
  }

body * {
  margin: 0;
  padding: 0;
}

body *,
body *::before,
body *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* content
   ========================================================================== */
.kv img {
  margin: 0 auto;
  max-width: 100%;
}

.kv img.pc_only {
  max-width: 984px;
  width: 100%;
}

@media (max-width: 700px) {
  .kv {
    background-color: #fff;
  }
}

.content__wrap {
  background-color: #ffcbcb;
}

.content {
  background-color: #fff;
  max-width: 984px;
  margin: 0 auto;
  padding: 25px 20px;
  text-align: center;
}

.content h2 {
  text-align: center;
}

@media (max-width: 700px) {
  .content h2 img {
    margin: 0 auto 5px;
  }
}

.content h3 {
  font-size: 22px;
  font-weight: 600;
}

@media (max-width: 700px) {
  .content h3 {
    font-size: 18px;
  }
}

.content.benefit {
  padding-top: 50px;
}

.content.benefit .parts__text {
  margin-bottom: 30px;
}

@media (max-width: 700px) {
  .content.benefit .parts__text {
    margin-bottom: 20px;
  }
}

@media (max-width: 700px) {
  .content.benefit {
    padding-bottom: 0;
    padding-top: 30px;
  }
}

@media (max-width: 700px) {
  .content.benefit h2 img {
    max-width: 66px;
    width: 100%;
  }
}

.content.overview .content__inner {
  max-width: 536px;
  margin: 0 auto;
}

@media (min-width: 701px) {
  .content.overview .content__inner > div {
    margin-top: 30px;
  }
}

@media (max-width: 700px) {
  .content.overview .content__inner > div {
    padding: 15px 0;
  }
}

.content.overview .overview__wrap > *:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 700px) {
  .content.overview .overview__wrap > *:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (max-width: 700px) {
  .content.overview h2 img {
    max-width: 226px;
    width: 100%;
  }
}

.content.cards {
  padding-bottom: 50px;
}

@media (max-width: 700px) {
  .content.cards h2 img {
    max-width: 141px;
    width: 100%;
  }
}

.tab__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  max-width: 400px;
  margin: 40px auto 0;
}

@media (max-width: 700px) {
  .tab__button {
    max-width: 300px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.tab__button li {
  width: 200px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 30px;
  cursor: pointer;
  position: relative;
}

.tab__button li.js-active:before {
  color: #005cd9;
  content: '‘I‘ð’†';
  font-size: 12px;
  font-weight: bold;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  top: -26px;
}

@media (max-width: 700px) {
  .tab__button li {
    width: 140px;
  }
}

.tab__button li img {
  margin-bottom: 15px;
  max-width: 128px;
}

.tab__button li p {
  line-height: 18px;
}

.tab__button li.js-active img {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 92, 217, 0.8));
          filter: drop-shadow(0px 0px 10px rgba(0, 92, 217, 0.8));
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.tab__detail .js-tab_detail {
  display: none;
}

.tab__detail .js-tab_detail.js-active {
  display: block;
}

.tab__header {
  max-width: 760px;
  background-color: #F2F2F2;
  margin: 0 auto 30px;
  padding: 18px 0px 18px;
  position: relative;
}

.tab__header::after {
  content: "";
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 12.5px 0 12.5px;
  border-color: #F2F2F2 transparent transparent transparent;
}

.tab__header .tab__header-icon {
  position: absolute;
  top: 0;
  left: 0%;
  display: block;
  width: 60px;
}

@media (max-width: 700px) {
  .tab__header {
    margin: 0 auto 15px;
    padding: 10px 0px;
  }
  .tab__header .tab__header-icon {
    width: 55px;
  }
}

.tab__header p {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}

.tab__header p span {
  font-weight: 300;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 1px;
}

.tab__header p small {
  font-size: 12px;
}

@media (max-width: 700px) {
  .tab__header p {
    font-size: 18px;
  }
  .tab__header p span {
    font-size: 16px;
  }
}

.tab__cardinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 669px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 50px;
}

@media (max-width: 700px) {
  .tab__cardinfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 15px;
  }
}

.tab__cardinfo div:first-child {
  text-align: center;
}

.tab__cardinfo div:first-child img {
  max-width: 220px;
  width: 100%;
}

.tab__cardinfo div:first-child .parts__text {
  font-size: 12px;
}

@media (max-width: 700px) {
  .tab__cardinfo div:first-child img {
    margin-bottom: -10px;
    max-height: 130px;
    width: auto;
  }
}

@media (max-width: 700px) {
  .tab__cardinfo div:first-child {
    margin-bottom: 5px;
  }
}

.tab__cardinfo div:last-child {
  text-align: center;
}

.tab__cardinfo div:last-child p:nth-child(1) {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}

@media (max-width: 700px) {
  .tab__cardinfo div:last-child p:nth-child(1) {
    font-size: 13px;
    line-height: 1.3;
  }
}

.tab__cardinfo div:last-child p:nth-child(2),.tab__cardinfo div:last-child p:nth-child(4),.tab__cardinfo div:last-child p:nth-child(7) {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.tab__cardinfo div:last-child p:nth-child(2) span,.tab__cardinfo div:last-child p:nth-child(4) span,.tab__cardinfo div:last-child p:nth-child(7) span {
  font-size: 44px;
}

@media (max-width: 700px) {
  .tab__cardinfo div:last-child p:nth-child(2),.tab__cardinfo div:last-child p:nth-child(4),.tab__cardinfo div:last-child p:nth-child(7) {
    font-size: 18px;
  }
  .tab__cardinfo div:last-child p:nth-child(2) span,.tab__cardinfo div:last-child p:nth-child(4) span,.tab__cardinfo div:last-child p:nth-child(7) span {
    font-size: 32px;
  }
  .tab__cardinfo div:last-child p:nth-child(2) span.tab__cardinfo--yen,.tab__cardinfo div:last-child p:nth-child(4) span.tab__cardinfo--yen,.tab__cardinfo div:last-child p:nth-child(7) span.tab__cardinfo--yen {
    font-size: 28px;
  }
}

.tab__cardinfo div:last-child p:nth-child(3) {
  font-size: 18px;
  font-weight: 600;
}

.tab__cardinfo div:last-child p:nth-child(3) span {
  font-size: 22px;
}

@media (max-width: 700px) {
  .tab__cardinfo div:last-child p:nth-child(3) {
    font-size: 14px;
    font-weight: 600;
  }
  .tab__cardinfo div:last-child p:nth-child(3) span {
    font-size: 14px;
  }
}


.tab__cardinfo div:last-child p:nth-child(5) {
  font-size: 12px;
  font-weight: 600;
  margin: 3px 0 3px;
}

@media (max-width: 700px) {
  .tab__cardinfo div:last-child p:nth-child(5) {
    font-size: 10px;
    margin: 3px 0 3px;
  }
}

.tab__cardinfo div:last-child p:nth-child(6) {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

@media (max-width: 700px) {
  .tab__cardinfo div:last-child p:nth-child(6) {
    font-size: 12px;
    line-height: 1;
  }
}

@media (max-width: 700px) {
  .tab__cardinfo.tab__cardinfo--platinum img.card {
    height: 125px;
    width: auto;
    margin-bottom: 0;
  }
}

.precautions {
  background-color: #F2F2F2;
  max-width: 984px;
  margin: 0 auto;
  padding: 50px 0;
  font-size: 12px;
}

.precautions__text {
  padding-left: 1em;
  text-indent: -1em;
}
.precautions__text--child {
  margin-left: 1em;
}

@media (max-width: 700px) {
  .precautions {
    padding: 50px 20px;
  }
}

.precautions h2 {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 15px;
}

.precautions h3 {
  font-weight: 600;
  margin-top: 1em;
}

.precautions__inner {
  max-width: 672px;
  margin: 0 auto;
}

.inquiry {
  border: #005CD9 1px solid;
  border-radius: 10px;
  background-color: #ffffff;
  text-align: center;
  margin-top: 50px;
  padding: 34px 0 28px;
}

.inquiry__header {
  margin-bottom: 36px;
}
.inquiry__header p {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
.inquiry__header p:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -16px;
  display: inline-block;
  width: 50px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #005CD9;
}

.inquiry .parts__button {
  margin-bottom: 30px;
}

.inquiry .parts__button a {
  max-width: 404px;
}

.inquiry__num {
  font-size: 14px;
  font-weight: bold;
  color: #141513;
  margin-bottom: 16px;
}
.inquiry__num span {
  color: #005CD9;
}
.inquiry__note {
  font-weight: 300;
  color: #1C0501;
}


@media (max-width: 700px) {
  .inquiry {
    margin-top: 32px;
    padding: 32px 0 28px;
  }
  
  .inquiry__header {
    margin-bottom: 32px;
  }
  .inquiry__header p {
    font-size: 18px;
    font-weight: 600;
  }
  .inquiry__header p:before {

    bottom: -12px;
    height: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #005CD9;
  }
  /*
  .inquiry .parts__button {
    height: auto;
    font-size: 18px;
    line-height: 24px;
    margin: 0 25px;
  }
  */
  .inquiry .parts__button a {
    max-width: 285px;
  }
  
  .inquiry__num {
    font-size: 14px;
    font-weight: bold;
    color: #141513;
    margin-bottom: 12px;
  }
  .inquiry__num span {
    color: #005CD9;
  }
  .inquiry__note {
    font-weight: 300;
    line-height: 1.9;
  }
}
.table {
  overflow-x: auto;
  background-color: #fff;
}
.table__container {
  border: #e5e5e5 1px solid;
  border-collapse: separate;
  table-layout: fixed;
  font-size: 14px;
  text-align: center;
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}
.table__container .pc_only {
  display: inline-block;
}
.table__container th {
  background-color:#e96479;
  border-bottom: #e5e5e5 1px solid;
  color: #fff;
  padding: 8px 16px;
}
.table__container th:first-child {
  border-right: #e5e5e5 1px solid;
  width: 59%;
}
.table__container td {
  border-bottom: #e5e5e5 1px solid;
  padding: 8px 32px;
}
.table__container td:first-child {
  background-color:#fef3f3;
  border-right: #e5e5e5 1px solid;
  text-align: left;
}
@media (max-width: 700px) {
  .table__container .pc_only {
    display: none;
  }
  .table__container th {
    padding: 12px;
  }
  .table__container td {
    padding: 12px;
  }
}


/* parts
   ========================================================================== */
.parts__text {
  font-size: 16px;
}

@media (max-width: 700px) {
  .parts__text {
    font-size: 14px;
  }
}

.parts__text--w_normal {
  font-weight: 300;
}

.parts__text--w_bold {
  font-weight: 600;
}

.parts__text--s_l {
  font-size: 16px;
}

@media (max-width: 700px) {
  .parts__text--s_l {
    font-size: 16px;
  }
}

.parts__text--s_m {
  font-size: 14px;
}

@media (max-width: 700px) {
  .parts__text--s_m {
    font-size: 12px;
  }
}

.parts__text--s_s {
  font-size: 12px;
}

@media (max-width: 700px) {
  .parts__text--s_s {
    font-size: 10px;
  }
}

@media (max-width: 700px) {
  .parts__text--c_purple-sp {
    color: #BF476C;
  }
}

@media (min-width: 701px) {
  .parts__text--c_purple-pc {
    color: #BF476C;
  }
}

.parts__text--c_blue {
  color: #005CD9;
}

.parts__link a {
  color: #BF476C;
  text-decoration: underline;
}

.parts__link a:hover {
  opacity: 0.8;
}

.parts__link-tel {
  color: #000;
  text-decoration: none;
  cursor: default;
}

.parts__img img {
  margin: 0 auto;
  max-width: 100%;
}

.parts__img img.pc_only {
  max-width: 760px;
  width: 100%;
}

.parts__notes {
  list-style: none;
  font-size: 12px;
}

@media (max-width: 700px) {
  .parts__notes {
    font-size: 10px;
    text-align: left;
  }
}

.parts__button {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  height: 72px;
  line-height: 72px;
}

@media (max-width: 700px) {
  .parts__button {
    height: auto;
    font-size: 18px;
    line-height: 24px;
    margin: 0 25px;
  }
}

.parts__button a {
  width: 100%;
  max-width: 536px;
  background-color: #005CD9;
  -webkit-filter: drop-shadow(0px 5px 0px #00347B);
          filter: drop-shadow(0px 5px 0px #00347B);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  color: #fff;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  border-radius: 10px;
  position: relative;
}

.parts__link a.external::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 11px;
  margin-left: 0.5em;
  background: url(/apl/image/guest/introduction/syokaicp_os202504_icon_win.png) no-repeat 50% 100%;
  -webkit-background-size: 12px 11px;
  background-size: 12px 11px;
}

@media (max-width: 700px) {
  .parts__button a {
    padding: 12px 0;
  }
}

.parts__button a:hover {
  -webkit-filter: none;
          filter: none;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  opacity: 0.8;
}

.parts__button a::after {
  position: absolute;
  content: "";
  width: 21px;
  height: 17px;
  background-image: url("/apl/image/guest/introduction/syokaicp_os202504_icon_arrow.png");
  background-repeat: no-repeat;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

/* utility
   ========================================================================== */
@media (min-width: 701px) {
  .pc_only {
    display: block;
  }
}

@media (max-width: 700px) {
  .pc_only {
    display: none;
  }
}

@media (min-width: 701px) {
  .sp_only {
    display: none;
  }
}

@media (max-width: 700px) {
  .sp_only {
    display: block;
  }
}

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

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

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

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

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

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

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

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

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

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

.tal {
  text-align: left;
}