@charset "UTF-8";
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  height: 100%;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
  line-height: 1;
}

a {
  color: #FFF;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.center {
  text-align: center;
}

#logo {
  position: absolute;
  z-index: 150;
  left: 40px;
  top: 40px;
  display: block;
}

#logo img {
  width: 240px;
  height: 30px;
}

#login {
  position: relative;
  z-index: 100;
  display: table;
  width: 100%;
  height: 100%;
  background: rgba(0, 75, 115, 0.5);
}

#login .cell {
  display: table-cell;
  padding: 111px 40px 100px;
  vertical-align: middle;
  text-align: center;
}

#login_body {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 0 60px;
  text-align: left;
  line-height: 18px;
}

#login_body.wide {
  max-width: 600px;
}

#login_body h1 {
  margin: 0 0 30px;
  font-weight: normal;
  font-size: 24px;
  font-size: 2.4rem;
}

#login_body h2 {
  margin: 0 0 0.5em;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}

#login_body ul:not(.errorlist) {
  margin: 1em 0 0;
  list-style: none;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}
#login_body ul:not(.errorlist) li::before {
  content: "※";
}

#login_body .errorlist {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  font-size: 12px;
  font-size: 1.2rem;
  color: #FFF;
  line-height: 1.4;
}
#login_body .errorlist:first-child {
  margin-top: 0;
}
#login_body:not(.error_under).errorlist li {
  padding-left: 15px;
  background: url("../img/errors.a4b9309c24b7.png") no-repeat left 5px;
  background-size: 10px 8px;
}
#login_body.error_under .errorlist {
  margin: 10px 0;
}

#login_body label {
  cursor: pointer;
}

#policy_validation {
  position: relative;
  opacity: 1;
}

#login_bg {
  position: fixed;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

input[type=text],
input[type=password],
input[type=email] {
  width: 100%;
  padding: 11px 10px;
  border-radius: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  background: #FFF;
  color: #000;
}

input[type=submit] {
  width: 100%;
  padding: 11px 10px;
  border-radius: 5px;
  background: #004B73;
  border: solid 1px #FFF;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}

input[type=submit]:hover {
  opacity: 0.8;
}

input[type=submit]:disabled,
input[type=submit]:disabled:hover {
  opacity: 1;
  background: #CCC;
  border-color: #CCC;
}

input[type=checkbox] {
  opacity: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  vertical-align: top;
  cursor: pointer;
}

input[type=checkbox] + label {
  margin-left: -18px;
  padding-left: 23px;
  background: url("../img/checkbox.8b2d29563800.png") no-repeat left 2px;
  background-size: 18px 18px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  cursor: pointer;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

input[type=checkbox]:hover + label,
input[type=checkbox] + label:hover {
  background-image: url("../img/checkbox_hover.0e36b0ceec93.png");
}

input[type=checkbox]:checked + label {
  background-image: url("../img/checkbox_checked.8517c0bdceed.png");
}

input[type=checkbox]:disabled + label {
  background-image: url("../img/checkbox_disabled.f1b071b9f3da.png");
}

:-moz-placeholder {
  color: #969BA4;
  font-weight: normal;
}

:placeholder-shown {
  color: #969BA4;
  font-weight: normal;
}

::-webkit-input-placeholder {
  color: #969BA4;
  font-weight: normal;
}

:-moz-placeholder {
  color: #969BA4;
  font-weight: normal;
}

::-moz-placeholder {
  color: #969BA4;
  font-weight: normal;
}

:-ms-input-placeholder {
  color: #969BA4;
  font-weight: normal;
}

#password_btns {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
}

#password_btns a {
  display: inline-block;
  margin: 10px;
  padding: 11px 23px;
  border-radius: 18px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  text-decoration: none;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

hr {
  margin: 30px 0;
  border: none;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}

.text {
  margin: 0 0 20px;
  line-height: 1.8;
}

.text ul {
  margin-left: 28px;
}

/* system message */
.alert {
  position: fixed;
  left: 50%;
  top: 30%;
  z-index: 101;
  width: 600px;
  margin-left: -300px;
  color: #FFF;
}

.alert ul {
  position: relative;
  z-index: 0;
  border-radius: 10px;
  list-style: none;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.alert ul li {
  position: relative;
  padding: 20px;
  background: rgba(63, 92, 188, 0.9);
}

.alert ul li:first-child {
  border-radius: 10px 10px 0 0;
}

.alert ul li:last-child {
  border-radius: 10px 10px 0 0;
}

.alert ul li:first-child:last-child {
  border-radius: 10px;
}

.alert ul li.success,
.alert ul li.green {
  background: rgba(52, 148, 90, 0.9);
}

.alert ul li.info {
  background: rgba(245, 166, 35, 0.9);
}

.alert ul li.error {
  background: rgba(244, 74, 79, 0.9);
}

.alert a.close {
  display: inline-block;
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 10px;
  width: 34px;
  height: 34px;
  padding: 10px;
  border: solid 1px rgba(255, 255, 255, 0.1);
  border-radius: 17px;
  font-size: 0;
  color: #FFF;
  line-height: 1;
  text-align: center;
}

.errors {
  margin: 0 0 20px;
  padding: 0 0 0 20px;
  line-height: 1.54;
  color: #FDC9CB;
  font-size: 14px;
  font-size: 1.4rem;
}

#terms {
  margin: 105px 0 40px;
  padding: 1em 2em 2em;
  border-radius: 5px;
  background: #FFF;
  color: #000;
  text-align: left;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  word-break: break-all;
}

#terms h2.terms {
  padding: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  background: #EBF1F4;
  border-radius: 10px;
  margin: 0 -1em 1em;
  word-break: break-all;
}

