@charset "UTF-8";

/* =========================================
  Acsta Display Blog
========================================= */

.acsta-display-blog {
  color: #444;
  font-size: 17px;
  line-height: 2.05;
}

.acsta-display-blog p {
  margin: 0 0 1.7em;
}

.acsta-display-lead {
  padding: 0 0 24px;
  border-bottom: 1px solid #dcecf5;
  color: #333;
  font-size: 19px;
  font-weight: 600;
  line-height: 2;
}

.acsta-display-summary {
  margin: 38px 0 56px;
  padding: 30px 34px;
  background: #f6fbff;
  border-left: 5px solid #73b9d8;
  border-radius: 14px;
}

.acsta-display-summary-title {
  margin: 0 0 14px !important;
  color: #333;
  font-size: 22px;
  font-weight: 700;
}

.acsta-display-summary ul,
.acsta-display-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.acsta-display-summary li,
.acsta-display-list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 28px !important;
}

.acsta-display-summary li::before,
.acsta-display-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #43a5d8;
  font-weight: 700;
}

.acsta-display-section {
  margin-bottom: 68px;
}

.acsta-display-section h2 {
  position: relative;
  margin: 0 0 30px;
  padding-bottom: 14px;
  color: #333;
  font-size: 30px;
  line-height: 1.5;
}

.acsta-display-section h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 3px;
  background: #73b9d8;
}

.acsta-display-section h3 {
  margin: 34px 0 12px;
  padding-left: 16px;
  border-left: 4px solid #73b9d8;
  color: #333;
  font-size: 22px;
  line-height: 1.6;
}

.display-item {
  padding: 28px 0;
  border-bottom: 1px solid #e6eef4;
}

.display-item:last-child {
  border-bottom: none;
}

.display-item h3 {
  margin-top: 0;
}

.acsta-display-point {
  padding: 20px 24px;
  background: #fffaf2;
  border-radius: 12px;
  font-weight: 600;
}

.acsta-display-faq {
  padding: 36px 38px;
  background: #f8fafc;
  border-radius: 18px;
}

.acsta-display-faq h3 {
  border-left-color: #ffb36b;
}

.acsta-display-closing {
  padding: 24px 28px;
  background: #f6fbff;
  border-radius: 14px;
  color: #333;
  font-weight: 700;
  text-align: center;
}

.acsta-related {
  margin: 38px 0 46px;
  padding: 24px 28px;
  background: #f6fbff;
  border-left: 5px solid #73b9d8;
  border-radius: 14px;
}

.acsta-related__title {
  margin: 0 0 12px !important;
  color: #333;
  font-size: 2rem;
  font-weight: 700;
}

.acsta-related ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.acsta-related li {
  margin-bottom: 10px;
  list-style: none;
}

.acsta-related a {
  color: #327fa8;
  font-weight: 700;
  text-decoration: none;
}

.acsta-related a:hover {
  text-decoration: underline;
}

.acsta-display-contact {
  margin: 60px 0 20px;
  padding: 38px 30px;
  text-align: center;
  background: linear-gradient(180deg,#f7fbff 0%,#eef8ff 100%);
  border: 1px solid #d8ebf7;
  border-radius: 18px;
}

.acsta-display-contact__lead {
  margin: 0 0 24px !important;
  color: #555;
  font-size: 1.8rem;
  line-height: 1.9;
}

.acsta-display-contact__btn {
  display: inline-block;
  padding: 18px 42px;
  background: #06c755;
  border-radius: 999px;
  color: #fff !important;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none !important;
  transition: .25s;
  box-shadow: 0 8px 20px rgba(6,199,85,.18);
}

.acsta-display-contact__btn:hover {
  background: #04b84d;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(6,199,85,.25);
}

/* テーマCSS対策 */

#primary article .entry_body .acsta-display-blog h2 {
  margin: 0 0 30px !important;
  font-size: 30px !important;
  line-height: 1.5 !important;
}

#primary article .entry_body .acsta-display-blog h3 {
  font-size: 22px !important;
  line-height: 1.6 !important;
}

#primary article .entry_body .acsta-display-blog ul,
#primary article .entry_body .acsta-display-blog li {
  list-style: none !important;
}

#primary article .entry_body .acsta-display-blog li::marker {
  content: "" !important;
}

@media screen and (max-width: 768px) {

  .acsta-display-blog {
    font-size: 16px;
    line-height: 2;
  }

  .acsta-display-lead {
    font-size: 17px;
  }

  .acsta-display-summary,
  .acsta-display-faq {
    padding: 22px;
  }

  .acsta-display-section {
    margin-bottom: 48px;
  }

  .acsta-display-section h2,
  #primary article .entry_body .acsta-display-blog h2 {
    font-size: 24px !important;
  }

  .acsta-display-section h3,
  #primary article .entry_body .acsta-display-blog h3 {
    font-size: 19px !important;
  }

  .acsta-related {
    padding: 22px;
  }

  .acsta-display-contact {
    padding: 28px 20px;
  }

  .acsta-display-contact__lead {
    font-size: 1.6rem;
  }

  .acsta-display-contact__btn {
    display: block;
    width: 100%;
    padding: 16px 20px;
    font-size: 1.7rem;
  }

}