@charset "UTF-8";


/* コンテンツ幅の一括設定 */
.contents_wrap {
  max-width: var(--maxWidth);
  margin: var(--maxWidthMargin);
  padding: var(--maxWidthPadding);
}

/* コンテンツ */
.contents_wrap {
  display: flex;
  justify-content: space-between;
}

.contentL_wrap,
.contentR_wrap { width: 47.77%; }

.contentL_wrap { margin-top: 20px; }
.contentR_wrap { margin-top: 40px; }


/* ログイン
------------------------------------------------------------------------------------*/
.form_btn {
  width: 100%;
  background:#eee;
  border:#ccc solid 1px;
  border-radius: 5px;
  height: 54px;
  color: #222;
  font: inherit;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  display: grid;
  place-items: center;
  cursor: pointer;
  margin-top: 32px;
  transition: opacity 300ms;
}
.form_btn:hover { opacity: 0.5; }

.password_lost {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 12px;
}

.sns_login {
  background: linear-gradient(to right, #aaa, #aaa 2px, transparent 2px, transparent 5px) top left / 5px 1px repeat-x, linear-gradient(to right, #aaa, #aaa 2px, transparent 2px, transparent 5px) bottom left / 5px 1px repeat-x;
  margin-top: 40px;
  padding: 24px 0;
}

.line_btn {
  background: url(/images/pc/member/line_icon_pc.png) no-repeat 0 / 50px #06c755;
  border-radius: 5px;
  height: 54px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  display: grid;
  position: relative;
  place-items: center;
}
.line_btn:hover { text-decoration: none; }
.line_btn::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #1bb656;
  display: block;
  position: absolute;
  left: 50px;
}

.apple_btn {
  background-color: #000;
  border-radius: 5px;
  height: 54px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  display: grid;
  position: relative;
  place-items: center;
  margin-top: 18px;
}
.apple_btn:hover { text-decoration: none; }

.newMember_btn {
  background:#f85993;
  border-radius: 5px;
  height: 54px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  display: grid;
  place-items: center;
  margin-top: 24px;
}
.newMember_btn:hover { text-decoration: none; }

.newMember_annotation {
  --fs: 1.4rem;
  --fh: 1.6rem;
  color: #3c3c3c;
  font-size: var(--fs);
  text-indent: -1rem;
  line-height: var(--fh);
  letter-spacing: -0.04rem;
  margin: calc(12px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));
  padding-left: 1rem;
}


/* PRIVACY POLICY / 利用規約
------------------------------------------------------------------------------------*/
.rules_wrap { margin-top: 48px; }

.rules_inner {
  height: 120px;
  border: #ccc solid 1px;
  overflow-y: scroll;
  margin-top: 6px;
  padding: 16px 8px;
}

.rules_tit {
  color: #3c3c3c;
  font-size: 1.2rem;
  font-weight: normal;
}

.rules_h3 {
  color: #3c3c3c;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 16px;
}
.rules_h3:nth-of-type(n + 2) {
  background: linear-gradient(to right, #ccc, #ccc 2px, transparent 2px, transparent 5px) top left / 5px 1px repeat-x;
  margin-top: 32px;
  padding-top: 32px;
}

.rules_h4 {
  background: #888;
  color: #fff;
  font-size: 1.1rem;
  display: inline-block;
  margin: 24px 0 -8px;
  padding: 2px 6px;
}
.rules_h3 + .rules_h4 { margin-top: 0; }
/* .rules_ol + .rules_h4 { margin-top: 12px; } */

.rules_h5 {
  font-size: 1.1rem;
  text-indent: -1em;
  margin-top: 16px;
  padding-left: 1em;
}
.rules_h5:first-of-type { margin-top: 8px; }

.rules_h6 {
  font-size: 1.1rem;
  text-indent: -1em;
  margin: 12px 0 0 1rem;
  padding-left: 1em;
}
.rules_h6:first-of-type { margin-top: 8px; }

.rules_p,
.rules_p_indent {
  color: #3c3c3c;
  --fs: 1.1rem;
  --fh: 1.5rem;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(12px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));
}
.rules_p_indent {
  text-indent: -1em;
  padding-left: 1em;
}
.rules_h5 + .rules_p { margin-top: 2px; margin-left: 1em; }
.rules_h6 + .rules_p { margin-top: 2px; margin-left: 1em; }

.rules_ol { margin: 12px 0 0 18px; }
.rules_ol li {
  color: #3c3c3c;
  --fs: 1.1rem;
  --fh: 1.5rem;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(12px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));
}

.rules_ul {
  margin: 2px 0 0 18px;
}
.rules_ul li {
  color: #3c3c3c;
  --fs: 1.1rem;
  --fh: 1.5rem;
  font-size: var(--fs);
  line-height: var(--fh);
  list-style: disc;
  margin: calc(4px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));
}

.rules_h6 + .rules_ul { margin-left: 28px; }

.rules_annotation {
  color: #3c3c3c;
  font-size: 1.2rem;
  margin-top: 6px;
}

.revision_p {
  color: #3c3c3c;
  --fs: 1.1rem;
  --fh: 1.5rem;
  font-size: var(--fs);
  line-height: var(--fh);
  margin: calc(32px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));
}


/* TeAmo会員特典画像
------------------------------------------------------------------------------------*/
.memberBenefit_img { width: 100%; }
