.top-main-section-title {
  font-size: 30px;
}

.top-main-section-text {
  font-size: 26px;
}

@media (max-width: 991px) {
  .top-main-section-title {
    font-size: 18px;
  }
  .top-main-section-text {
    font-size: 13px;
  }
}
.top-about-title1 {
  font-size: 32px;
  line-height: 1;
}

.top-about-title2 {
  font-size: 64px;
  line-height: 1;
}

.top-about-box {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 30px;
}

.top-about-box-title {
  width: 350px;
  background: #1932a0;
  font-size: 28px;
}

@media (max-width: 991px) {
  .top-about-title1 {
    font-size: 16px;
    line-height: 1.5rem;
  }
  .top-about-title2 {
    font-size: 26px;
    line-height: 1;
  }
  .top-about-box-title {
    width: 200px;
    font-size: 16px;
  }
}
.fee-table {
  border: 2px solid #1932a0;
  table-layout: fixed;
}
.fee-table td:first-child {
  width: 80%;
}
.fee-table td:last-child {
  width: 20%;
}

.fee-table td {
  border: 2px solid #1932a0;
  background: #fffbdc;
  font-size: 20px;
}
.fee-table td small {
  font-size: 14px;
  vertical-align: top;
}

.table-fee-note {
  font-size: 14px;
}

@media (max-width: 991px) {
  .fee-table td {
    font-size: 12px;
  }
  .fee-table td small {
    font-size: 9px;
  }
  .fee-table td:first-child {
    width: 70%;
  }
  .fee-table td:last-child {
    width: 30%;
  }
  .table-fee-note {
    font-size: 10px;
    line-height: 1rem;
  }
}
.news-list-item {
  border-bottom: 4px dotted #9a9a9a;
}

.news-list-arrow {
  font-size: 20px;
  line-height: 1;
}

.news-list-date {
  min-width: 220px;
  font-size: 18px;
}

.news-list-link {
  font-size: 20px;
  line-height: 1.45;
}

@media (max-width: 991px) {
  .news-list-item {
    border-bottom: 2.5px dotted #9a9a9a;
  }
  .news-list-arrow {
    font-size: 10px;
  }
  .news-list-date {
    min-width: 110px;
    font-size: 10px;
  }
  .news-list-link {
    font-size: 12px;
  }
}
/* info-list */
.info-list-detail .news-list-item {
  border-bottom: 4px dotted #9a9a9a;
}

.info-list-badge {
  display: inline-block;
  background: #ccecd9;
  color: #4d4d4d;
  font-size: 18px;
  line-height: 1;
  padding: 12px 24px;
}

.info-item-content {
  margin-left: 30px;
}

.info-list-headline {
  font-size: 24px;
  font-weight: 700;
  margin-left: 0;
  line-height: 1.35;
}

.info-list-description {
  font-size: 20px;
  line-height: 1.5;
  color: #333333;
}

.info-list-detail-link {
  font-size: 21px;
  color: #475bb3 !important;
}

@media (max-width: 991px) {
  .info-list-detail .news-list-item {
    border-bottom: 2.5px dotted #9a9a9a;
  }
  .info-list-badge {
    font-size: 10px;
    padding: 6px 10px;
  }
  .info-item-content {
    margin-left: 12px;
  }
  .info-list-headline {
    font-size: 16px;
  }
  .info-list-description {
    font-size: 12px;
  }
  .info-list-detail-link {
    font-size: 13px;
  }
}
.top-notification-wrap {
  border: 4px solid #cc0000;
  border-radius: 30px;
  background: #fffbdc;
  margin-top: 80px;
}

.top-notification {
  font-size: 30px;
  line-height: 2.5rem;
  color: #cc0000 !important;
}

@media (max-width: 991px) {
  .top-notification-wrap {
    margin-top: 50px;
  }
  .top-notification {
    font-size: 17px;
    line-height: 1.6rem;
  }
}