#terms h3.terms {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 1em;
  word-break: break-all;
}

#terms div.terms {
  margin: 0 0 40px;
  line-height: 1.8;
}

#terms ul.terms {
  margin: 0 0 40px 14px;
  line-height: 1.8;
  list-style: decimal;
}

#terms table.terms {
  margin: 0 0 40px;
  line-height: 1.8;
}

#terms table.terms > tbody > tr > th,
#terms table.terms > tr > th {
  width: 1%;
  padding-right: 0.5em;
  font-weight: normal;
  white-space: nowrap;
  vertical-align: top;
}

#terms table.terms table {
  width: auto;
  border-collapse: separate;
  border-spacing: 0;
  border-top: solid 1px #EEE;
  border-left: solid 1px #EEE;
  font-size: 12px;
  font-size: 1.2rem;
}

#terms table.terms table th {
  text-align: center;
  background: #F6F6F6;
}

#terms table.terms table th,
#terms table.terms table td {
  font-weight: normal;
  padding: 0.5em;
  border-right: solid 1px #EEE;
  border-bottom: solid 1px #EEE;
}

#terms_2024 {
  padding: 40px;
  color: #333;
  text-align: center;
}
#terms_2024 .logo {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}
#terms_2024 img {
  height: 30px;
}
#terms_2024 a {
  color: #017CC2;
}
#terms_2024 a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
#terms_2024 > section {
  max-width: 1000px;
  margin: 40px auto 0;
  text-align: left;
}
#terms_2024 section + h2 {
  margin-top: 3em;
}
#terms_2024 h2 + section {
  padding: 0 3em 0 1em;
}
#terms_2024 h1 {
  margin: 0 0 40px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #333;
}
#terms_2024 h2 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #333;
  margin: 0 0 1em;
  padding: 0 0 0.5em;
  border-bottom: solid 1px #DDD;
}
#terms_2024 h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 1em;
  word-break: break-all;
  color: #333;
}
#terms_2024 div {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: justify;
}
#terms_2024 div + h3 {
  margin-top: 2em;
}
#terms_2024 table {
  line-height: 1.5;
  text-align: justify;
}
#terms_2024 table th {
  white-space: nowrap;
  vertical-align: top;
  font-weight: normal;
  padding-right: 0.5em;
}
#terms_2024 table + h3 {
  margin-top: 2em;
}
#terms_2024 table table {
  width: auto;
  margin: 1em 0;
  border-collapse: separate;
  border-spacing: 0;
  border-top: solid 1px #EEE;
  border-left: solid 1px #EEE;
  font-size: 12px;
  font-size: 1.2rem;
}
#terms_2024 table table th {
  text-align: center;
  background: #F6F6F6;
  white-space: normal;
}
#terms_2024 table table th,
#terms_2024 table table td {
  font-weight: normal;
  padding: 0.5em;
  border-right: solid 1px #EEE;
  border-bottom: solid 1px #EEE;
}
#terms_2024 ol {
  list-style: decimal;
  margin-left: 19px;
  line-height: 1.5;
}
#terms_2024 ol li {
  margin-bottom: 1em;
  text-align: justify;
}
#terms_2024 p {
  margin-top: 100px;
  color: #999;
}
#terms_2024 .last hr {
  margin: 3em 0 1em;
  border-top: solid 1px #EEE;
}

@media screen and (max-width: 767px) {
  #terms_2024 {
    padding: 40px 20px;
  }
  #terms_2024 h2 + section {
    padding: 0 1em 0 1em;
  }
}
#strength {
  margin-top: 10px;
}
#strength + .bar {
  height: 10px;
  margin-top: 5px;
  border-radius: 4px;
  background: #ddd;
  overflow: hidden;
}
#strength + .bar .bar-inner {
  height: 100%;
  width: 0%;
  transition: width 0.3s;
}