@charset "UTF-8";

/* =========================================
  Acsta Base Blog
========================================= */

.acsta-base-blog {
  color: #444;
  font-size: 17px;
  line-height: 2.05;
}

.acsta-base-blog p {
  margin: 0 0 1.7em;
}

.acsta-base-lead {
  padding: 0 0 24px;
  border-bottom: 1px solid #dcecf5;
  color: #333;
  font-size: 19px;
  font-weight: 600;
  line-height: 2;
}

.acsta-base-summary {
  margin: 38px 0 56px;
  padding: 30px 34px;
  background: #f6fbff;
  border-left: 5px solid #73b9d8;
  border-radius: 14px;
}

.acsta-base-summary-title {
  margin: 0 0 14px !important;
  color: #333;
  font-size: 22px;
  font-weight: 700;
}

.acsta-base-summary ul,
.acsta-base-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.acsta-base-summary li,
.acsta-base-list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 28px;
}

.acsta-base-summary li::before,
.acsta-base-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #43a5d8;
  font-weight: 700;
}

.acsta-base-section {
  margin-bottom: 68px;
}

.acsta-base-section h2 {
  position: relative;
  margin: 0 0 30px;
  padding-bottom: 14px;
  color: #333;
  font-size: 30px;
  line-height: 1.5;
}

.acsta-base-section h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 3px;
  background: #73b9d8;
}

.acsta-base-section h3 {
  margin: 34px 0 12px;
  padding-left: 16px;
  border-left: 4px solid #73b9d8;
  color: #333;
  font-size: 22px;
  line-height: 1.6;
}

.acsta-base-point {
  padding: 20px 24px;
  background: #fffaf2;
  border-radius: 12px;
  font-weight: 600;
}

.acsta-base-faq {
  padding: 36px 38px;
  background: #f8fafc;
  border-radius: 18px;
}

.acsta-base-faq h3 {
  border-left-color: #ffb36b;
}

.acsta-base-closing {
  padding: 24px 28px;
  background: #f6fbff;
  border-radius: 14px;
  color: #333;
  font-weight: 700;
  text-align: center;
}

/* テーマCSS対策 */
#primary article .entry_body .acsta-base-blog h2 {
  margin: 0 0 30px !important;
  font-size: 30px !important;
  line-height: 1.5 !important;
}

#primary article .entry_body .acsta-base-blog h3 {
  font-size: 22px !important;
  line-height: 1.6 !important;
}

#primary article .entry_body .acsta-base-blog ul,
#primary article .entry_body .acsta-base-blog li {
  list-style: none !important;
}

#primary article .entry_body .acsta-base-blog li::marker {
  content: "" !important;
}

@media screen and (max-width: 768px) {

  .acsta-base-blog {
    font-size: 16px;
    line-height: 2;
  }

  .acsta-base-lead {
    font-size: 17px;
  }

  .acsta-base-summary,
  .acsta-base-faq {
    padding: 22px;
  }

  .acsta-base-section {
    margin-bottom: 48px;
  }

  .acsta-base-section h2,
  #primary article .entry_body .acsta-base-blog h2 {
    font-size: 24px !important;
  }

  .acsta-base-section h3,
  #primary article .entry_body .acsta-base-blog h3 {
    font-size: 19px !important;
  }

}

/* =========================================
  Contact CTA
========================================= */

.acsta-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-contact__lead {
  margin: 0 0 24px !important;
  color: #555;
  font-size: 1.8rem;
  line-height: 1.9;
}

.acsta-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-contact__btn:hover {
  background: #04b84d;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(6,199,85,.25);
}

@media screen and (max-width:768px){

  .acsta-contact{
    padding:28px 20px;
  }

  .acsta-contact__lead{
    font-size:1.6rem;
  }

  .acsta-contact__btn{
    display:block;
    width:100%;
    padding:16px 20px;
    font-size:1.7rem;
  }

}