@charset "shift-JIS";
/* variable
   ========================================================================== */
/* reset
   ========================================================================== */
body {
  font-family: 'Hiragino Kaku Gothic ProN', 'qMmpS ProN W3', sans-serif;
}

@media (max-width: 700px) {
  body {
    font-family: Helvetica, Arial, "Hiragino Kaku Gothic", "qMmpS 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%;
}

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

.content__wrap {
  background: #ffc9d2;
}

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

.content h2 {
  text-align: center;
}

.content h2 img {
  margin: 0 auto 20px;
}

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

.content h3 {
  font-weight: 600;
  color: #E96479;
}

@media (min-width: 701px) {
  .content h3 {
    font-size: 22px;
  }
}

@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-top: 20px;
  }
}

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

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

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

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

@media (max-width: 700px) {
  .content.invitation {
    padding-top: 20px;
  }
}

@media (max-width: 700px) {
  .content.invitation h2 img {
    width: 100%;
    max-width: 252px;
    margin-bottom: 20px;
  }
}

@media (min-width: 701px) {
  .content.invitation .floating_target {
    padding: 0 25px;
  }
}

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

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

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

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

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

.content.overview .parts__text.parts__text--s_l {
  margin-bottom: 12px;
}


.content.overview .overview__wrap .parts__text--s_l.parts__text--w_bold {
  margin-top: 15px;
  margin-bottom: 5px;
}

.content.overview .overview__wrap .overview__text {
  font-size: 14px;
}

@media (max-width: 700px) {
  .content.overview .overview__wrap .overview__text {
    margin-bottom: 1em;
    text-align: left;
  }
}

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

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

.content.cards h2 {
  text-align: center;
}

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

.tab__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  max-width: 400px;
  margin: 30px 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 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;
}

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

.tab__cardinfo__list {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  list-style: none;
}

.tab__cardinfo__list + .tab__cardinfo__list {
  margin-top: 10px;
}

.tab__cardinfo__list li {
  position: relative;
  padding-left: 1em;
}

.tab__cardinfo__list li:before {
  content: "E";
  position: absolute;
  left: 0;
}

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

.tab__cardinfo__onbutton {
  font-size: 18px;
  font-weight: bold;
  color: #005CD9;
  margin: 0 0 15px auto;
  width: 403px;
}

@media (max-width: 700px) {
  .tab__cardinfo__onbutton {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 15px;
    width: auto;
  }
}

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

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

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

.tab__cardinfo div:last-child {
  text-align: center;
  max-width: 414px;
  margin-bottom: 20px;
  width: 100%;
}

@media (max-width: 700px) {
  .tab__cardinfo div:last-child {
    margin: 0 auto;
  }
}

.cards__cv {
  max-width: 669px;
  margin: 0 auto;
}

.cards__cv .parts__button {
  margin: 0 0 0 auto;
}

@media (max-width: 700px) {
  .cards__cv .parts__button {
    margin: 0 auto;
  }
}

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

@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;
  font-size: 12px;
}

.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;
  max-width: 760px;
  margin: 0 auto 30px;
}
.table__container {
  border: #e5e5e5 1px solid;
  border-collapse: separate;
  table-layout: fixed;
  width: 100%;
  font-size: 16px;
  text-align: center;
}
.table__container .pc_only {
  display: inline-block !important;
}
.table__container .card_name {
  display: inline-block;
}
.table__container th {
  background-color:#e96479;
  border-bottom: #e5e5e5 1px solid;
  color: #fff;
  padding: 8px 16px;
}
.table__container th:not(:last-child) {
  border-right: #e5e5e5 1px solid;
  width: 59%;
}
.table__container td {
  border-bottom: #e5e5e5 1px solid;
  padding: 8px;
}
.table__container td:first-child {
  background-color:#fef3f3;
  border-right: #e5e5e5 1px solid;
  text-align: left;
  padding: 8px 32px;
}
.table__container td:not(:last-child) {
  border-right: #e5e5e5 1px solid;
}
.table__container.table__container--introducing th:first-child {
  width: 48%;
}
.table__container.table__container--introducing th:nth-child(2),
.table__container.table__container--introducing th:nth-child(3) {
  width: 26%;
}
@media (max-width: 700px) {
  .table__container {
    font-size: 13px;
  }
  .table__container .pc_only {
    display: none !important;
  }
  .table__container th {
    padding: 12px 4px;
  }
  .table__container td {
    padding: 12px;
  }
  .table__container td:first-child {
    padding: 8px;
  }
  .table__container.table__container--introducing th:first-child {
    width: 54%;
  }
  .table__container.table__container--introducing th:nth-child(2) {
    width: 24%;
  }
  .table__container.table__container--introducing th:nth-child(3) {
    width: 22%;
  }
}


/* 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: 18px;
}

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

.parts__text--c_purple {
  color: #E96479;
}

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

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

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

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

@media (min-width: 701px) {
  .parts__link a:hover:not(.no-opacity) {
    opacity: 0.8;
  }
}

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

@media (min-width: 701px) {
  .parts__link-tel {
    pointer-events: none;
  }
}

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

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

.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;
  width: 100%;
  max-width: 403px;
  margin: 0 auto;
}

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

.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__button.parts__button--unavailable a {
  background-color: #aaa;
  -webkit-filter: drop-shadow(0px 5px 0px #999);
          filter: drop-shadow(0px 5px 0px #999);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  height: 72px;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
}

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

@media (min-width: 701px) {
  .parts__button:not(.parts__button--unavailable) a:hover {
    -webkit-filter: none;
            filter: none;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  .parts__button a:hover:not(.no-opacity) {
    opacity: 0.8;
  }
}

.parts__button a::after {
  position: absolute;
  content: "";
  width: 21px;
  height: 17px;
  background-image: url("/member-introduction/syokaicp_os202510/image/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 !important;
  }
}

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

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

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

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

@media (min-width: 701px) {
  .pc-tal {
    text-align: left;
  }
}