@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_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=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.40fd8b9a33c4.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.78b406004a7c.png");
}

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

input[type=checkbox]:disabled + label {
  background-image: url("../img/checkbox_disabled.258a710199ea.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;
}

#edit {
  padding: 100px 20px;
  background: #EBF1F4;
}

#edit > section {
  margin: 0 auto;
  max-width: 800px;
  color: #2E3849;
  text-align: center;
}

#edit h1 {
  margin: 0 0 20px;
}

#edit p {
  line-height: 1.5;
}

#edit img#labola {
  height: 36px;
  margin: 0 0 40px;
}

#edit .body {
  background: #FFF;
  border-radius: 5px;
  padding: 40px;
  text-align: left;
}

#edit .submit {
  text-align: center;
}

#edit .submit input {
  padding: 14px 50px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  border-radius: 5px;
}

#id_mfa_code {
  padding: 10px 10px 10px 15px;
  border: solid 3px #DCE1E9;
  border-radius: 5px;
  background: #F7F9FB;
  color: #344449;
  font-family: sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  vertical-align: top;
  text-align: center;
  font-weight: bold;
  letter-spacing: 4px;
}

#edit td {
  vertical-align: top;
}

#edit table {
  width: 100%;
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  margin: 0 0 20px;
}

#edit td + td {
  padding-left: 10px;
}

#edit th {
  padding-bottom: 10px;
}

#edit tr + tr td {
  padding-top: 10px;
}

#edit th + th {
  padding-left: 10px;
}

#edit td input {
  padding: 10px;
  border: solid 1px #DCE1E9;
  border-radius: 5px;
  background: #F7F9FB;
  color: #344449;
  font-family: sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: top;
  font-weight: bold;
}

.center {
  text-align: center;
}

.delete-row {
  display: block;
  border-radius: 5px;
  width: 43px;
  height: 43px;
  background: #7A909B;
  color: #FFF;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 43px;
  text-align: center;
  text-decoration: none;
}

.delete-row:hover {
  opacity: 0.8;
  text-decoration: none;
}

.add-row {
  display: block;
  padding: 10px;
  border: solid 1px #DCE1E9;
  border-radius: 5px;
  background: #F7F9FB;
  color: #344449;
  font-family: sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: top;
  font-weight: bold;
  text-align: center;
}

.add-row:hover {
  border-color: #344449;
  text-decoration: none;
}

.resend {
  margin: 20px 0 0;
  text-align: center;
}

.resend a {
  color: blue;
}

#flash_messages div {
  margin: 20px 0;
  padding: 10px;
  border-radius: 5px;
  line-height: 1.5;
  background: #D0EDDB;
  color: #1C6A41;
  text-align: center;
}

#flash_messages div.error {
  background: #FCD7DA;
  color: #8D3940;
}

.ui-widget-overlay {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  z-index: 10000;
  width: 100%;
  height: 100%;
}

.ui-widget.ui-widget-content {
  padding: 0;
  border: none;
  background: none;
}

.ui-dialog {
  max-width: 60%;
  z-index: 10001;
  color: #2E3849;
}

.ui-dialog .ui-dialog-titlebar {
  position: relative;
  margin: 0 auto;
  padding: 14px 44px;
  border-radius: 10px 10px 0 0;
  border: none;
  background: #004B73;
  font-size: 16px;
  font-size: 1.6rem;
  color: #FFF;
  text-align: center;
  font-weight: normal;
  cursor: move;
}

