/*
Theme Name: zousanrecordspro Child
Version: 2.2.4.93
Template: zousanrecordspro
*/
@media screen and (min-width: 1145px) {
  #header_wrap #header #logo_set #logo a img {
    height: 70px!important;
    transition: 0.5s;
  }
}
@media screen and (max-width: 1144px) {
  #header_wrap #header #logo_set #logo a img {
    height: 50px!important;
  }
}
@media screen and (max-width: 1024px) {
  #header_wrap #header #logo_set #logo a img {
    height: 70px!important;
  }
}
@media screen and (max-width: 570px) {
  #header_wrap #header #logo_set #logo a img {
    height: 70px!important;
  }
}
#sb_instagram #sbi_images {
  padding: 0 0 12px 0!important;
}
.members_category {
 display: none!important; 
}

.icon-pdf::before {
  content: url("images/pdf.svg");
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  transition: filter 0.3s; /* スムーズな色変化 */
}

.icon-pdf:hover::before {
  filter: sepia(1) saturate(10) hue-rotate(-15deg) brightness(1.2); /* 色の調整 */
}
#members_single_contents .members_profile.entry_cont table th {
  white-space: nowrap;
}