.padding {
  margin-top: 124px;
}

.tab-p {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
  align-items: stretch;
}
.tab-p > div {
  width: calc(20% - 9.6px);
  height: auto;
}
.tab-p__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: var(--color-dark-gray15);
  padding: 11px;
  border: 1px solid var(--color-light-gray15);
  line-height: 23px;
  font-weight: 400;
  cursor: pointer;
}
.tab-p__btn.active {
  background-color: var(--color-orange);
  color: white;
  border-color: transparent;
  font-weight: 700;
}

.tab-p-list {
  max-width: 1240px;
  width: 100%;
  margin: 80px auto 0;
}
.tab-p-list__item {
  display: none;
}
.tab-p-list__item.view {
  display: block;
}
.tab-p-list__item h2 {
  color: var(--color-black);
  font-size: 30px;
  font-weight: 700;
}
.tab-p-list__item ol {
  margin-top: 24px;
  list-style: decimal;
  margin-left: 20px;
}
.tab-p-list__item ol li {
  color: var(--color-dark-gray15);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.p-text {
  max-width: 1240px;
  width: 100%;
  margin: 24px auto 0;
  padding-bottom: 132px;
  color: var(--color-black);
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.tab-p__btn {
  line-height: 22px;
  border-radius: 999px;
}

.padding {
  margin-top: 125px;
}

.p-text {
  padding-bottom: 144px;
}/*# sourceMappingURL=precautions.css.map */