/*-----------------------------------------------------------
	login
-----------------------------------------------------------*/
#main-content{
  border-top: 1px solid #ccc;
}
.login-wrapper{
  margin-bottom: 100px;
  padding-top: 80px;
}
.login-wrapper > p{
  margin: 0 auto 13px;
  width: 95%;
}
.login-wrapper > p strong{
  font-size: 1.3125em;
  font-weight: 400;
  color: #761D3D;
}
.login-wrapper > p + p{
  margin: 0 auto 45px;
}
.login-wrapper .password-txt{
  margin-bottom: 155px;
  width: 90%;
  margin: 0 auto;
}
.login-wrapper .password-txt p{
  margin-bottom: 25px;
}


.common-ttl-line {
  margin-bottom: 38px;
}

.btn-circle > p{
  width: 100%;
}

.login-box{
  display: flex;
  justify-content: space-evenly;
}
.login-box > div {
  width: 42%;
  height: 440px;
  padding: 40px 60px;
  border-top: 2px solid #761D3D;
  box-shadow: 0px 0px 24px rgb(0, 0, 0, 0.1);
  box-sizing: border-box;
  /* border-radius: 8px; */
  text-align: center;
}
.login-box > div p {
  margin: 0;
  font-size: 0.875rem;
}
.login-box p + p {
  margin-top: 0.5em;
}
.login-box a {
  color: #121212;
}
.login-ttl{
  font-weight: normal;
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 40px;
}

.btn-circle.login input{
  background-color: #e2e3e5;
  color: #121212;
  text-align: center;
  margin: 10px 0 20px;
  display: block;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  padding: 15px 35px;
  font-size: 1.18rem;
  border-radius: 30px;
  width: 100%;
  border-width: 0;
  cursor: pointer;
}
.btn-circle.login input:hover{
  opacity: 0.7;
}

.btn-circle input{
  background-color: #761d3d;
  color: #fff;
  text-align: center;
  margin: 30px 0 20px;
  display: block;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  padding: 10px 35px;
  font-size: 1rem;
  border-radius: 30px;
  width: 15%;
  border-color: #761d3d;
  cursor: pointer;
}
.btn-circle input:hover{
  opacity: 0.7;
}
.login-password{
  width: 95%;
  margin: 0 auto 150px;
}
.login-password p{
  margin-bottom: 10px;
}
.login-password ul{
  list-style:none;
  margin:0;
}
.login-password li:first-child{
  margin-bottom: 35px;
}
.login-box > div.signup-box > p{
  margin: -8px auto 6px;
  font-size: 1em;
}
.login-box > div.signup-box > p strong{
  font-size: 18px;
  font-weight: 400;
  color: #761D3D;
}
.login-box > div.signup-box > p + p{
  margin: 0 auto 52px;
}



.cp_iptxt {
	position: relative;
	width: 100%;
}
.cp_iptxt input[type=text],.cp_iptxt input[type=password] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	margin: 8px 0;
	padding: 12px 5px;
	transition: 0.3s;
	border: 1px solid #e5e5e5;
	border-radius: 0px;
  outline: none;
  padding-left: 40px;
}
.cp_iptxt input[type=text]:focus,.cp_iptxt input[type=password]:focus {
	border-color: #ccc;
}
::placeholder{
  color: #aeafb2;
  font-size: 1.125rem;
}
.icon-login input{
  background: url(/shared/images/icon_person_gray.png)no-repeat center left 15px;
  background-size: 4%;
}
.icon-pass input{
  background: url(/shared/images/icon_key_gray.png)no-repeat center left 15px;
  background-size: 4%;
}

@media screen and (max-width:768px){
  .login-wrapper{
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .login-wrapper > p {
    width: 90%;
    margin: 26px auto 0;
  }
  .login-wrapper > p strong{
    font-size: 18px;
  }
  .login-wrapper > p + p{
    margin: 10px auto 38px;
  }
  .login-box{
    display: flex;
    flex-direction: column;
  }
  .login-box > div{
    width: 90%;
    margin: 0 auto 50px;
    height: auto;
    padding: 0;
    border-top: none;
    box-shadow:none;
    box-sizing: border-box;
    /* border-radius: 8px; */
    text-align: center;
  }
  .login-ttl{
    font-weight: normal;
    font-size: 1.15rem;
    text-align: left;
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
  }
  .login-ttl::before{
    display: block;
    content:'';
    width: 4px;
    height: 18px;
    background-color: #761d3d;
    position: absolute;
    top: 50%;
    left: 0%;
    transform:translateY(-50%);
  }
  .login-wrapper > .common-ttl-line:before,
  .login-wrapper > .common-ttl-line:after{
    display: none;
  }
  .login-wrapper > .common-ttl-line {
    text-align: center;
    margin-bottom: 20px;
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .btn-circle > p {
    width: 80%;
  }

  .cp_iptxt {
    position: relative;
    width: 90%;
    margin:0 auto;
  }

  .btn-circle input{
    background-color: #761d3d;
    color: #fff;
    text-align: center;
    margin: 30px 0 20px;
    display: block;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    padding: 10px 0px;
    font-size: 1rem;
    border-radius: 30px;
    width: 35%;
    border-color: #761d3d;
    cursor: pointer;
  }
  .login-password {
    width: 90%;
    margin: 0 auto 100px;
  }
  .login-password li:first-child{
    margin-bottom: 35px;
  }
  .btn-circle.login input{
    width: 80%;
    margin: 20px auto 10px;
  }
  .login-box > div.signup-box > p{
    text-align: left;
    margin: -4px auto 8px;
  }
  .login-box > div.signup-box > p strong{
    font-size: 1em;
  }
  .login-box > div.signup-box > p + p{
    margin: 8px auto 18px;
  }
  .login-box > div.signup-box > p + p br{
    display: none;
  }
}