@charset "UTF-8";

/* =========================================
  アクスタ台座コラム
========================================= */

.acrylic-base-blog {
  max-width: 90%;
  margin: 0 auto;
  padding: 40px 20px 80px;
  color: #333;
  font-size: 1.7rem;
  line-height: 2;
}

.acrylic-base-blog h1 {
  margin: 0 0 32px;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  line-height: 1.45;
  color: #173b5f;
  font-weight: 800;
}

.acrylic-base-blog h2 {
  margin: 70px 0 24px;
  padding: 14px 18px;
  border-left: 6px solid #2d82d8;
  background: #f1f8ff;
  color: #173b5f;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 800;
}

.acrylic-base-blog h3 {
  margin: 0 0 14px;
  color: #1d4f87;
  font-size: 1.9rem;
  line-height: 1.5;
}

.acrylic-base-blog p {
  margin: 0 0 24px;
}

.acrylic-base-blog ul {
  margin: 0 0 30px;
  padding-left: 1.4em;
}

.acrylic-base-blog li {
  margin-bottom: 12px;
}

.acrylic-base-blog strong {
  color: #173b5f;
  font-weight: 800;
}

.acrylic-base-blog a {
  color: #0b82d8;
  font-weight: 700;
  text-decoration: underline;
}

.acrylic-base-lead {
  padding: 26px 30px;
  background: #f8fbff;
  border: 1px solid #d8e9f8;
  border-radius: 14px;
  color: #173b5f;
  font-size: 1.9rem;
  font-weight: 700;
}

.acrylic-base-linkbox {
  margin: 32px 0;
  padding: 22px 26px;
  background: #fffdf3;
  border: 1px solid #f0dfaa;
  border-radius: 12px;
}

.acrylic-base-linkbox p {
  margin: 0;
}

/* table */

.acrylic-base-table,
.compare-table {
  margin: 30px 0;
  overflow-x: auto;
}

.acrylic-base-table table,
.compare-table table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  font-size: 1.55rem;
}

.acrylic-base-table th,
.acrylic-base-table td,
.compare-table th,
.compare-table td {
  padding: 16px;
  border: 1px solid #dbe7f3;
  text-align: center;
  vertical-align: middle;
}

.acrylic-base-table th,
.compare-table thead th {
  background: #2d82d8;
  color: #fff;
  font-weight: 800;
}

.acrylic-base-table td,
.compare-table td {
  background: #fff;
}

.acrylic-base-table tbody tr:nth-child(even) td,
.compare-table tbody tr:nth-child(even) td {
  background: #f8fbff;
}

.compare-table tbody th {
  background: #eaf5ff;
  color: #173b5f;
  font-weight: 800;
}

/* point */

.acrylic-stand-point {
  margin: 70px 0;
}

.acrylic-stand-point .lead {
  font-size: 1.75rem;
  line-height: 2;
  margin-bottom: 35px;
}

.point-card {
  background: #f8fbff;
  border-left: 6px solid #2d82d8;
  padding: 28px 30px;
  border-radius: 12px;
  margin-bottom: 22px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

.point-card p {
  margin: 0;
}

/* faq */

.acrylic-base-faq .faq-item {
  margin-bottom: 20px;
  padding: 24px 28px;
  background: #fff;
  border: 1px solid #dbe7f3;
  border-radius: 12px;
}

.acrylic-base-faq .faq-item p {
  margin: 0;
}

/* summary */

.acrylic-base-summary {
  margin-top: 70px;
  padding: 34px 36px;
  background: #f8fbff;
  border: 1px solid #d8e9f8;
  border-radius: 16px;
}

.acrylic-base-summary h2 {
  margin-top: 0;
}

.acrylic-base-summary p:last-child {
  margin-bottom: 0;
}

/* CTA */

.acrylic-base-cta {
  margin: 70px auto 0;
  padding: 44px 34px;
  background: #f8fbff;
  border: 1px solid #d8e9f8;
  border-radius: 20px;
  text-align: center;
}

.acrylic-base-cta h2 {
  margin: 0 0 18px;
  padding: 0;
  border: none;
  background: none;
  color: #173b5f;
  font-size: 2.2rem;
}

.acrylic-base-cta p {
  max-width: 720px;
  margin: 0 auto 30px;
  font-size: 1.65rem;
  line-height: 1.9;
}

.acrylic-base-cta__buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.acrylic-base-btn {
  width: 280px;
  min-height: 58px;
  padding: 14px 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  transition: 0.25s;
}

.acrylic-base-btn:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}

.acrylic-base-btn--estimate {
  background: #1778d3;
}

.acrylic-base-btn--line {
  background: #06c755;
}

/* smartphone */

@media screen and (max-width: 768px) {
  .acrylic-base-blog {
    padding: 28px 16px 60px;
    font-size: 1.55rem;
    line-height: 1.9;
  }

  .acrylic-base-blog h1 {
    font-size: 2.2rem;
  }

  .acrylic-base-blog h2 {
    margin: 52px 0 20px;
    font-size: 1.85rem;
  }

  .acrylic-base-blog h3 {
    font-size: 1.65rem;
  }

  .acrylic-base-lead {
    padding: 22px;
    font-size: 1.65rem;
  }

  .acrylic-base-table table,
  .compare-table table {
    min-width: 640px;
    font-size: 1.4rem;
  }

  .acrylic-base-table th,
  .acrylic-base-table td,
  .compare-table th,
  .compare-table td {
    padding: 12px;
  }

  .point-card {
    padding: 22px;
  }

  .acrylic-base-summary,
  .acrylic-base-cta {
    padding: 28px 22px;
  }

  .acrylic-base-cta__buttons {
    flex-direction: column;
    align-items: center;
  }

  .acrylic-base-btn {
    width: 100%;
    max-width: 360px;
  }
}