.contents__ttl {
  line-height: 1.3;
}

.contents__table-td {
  vertical-align: middle;
}

.contents__table-td img {
  vertical-align: middle;
}

#login .contents {
  padding: 20px 0 0 0;
  text-align: center;
  border-top: 1px solid #c5c5c5;
}

#login .contents__table-login {
  text-align: left;
  width: 550px;
  margin-left: auto;
  margin-right: auto;
}

#login .contents__table-login th {
  text-align: left;
}

#login .contents__table-login td {
  text-align: left;
  background: #F8F8F8 !important;
  border-bottom: 1px solid #fff;
}

.login__text-notice {
  margin: 30px 0 0px 0;
}

.login__text-notice p {
  line-height: 1.3;
  margin-bottom: 10px;
}

#error__wrapper {
  padding: 100px 0;
}

.foreign .contents__ttl,
.foreign .contents__txt-description {
  text-align: center;
}

.foreign .form__txt-must span {
  font-size: 11px;
}

.foreign__question {
  margin-top: 40px;
  padding: 20px;
  text-align: center;
  background: #ddd;
}
.txc{
  text-align: center;
  font-size: 14px;
}

.form__checkbox-agree {
  line-height: 1;
  font-size: 14px;
  text-align: center;
  margin-top: 30px;
}
.form__checkbox-agree label {
  background: url(../img/form_cbox-off.png) left top no-repeat;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  line-height: 22px;
  min-height: 22px;
  margin: 4px 0;
  padding: 0 0 0 25px;
}
.form__checkbox-agree input {
  display: none;
}
.form__checkbox-agree input:checked + label {
  background-image: url(../img/form_cbox-on.png);
}
.form__checkbox-agree input:disabled + label {
  opacity: 0.7;
}
.form__checkbox-agree .form__select {
  margin: 0 0 0 5px;
}