@import url('sub.css');

.sub-04-bg {
  background-image: url('/default/img/member-bg.jpg');
  position: relative;
  background-position: 0 40%;
}

.sub-04-bg .inner {
  z-index: 2;
  position: relative;
}

.sub-04-bg:after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

/* sub00 */
/* 요트마루 연관 멤버십 회원제 타이틀 패딩 조정 */
.sub00-container .member-info-img {
  padding-top: 5vh;
}

/* e::sub00 */

.table-wrap {
  padding: 5rem 0 0;
}

.table-wrap .table {
  width: 100%;
  text-align: center;
  font-size: 2.2rem;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.table-wrap .table th,
.table-wrap .table td {
  padding: 0.5em 0;
  border-right: 1px solid #ddd;
}
.table-wrap .table th:last-child,
.table-wrap .table td.not-line {
  border-right: 0;
}

.table-wrap .table th {
  background-color: #faf7f0;

  /* color: #fff; */
}

.table-wrap .table td {
  border-top: 1px solid #ccc;
}

.annotation {
  text-align: right;
  padding: 0.7em 0;
  color: #555;
}

.table-wrap .division,
.table-wrap .money {
  width: 10%;
}

.table-wrap .date,
.table-wrap .note,
.table-wrap .private,
.table-wrap .prublic {
  width: 20%;
}

.table-wrap .table .special-day {
  /* background-color: yellow; */
  position: relative;
  padding-right: 0.5em;
}

.table-wrap .table .special-day:after {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  /* background-color: #005e66; */
  background-color: #9d8a5a;

  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.table-wrap .font-up {
  font-size: 1.25em;
}

@media (max-width: 650px) {
  .table-wrap .table {
    font-size: 1.3rem;
    word-break: keep-all;
  }
  .annotation {
    font-size: 1.3rem;
  }

  .table-wrap .font-up {
    display: inline-block;
  }
  .table-wrap .date {
    width: 30%;
  }
  .table-wrap .private,
  .table-wrap .public {
    width: 15%;
  }

  .table-wrap .division,
  .table-wrap .money,
  .table-wrap .note {
    width: 12%;
  }

  .table-wrap .table .special-day {
    padding-right: 0;
    padding-top: 0.5em;
  }
  .table-wrap .table .special-day:after {
    width: 4px;
    height: 4px;
    right: -1em;
  }
}
