/*register*/
.main_logo{
	text-align: center;
}
.regist_description{
	font-weight: 700;
	color:#707070;
	margin-top:48px;
	margin-bottom:20px;
}
.regist_sub_description{
	font-size:15px;
	margin-top: -10px;
	margin-bottom: 30px;
	color: #707070;
}
.regist_form_block{
  margin: 0 auto;
  padding:40px;
  width:340px;
  background: #fff;
  border:1px solid #E2E2E2;
}
.section_divider{
  border: 0;
  border-top: 1px solid #e6e9ef;
  margin: 22px 0;
}
.regist_form_area{
	width:100%;
	margin-bottom:20px;
}
.form_text{
	display: block;
	border:1px solid #E2E2E2;
	border-radius: 5px;
	padding:8px 16px;
	width:100%;
	font-size: 13px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;

}
.form_text::-placeholder{
    color: #E2E2E2;
}
.form_text::-moz-placeholder{
    color: #E2E2E2;
}
.form_text::-ms-input-placeholder{
    color: #E2E2E2;
}
.form_text::-webkit-input-placeholder{
    color: #E2E2E2;
}
.form_text.form_phone {
	width: 25%;
	display: inline-block;
}
.regist_form_area .title{
	font-weight: 700;
	color:#707070;
	font-size:15px;
}

.regist_form_area .description{
	color:#707070;
	font-size:12px;
}

.variant-f-top-header{
  background: #fff;
  border-bottom: 1px solid #e6e9ef;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

.variant-f-top-header .main_logo{
  margin: 0 !important;
  text-align: left;
}

.variant-f-top-header .main_logo img{
  display: block;
}

.variant-f-header-right{
  display: flex;
  align-items: center;
  gap: 20px;
  color: #6d7686;
  font-size: 13px;
}

.variant-f-help{
  font-size: 13px;
  color: #6d7686;
  text-decoration: none;
}

.variant-f-login-note{
  font-size: 13px;
  color: #6d7686;
}

.variant-f-login-note a{
  color: #1383ce;
  text-decoration: none;
  font-weight: 600;
}

.auth_container.variant-f-body{
  padding-top: 48px !important;
}

.form_submit_block:hover,
.form_submit_block input.form_submit_btn:hover{
	cursor:pointer;
}
.form_submit_block input.form_submit_btn{
	width:100%;
	background:#1383CE;
	text-align: center;
	color:#fff;
	font-size:15px;
	border:none;
	padding:20px 0;
}
.form_submit_block input.form_submit_btn:focus{
	outline:none;
}
.form_terms{
	font-size: 13px;
	margin:20px 0;
}
.form_terms a{
	color:#1383CE;
	text-decoration: none;
}
.form_terms input{
	cursor:pointer;
}
.form_terms_label{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #39465b;
  font-size: 13px;
  cursor: pointer;
}
.form_terms_label input{
  margin-top: 1px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  accent-color: #1383ce;
}
.form_terms_text a{
  color: #1383ce;
  text-decoration: none;
  border-bottom: 1px solid #c8ddf0;
}
.form_terms_text a:hover{
  opacity: 0.85;
}
/**/
.pop_message{
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b;
	margin-bottom:10px;
}
.pop_message p{
	font-size: 13px;
	padding:15px;
}

/*エラー時*/
.validate_error_login{
	background: #FFEFEF;
	margin-bottom:10px;
}
.validate_error_login p{
	color:#FB2929;
	font-size: 13px;
	padding:15px;
}
.regist_form_area.error .form_text{
	border:1px solid #FB2929;
}
.validate_error_text{
	font-size:12px;
	color:#FB2929;
	margin-top:10px;
}
.is_login_link{
	color:#1383CE;
	font-size:13px;
	margin-top:20px;
	text-decoration: none;
	display: block;
	text-align: center;
}
.regist_form_checkbox{
	margin-bottom:5px;
}
.regist_form_checkbox label{
	margin-right:5px;
}
.regist_form_checkbox span{
	margin-left:5px;
    color: #707070;
    font-size: 15px;
    cursor:pointer;
}

@media screen and (max-width: 1279px){
.auth_container{
	width:90%;
}
}

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

.auth_container{
	width:90%;
}
.regist_form_block{
	width:100%;
	padding:20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.regist_description{
	margin-top:20px;
}
.regist_sub_description{
	display: none;
}
.variant-f-top-header{
  padding: 12px 16px;
  background: transparent;
  border-bottom: 0;
}
.variant-f-header-right{
  display: none;
}
.auth_container.variant-f-body{
  padding-top: 18px !important;
}

}

/* === auth (.auth_page scope ) === */
.auth_page {
  min-height: 100vh;
  background: #fff;
}

.auth_page .main_logo {
  margin-bottom: 20px;
}

.auth_page .auth_container {
  max-width: 580px !important;
  width: calc(100% - 20px) !important;
  margin: 0 auto;
  padding: 18px 0 32px;
  box-sizing: border-box;
}

.auth_page .form_text {
  border-color: #d8deea;
  border-radius: 8px;
  padding: 10px 14px !important;
  font-size: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.auth_page .form_text:hover {
  border-color: #b8c9e3;
  box-shadow: 0 0 0 3px rgba(19, 131, 206, 0.08);
}

.auth_page .regist_description {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
  color: #1b2535 !important;
  font-size: 22px !important;
  letter-spacing: -0.01em !important;
  text-align: left !important;
  line-height: 1.4 !important;
}

.auth_page .regist_sub_description.sp_show {
  display: block;
}

.auth_page .regist_form_block {
  width: auto;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 22px 18px 20px !important;
}

.auth_page .regist_form_area {
  margin-bottom: 14px;
}

.auth_page .regist_form_area .title {
  color: #1b2535;
  font-size: 14px;
  margin-bottom: 8px;
}

.auth_page .regist_form_area .description {
  color: #6d7686;
}

.auth_page .form_terms {
  margin-top: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 1.6;
}

.auth_page .form_submit_block {
  margin-top: 22px;
}

.auth_page .form_submit_block input.form_submit_btn {
  border-radius: 8px;
  padding: 16px 0;
  font-weight: 700;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.auth_page .is_login_link {
  margin-top: 18px;
}

@media screen and (min-width: 768px) {
  .auth_page {
    background: #F2F3F8;
  }

  .auth_page .main_logo {
    margin-bottom: 48px;
  }

  .auth_page .auth_container {
    width: calc(100% - 24px) !important;
    padding-top: 28px;
  }

  .auth_page .form_text {
    padding: 12px 14px !important;
  }

  .auth_page .regist_description {
    margin-bottom: 20px !important;
    font-size: 24px !important;
  }

  .auth_page .regist_form_block {
    border: 1px solid #e6e9ef !important;
    box-shadow: 0 6px 16px rgba(16, 24, 40, 0.06) !important;
    padding: 34px 36px 30px !important;
  }
}
