@charset "UTF-8";

  .top-seo-contents h3 {
    margin-top: 50px;
    margin-bottom: 8px;
    border-bottom: 1px solid #eee;
    border-bottom: 1px solid rgb(0 0 0 / 13%);
    padding: 0 0 8px;
  }
  .top-seo-contents p {
    margin-bottom: 30px;
  }

/* 2026/05/08 ロゴ位置調整 */
a#house+div .inner_item:nth-of-type(3) .heading.block_header_4 .h:before {
  left: 0!important;
}
@media screen and (max-width: 768px) {
  a#house+div .inner_item:nth-of-type(3) .heading.block_header_4 .h:before {
    left: 25%!important;
  }
}
@media screen and (max-width: 700px) {
    a#house+div .inner_item:nth-of-type(3) .heading.block_header_4 .h:before {
    left: 20%!important;
  }
}
@media screen and (max-width: 550px) {
    a#house+div .inner_item:nth-of-type(3) .heading.block_header_4 .h:before {
    left: 15%!important;
  }
}
@media screen and (max-width: 450px) {
    a#house+div .inner_item:nth-of-type(3) .heading.block_header_4 .h:before {
    left: 7%!important;
  }
}