@charset "UTF-8";
@font-face {
  font-family: 'GENJ';
  font-style: normal;
  font-weight: normal;
  src: url("../assets/font/GenJyuuGothic-Regular.eot");
  src: url("../assets/font/GenJyuuGothic-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/font/GenJyuuGothic-Regular.ttf") format("truetype"), url("../assets/font/GenJyuuGothic-Regular.woff") format("woff");
}
@font-face {
  font-family: 'GENJ';
  font-style: normal;
  font-weight: bold;
  src: url("../assets/font/GenJyuuGothic-Bold.eot");
  src: url("../assets/font/GenJyuuGothic-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/font/GenJyuuGothic-Bold.ttf") format("truetype"), url("../assets/font/GenJyuuGothic-Bold.woff") format("woff");
}
@font-face {
  font-family: 'GENJ';
  font-style: normal;
  font-weight: normal;
  src: url("../assets/font/GenJyuuGothic-Regular.eot");
  src: url("../assets/font/GenJyuuGothic-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/font/GenJyuuGothic-Regular.ttf") format("truetype"), url("../assets/font/GenJyuuGothic-Regular.woff") format("woff");
}
@font-face {
  font-family: 'GENJ';
  font-style: normal;
  font-weight: bold;
  src: url("../assets/font/GenJyuuGothic-Bold.eot");
  src: url("../assets/font/GenJyuuGothic-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/font/GenJyuuGothic-Bold.ttf") format("truetype"), url("../assets/font/GenJyuuGothic-Bold.woff") format("woff");
}
/***
*  セクション・タイトル
*/
section {
  box-sizing: border-box;
  padding: 40px 0;
  /**
  *  タイトル
  */
}
section + section {
  border-top: 1px solid #b9b9b9;
}
section .title {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  section .title {
    margin-top: auto;
  }
}
section p {
  color: #626262;
  font-size: 14px;
  line-height: 1.5;
}

/***
*  フォーム
*/
.sec1 form {
  margin: auto;
  max-width: 390px;
}
.sec1 form p span {
  color: #929292;
  display: block;
  font-size: 14px;
}
.sec1 form p input {
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  padding: 3px 5px;
  width: 100%;
}
.sec1 div.btn {
  margin: 30px auto 15px;
  max-width: 390px;
}
.sec1 div.btn button {
  background-color: #3db99d;
  border: 1px solid #3db99d;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  padding: 10px 20px;
  text-align: center;
  width: 100%;
}
.sec1 div.btn button:hover {
  background-color: #fff;
  color: #3db99d;
}
.sec1 p.forget {
  text-align: center;
}
.sec1 p.forget a {
  border-bottom: 1px solid #b6006e;
  color: #b6006e;
  display: inline-block;
  font-size: 13px;
  text-decoration: none;
}
.sec1 p.forget a::before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 5px;
}
.sec1 p.forget a:hover {
  border-bottom: 0;
}

/***
*  会員登録
*/
.sec2 {
  text-align: center;
}
.sec2 h2 {
  color: #517ebb;
  font-family: "GENJ", sans-serif;
  font-size: 18px;
  margin: 30px auto;
}
.sec2 div.btn {
  font-size: 20px;
  margin: 15px auto 20px;
  text-align: center;
}
.sec2 div.btn a {
  background-color: #517ebb;
  border: 1px solid #517ebb;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  margin: auto;
  padding: 10px 0;
  text-decoration: none;
  width: 390px;
}
@media screen and (max-width: 767px) {
  .sec2 div.btn a {
    max-width: 390px;
    width: 100%;
  }
}
.sec2 div.btn a:hover {
  background-color: #fff;
  color: #517ebb;
}

/*# sourceMappingURL=login.css.map */
