.titleWrap {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 60px;
}

@media (max-width: 768px) {
  .titleWrap {
    display: block;
  }
}

.feeTitle {
  font-size: 24px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .feeTitle {
    font-size: 20px;
    text-align: center;
  }
}

.feeTitle__date {
  margin-left: 6px;
  font-size: 18px;
  font-weight: normal;
  vertical-align: baseline;
}

@media (max-width: 768px) {
  .feeTitle__date {
    display: block;
    margin: 2px 0 0;
    font-size: 16px;
  }
}

.feeWrap {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}

@media (max-width: 768px) {
  .feeWrap {
    display: block;
    margin-top: 5px;
  }
}

.feeTable {
  width: calc(33.33% - 20px);
  border-collapse: separate;
  border-spacing: 0;
}

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

@media (max-width: 768px) {
  .feeTable:nth-child(n + 2) {
    margin-top: 20px;
  }
}

.feeTable th,
.feeTable td {
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}

.feeTable thead th {
  height: 60px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.375;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  background: #B30000;
}

.feeTable tbody th {
  width: 100px;
  height: 50px;
  font-weight: normal;
  border-bottom: 1px solid #FFFFFF;
  background: #F7E5E5;
}

.feeTable tbody tr:last-child th {
  border-bottom: none;
}

.feeTable tbody tr:nth-child(even) th {
  background: #F3D9D9;
}

.feeTable tbody td {
  font-size: 20px;
  border-right: 1px solid #909090;
  border-bottom: 1px solid #909090;
}

@media (max-width: 768px) {
  .note {
    margin-top: 10px;
    text-align: right;
  }
}
