/* 2025.4.24作成 */
body {
  padding-top: 0 !important;
}

/* 2025.0523追加 -------*/
.back__custom a {
  background-color: unset !important;
}

@media screen and (min-width: 769px) {
  body {
    padding-top: 196px !important;
  }

  .contact-body {
    padding-top: 0 !important;
  }

  .header_inner {
    height: 130px !important;
  }
}
@media screen and (max-width: 768px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    display: block;
  }
}