.member_label_1 {
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  letter-spacing: 2px;
  font-weight: bold;
}

.member_label_2 {
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  letter-spacing: 2px;
}

.col-memberform {
  max-width: 530px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-memberform-2 {
  max-width: 100%;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.member-form-style-1 {
  box-shadow: 0 0 5px rgb(0 0 0 / 15%);
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
}

.member-form-style-1 #capcha_image {
  margin-bottom: 20px;
}

.member-form-style-2 #capcha_image {
  margin-bottom: 20px;
}

.member-link-box {
  margin-bottom: 20px;
}

.member-link-btn {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: bold;
  background-color: #f6f7f8;
  padding: 6px;
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #eee;
  border-radius: 3px;
}

.member-link-btn:hover {
  background: #004b97;
  text-transform: none;
  border: 1px solid #004b97;
  color: #fff;
}

.button.member-btn-1 {
  font-size: 16px;
}

.member-info-box {
  box-shadow: 0 0 5px rgb(0 0 0 / 15%);
  background-color: #fff;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 10px;
}

.member-info-box h3 {
  color: #004b97;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1;
  padding: 15px 10px;
  border-left: 5px solid #004b97;
  background-color: #f6f7f8;
  margin-bottom: 20px;
}

.checkbox-control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
}

.checkbox-control span {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 20px;
  padding-top: 2px;
  font-weight: bold;
  display: inline-block;
}

.checkbox-control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control_indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #f6f7f8;
  border: 1px solid #eee;
}

.checkbox-control input:checked~.control_indicator {
  background: #004b97;
}

.checkbox-control:hover .control_indicator {
  background-color: #eee;
}

.checkbox-control .control_indicator:after {
  content: '';
  position: absolute;
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
}

.checkbox-control input:checked~.control_indicator:after {
  display: block;
}

.member-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-bottom: 2em;
}

.member-info-list li {
  display: inline-block;
  margin: 5px;
}

.member-info-list li a {
  border: 2px solid #ddd;
  display: inline-block;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 3px;
  background-color: #f6f7f8;
}

.member-info-list li a:hover {
  background-color: #004b97;
  color: #fff;
  border-color: #004b97;
}

.member-info-list li a.active {
  background-color: #004b97;
  color: #fff;
  border-color: #004b97;
}

#capchk {
  margin-bottom: 20px !important;
  margin-left: 0 !important;
}

.radio-group {
  display: flex;
  flex-wrap: wrap;
}

.radio-group .member_label_2 {
  margin-right: 15px;
}

.radio-group .checkbox-control {
  margin-right: 15px;
}

.registration-table {
  width: 100%;
  border: 2px solid #004b97;
  border-top: 0;
}

.registration-table th {
  padding: 10px;
  font-size: 15px;
  letter-spacing: 1px;
  border-right: 1px solid #ddd;
  background-color: #004b97;
  color: #fff;
}

.registration-table th:last-of-type {
  border-right: 0;
}

.registration-table td {
  padding: 10px;
  font-size: 15px;
  letter-spacing: 1px;
  border-right: 1px solid #ddd;
  color: #000;
  background-color: #fff;
}

.registration-table tr:nth-child(even) td {
  background-color: #f6f7f8;
}

.registration-table td:last-of-type {
  border-right: 0;
}

.registration-table td:before {
  content: attr(data-th);
  display: none;
  font-weight: bold;
  color: #fff;
  padding: 3px 10px;
  white-space: nowrap;
  width: 60px;
  background-color: #004b97;
  vertical-align: middle;
}

.registration-history-area {
  background-color: #f7f7f7;
  padding: 60px 0;
}

.registration-form-area {
  padding: 60px 0 0 0;
}

.member-info-box-2 {
  box-shadow: 0 0 5px rgb(0 0 0 / 15%);
  background-color: #fff;
  padding: 20px 20px 0px 20px;
  margin-bottom: 30px;
  border-radius: 10px;
}

