@charset "UTF-8";
/*
Name: style_coontent.css
Description: style.css カスタマイズ
-------------------------------------------------- */


/* ----------------------------------------
* トップページ　メインコンテンツ設定
---------------------------------------- */
.header-content .header_covid19_btn {
  cursor: pointer;
  max-width: 240px;
  /*
  overflow: hidden;
  */
  margin: auto;
  width: 100%;
  text-align: center !important;
}
.header-content .header_covid19_btn img {
  height: auto;
  transition: transform .6s ease;
  /* ゆっくり変化させる */
}
.header-content .header_covid19_btn:hover img {
  transform: scale(1.1);
  /* 拡大 */
}

/* トップページ　サイト説明文の文字フォント */
@media screen and (max-width: 768px) {
  .header-content h1 {
      color: #3d3d3d !important;
  }
  .header-content p {
    color: #676666 !important;
  }
}
