/* LOGIN CSS START */

.login_page_bgc{
  background-color: #F9F7FA;
}
.login_page_bgc_maker {
  background: #D3E2E8;
}

.login_page .login_form{
  width: 480px;
  padding: 52px 80px 70px;
  background-color: #fff;
  margin: auto;
  border-right: none;
  border-radius: 10px;
  box-shadow: 0px 10px 16px 0px rgba(23,86,172,0.12);
}

.login_page .logo{
  height: 64px;
  width: 100%;
  background: url(../../images/mypage/ico_logo.svg) center center no-repeat;
  background-size: contain;
}

.login_page input, .login_page button, .login_page a{
  height: 52px;
  width: 100%;
}
.login_page a{
  line-height: 37px;
}
.login_page input{
  font: 500 16px 'Roboto';
}


.login_page input::placeholder {
  color: #CCCCCC;
}

.login_page input:read-only{
  background-color: #fff;
  font-family: 'Yu Gothic';
}

.login_page .login_form .note{
  font: 500 11px 'Yu Gothic';
  text-decoration: underline;
  color: #999;
}

.login_page .kaizen_text{
  font: bold 13px 'Yu Gothic';
  color: #64286C;
}
.login_page_maker .kaizen_text {
  color: #1756AC;
}

.login_page .red_border{
  border: 2px solid red;
}

.login_page .text_red{
  color: #CC0339;
}

.login_page .page{
  color: #666666;
}

.register_page{
  width: 700px;
  padding: 0 20px;
  margin: auto;
  font-family: 'Roboto';
}

.register_page .logo{
  height: 64px;
  width: 100%;
  background: url(../../images/mypage/ico_logo.svg) center center no-repeat;
  background-size: contain;
}

.register_page .circle::before{
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #E24091;
  border-radius: 50%;
  margin-right: 10px;
}

.register_page .label{
  font: 500 13px 'Roboto';
}

.register_page .head > .circle{
  color: #E24191;
  font: bold 10px 'noto sans japanese';
}

.register_page .head :first-child{
  font: bold 14px 'noto sans japanese';
  padding-right: 10px;
}

.register_page .row{
  margin-bottom: 20px;
}

.register_page.confirm .row{
  margin-bottom: 40px;
}

.register_page input, .register_page select{
  background-color: #fff;
  height: 48px;
  font: 400 15px 'Roboto';
  border-radius: 4px;
  border: 1px solid #D5DFE6;
}

.register_page ::-webkit-input-placeholder{
  color: #9FB8CB;
  font: 400 16px 'Roboto';
}

.register_page .placeholder_blue::placeholder{
  color: #9FB8CB;
}

.register_page .form_inline input, .register_page .form_inline select{
  width: 186px;
}
.register_page .form_inline input.w_100, .register_page .form_inline select.w_100{
  width: 100px;
}
.register_page .form_inline input.w_70, .register_page .form_inline select.w_70{
  width: 70px;
}


.register_page .form_inline .have_label{
  width: 160px;
  margin-left: 8px;
}

.register_page .inner_label{
  font: 500 12px 'Yu Gothic';
  padding-top: 14px;
  width: 50px;
  text-align: right;
}

.register_page .label{
  padding-top: 14px;
}

.register_page.confirm .label{
  padding-top: 0px;
}

.register_page.confirm .col_10{
  padding-left: 35px;
}

.font_roboto{
  font-family: 'Roboto';
  font-weight: 400;
}

/* QUAN LOGIN CSS END */


@media screen and (max-width: 768px){
  .register_page{
    width: 100%;
    padding: 0 20px;
  }
  .register_page .form_inline .have_label{
    width: 100%;
  }
}
@media screen and (max-width: 576px){
  .login_page .login_form{
    width: 90%;
    padding: 52px 50px 70px;
  }
  .login_page .logo{
    height: 54px;
  }
  .register_page .logo{
    height: 54px;
    margin: 40px 0 24px;
  }
  .login_page input, .login_page button, .login_page a{
    height: 48px;
  }
  .register_page .label{
    margin: 0 0 8px;
  }
  .register_page .form_inline .have_label,
  .register_page .form_inline input, .register_page .form_inline select{
    width: 100%;
  }
}
@media screen and (max-width: 480px){
  .login_page .login_form{
    padding: 46px 30px 60px;
  }
}


.login_page_bgc_exclusive .bg_wrap {
  padding: 0 20px;
}

.login_page_bgc_exclusive .bg {
  background: url(../../images/register/friend.jpg) center center no-repeat;
  background-size: cover;
  padding: 10px;
  max-width: 800px;
  margin: 20px auto;}

.login_page_bgc_exclusive .bg_border {
  border: 1px solid #fff;
  padding: 16px 10px;
}


.login_page_bgc_exclusive .logo.white {
  height: 56px;
  width: 100%;
  background: url(../../images/mypage/ico_logo_white.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .login_page_bgc_exclusive .logo.white {
    height:48px;
  }
}
.my_3 {
  margin-bottom: 1rem;
}


.login_page_bgc_exclusive .dec {
  font-size: 14px;
  font-weight: 500;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
  display: block;
  max-width: 280px;
  margin: 0 auto;
  padding: 4px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, rgba(255,255,255,0) 0%, #fff 50%, rgba(255,255,255,0) 100%);
  border-image-slice: 1;
}
.login_page_bgc_exclusive .cion {
  font-weight: 500;
  font-size: 22px;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
  margin-bottom: 0;
  margin-top: 2px;
}
.login_page_bgc_exclusive .cion .num {
  color: #fb56a8;
  font-size: 36px;
  letter-spacing: 0.04em;
  margin: 0 2px 0 4px;
  border-bottom: 1px solid #fff;
}
.login_page_bgc_exclusive .cion .num small {
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .login_page_bgc_exclusive .dec {
    font-size: 11px;
  }
  .login_page_bgc_exclusive .cion {
    font-size: 16px;
  }
  .login_page_bgc_exclusive .cion .num {
    font-size: 32px;
  }
  .login_page_bgc_exclusive .cion .num small {
    font-size: 16px;
  }
}