@charset "utf-8";

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

　 Parts Setting

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


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

/* Inner */

.page-membership .content-inner__frame {
  padding: 50px 90px;
}

/* Main Title */

.page-membership .category-title {
  margin-bottom: 4em;
}

.page-membership .category-title h1 .txt-sm {
  margin-top: 8px;
  font-weight: normal !important;
  font-size: 0.45em;
}

.page-membership .content-inner a {
  color: #000;
  text-decoration: underline;
}

.page-membership h2 {
  font-weight: normal;
  font-size: 1.7em;
}

.page-membership h2 img {
  margin-bottom: 1em;
}

/* Intro */

.page-membership .txt-intro a:hover {
  text-decoration: none;
}

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


/* Button */

.btn-regist a {
  display: inline-block;
  padding: 1.8em 5em;
  color: #fff !important;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none !important;
  background-color: #810f0f;
}

.btn-regist a:hover {
  background-color: #000;
}

.btn-regist a::after {
  padding-left: 0.5em;
  content: url(../img/icn-window.png);
  vertical-align: middle;
}

/* 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 {
  margin-top: 2em;
  min-height: 95px;
  padding: 0 0 10px 100px;
  border-bottom: 1px solid #e7e6e6;
}

.benefit-section .numlist li.num01 {
  background: url(../img/num01.png) left top no-repeat;
}

.benefit-section .numlist li.num02 {
  background: url(../img/num02.png) left top no-repeat;
}

.benefit-section .numlist li.num03 {
  background: url(../img/num03.png) left top no-repeat;
}

.benefit-section .benefitlist dl dt {
  margin-bottom: 0.5em;
  font-size: 1.2em;
  font-weight: bold;
}

.benefit-section .benefitlist dl dd p {
  font-size: 0.9em;
  line-height: 1.8em;
}