@charset "utf-8";
#topGroupName {
  max-width: 1020px;
}
textarea.inqCont, textarea.customerComment {
  height: 120px;
}
.h-type6 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 60px 0 10px;
}
.faq_contents_section .h-type6 {
  margin-top: 0;
}
.h-type6 + p {
  text-align: center;
}
.contents .loginButtonItemWrap {
  margin-bottom: 30px;
}
.loginButtonItemWrap [class*="btn_"] {
  width: 400px;
  max-width: 100%;
  margin: 10px 0 0;
}
.note > li {
  font-size: 0.9em;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
}
.contents .register_steps {
  margin: 30px auto;
}
.section_body {
  margin-top: 40px;
}
.flex_wrap {
  display: flex;
}
.contents .arrow_right {
	display: inline-block;
}
.contents .arrow_right::after {
	display: inline-block;
	position: static;
	margin-left: 0.25em;
}
@media screen and (max-width: 960px) {
  .h-type6 {
    font-size: 1em;
  }
  .flex_wrap {
    display: block;
  }
}

.loginButtonPreLabel {
  display: block;
  margin-bottom: 5px;
}

/* ご確認ください / お問い合わせの前に
--------------------------------------------------------- */
.confirm_wrap, .before_contact_wrap {
	margin-bottom: 20px;
  width: calc(99.9% / 2 - 15px);
}
.before_contact_wrap {
  margin-left: auto;
}
.confirm_wrap_inner, .before_contact_wrap_inner {
  background-color: #f2f0ed;
  border-radius: 15px;
  padding: 20px;
}
.before_contact_wrap .txt {
  font-size: 0.9em;
}
.before_contact_wrap [class*="btn"] {
	letter-spacing: -0.05em;
  width: 100%;
}
.btn_regular {
  margin-bottom: 20px;
}
.link_contact > a > span {
	display: inline-block;
}
@media screen and (max-width: 960px) {
  .confirm_wrap, .before_contact_wrap {
    width: 100%;
  }
}


/* ログインボタン
--------------------------------------------------------- */
@media screen and (max-width: 960px) {
  #loginButton {
    width: 80%;
    max-width: 300px;
  }
}


/* 電話でのお問い合わせ
--------------------------------------------------------- */
.contact_tel_wrap {
  margin-top: 50px;
}
.contact_tel_wrap > h4 {
  font-weight: bold;
	margin-bottom: 10px;
}
.contact_tel_wrap .note {
	margin-top: 30px;
}


/* 確認ボタン
--------------------------------------------------------- */
#confirmButtonItemWrap {
  width: 100%;
}
#confirmButton {
  width: 80%;
  max-width: 400px;
}
@media screen and (max-width: 960px) {
  #confirmButton {
    width: 80%;
    max-width: 300px;
  }
}
