@charset "UTF-8";
/* 按鈕尺寸表（左右 padding、字級） */
.section-other {
  background-color: #F7F7F7;
  color: #000;
  width: 100%;
  padding: 48px 24px;
  position: relative;
}
@media (min-width: 1200px) {
  .section-other {
    padding: 48px 80px;
  }
}
.section-other__inner {
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .section-other__inner {
    max-width: 1200px;
  }
}
.section-other__header {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 24px;
}
.section-other__header h1 {
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}
.section-other__header .update {
  color: #646464;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .section-other__header {
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 40px;
  }
  .section-other__header h1 {
    font-size: 48px;
  }
  .section-other__header .update {
    margin-bottom: 4px;
  }
}
.section-other__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section-other__body div {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}
.section-other__body h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 140%;
  border-top: 1px solid #E3E3E3;
  padding: 32px 0 8px;
  margin-top: 16px;
}
.section-other__body h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}
@media (min-width: 1200px) {
  .section-other__body h2 {
    font-size: 32px;
  }
  .section-other__body h3 {
    font-style: 24px;
  }
}
.section-other__body .mb-0 {
  margin-bottom: 0;
}
.section-other p {
  font-size: 18px;
  line-height: 160%;
  padding-top: 0;
}
.section-other a {
  text-decoration: underline;
}
.section-other ol,
.section-other ul {
  padding-left: 27px;
  margin-bottom: 0;
  counter-reset: item;
}
.section-other ol li,
.section-other ul li {
  font-size: 18px;
  line-height: 160%;
  counter-increment: item;
}
.section-other ol li:not(:last-child),
.section-other ul li:not(:last-child) {
  margin-bottom: 8px;
}
.section-other ol ol,
.section-other ol ul,
.section-other ul ol,
.section-other ul ul {
  padding-left: 0;
  list-style: none;
  counter-reset: innerItem;
}
.section-other ol ol li,
.section-other ol ul li,
.section-other ul ol li,
.section-other ul ul li {
  counter-increment: innerItem;
}
.section-other ol ol li::before,
.section-other ol ul li::before,
.section-other ul ol li::before,
.section-other ul ul li::before {
  content: counter(item) "." counter(innerItem) ". ";
}
.section-other ol ol p:not(:last-child),
.section-other ol ul p:not(:last-child),
.section-other ul ol p:not(:last-child),
.section-other ul ul p:not(:last-child) {
  margin-bottom: 8px;
}
.section-other ol ol p.level-1,
.section-other ol ul p.level-1,
.section-other ul ol p.level-1,
.section-other ul ul p.level-1 {
  padding-left: 36px;
}
.section-other ol ol p.level-2,
.section-other ol ul p.level-2,
.section-other ul ol p.level-2,
.section-other ul ul p.level-2 {
  padding-left: 82px;
}
.section-other ol > ol + li {
  padding-top: 8px;
}/*# sourceMappingURL=pg_other.css.map */