@charset "UTF-8";
.account-accordion-body {
  padding: 42px;
  color: #333333;
}

.account-notice-section-title {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 10px 12px;
  background: #f2f2f2;
  font-size: 21px;
  line-height: 1.4;
}

.account-notice-section-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border: 2px solid #ed1c24;
  border-radius: 50%;
  color: #ed1c24 !important;
  background: #fff;
  font-size: 23px;
  line-height: 1;
  font-weight: 700;
}

.account-notice-text {
  font-size: 21px;
  line-height: 2rem;
}

.account-notice-emphasis {
  font-size: 12px;
  color: #ed1c24;
}

.account-notice-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.account-notice-list li {
  font-size: 18px;
  position: relative;
  padding-left: 1em;
  line-height: 1.8;
}

.account-notice-list li:last-child {
  margin-bottom: 0;
}

.account-notice-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.list-unstyled li {
  padding-left: 0;
}

.list-unstyled li::before {
  content: "";
}

.account-top-link {
  font-size: 16px;
}

.account-subtitle-bar {
  margin: 0;
  padding: 14px 18px;
  background: #39b56a;
  font-size: 21px;
  line-height: 1.4rem;
}

.account-download-box {
  background: #f2f2f2;
}

.account-download-title {
  font-size: 21px;
}

.account-download-text {
  font-size: 21px;
  line-height: 1.4;
}

.account-download-btn {
  width: 250px;
  height: 38px;
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
}

.btn-account-pill-arrow-small {
  width: 12px;
}

.account-download-note {
  font-size: 14px;
}

@media (max-width: 991px) {
  .account-accordion-body {
    padding: 12px;
  }
  .account-notice-section-title {
    font-size: 14px;
    padding: 8px 10px;
    gap: 6px;
  }
  .account-notice-section-number {
    width: 18px;
    height: 18px;
    min-width: 18px;
    font-size: 10px;
  }
  .account-accordion-button {
    font-size: 13px;
  }
  .account-notice-text {
    font-size: 12px;
    line-height: 1.2rem;
  }
  .account-notice-emphasis {
    font-size: 8px;
  }
  .account-notice-list li {
    font-size: 12px;
  }
  .account-top-link {
    font-size: 12px;
  }
  .account-subtitle-bar {
    font-size: 13px;
    padding: 6px 10px;
  }
  .account-download-title {
    font-size: 11px;
  }
  .account-download-text {
    font-size: 11px;
  }
  .account-download-btn {
    width: 200px;
    height: 24px;
    font-size: 9px;
  }
  .btn-account-pill-arrow-small {
    width: 8px;
  }
  .account-download-note {
    font-size: 8px;
    line-height: 1rem;
  }
}