/* 2025/03/12 修正複数 */
.post_content .instagram_wrap{
  padding-bottom: 4em;
}
.post_content .instagram_wrap h2.is-style-section_ttl {
  border-bottom: 1px solid #BF2C09;
}

.post_content .instagram_wrap h2.is-style-section_ttl {
  padding-bottom: .5em;
  font-size: 22px
}

.post_content .instagram_wrap h2.is-style-section_ttl .mininote {
  font-weight: normal
}

@media print,screen and (min-width: 960px) {
  .post_content .instagram_wrap h2.is-style-section_ttl {
      font-size:28px
  }
}

@media print,screen and (min-width: 1200px) {
  .post_content .instagram_wrap h2.is-style-section_ttl {
      font-size:34px
  }
}

/* 2025/03/25 TOP最新情報修正 */
.home .post_content .blog_slides a.link {
  text-decoration: none;
  color: black;
  position: relative;
  overflow: hidden;
  display: block;
}
.home .post_content .blog_slides a.link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  transition: background 0.3s ease;
  z-index: 1;
}
.home .post_content .blog_slides a.link:hover {
  cursor: pointer;
  opacity: 1;
}
.home .post_content .blog_slides a.link:hover::after {
  background: rgba(193, 157, 192, 0.3);
}

@media screen and (max-width: 959px) {
  .l-header__logo {
    /* position: relative;
    width: 100%; */
  }
  .l-header__logo .c-headLogo.-img img {
    content: url("images/logo_sp_img.png");
    width: 100%;
  }
  /* .l-header__logo::before {
    content:"株式会社リペイント";
    display: inline-block;
    font-size: 18px; 
    font-weight: bold;
    color: #7334A0;
    position: absolute;
    top: 50%;
    right: 22%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 100%;
  } */
}
@media screen and (min-width: 960px) {
  .l-header__logo::before {
    display: none;
  }
}
@media not all and (min-width: 960px) {
  .-img .c-headLogo__link {
    display: block;
    padding: 5px 0;
}
}

