@charset "UTF-8";
/* CSS Document */

.specialfeature_top {
  width: 90%;
  margin: 0 auto;
}

.specialfeature_top-img {
  width: 100%;
  margin: 24px 0 40px;
}

.specialfeature_top-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.specialfeature_top-txt {
  font-size: 18px;
  line-height: 1.8;
  margin: 0 0 32px;
}

.specialfeature_ttl {
  width: 90%;
  font-size: 24px;
  font-weight: 700;
  color: #00827E;
  border-bottom: 4px solid #00827E;
  margin: 40px auto 16px;
}
