<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ▼▼▼ 特集ページ
======================================================*/
.feature_top {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 15px;
}
.feature_top_title {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .feature_top_title {
    font-size: 20px;
  }
}
.feature_index_list {
  margin-top: 0 !important;
}</pre></body></html>