@charset "utf-8";

@media screen and (max-width: 768px) {

  /* =============================================================

　　Mobile - Parts Setting

============================================================= */

/*  Membership Page Settings
--------------------------------------------- */

/* Inner */

.page-membership .content-inner__frame {
  padding: 25px 20px;
}

.txt-center.txt-intro {
  text-align: left !important;
}


/* Intro */

.page-membership .txt-harts {
  margin: 0 0 50px;
  padding: 1.5em;
  font-size: 0.95em;
  line-height: 1.8em;
  border: 1px solid #373737;
}

.page-membership .txt-harts p {
  text-align: left !important;
}


/* Button */

.btn-regist a {
  width: 100%;
  padding: 1em;
  line-height: 1.8em;
}


.btn-regist a::after {
  content: url(../img/icn-window-sp.png);
}

/* Benefit Section */

.benefit-section {
  margin-top: 6em;
}

.benefit-section .benefitlist {
  margin-top: 2.5em;
  padding: 0 !important;
  border-bottom: 1px solid #e7e6e6;
}
.benefit-section .benefitlist dl dd {
  margin: 0;
  padding: 0;
}

.benefit-section .benefitlist.numlist li {
  min-height: 65px;
  padding: 0 0 10px 65px;
}

.benefit-section .numlist li.num01,
.benefit-section .numlist li.num02,
.benefit-section .numlist li.num03 {
  background-size: 50px auto;
}

}
