@charset "UTF-8";

/* .ec-layoutRole .ec-layoutRole__contents{
    border-bottom:1px solid #ccc;
} */

.ec-off1Grid .ec-off1Grid__cell{
    width:800px;
    margin:0 auto;
}

.o-mb-80 {
    margin-bottom: 80px;
}
.o-mb-20 {
    margin-bottom: 31px;
}

.o-ml-25 {
    margin-left: 25px;
}

.h-36 {
    height: 36px;
}

.sub-title {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 3px;
}
.explain-text {
    width: 95%;
    margin: 0 auto 45px;
    text-align: center;
    line-height: 29px;
    letter-spacing: 1px;

}
.reset-complete-text {
  width: 100%;
  margin-bottom: 45px;
  margin-top: 22px;
  text-align: center;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 1px;
}

.forget-label{
    background-color: #F5F0E8;
    height: 48px;
    line-height: 48px;
}

#form-required {
    background-color: #971B2F;
    color: #FFFFFF;
    margin-left: 10px;
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: 700;
}

.mail-input input {
    width: 490px;
    height: 50px;
    font-size:16px;
}

.forget-btn-box {
    margin: 60px auto 0;
    text-align: center;
}

.forget-btn {
    width: 320px;
    height: 60px;
    background-color:	#444444;
    border: solid 1px #444444;
    color: #FFFFFF;
    border-radius: 3px;
    background-image: url('/html/template/default/assets/svg/icon_arrow_sr-wt.svg');
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    transition: color .5s cubic-bezier(.23,1,.32,1);
    transition-property: color,background,border;
}
.forget-btn:hover {
    background: #aa8420;
    color: #fff;
    border: 1px solid #999999;
    background-image: url(/html/template/default/assets/svg/icon_arrow_sr-wt.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.link-contact {
    color: #222222;
    text-decoration: underline;
}
.link-contact:hover {
  color: #222222;
  opacity:0.7;
}
.complete-btn-box {
    margin: 0 auto 0;
    text-align: center;
    height: 60px;
}

.complete-btn-box a {
    display: inline-block;
    width: 320px;
    height: 60px;
    line-height: 60px;
    color: #444444;
    border: solid 1px #444444;
    border-radius: 3px;
    background-image: url('/html/template/default/assets/svg/icon_arrow_sr.svg');
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    transition: color .5s cubic-bezier(.23,1,.32,1);
    transition-property: color,background,border;
}

.complete-btn-box a:hover {
    text-decoration: none;
    background: #aa8420;
    color: #fff;
    border: 1px solid #999999;
    background-image: url(/html/template/default/assets/svg/icon_arrow_sr-wt.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.reset-com-btn-box {
    margin: 0 auto 0;
    text-align: center;
    height: 60px;
}

.reset-com-btn-box a {
    display: inline-block;
    width: 320px;
    height: 60px;
    line-height: 60px;
    color: #FFFFFF;
    background-color: #444444;
    border: solid 1px #444444;
    border-radius: 3px;
    font-size: 16px;
    background-image: url('/html/template/default/assets/svg/icon_arrow_sr-wt.svg');
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    transition: color .5s cubic-bezier(.23,1,.32,1);
    transition-property: color,background,border;
}

.reset-com-btn-box a:hover{
    text-decoration: none;
    text-decoration: none;
    background: #aa8420;
    color: #fff;
    border: 1px solid #999999;
    background-image: url(/html/template/default/assets/svg/icon_arrow_sr-wt.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

#form_password_first {
    margin-bottom: 0;
}

.error-temporary_password, .error-first, .error-second {
    width: 100%;
    height: 35px;
    display: flex;
}
.error p {
    height: auto;
    min-height: 20px;
    margin: 0 !important;
    font-size: 16px !important;
    font-weight: bold !important;
}
.sub-title h2 {
  margin-top: 26px;
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 700;
}
.forgot_attention{
  font-size:14px;
}
.pw_reset_area{
  padding-top: 21px;
}
@media screen and (max-width : 768px) {
  .ec-pageHeader{
    margin-bottom: 28px!important;
  }

  .ec-pageHeader h1{
    font-size:16px!important;
  }
  .sub-title{
    margin-bottom:20px;
  }
    .ec-off3Grid .ec-off3Grid__cell {
        margin: 0 20px;
    }
    .ec-off1Grid .ec-off1Grid__cell{
        width:100%;
    }
    .sub-title h2 {
        font-size: 20px;
    }
    .explain-text {
        margin-top:0px;
        text-align: left;
        width: 97%;
        line-height: 29px;
        margin: 0 auto 26px;
    }
    .o-ml-25 {
      margin-left: 15px;
    }
    .forget-btn-box {
      margin: 37px auto 0;
    }
    .forget-btn{
      height:50px;
      background-position: 96% 50%;
    }
    .mail-input input, .forget-btn {
        width: 100%;
    }
    .error-temporary_password, .error-first, .error-second {
        display: block;
    }

    .error.error-temporary_password,
    .error.error-first,
    .errorerror-second
    {
        height: auto;
        min-height: 20px;
    }

    .ec-catalog_block{
        display:none;
    }
    .complete-btn-box a{
      width:335px;
      height:50px;
      line-height: 50px;
      background-size: 17px;
      background-position: right 14px top 50%;
    }
    .pw_reset_area{
      padding-top:-0px;
      margin-top: -8px;
    }
    .reset-complete-text{
      margin-bottom: 35px;
      margin-top: -4px;
      margin-left: 3px;
      text-align:left;
    }
    .reset-com-btn-box a{
      width: 335px;
      height: 50px;
      line-height: 50px;
      background-position: 96% 50%;
    }

    .complete-btn-box,
    .reset-com-btn-box {
        height: 50px;
    }
}
