body {
  line-height: 1.8;
  color: #111;
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
}
a {
  transition: .3s;
}
a:link,
a:visited {
  color: #111;
}
img {
  max-width: 100%;
  height: auto;
}
#error {
  color: #D93600;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}
label a {
  text-decoration: underline;
}
label a:hover {
  text-decoration: none;
}

.efo-submit-container button[type="submit"] {
  font-size: 14px;
}
.efo-input-radio .radio-red.radio-label-form::after {
  top: 50%;
}

.efo-input-wrap>input {
  color: #171717;
}

.efo-input-wrap>input::placeholder {
  color: #999;
  opacity: .7;
}
.efo-input-message:not(.error) {
  display: none;
}
.password-attention a {
  font-size: 12px;
  color: #1571DA;
  text-decoration: underline;
  transition: .3s;
}
.password-attention a:hover {
  text-decoration: none;
}
/*Edge*/
.efo-input-wrap>input::-ms-input-placeholder {
  color: #999;
  opacity: .7;
}
/*IE*/
.efo-input-wrap>input:-ms-input-placeholder {
  color: #999;
  opacity: .7;
}

.ttl-txt {
  margin: 0 0 48px;
}
.ttl-txt:empty {
  display: none;
}
.contents-img {
  margin: 0 0 24px;
}
.contents-img:empty {
  display: none;
}
.form-contents {
  font-size: 13px;
  margin: 0 0 40px;
}
.form-contents span {
  display: inline-block;
  font-style: italic;
  font-size: 14px;
  margin: 0 0 4px;
}
.form-contents p {
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
}
.sec-ttl {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}
.form-function {
  border: 1px solid #9DDEE9;
  border-radius: 4px;
  background: #D9F2F6;
  padding: 20px;
}
.form-function-txt {
  line-height: 1.6;
  margin: 0 0 16px;
}
.form-function-item {
  position: relative;
  padding: 0 0 0 28px;
}
.form-function-item:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.form-function-item + .form-function-item {
  margin: 8px 0 0;
}

.form-ttl {
  margin: 0 0 32px;
  font-size: 16px;
  font-weight: bold;
}
.form-ttl-02 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: bold;
}
.form-txt {
  margin: 0 0 32px;
}

/*btn*/
.form-btn button,
.form-btn a {
  display: block;
  width: 343px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border: 1px solid #333;
  border-radius: 28px;
  background: #333;
  padding: 12px 8px;
  margin: 0 auto;
  text-decoration: none;
  transition: .3s;
}
.form-btn button:hover,
.form-btn a:hover {
  color: #333;
  background: #fff;
}
.login-btn {
  margin: 0 0 40px;
}
.js-password-button {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 48px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0 4px 4px 0;
  text-indent: -9999px;
  background: url('/front/assets/img/common/icon-passwd-show.png') no-repeat 50% 50%;
  background-size: 20px 12px;
  cursor: pointer;

}
 .js-password-button.is-show {
  background-image: url('/front/assets/img/common/icon-passwd-hide.png');
   background-size: 20px 20px;

 }
@media screen and (min-width: 768px) {
  .js-password-button:hover {
    opacity: 1; background-color: #E1E3E5;

  }
}

@media screen and (max-width: 896px) {
  /*btn*/
  .form-btn button,
  .form-btn a {
    width: 100%;
  }
  .login-btn {
    margin: 32px 0 40px;
  }

}
/* .efo-form-right {
  width: 100%;
} */