.ui-dialog .ui-dialog-title {
  width: 100%;
  margin: 0;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2) url("../img/close10.47861809982d.png") no-repeat center;
  background-size: 10px 10px;
  font-size: 0;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.ui-dialog .ui-dialog-content {
  height: auto !important;
  max-height: 600px !important;
  margin: 0 auto;
  padding: 20px;
  border: none;
  background: #FFF;
  overflow-y: scroll;
}
.ui-dialog .ui-dialog-content p {
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem;
}
.ui-dialog .ui-dialog-content p + p {
  margin: 1em 0 0;
}
.ui-dialog .ui-dialog-content p.term,
.ui-dialog .ui-dialog-content div.term {
  line-height: 1.5;
  margin-top: 20px;
  border: solid 1px #DCE1E9;
  border-radius: 5px;
  padding: 10px;
  background: #F7F9FB;
}
.ui-dialog .ui-dialog-content p.term table,
.ui-dialog .ui-dialog-content div.term table {
  width: auto;
}
.ui-dialog .ui-dialog-content p.term table th,
.ui-dialog .ui-dialog-content div.term table th {
  text-align: left;
}
.ui-dialog .ui-dialog-content p.term table td,
.ui-dialog .ui-dialog-content p.term table th,
.ui-dialog .ui-dialog-content div.term table td,
.ui-dialog .ui-dialog-content div.term table th {
  width: auto;
}
.ui-dialog .ui-dialog-content ul.errorlist {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  font-size: 12px;
  font-size: 1.2rem;
  color: #F44A4F;
  line-height: 1.4;
}
.ui-dialog .ui-dialog-content ul.errorlist:first-child {
  margin-top: 0;
}
.ui-dialog .ui-dialog-content ul.errorlist li {
  padding-left: 15px;
  background: url("../img/errors.a4b9309c24b7.png") no-repeat left 3px;
  background-size: 10px 8px;
}

.ui-dialog .ui-dialog-buttonpane {
  margin: 0 auto;
  padding: 20px;
  border: none;
  border-top: solid 1px #DCE1E9;
  background: #FFF;
  border-radius: 0 0 10px 10px;
  text-align: center;
  font-size: 0;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
  display: block;
  text-align: center;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
  display: inline-block;
  height: auto;
  margin: 0;
  padding: 15px 50px;
  border: none;
  border-radius: 5px;
  background: #004B73;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  color: #FFF;
  outline: none;
  vertical-align: top;
  transition: opacity 0.2s ease;
  cursor: pointer;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button + button {
  margin-left: 20px;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:hover {
  opacity: 0.7;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-child {
  border: solid 1px #DCE1E9;
  background: #FFF;
  color: #647479;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-child:hover {
  border-color: #647479;
  background: #647479;
  color: #FFF;
  opacity: 1;
}

#dialog-confirm-information {
  min-width: 500px;
  text-align: center;
  overflow-y: auto;
  padding: 30px 40px;
}
#dialog-confirm-information + .ui-dialog-buttonpane .ui-dialog-buttonset button {
  min-width: 130px;
  padding: 15px;
}
#dialog-confirm-information + .ui-dialog-buttonpane .ui-dialog-buttonset button:first-child {
  background: #DB4D47;
  border-color: #DB4D47;
  color: #FFF;
}
#dialog-confirm-information + .ui-dialog-buttonpane .ui-dialog-buttonset button:first-child:last-child {
  background-color: #004B73;
  border-color: #004B73;
}
#dialog-confirm-information + .ui-dialog-buttonpane .ui-dialog-buttonset button:hover {
  opacity: 0.7;
}
#dialog-confirm-information p.text {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 1em;
}
#dialog-confirm-information table {
  text-align: left;
}
#dialog-confirm-information table td p.sub {
  margin-top: 5px;
}
#dialog-confirm-information table th {
  padding: 0 10px 0 0;
  color: #2E3849;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
}
#dialog-confirm-information table tr + tr > * {
  padding-top: 10px;
}
#dialog-confirm-information table input,
#dialog-confirm-information table select {
  background-color: #FFF;
  line-height: 20px;
  padding: 9px 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
#dialog-confirm-information table input:disabled,
#dialog-confirm-information table select:disabled {
  border-color: #EEE;
  background-color: #F6F6F6;
  color: #CCC;
}
#dialog-confirm-information fieldset {
  border: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
#dialog-confirm-information fieldset input {
  margin-right: 3px;
}
#dialog-confirm-information fieldset label {
  margin: 0 5px;
}
#dialog-confirm-information .check_point {
  margin: 30px -40px -10px;
  padding: 20px 20px 0 !important;
}

#ic_card_login {
  display: none;
}
#ic_card_login .flex {
  display: flex;
  width: 400px;
  margin: 100px auto 0;
  padding: 5px 20px;
  border: solid 1px rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  text-decoration: none;
  opacity: 0.8;
}
#ic_card_login .flex .pict {
  margin-right: 10px;
}
#ic_card_login .flex img {
  width: 44px;
  vertical-align: top;
}
#ic_card_login .flex .body {
  padding-bottom: 2px;
}

#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;
}