/*----------signin-----------*/

.signin,
.signin_signup {
  padding: 1.5rem;
}

.signin-heading,
.signin_signup-heading {
  border-bottom: 2px #000 solid;
  font-size: 1.6rem;
  font-family: "HiraKakuPro-W6", YuGothic, sans-serif;
  margin-bottom: 20px;
}

.signin-text,
.signin_signup-text {
  padding: .5rem 1rem;
  font-family: "Helvetica Neue", YuGothic, sans-serif;
}

.signin-form-label {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.2rem;
  font-family: "HiraKakuPro-W6", YuGothic, sans-serif;
}

.signin-form-label-mail,
.signin-form-label-password,
.signin-form-submit {
  display: block;
  width: 100%;
  height: 2.4rem;
  margin: .5rem 0;
  border: 1px #95989a solid;
}

.signin-form-label-check-text {
  font-size: 1.2rem;
  font-family: "Hiragino Kaku Gothic Pro", YuGothic, sans-serif;
  vertical-align: middle;
}

.signin-form-label-check {
  position: absolute;
  clip: rect(0,0,0,0);
}

.signin-form-label-check + .signin-form-label-checkbox::before {
  content: "\a0";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border: 1px #95989a solid;
  border-radius: .2rem;
  vertical-align: middle;
}

.signin-form-label-check:checked + .signin-form-label-checkbox::before {
  content: "\2713";
  line-height: 1.2rem;
  color: #fff;
  background: #2b91fc;
}

.signin-form-submit {
  margin-top: 2.7rem;
  font-family: "Hiragino Kaku Gothic Std", YuGothic, sans-serif;
  color: #fff;
  background: #583240;
}

.login_area{
  margin-top: 20px;
}
/*----------signin_signup----------*/

.signin_signup-button {
  height: 2.7rem;
  margin-top: 1.5rem;
  line-height: 2.7rem;
  font-family: "Hiragino Kaku Gothic Std", YuGothic, sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background: #2e9f3e;
}


.btn-box {
  text-align: center;
}

.btn-red {
  width: 100%;
  font-size: 17px;
  background: #7b153e;
  color: #fff;
  padding: 12px 10px;
  margin: 0 auto 20px;
  display: inline-block;
  text-decoration: none;
}

.btn-brown {
  width: 100%;
  font-size: 17px;
  background: #583240;
  color: #fff;
  padding: 12px 10px;
  margin: 0 auto 20px;
  display: inline-block;
  text-decoration: none;
}

.btn-white {
  width: 100%;
  font-size: 17px;
  background: #FAF9F8;
  color: #5C432A;
  border: 2px solid #BFBFBF;
  padding: 12px 10px;
  margin: 0 auto 20px;
  display: inline-block;
  text-decoration: none;
}

.signin {
  font-size: 13px;
}

.signin .list {
  margin-bottom: 30px;
  padding-top: 20px;
  list-style: disc;
  padding-left: 25px;
}

.signin .list li {
  list-style: disc;
}

.signin .list a {
  display: inline;
}

.signin h3 {
  font-size: 15px;
  padding-bottom: 3px;
  border-bottom: 1px #000 solid;
  font-family: "HiraKakuPro-W6", YuGothic, sans-serif;
  margin-bottom: 20px;
}

.signin .entry-box {
  margin-bottom: 30px;
}

.signin h2 {
  padding-left: .5rem;
  border-bottom: 2px #000 solid;
  font-size: 1.6rem;
  font-family: "HiraKakuPro-W6", YuGothic, sans-serif;
  margin-bottom: 20px;
}

.forgot-link {
  margin-bottom: 30px;
}

.forgot-link a {
  color: blue;
  text-decoration: underline;
}

.signin .entry-box p {
  margin-bottom: 20px;
}

.signin .btn-box p {
  margin-bottom: 10px;
}

.signin .border-top-dash {
  border-top: 1px dashed #a4a4a4;
  padding-top: 20px;
  margin-top: 20px;
}

.signin .merit {
  margin-top: 20px;
}

.signin .merit h4 {
  font-weight: bold;
  margin-bottom: 10px;
}

.signin .merit ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.signin .merit ul li {
  width: 49%;
  box-sizing: border-box;
  background: #fcf1f6;
  margin-bottom: 10px;
  padding: 10px 7px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.signin .merit ul li img {
  padding-right: 5px;
  width: 44px;
  height: auto;
}

.signin .merit ul li p {
  float: left;
  width: calc(100% - 44px);
  text-align: center;
  font-size: 10px;
}

.signin .merit a {
  color: blue;
  text-decoration: underline;
  font-size: 12px;
}
