
/* 共通 */
.hide {
  display: none;
}
.cols {
  display: flex;
}

/* 新型コロナウイルス対策について */
#index_wide_content {
  height: 220px;
  background-size: auto 100% !important;
  background-color: #9bcc63 !important;
}

/* バナーブロック */
.index_free_space {
  padding: 60px 30px 80px;
}
.index_free_space .headline {
  font-size: 40px;
  text-align: center;
  line-height: 1.5;
  margin: 0;
  font-weight: 500;
}
.index_free_space .sub_title {
  text-align: center;
  font-size: 16px;
  line-height: 1.0;
  margin: 0;
}
.index_free_space .bn-pop {
  margin: 40px auto 0;
  overflow: hidden;
  max-width: 440px;
}
.post_content .media-block {
  display: flex;
  justify-content: center;
}
.post_content .media-block .bn-pop img {
  width: 100%;
  transition: all 0.3s ease;
}
.post_content .media-block a {
  transform: scale(1.05);
  text-decoration: none;
}
.post_content .media-block a:hover {
  opacity: 0.6;
}
.post_content .media-block a:hover .bn-pop img {
  transform: scale(1.05);
}
.post_content .media-block .bn-pop .click-text {
  text-align: center;
  margin: 16px 0 0;
}

/* BLOG */
#index_blog {
  margin: 0;
}

/* カード一覧 */
.card-list {
  justify-content: center;
  gap: 60px;
}
.card-list .col {
  max-width: 440px;
}
#index_free_space2 .sub_title {
  text-align: center;
  font-size: 16px;
  line-height: 1.0;
  margin: 0 0 60px;
}

/* クリニック紹介 */
.sns_button {
  display: flex;
  gap: 14px;
}
.sns_button li a:hover {
  opacity: 0.7;
  transition: all 0.2s ease;
}
.sns_button li.insta {
  order: -1;
}
.sns_button li.insta a:before {
  color: #E1306C !important;
}
.sns_button li.facebook a:before {
  color: #1877F2 !important;
}
#index_company {
  padding-top: 0;
}
#index_company .sns_button li a::before {
  font-size: 28px;
}

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

  .cols {
    flex-wrap: wrap;
    gap: 0;
  }

  #index_wide_content {
    max-height: 160px;
  }

  #index_free_space1 .headline,
  #index_free_space2 .headline {
    font-size: 24px;
  }

}

