﻿/* ----ドロップダウン---- */

.dropdown {
  z-index: 11000;
}

.dropdown li {
  background: #f8f8f8;
}

.dropdown li span {
  display: block;
  padding: 13px 15px;
  margin: 0;
  text-decoration: none;
  line-height: 1;
  color: #222;
  cursor: pointer;
}

.dropdown li span:hover {
  background: #888;
}

/* ----モーダルダイアログ---- */
.modal-dialog {
  z-index: 10000;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 10000;
}

.modal-overlay-alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 10002;
}

.modal-dialog {
  width: 100%;
  max-width: 800px;
  z-index: 10001;
}

.modal-alert {
  z-index: 10003;
}

.modal-header {
  padding: 15px 20px 15px;
  clear: both;
  border-bottom: none;
  line-height: 1;
  color: #222;
  background-color: #f8f8f8;
}

.modal-content {
  background: #fff;
}

.modal-body {
  padding: 20px;
}

.modal-body p {
  margin-bottom: 10px;
}

.modal-body li {
  border-bottom: 1px dotted #444;
}

.modal-body li a {
  padding: 12px;
  color: #4da7ba;
  display: flex;
  max-width: 560px;
  font-size: 16px;
}
.modal-body li a i {
  margin: 0 10px 0 auto;
  color: #444;
  font-size: 16px;
}

.modal-body li a:hover {
  text-decoration: none;
}

.modal-body li a:hover i {
  color: #4da7ba;
  text-decoration: none;
}

.modal-footer {
  padding: 0 10px 15px;
}

.modal-alert .modal-footer {
  text-align: center;
}

.modal-alert .modal-footer input {
  width: 40%;
}

.modal-close {
  display: block;
  width: 18px;
  cursor: pointer;
  float: right;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #222;
}

.modal-dialog .modal-footer {
  text-align: center;
}

.modal-dialog .modal-footer .btn {
  min-width: 150px;
  margin-right: 5px;
}

.table {
  min-width: 20rem;
}

.table tbody {
  padding: 1rem;
}

@media (max-width: 768px) {
  .table {
    min-width: auto;
    width: 100%;
  }
}

.table thead {
  border-bottom: 2px solid #e4e4e4;
}

.table tr + tr {
  border-top: 1px solid #e4e4e4;
}

.table tbody * {
  vertical-align: top;
}

.table th,
.table td {
  padding: .5rem .85rem;
}

.agreebody,
.block-member-terms--body {
  width: 100%;
}

.form-group.block-member-info--birth select {
  min-width: auto;
  width: 5rem;
}

.status-progress-20,
.status-progress-40,
.status-progress-60,
.status-progress-80,
.status-progress-100 {
  display: block;
  background: #eee;
  width: 100%;
  margin-top: 1rem;
  padding-top: 2.5%;
  position: relative;
}

.status-progress-20::after,
.status-progress-40::after,
.status-progress-60::after,
.status-progress-80::after,
.status-progress-100::after {
  content: '';
  display: inline-block;
  height: 100%;
  background: #00ac5a;
  position: absolute;
  top: 0;
  left: 0;
}

.status-progress-20::after {
  width: 20%;
}

.status-progress-40::after {
  width: 40%;
}

.status-progress-60::after {
  width: 60%;
}

.status-progress-80::after {
  width: 80%;
}

.status-progress-100::after {
  width: 100%;
}
