@charset "utf-8";

/* メンバーシッププログラム membership.html
---------------------------------------------------------- */
.content-static.membership .page-title-membership {
  background-color: #000;
  padding: 74px 0 60px 0;
}
.content-static.membership .page-title-membership * {
  color: #fff;
}
.content-static.membership p, .content-static.membership li, .content-static.membership th, .content-static.membership td  {
  line-height: 1.6;
}

.content-static.membership .page-title-membership .inner {
  display: table;
  width: 100%;
}
.content-static.membership .page-title-membership .inner > .img {
  display: table-cell;
  width: 520px;
  padding-top: 10px;
  vertical-align: top;
}
.content-static.membership .page-title-membership .img .page-title {
  margin-top: 15px;
  font-size: 44px;
  font-family: 'HelveticaNeueW01-45Ligh', 'RodinCattleyaPro-M{pm}'!important;
  /*letter-spacing: -3px;*/
}
.content-static.membership .page-title-membership .inner > .txt {
  display: table-cell;
  padding-left: 70px;
  vertical-align: middle;
}
.content-static.membership .page-title-membership p {
  font-size: 20px;
  line-height: 1.8;
  /*letter-spacing: -2px;*/
}
.content-static.membership h3.ttl {
  margin-bottom: 18px;
  font-size: 22px;
}
.content-static.membership h2 + h3.ttl {
  margin-top: 0;
}
.content-static.membership * + h3.ttl {
  margin-top: 55px;
}
.content-static.membership .other-program {
  margin-top: 55px;
}
.content-static.membership .point-term {
  margin-top: 95px;
  margin-bottom: 40px;
}
.content-static.membership .box-frame {
  margin-top: 28px;
  border: 1px solid #000;
  padding: 25px 35px 25px 30px;
}
.content-static.membership .box-frame.border-bold {
  border: 2px solid #000;
}
.content-static.membership .box-frame > .inner {
  display: table;
  width: 100%;
}
.content-static.membership .box-frame > .inner > .txt {
  display: table-cell;
  vertical-align: top;
}
.content-static.membership .box-frame > .inner > .img {
  display: table-cell;
  width: 498px;
  padding-left: 55px;
  vertical-align: top;
}
.qrcode {
  width: 162px;
}
.content-static.membership ul > li > ul:not(.notes) > li {
  list-style-type: circle;
}ul.notes > li {
  list-style-type: none;
}
@media print, screen and (min-width: 48.01em) {
  .content-static.membership .page-title-membership {
    margin-left: calc(((100vw - 44rem) / 2) * -1);
    margin-right: calc(((100vw - 44rem) / 2) * -1);
    padding-left: calc((100vw - 44rem) / 2);
    padding-right: calc((100vw - 44rem) / 2);
  }

}

@media print, screen and (max-width: 48em) {
  /*.fsize_18,.fsize_18 *  { font-size: 12px!important; }
  .fsize_22,.fsize_22 * { font-size: 14px!important; }*/
  .fsize_22,.fsize_22 * {
    font-size: 14px!important;
    font-family: "HelveticaNeueW01-45Ligh", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ" !important;
  }

  .content-static.membership h3.ttl {
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 1.2;
  }
  .content-static.membership h2 + h3.ttl {
    margin-top: 0;
  }

  .content-static.membership * + h3.ttl {
    margin-top: 30px;
  }
  .content-static.membership {
    /*padding-left: 2px;
    padding-right: 2px;*/
  }
  .content-static.membership .page-title-membership {
    margin-left: -50px!important;
    margin-right: -50px!important;
    padding-top: 24px;
    padding-left: 53px;
    padding-right: 30px;
    padding-bottom: 35px;
  }
  .content-static.membership .page-title-membership .inner > .img {
    display: block;
    width: 100%;
  }
  .content-static.membership .page-title-membership .inner > .txt {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  .content-static.membership .page-title-membership .inner > .img .logo {
    width: 200px;
  }
  .content-static.membership .page-title-membership .img .page-title {
    margin-top: 15px;
    font-size: 24px;
    /*letter-spacing: -3px;*/
  }
  .content-static.membership .page-title-membership .txt p {
    font-size: 14px;
  }
  .content-static.membership .other-program {
    margin-top: 15px;
  }
  .content-static.membership .point-term {
    margin-top: 25px;
    margin-bottom: 30px;
  }
  .content-static.membership .box-frame {
    margin-top: 20px;
    padding: 20px;
  }
  .content-static.membership .box-frame > .inner > .txt {
    display: block;
    width: 100%;
  }
  .content-static.membership .box-frame > .inner > .img {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .content-static.membership .box-frame .img {
    line-height: 1;
  }
  .content-static.membership .ttl-contact {
    margin-top: 70px;
  }

  .ttl-border span {
    display: inline-block;
  }
}
@media screen and (max-width:374px) {
  .content-static.membership .page-title-membership .txt p {
    font-size: 12px;
  }
  .content-static.membership .page-title-membership {
    padding-left: 45px;
    padding-right: 30px;
  }
}