@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* hunter-mountain */
/* ============================================ */
.ttl-lv2 {
  color: #000f9d;
}
.ttl-lv2::first-letter {
  color: #e40f35;
}

.feature {
  background: linear-gradient(90deg, rgb(219, 222, 244) 0%, rgb(222, 224, 245) 100%);
}
.feature::before, .feature::after {
  background: url(../images/common/bg_wave_purple.webp) no-repeat center/100% 47px;
}
.feature h2 span {
  color: #000f9d;
}
.feature h2 span::first-letter {
  color: #e40f35;
}
.feature .ancor-list li a {
  background: #000f9d;
}
.feature .feature-list > li .content::after {
  color: #e40f35;
}
.feature .feature-list > li .content h3 {
  color: #000f9d;
}
.feature .feature-list > li .content ul li h4 {
  color: #000f9d;
}
.feature .feature-list > li .content ul li h4::before {
  background: url(../images/common/ico_snowflake_purple.svg) no-repeat center/cover;
}

.sight ol li .acd-label {
  color: #000f9d;
}
.sight ol li .acd-label::before, .sight ol li .acd-label::after {
  background: #000f9d;
}
.sight ol li .acd-content a {
  border: 1px solid #000f9d;
  color: #000f9d;
}
.sight ol li .acd-content a[target=_blank]::after {
  background: url(../images/common/ico_blank_blue.svg) no-repeat center/cover;
}

footer {
  padding-bottom: 80px;
}
footer .pagetop {
  bottom: 72px;
}

/*# sourceMappingURL=hunter-mountain.css.map */
