.antiTerror,
.operations {
  padding-bottom: clamp(3.75rem, 7.4074vw, 5rem);
}

.boldText {
  font-weight: 700;
}

p .important {
  color: var(--colorImportant);
}

.anchorNav__list--flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.anchorNav__list--flex .anchorNav__item {
  min-width: 20rem;
}

.anchorNav__list--flex .anchorNav__item:first-child .anchorNav__link {
  padding-right: 4.625rem;
}

.trainingCourse__section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.trainingCourse__section .ctaLink {
  max-width: 20rem;
}

.trainingCost {
  font-size: 1.5rem;
  margin-right: 1.5rem;
}

.trainingCourse__section--noGap {
  gap: 0;
}

.trainingCourse__section--gap24 {
  gap: 1.5rem;
}

.steps__headingGroupLead {
  font-size: var(--fontMax18Min16);
  text-align: center;
}

.underlineTitle {
  margin: 0;
  text-align: center;
}

.trainingCourse__container {
  box-sizing: content-box ;
  display: flex;
  flex-direction: column;
  gap: clamp(3.75rem, 7.4074vw, 5rem);
  margin-top: clamp(3.75rem, 7.4074vw, 5rem);
  padding: 0 1.25rem;
}

.steps__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 3.2rem;
  justify-content: center;
  margin-top: 2.5rem;
}

.steps__item {
  background: var(--colorBase);
  border: 1px solid #413e37;
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  width: 13.75rem;
}

.steps__item:not(:last-child)::after {
  background: url(../../images/common/icon-chevron_right_black.svg) no-repeat center / cover;
  content: "";
  display: block;
  height: 1.5rem;
  position: absolute;
  right: -2.4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
}

.steps__count {
  color: var(--colorMain);
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}

.steps__text {
  margin-top: 0.5rem;
  text-align: center;
}

.trainingPDF__link {
  color: var(--colorMain);
  display: flex;
  font-weight: 700;
  gap: 0.625rem;
  letter-spacing: 0.04em;
}

.trainingPDF__link img {
  max-width: 1.5rem;
}

.trainingPDF__link span {
  text-decoration: underline;
}

.trainingCourse__cost {
  font-size: 1.5rem;
  font-weight: 700;
}

.trainingCourse__table {
  min-width: 56.25rem;
  width: 100%;
}

.trainingCourse__table thead tr th {
  background: #50d5ea;
  border: 1px solid #fff;
}

.trainingTextLink {
  color: #003da7;
  font-weight: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.trainingCourse__table thead tr th,
.trainingCourse__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;
}

.trainingCourse__table tbody tr td {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.trainingCourse__table tbody tr td:first-child {
  border-left: 1px solid #e5e5e5;
}

.antiTerror__table thead tr th:nth-child(1) {
  width: 22%;
}

.antiTerror__table thead tr th:nth-child(2) {
  width: 36%;
}

.antiTerror__table thead tr th:nth-child(3),
.antiTerror__table thead tr th:nth-child(4) {
  width: 12%;
}

.antiTerror__table thead tr th:nth-child(5) {
  width: 18%;
}

.antiTerror__table--type2 tr th:nth-child(4) {
  width: 30%;
}

.operating__table1 tr th:nth-child(1),
.operating__table2 tr th:nth-child(1) {
  width: 15%;
}

.operating__table1 tr th:nth-child(2),
.operating__table2 tr th:nth-child(2) {
  width: 36%;
}

.operating__table1 tr th:nth-child(3),
.operating__table2 tr th:nth-child(3) {
  width: 21%;
}

.operating__table1 tr th:nth-child(4) {
  width: 9%;
}

.operating__table1 tr th:nth-child(5) {
  width: 19%;
}

.operating__table2 tr th:nth-child(4) {
  width: 28%;
}

.receptionContact {
  background: var(--colorBase);
  padding: 1.5rem;
}

.reception__heading {
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}

.reception__display {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: 1fr 1fr;
  margin-top: 0.5rem;
}

.reception__column {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
}

.reception__subheading {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.reception__tel {
  color: var(--colorMain);
  font-size: var(--fontMax32Min24);
  font-weight: 700;
  line-height: 1.2;
}

.reception__text {
  font-size: 0.875rem;
  font-weight: 400;
}

.reception__address {
  font-style: normal;
}

.documentList {
  display: flex;
  gap: 0.5rem;
}

.documentList__item {
  border: 1px solid #a8a399;
  padding: 1rem 0.4rem;
}

.documentList__item {
  align-items: center;
  display: flex;
  max-width: 15rem;
  text-align: center;
}

.documentList__item:first-child {
  max-width: 18rem;
}

.operations__documentListGroup {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.operations__documentListGroup .documentList__item {
  justify-content: center;
  max-width: 22.3125rem;
  width: 100%;
}

.documentList__figure img {
  height: 3rem;
  width: auto;
}

.documentList__figure figcaption {
  font-weight: 700;
  margin-top: 8px;
}

.documentList__figure figcaption .blue {
  color: var(--colorMain);
  margin-right: 0.375rem;
}

.seminarList {
  display: grid;
  gap: 1.5rem;
}

.seminar__item .ctaLink {
  margin-top: 1.5rem;
}

.seminar__text {
  display: grid;
  gap: 2px;
  grid-template-columns: auto 1fr;
}

.seminar__text .number {
  color: var(--colorAccent);
}

.seminar__notice {
  font-weight: 700;
  letter-spacing: 0.04em;
}

.operations .pdfDisplay__list {
  margin-top: 0;
}

p.hasDot {
  display: grid;
  grid-template-columns: auto 1fr;
}

p.hasDot .dot {
  display: block;
  height: 1.5625rem;
  position: relative;
  width: 1rem;
}

p.hasDot .dot::after {
  background: var(--colorAccent);
  border-radius: 50%;
  content: "";
  height: 0.25rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.25rem;
}

.trainingCourse__link {
  color: var(--colorMain);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.pdfDisplay__link::before {
  top: 50%;
  transform: translateY(-50%);
}

.trainingTextLink {
	color: var(--colorMain);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

@media screen and (max-width: 900px) {
  .steps__list {
    display: grid;
    grid-template-columns: auto auto;
  }
  .steps__item:nth-child(2)::after {
    display: none;
  }
  .trainingCourse__tableContainer {
    overflow-x: scroll;
  }
}

@media screen and (max-width: 767px) {
  .documentList {
    flex-wrap: wrap;
    justify-content: center;
  }
  .anchorNav__list--flex {
    flex-direction: column;
  }
  .trainingCost {
    display: block;
    font-size: 1.25rem;
  }
  .documentList {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }
  .documentList__item,
  .documentList__item:first-child {
    max-width: 100%;
    width: 100%;
    justify-content: center;
  }
}

@media screen and (max-width: 550px) {
  .steps__list {
    align-self: center;
    display: grid;
    grid-template-columns: 1fr;
  }
  .steps__item:not(:last-child)::after {
    display: none;
  }
  .steps__item:not(:last-child)::before {
    background: url(../../images/common/icon-chevron_right_black.svg) no-repeat center / cover;
    bottom: -1.8rem;
    content: "";
    display: block;
    height: 1.5rem;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) rotate(90deg);
    width: 1.5rem;
  }
  .reception__display {
    gap: 1.5rem;
    grid-template-columns: 1fr;
    margin-top: 1rem;
  }
}