.member-info-box-2 h3 {
  color: #004b97;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1;
  padding: 15px 10px;
  border-left: 5px solid #004b97;
  background-color: #f6f7f8;
  margin-bottom: 20px;
}

.member-info-box-3 {
  box-shadow: 0 0 5px rgb(0 0 0 / 15%);
  background-color: #fff;
  padding: 20px 20px 0px 20px;
  margin-bottom: 30px;
  border-radius: 10px;
  border: 3px solid #2828ff6b;
}

.member-info-box-3 h3 {
  color: #004b97;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1;
  padding: 15px 10px;
  border-left: 5px solid #004b97;
  background-color: #f6f7f8;
  margin-bottom: 20px;
}

.member-info-box-4 {
  box-shadow: 0 0 5px rgb(0 0 0 / 15%);
  background-color: #fff;
  padding: 20px 20px 0px 20px;
  margin-bottom: 30px;
  border-radius: 10px;
  border: 3px solid #ff28286b;
}

.member-info-box-4 p {
  font-size: 17px;
  font-weight: bold;
  color: rgb(255, 0, 0);
}

.registration-info-box {
  margin-bottom: 20px;
  background-color: #f6f7f8;
  display: table;
  width: 100%;
}

.registration-info-box .title {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: bold;
  margin-right: 8px;
  color: #fff;
  background-color: #004b97;
  padding: 13px 10px;
  width: 100px;
  display: table-cell;
  vertical-align: middle;
}

.registration-info-box .text {
  font-size: 16px;
  font-weight: bold;
  color: #004b97;
  display: table-cell;
  max-width: 100%;
  padding: 9px;
  vertical-align: middle;
  letter-spacing: 2px;
  line-height: 1.3;
}

/*responsive*/

@media (max-width:767px) {
  .radio-group .member_label_2 {
    width: 100%;
  }
  .registration-table td:before {
    display: table-cell;
  }
  .registration-table thead {
    display: none;
  }
  .registration-table {
    border: 0;
  }
  .registration-table tr {
    display: block;
    margin-bottom: 15px;
    border: 2px solid #dee2e6;
  }
  .registration-table tr:nth-child(even) td {
    background-color: #fff;
  }
  .registration-table td {
    display: table;
    border-right: 0;
    border-bottom: 1px solid #eee;
  }
  .registration-table td:last-child {
    border-right: 0;
    border-bottom: 0;
  }
  .registration-table td span {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding: 10px;
  }
  .registration-table td:nth-child(even) {
    background-color: #f6f7f8;
  }
  .member-info-list li {
    margin: 3px;
  }
  .member-info-list li a {
    padding: 8px 8px;
  }
}

.login-btn-thumb {
  height: 100%;
  display: inline-block;
}

.login-btn-box {
  vertical-align: middle;
  display: table;
  height: 100%;
  float: left;
}

.login-btn {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 10px;
  font-size: 18px;
  float: none;
  clear: both;
  height: 100%;
  color: #000;
}

.login-btn:hover {
  color: #2828ff;
}

@media(max-width:991px) {
  .login-btn-thumb {
    position: absolute;
    right: 162px;
  }
  .login-btn-box {
    height: 60px;
  }
}

.tb-name small {
  font-style: italic;
  color: #777777;
}

.fault-box {
  color: #f00;
  position: relative;
  margin-top: -20px;
  font-size: 13px;
}

.fault-form {
  border: 1px solid #f10;
  background-color: rgb(255, 225, 223);
}

.error-box {
  padding: 15px;
  border: 2px solid #b90000;
  color: #b90000;
  font-size: 14px;
  border-radius: 5px;
  margin-top: 30px;
}
.search .search-btn::before {
  font-family: "FontAwesome";
  content: "\f002";
}
.search.search-open .search-btn::before {
  font-family: "FontAwesome";
  content: "\f00d";
}