@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* tambara */
/* ============================================ */
.title h1 img {
  max-width: 26.56vw;
}
@media all and (max-width: 896px) {
  .title h1 img {
    max-width: 300px;
  }
}

.ttl-lv2 {
  color: #4790ad;
}

.feature {
  background: linear-gradient(90deg, rgb(214, 238, 238) 0%, rgb(215, 239, 238) 100%);
}
.feature::before, .feature::after {
  background: url(../images/common/bg_wave_green.webp) no-repeat center/100% 47px;
}
.feature h2 span::first-letter {
  color: #4790ad;
}
.feature .ancor-list li a {
  background: #4790ad;
}
.feature .feature-list > li .content::after, .feature .feature-list > li .content h3 {
  color: #4790ad;
}
.feature .feature-list > li .content ul li h4 {
  color: #4790ad;
}
.feature .feature-list > li .content ul li h4::before {
  background: url(../images/common/ico_snowflake_mint.svg) no-repeat center/cover;
}

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

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

/*# sourceMappingURL=tambara.css.map */
