/*
====================================
page content / editor
====================================
*/
.page-content {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  color: #1b2c55;
}
.page-content > *:first-child {
  margin-top: 0;
}
.page-content > *:last-child {
  margin-bottom: 0;
}
.page-content h2 {
  position: relative;
  margin: 88px 0 32px;
  padding-bottom: 24px;
  font-family: "futura-pt", sans-serif;
  font-size: 5.6rem;
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: 0;
  color: #5b5b5b;
}
.page-content h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  margin-top: 18px;
  background: linear-gradient(90deg, #28c370 0%, #0077c8 100%);
  border-radius: 999px;
}
.page-content h3 {
  margin: 48px 0 20px;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #1b2c55;
}
.page-content p {
  margin: 20px 0 0;
  font-size: 1.7rem;
  line-height: 1.9;
  font-weight: 400;
  color: #1b2c55;
}
.page-content ul {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.page-content ul li {
  position: relative;
  margin: 0;
  padding-left: 1.6em;
  font-size: 1.7rem;
  line-height: 1.9;
  color: #1b2c55;
}
.page-content ul li + li {
  margin-top: 8px;
}
.page-content ul li::before {
  content: "";
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(90deg, #28c370 0%, #0077c8 100%);
  transform: translateY(-50%);
}
.page-content table {
  width: 100%;
  margin: 28px 0 0;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #d8e6f0;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}
.page-content th,
.page-content td {
  padding: 14px 16px;
  border-bottom: 1px solid #e4eef5;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: left;
  vertical-align: top;
  color: #1b2c55;
}
.page-content th {
  width: 30%;
  min-width: 180px;
  background: #edf7f4;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  border-right: 1px solid #e4eef5;
}
.page-content tr:last-child th,
.page-content tr:last-child td {
  border-bottom: 0;
}
.page-content a {
  color: #0077c8;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.3s ease;
  word-break: break-word;
}
.page-content a:hover {
  opacity: 0.75;
}

@media screen and (max-width: 768px) {
  .page-content {
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
  .page-content h2 {
    margin: 44px 0 18px;
    padding-bottom: 14px;
    font-size: 3.2rem;
    line-height: 1.25;
  }
  .page-content h2::after {
    max-width: 170px;
    height: 3px;
  }
  .page-content h3 {
    margin: 28px 0 12px;
    font-size: 2rem;
    line-height: 1.45;
  }
  .page-content p {
    margin-top: 12px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .page-content ul {
    margin-top: 20px;
  }
  .page-content ul li {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .page-content ul li + li {
    margin-top: 6px;
  }
  .page-content table {
    display: block;
    margin-top: 20px;
    border-radius: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .page-content tbody,
  .page-content tr {
    width: 100%;
  }
  .page-content th,
  .page-content td {
    min-width: 200px;
    padding: 10px 12px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .page-content th {
    min-width: 160px;
  }
}/*# sourceMappingURL=page.css.map */