
.equipment {
  padding-bottom: clamp(3.75rem, 7.4074vw, 5rem);
}

.important {
  color: var(--colorImportant);
}

.boldText {
  font-weight: 700;
}

.equipment__section {
  margin-top: clamp(3.75rem, 7.4074vw, 5rem);
  padding: 0 1.25rem;
}

.equipment__section .container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.equipment__section.gap24 .container {
  gap: 1.5rem;
}

.equipment__subtitle {
  font-size: var(--fontMax24Min18);
  font-weight: 700;
}

.equipment__table {
  min-width: 56.25rem;
}

.blueSubtitle .circle {
  margin-right: 1.5rem;
}

.equipment__table thead tr th {
  background: #50d5ea;
  border: 1px solid #fff;
}

.equipment__table thead tr th,
.equipment__table tbody tr td {
  color: #2e2e2e;
  font-family: var(--familyNotoSans);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.8;
  padding: 1.25rem;
  text-align: start;
}

.equipment__table tbody tr td {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.equipment__table tbody tr td:first-child {
  border-left: 1px solid #e5e5e5;
}

.equipment__table thead tr th:nth-child(1) {
  width: 16%;
}

.equipment__table thead tr th:nth-child(2) {
  width: 36%;
}

.equipment__table thead tr th:nth-child(3) {
  width: 22%;
}

.equipment__table thead tr th:nth-child(4) {
  width: 26%;
}

.equipment__numberList {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.equipment__numberItem .accent {
  color: var(--colorAccent);
  margin-right: 2px;
}

.equipment__documentList {
  display: grid;
  gap: 0.9375rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.equipment__documentItem {
  align-content: center;
  border: 1px solid #a8a399;
  justify-items: center;
  padding: 1rem;
  text-align: center;
  width: 100%;
}

.equipment__documentFigure img {
  height: 3rem;
  width: auto;
}

.equipment__documentFigure figcaption {
  margin-top: 0.5rem;
}

.equipment__documentFigure figcaption .blue {
  color: var(--colorMain);
}

.equipment__documentFigure figcaption .large {
  font-size: var(--fontMax18Min16);
}

.equipment__section .ctaLink {
  max-width: 20rem;
}

.courseTable {
  width: 100%;
}

.courseTable thead tr th {
  background: var(--colorMain);
  color: #fff;
  font-weight: 700;
  padding: 1.25rem 0;
}

.courseTable thead tr th:nth-child(1) {
  width: 16%;
}

.courseTable thead tr th:nth-child(2) {
  width: 23%;
}

.courseTable thead tr th:nth-child(3) {
  width: 61%;
}

.courseTable tbody tr td:nth-child(2),
.courseTable tbody tr td:nth-child(3) {
  width: 11.5%;
}

.courseTable tbody tr td {
  border: 1px solid #d2d2d2;
  font-family: var(--familyNotoSans);
  font-size: var(--fontMax16Min14);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.8;
  padding: 1.25rem 0;
  text-align: center;
}

.courseTable tbody tr td:not(:last-child) {
  border-right: none;
}

.textPDFLink {
  align-items: center;
  color: var(--colorMain);
  display: flex;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.textPDFLink .pdfIcon {
  background: url(../../images/common/icon-pdf.svg) no-repeat center / cover;
  display: inline-block;
  height: 1.5rem;
  margin-right: 0.5rem;
  width: 1.5rem;
}

.textPDFLink__text {
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media screen and (max-width: 900px) {
  .equipment__tableContainer {
    overflow-x: scroll;
  }
}

@media screen and (max-width: 767px) {
  .courseTable__tableContainer {
    overflow-x: scroll;
  }
  .courseTable {
    width: 40.625rem;
  }
  .equipment__documentList {
    grid-template-columns: 1fr 1fr;
  }
  .equipment__documentItem:last-child {
    grid-column: span 2;
    justify-self: center;
    width: 50%;
  }
}

@media screen and (max-width: 550px) {
  .equipment__documentList {
    grid-template-columns: 1fr;
  }
  .equipment__documentItem {
    justify-self: center;
    max-width: 21.875rem;
  }
  .equipment__documentItem:last-child {
    grid-column: span 1;
    width: 100%;
  }
}
