@charset "UTF-8";

.flex-container {
  display: flex;
  flex-direction: row;
}
.flex-left {
  width: 270px!important;
}
.content {
  margin: 20px;
}
.flex-item {
  padding: 3px 7px;
  width: calc(100% - 284px);
}
.flex-item .name {
  margin-right: 2em;
}
.flex-item .note {
  color: #999999;
}
.flex-item .indent {
  margin-left: 1.5em;
  line-height: 1.8em;
}
.flex-item input[type="text"], .flex-item input[type="email"] {
  width: 400px;
}
.short-text input[type="text"] {
  width: 200px!important;
}
.nowrap {
  white-space: nowrap;
}
.flex-item input[type="radio"], .flex-item input[type="checkbox"] {
  margin-left: 1em;
}
.flex-item input[type="radio"]:first-child, .flex-item input[type="checkbox"]:first-child{
  margin-left: 0!important;
}
.blue {
  background-color: #c8e7fa;
}
.gray {
  background-color: #eeeeee;
}
.pale_yellow {
  background-color: #fafac8;
}
.required, .errorlist {
  color: red;
  font-weight: bold;
}
.ftp-password-check {
  margin-left: 1rem;
}

.passwd_reissue .flex-left {
  width: 200px!important;
}

input[type="radio"]:checked + label{
  background-color: #abd6ff ;
}

input[type="checkbox"]:checked + label{
  background-color: #abd6ff ;
}

input[type="checkbox"]:disabled + label{
  background-color: #ffffff ;
}
