@charset "utf-8";
/* CSS Document */


/**********************************************************/
/* PC */
/**********************************************************/

/**********************************
/*section共通
**********************************/
section{
  position: relative;
  margin-bottom: 50px;
}
section::after {
  background: url("../images/login/login.png") repeat-x;
  background-size: 100% 100%;
  position: absolute;
  width: 22%;
  height: 170px;
  content: "";
  left: 52.7%;
  top: 0;
  max-width: 317px;
}
.h-adr{
  text-align: center;
  font-size: 1.4rem;
  width: 456px;
  margin: -60px auto 0;
}
h3{
  letter-spacing: 0.2em;
  line-height: 1.8;
  margin-bottom: 15px;
}
dt{
  padding: 27px 0 8px 0px;
  color: #000;
  letter-spacing: 0.2em;
  text-align: left;
}
dd{
  letter-spacing: 0.2em;
}
.h-adr ul{
  margin: 42px auto 0;
}
.h-adr ul li{
  margin-bottom: 20px;
}
.h-adr a {
  text-decoration: underline;
  color: #000;
}

/************
/*インプット共通
************/

input[type="email"],
input[type="password"]{
  border: solid 1px #AC7F62;
  font-size: 1.4rem;
  padding: 0 14px;
  border-radius: 0;
}
::placeholder {
  color: #C6C6C6;
  font-size: 1.4rem;
  padding: 9px 0 0 ;
  letter-spacing: 0.2em;
}
.area2{
  width: 100%;
  height: 38px;
} 





/************
ログイン
************/
input[type="submit"]{
  border:none;
  outline: 0;
  cursor: pointer;
  padding: 17px 0;
  font-size: 1.4rem;
  background: #fff;
  transition: all .2s linear;
  color: #000;
  width: 232px;
}
.submit {
  margin-top: 42px;
  position: relative;
  border: 1px solid #AC7F62;
  display: inline-block;
  text-align: center;
  background: #fff;
}
.submit:hover{
  background:#AC7F62;
  opacity: 1;
  color: #fff;
}
.submit::before{
  content:"";
  position: absolute;
  top:50%;
  right: 16%;
  width:27px;
  height:1px;
  background:#AC7F62;
  transition: all .2s linear;
}
.submit::after{
  content:"";
  position: absolute;
  top: 41%;
  right: 17%;
  width:1px;
  height:7px;
  background:#AC7F62;
  transform:skewX(45deg);
  transition: all .2s linear;
}
.submit:hover::before{
  right:-30px;
}
.submit:hover::after{
  right:-25px;
}

/**********************************************************/
/* SP*/
/**********************************************************/
@media screen and (max-width:767px){
section {
  top: 30px;
  margin-bottom: 100px;
}
section::after {
  height: 52px;
  right: 10px;
  top: -64px;
  left:auto;
}
h3 {
  margin: 30px auto 0;
}
.h-adr {
  font-size: 1.2rem;
  width: 100%;
  margin: 0px auto 0;
  padding: 0 20px;
}
dt {
  padding: 30px 0 8px 0px;
}
input[type="email"],
input[type="password"] {
  font-size: 1.2rem;
  padding: 0 9px;
}
.area2 {
  height: 28px;
}
::placeholder {
  font-size: 1.2rem;
  padding-top:3px;
}
.h-adr ul {
  margin: 32px auto 0;
}  
.submit {
  margin-top: 22px;
}  
input[type="submit"] {
  padding: 12px 0;
  width: 134px;
}
.submit::before {
  width: 18px;
}  
.submit::after {
  top: 44%;
  height: 4px;
}
.f-pass.submit {
  margin-top: 88px;
}  
  
  
}