<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* サイドナビ用css打消し */

.contents {
  margin: unset !important;
  background-color: unset !important;
  border: unset !important;
}

.card {
  max-width: 100% !important;
}


/* 見出し */
.feature_tit {
  font-weight: bold;
  margin: 16px auto 24px;
  font-size: 22px;
  max-width: 94%;
}


@media screen and (max-width:1024px) {
  .card {
    max-width: 94% !important;
  }
}

@media screen and (max-width:768px) {
  .card {
    max-width: 100% !important;
  }

  /* 見出し */
  .feature_tit {
    font-size: 18px;
    margin: 0 auto 18px;
  }

}

@media screen and (max-width:480px) {

  /* 見出し */
  .feature_tit {
    font-size: 16px;
  }
}</pre></body></html>