@charset "UTF-8";
/*
* member-regist.css
*
*/


/*
* レイアウト header 90px
*/
#memberRegist {

}
#postWrap {
  margin: 0 auto 40px auto;
}


/*
* 登録フォーム
*/
#registForm {
  margin: 0 auto;
  padding: 0;
}
/* テキスト */
#registForm .text {
  margin: 0 0 40px 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}
/* フォーム */
#registForm .formItems {
  margin-bottom: 4rem;
}
#registForm .formName {
  width: 8em;
}
#registForm .formZip {
  width: 8em;
}
#registForm .prefadd{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
}
#registForm .formAddress{
  flex: 1;
}
/* 同意 */
#registForm .agreeCK {
  justify-content: center;
  gap: 10px;
  padding: 20px;
  font-size: 12px;
  font-weight: 400;
}
#registForm .agreeCK::after {
  content: "必須";
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 3px 5px;
  color: #CA0C0C;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
	border: #CA0C0C 1px solid;
  border-radius: 5px;
}
/* ボタン */
#registForm .buttonWrap {
  margin-bottom: 80px;
}
/* 個人情報 */
#registForm .pp {
  margin: 0 0 120px 0;
  font-size: 18px;
  font-weight: 400;
}
/* アカウントID */
#registForm .slug {
  flex-direction: column;
  align-items: stretch;
}
#registForm .slug label {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0.5rem 0;
}
/* パスワード */
#registForm .pass {
  flex-direction: column;
  align-items: stretch;
}
#registForm .pass label {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0.5rem 0;
}
#registForm .pass span {
  display: inline-block;
  width: 5em;
  font-weight: 700;
}
#registForm .pass input {
  width: 16em;
}
/* クレジットカード情報 */
#registForm .cc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#registForm .stripe-input {
  display: inline-block;
  width: calc(100% - 10px);
  max-width: 390px;
  margin: 5px;
  padding: 5px 10px;
  font-size: 18px;
  background-color: #FFFFFF;
  border: none;
  border: #E6E6E6 2px solid;
  border-radius: 5px;
}
#registForm .expWrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  max-width: 400px;
}
#registForm #stripe_err {
  margin: 0;
  padding: 0;
  color: #FF0000;
  font-weight: 600;
}


/*
* 登録完了
*/
#registComplete {

}
#registComplete .text {
  margin-bottom: 4rem;
}

























/*
* スマホ用 
*/


@media screen and (max-width:993px){


  /*
  * 登録フォーム
  */
  #registForm {
    padding: 0;
  }
  #postWrap {
    padding: 0 20px;
  }
  #registForm .formItems {
    padding: 10px;
  }
  /* パスワード */
  #registForm .pass input {
    width: auto;
  }











}
