@charset "UTF-8";
/* ID作成画面 */
.create_id {
  /*メールアドレス送信画面*/
  /*メールアドレス送信完了画面*/
}
.create_id .sn-form-top {
  text-align: center;
}
.create_id .section-top {
  margin: 6rem auto;
  color: var(--color_font_mid);
}
@media screen and (max-width: 768px ) {
  .create_id .section-top {
    padding: 0 1.5rem;
  }
}
.create_id .section-top h1 {
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 2rem;
  font-weight: normal;
}
.create_id .section-buttons__item {
  margin: 2rem 0 3rem;
  text-align: center;
  /*暫定対応*/
  /*-------*/
}
.create_id .section-buttons__item h3 {
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0.5rem;
}
.create_id .section-buttons__item h3::before {
  content: "";
  background-image: url("https://www.sourcenext.com/~/media/img/common/icon/icon_cart_ui_dark.svg");
  background-repeat: no-repeat;
  width: 2.2rem;
  height: 2rem;
  margin-right: 0.3rem;
}
.create_id .section-buttons button[class*=create-id__button-mypage],
.create_id .section-buttons button[class*=create-id__button-next],
.create_id .section-buttons button[class*=create-id__button-cart] {
  width: 25rem;
  font-size: 1.6rem;
  padding: 1.2rem;
  margin: 0 auto;
  background: var(--color_success);
  box-shadow: var(--shadow_mid);
  border: none;
  border-radius: 6px;
  color: #FFF;
  transition: all 0.2s ease;
}
.create_id .section-buttons button[class*=create-id__button-mypage]:hover,
.create_id .section-buttons button[class*=create-id__button-next]:hover,
.create_id .section-buttons button[class*=create-id__button-cart]:hover {
  background: var(--color_success_hover);
}
.create_id .section-buttons button[class*=create-id__button-mypage]:active,
.create_id .section-buttons button[class*=create-id__button-next]:active,
.create_id .section-buttons button[class*=create-id__button-cart]:active {
  background: #14947B;
}
@media screen and (max-width: 768px ) {
  .create_id .section-buttons button[class*=create-id__button-mypage],
.create_id .section-buttons button[class*=create-id__button-next],
.create_id .section-buttons button[class*=create-id__button-cart] {
    min-height: 5rem;
  }
}
.create_id .section-buttons button[class*=create-id__button-cart] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.create_id .section-buttons button[class*=create-id__button-cart]::before {
  content: "";
  background-image: url(/~/media/img/common/icon/icon_cart_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.2rem;
  height: 2rem;
  margin-right: 0.5rem;
}
.create_id .section-bottom {
  margin-bottom: 8rem;
}
.create_id.screen--sendmail input[type=email] {
  padding: 1.1rem;
  /*入力中*/
}
.create_id.screen--sendmail input[type=email]:focus {
  padding: 1rem;
}
.create_id.screen--sendmail input[type=email]:focus.sn-form__input_error {
  padding: 1.2rem;
}
.create_id.screen--sendmail .sn-form-wrapper:first-child {
  margin-bottom: 0;
}
.create_id.screen--sendmail .sn-form-wrapper + .sn-form-wrapper, .create_id.screen--sendmail .sn-form-wrapper#user_input {
  margin-top: 0;
}
.create_id.screen--sendmail_complete .complete-sendmail__image {
  display: flex;
  justify-content: center;
  margin: 4rem 0;
  padding-right: 4rem;
}
.create_id.screen--sendmail_complete .complete-sendmail__lead {
  text-align: center;
  margin-bottom: 6rem;
}
.create_id.screen--sendmail_complete .complete-sendmail__supplement {
  background: var(--color_ui_light);
  padding: 3rem;
}
.create_id.screen--sendmail_complete .complete-sendmail__supplement h2 {
  font-size: 1.7rem;
  text-align: center;
  margin: 0 0 2rem;
}
.create_id.screen--sendmail_complete .complete-sendmail__supplement p {
  font-size: 1.5rem;
}
.create_id.screen--sendmail_complete .complete-sendmail__supplement ul {
  font-size: 1.5rem;
  margin: 0;
  list-style: disc;
}

@media screen and (max-width: 768px ) {
  .complete-regist {
    padding: 0 2rem;
  }
}
.complete-regist__image {
  text-align: center;
  margin-top: -2rem;
}
.complete-regist__image img {
  width: 16rem;
}
.complete-regist__lead {
  text-align: center;
}
.complete-regist__service {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px ) {
  .complete-regist__service ul {
    padding: 0 0 0 2rem;
  }
}
.complete-regist__service ul li {
  list-style: disc;
}