@charset "utf-8";
/*
font-family: "Noto Serif JP";
font-weight: 700;
sans:400=Regular,700=Bold
*/
#keyview{
  width: 100%;
  position: relative;
  height: 476px;
}
.bg_keyview{
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 476px;
  position: relative;
  overflow: hidden;
}
.bg_keyview img{
  width: 100%;
  height: auto;
  min-width: 1366px;
  position: absolute;
  top:0;
  left: 0;
  z-index: -1;
}
#keyview h2{
  position: absolute;
  top: 45%;
  left:50%;
  font-size: 48px;
  line-height: 58px;
  color: #FFF;
  font-family: "Noto Serif JP";
  font-weight: 700;
  transform:translateX(-45%) translateY(50%);
  -webkit- transform:translateX(-45%) translateY(50%);
  z-index: 11;
}
#keyview h2 span{
  display: block;
  position: relative;
  font-size: 24px;
  line-height: 29px;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  z-index: 11;
}
#keyview h2 span::before{
  content: '';
  position: absolute;
  top: 15px;
  left: -10px;
  background-color: #FFF;
  width: 15px;
  height: 6px;
}
#keyview h2 span::after{
  content: '';
  position: absolute;
  top: 15px;
  right: -10px;
  background-color: #FFF;
  width: 15px;
  height: 6px;
}

/*cont_login*/
#cont_login{
  width: 1200px;
  margin: 0px auto 0px;
  padding: 100px 0 160px;
}
#cont_login p{
  font-size: 24px;
  line-height: 1.5em;
  color: #2B2B2B;
}
.login_box{
  width: 100%;
  margin-top: 70px;
  padding: 60px 0 100px;
  background-color: #FAFAF7;
}
.login_white{
  width: 994px;
  margin: 0 auto;
  padding: 60px 30px 60px;
  background-color: #FFF;
}
/*login sys*/
#wpmem_login{
  margin:60px auto 0 !important;
}
#wpmem_login legend{
  display: none !important;
}
#cont_login p img{
  width: 128px !important;
}
#wpmem_login label{
  font-size:16px !important;
}
#wpmem_login .button_div{
  margin:30px auto 0;
  text-align: center !important;
}
#wpmem_login .button_div input[type="submit"]{
  display: block;
  margin: 30px auto 0;
  padding:15px 30px;
  background-color: #FFA500;
  color:#FFF;
  cursor: pointer;
}

/*スマホ*/
@media (max-width: 767px){
  #keyview{
    width: 100%;
    height: 395px;
  }
  .bg_keyview{
    position: relative;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 395px;
    overflow: hidden;
  }
  .bg_keyview img{
    width: 100%;
    height: auto;
    min-width: 1366px;
    position: absolute;
    top:-10%;
    left: -100%;
  }
  #keyview h2{
    position: absolute;
    top: 40%;
    left:50%;
    font-size: 32px;
    line-height: 1.5em;
    color: #FFF;
    font-family: "Noto Serif JP";
    font-weight: 700;
    transform:translateX(-50%) translateY(40%);
    -webkit- transform:translateX(-50%) translateY(40%);
    z-index: 60;
  }
  #keyview h2 span{
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #FFF;
    font-weight: 700;
    text-align: center;
    z-index: 11;
  }
  #keyview h2 span::before{
    content: '';
    position: absolute;
    top: 13px;
    left: 5px;
    background-color: #FFF;
    width: 10px;
    height: 3px;
  }
  #keyview h2 span::after{
    content: '';
    position: absolute;
    top: 13px;
    right: 5px;
    background-color: #FFF;
    width: 10px;
    height: 3px;
  }

  /*cont_login*/
  #cont_login{
    width: calc(100% - 30px);
    margin: 0px auto 0px;
    padding: 50px 0 80px;
  }
  #cont_login p{
    font-size: 16px;
    line-height: 1.5em;
    color: #2B2B2B;
  }
  .login_box{
    width: 100%;
    margin-top: 35px;
    padding: 30px 0 50px;
    background-color: #FAFAF7;
  }
  .login_white{
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 30px 7px 30px;
    background-color: #FFF;
  }
  .login_white img{
    width: 100%;
  }
  /*login sys*/
  #wpmem_login{
    width: 85% !important;
  }
  .div_text input{
    width: calc(100% - 22px) !important;
  }
}

@media (max-width: 767px) and (orientation:landscape){
  #keyview{
    width: 100%;
    height: 316px;
  }
  #keyview .bg_keyview{
    position: relative;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 316px;
    overflow: hidden;
  }
  #keyview .bg_keyview img{
    width: 100%;
    height: auto;
    min-width: 1366px;
    position: absolute;
    top: -40%;
    left: -50%;
  }
  #keyview h2{
    font-size: 32px;
    color: #FFF;
    font-family: "Noto Serif JP";
    font-weight: 700;
    position: absolute;
    top: 40%;
    left:50%;
    transform:translateX(-50%) translateY(40%);
    -webkit- transform:translateX(-50%) translateY(40%);
    z-index: 1;
  }

  .info_detail li:last-child p{
    margin-left: 0em;
  }

}
