@charset "UTF-8";


/* コンテンツ */
.contents_wrap {
  max-width: 900px;
  max-width: 800px;
  border: #ccc solid 1px;
  margin: 40px auto 0;
  padding: 48px;
}


/* ラインボタン
------------------------------------------------------------------------------------*/
.line_btn {
  width: 340px;
  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;
  margin-top: 24px;
  transition: background 300ms, border 300ms, color 300ms, opacity 300ms;
}
.line_btn::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #1bb656;
  display: block;
  position: absolute;
  left: 46px;
}

.line_btn.register_btn_off {
  background: url(/images/pc/member/line_icon_off_pc.png) no-repeat 0 / 50px #fff;
  border: #f5f5f5 solid 1px;
  color: #d2d2d2;
  cursor: default;
}
.register_btn_off::before {
  background: #f5f5f5;
}


/* 注釈
------------------------------------------------------------------------------------*/
.mail_annotation_wrap {
  list-style-type: none;
  margin: 56px 0 0 0;
  padding: 0;
}

.mail_annotation_list {
  --fs: 1.4rem;
  --fh: 2rem;
  font-size: var(--fs);
  text-indent: -1em;
  line-height: var(--fh);
  margin: calc(16px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));
  padding-left: 1em;
}


/* 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, #3c3c3c, #3c3c3c 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: -1.1rem;
  margin-top: 16px;  
  padding-left: 1.1rem;
}
.rules_h5:first-of-type { margin-top: 4px; }

.rules_h6 {
  font-size: 1.1rem;
  text-indent: -1.1rem;
  margin: 12px 0 0 1.1rem;
  padding-left: 1.1rem;
}
.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: -1.1rem;
  padding-left: 1.1rem;
}
.rules_h5 + .rules_p { margin-top: 2px; margin-left: 1.1rem; }
.rules_h6 + .rules_p { margin-top: 2px; margin-left: 1.1rem; }

.rules_ol {
  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)) 18px;
}
.rules_ol li {
  margin: 12px 0;
  padding: 0;
}

.rules_ul {
  color: #3c3c3c;
  --fs: 1.1rem;
  --fh: 1.5rem;
  font-size: var(--fs);
  line-height: var(--fh);
  list-style: disc;
  margin: calc(2px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2)) 18px;
}
.rules_ul li {
  margin: 4px 0;
  padding: 0;
}

.rules_h6 + .rules_ul { margin-left: 28px; }

.rules_annotation {
  color: #3c3c3c;
  font-size: 1.2rem;
  margin-top: 6px;
}


/* TeAmo会員特典画像
------------------------------------------------------------------------------------*/
.memberBenefit_img { margin-top: 64px; }


/* メルマガ登録
------------------------------------------------------------------------------------*/
.melmaga_lead {
  --fs: 1.4rem;
  --fh: 2rem;
  font-size: var(--fs);
  line-height: var(--fh);
  list-style: disc;
  margin: calc(24px + ((var(--fs) - var(--fh)) / 2)) 0 calc(0px + ((var(--fs) - var(--fh)) / 2));
}

.melmaga_input_wrap {
  font-size: 1.4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-top: 12px;
}

.melmaga_input2_wrap { margin-left: 24px; }

.melmaga_input1,
.melmaga_input2 {
  width: 16px;
  height: 16px;
  border: #808080 solid 1px;
  border-radius: 100px;
  position: relative;
  top: 2px;
  cursor: pointer;
  margin-right: 4px;
  -webkit-appearance: none;
}
.melmaga_input1:checked,
.melmaga_input2:checked { border: #f85993 solid 1px; }

.melmaga_input1::after,
.melmaga_input2::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #f85993;
  border-radius: 100px;
  display: block; 
  position: absolute;
  top: 2px;
  left: 2px;
  opacity: 0;
}
.melmaga_input1:checked::after,
.melmaga_input2:checked::after { opacity: 1; }