/********************************
 Login
 ログイン
********************************/
/********************************
 ※ responsive.lessを参照
********************************/
.box_login {
  width: 32.55208333rem;
  margin: 6.51041667rem auto 0;
}
.box_header {
  color: #fff;
  background-color: #17529a;
  border-top-left-radius: 0.65104167rem;
  border-top-right-radius: 0.65104167rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.box_header .title {
  font-size: 1.5625rem;
  font-weight: normal;
  line-height: 2.5;
  text-align: center;
}
.box_body {
  background: #fff;
  border-bottom-left-radius: 0.65104167rem;
  border-bottom-right-radius: 0.65104167rem;
  padding: 1.953125rem;
  margin-bottom: 3.90625rem;
}
.box_body dl {
  font-size: 1.3671875rem;
}
.box_body dl:has( + dl) {
  margin-bottom: 1.953125rem;
}
.box_body dt {
  margin-bottom: 0.65104167rem;
}
.box_body .form_control {
  height: 3.25520833rem;
  font-size: 1.3671875rem;
}
.box_body .btn_outline {
  width: 100%;
  height: 3.25520833rem;
  font-size: 1.171875rem;
  border-radius: 1.62760417rem;
}
.box_body .message_error {
  color: #FF1D25;
  line-height: 1.25;
  margin-top: 0.65104167rem;
}
.box_footer {
  font-size: 1.3671875rem;
}
.message {
  font-size: 1.3671875rem;
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 1.30208333rem;
}
.h1:not(:has(+ .company_name))::after {
  content: none;
}
body.login_opt .box_login .message .mail_address {
  margin: 0.32552083rem 0;
}
body.login_opt .box_login .message .mail_address span {
  display: inline-block;
  background-color: #e6e5e5;
  padding: 0.16276042rem 0.9765625rem 0.32552083rem;
}
body.login_opt .box_body {
  margin-bottom: 3.25520833rem;
}
body.login_opt .box_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.login_opt .box_footer .btn_outline {
  width: auto;
  height: 3.25520833rem;
  font-size: 1.04166667rem;
  padding: 0 3.25520833rem;
  line-height: 1.35;
  border-radius: 1.62760417rem;
}
body.login_opt #modal_message .modal_body p {
  line-height: 1.5;
}
body.login_opt #modal_message .modal_body .box_btn {
  justify-content: flex-end;
  margin-top: 1.30208333rem;
}
