body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.brand {
    font-family: 'impact' !important;
    letter-spacing: 0.1rem;
}
.pc-only {
    display: block !important;
}
.sp-only {
    display: none !important;
}
/* PCでは改行しない */
.sp-br {
  display: none;
}

/* スマホだけ改行する */
@media screen and (max-width: 767px) {
  .sp-br {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
    .pc-only {
        display: none !important;
    }
    .sp-only {
        display: block !important;
    }
}
@media all and (min-width: 768px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .nosp {
    display: none !important;
  }
}
.block-hidden {
    display: none !important;
}
.block-display {
    display: block !important;
}
body :is(.is-layout-flow, .is-layout-constrained) > :is(h1, h2, h3, h4, h5, h6) {
    margin-block-end: inherit;
}
body.home .site-body {
    padding-top: 0 !important;
}
.header_inquiry,
.header_download,
.header_estimate {
    width: 160px;
}
.header_inquiry a,
.header_download a,
.header_estimate a {
    font-size: 12px;
    font-weight: bold;
}
.page_inquiry,
.page_download,
.page_estimate,
.pagebottom_inquiry,
.pagebottom_download,
.pagebottom_estimate {
    width: 160px;
}
.page_inquiry a,
.page_download a,
.page_estimate a,
.pagebottom_inquiry a,
.pagebottom_download a,
.pagebottom_estimate a {
    font-size: 12px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    body .pagebottom_navi .is-layout-flex {
        display: flex;
        justify-content: center;
    }
    .pagebottom_inquiry,
    .pagebottom_download,
    .pagebottom_estimate {
        width: 90%;
    }
    .footer_top_menu ul {
        align-items: flex-start;
        flex-direction: column;
        line-height: 0.5;
    }
    .wp-block-spacer.footer_spacer {
        height: 24px !important;
    }
    .top_category_img {
        display: flex;
        justify-content: center;
    }
    .top_category_button_wrap {
        display: flex;
        justify-content: center !important;
    }
    .top_category_button {
        width: 75% !important;
    }
}
.block-site-footer h2 a {
    text-decoration: underline;
}
.block-site-footer h2 a:hover {
    color: #fff !important;
    color: #F3E3AA; 
    text-decoration-color: #F3E3AA;
}
.footer-menu-list li {
    margin-left: 0.5rem;
}
.footer-menu-list li a {
    color: #fff !important;
    text-decoration: underline;
}
.footer-menu-list li a:hover {
    text-decoration-color: #F3E3AA;
}
.footer-menu-list li::marker {
    content: "-" !important;
}
.page_top_btn {
    background:  rgba(106,162,147,0.8);
    background-image: url("../images/common/to-top-btn-icon.svg");
}
.size12 {
    font-size: 1.2rem;
}
.size13 {
    font-size: 1.3rem;
}
.size14 {
    font-size: 1.4rem;
}
.size15 {
    font-size: 1.5rem;
}
/* インラインエラーメッセージ */
.mwform-inline-error {
  margin-top: 6px;
  color: #d60000;
  font-size: 14px;
  font-weight: bold;
}

/* エラー時のinput */
input.is-error {
  border: 2px solid #d60000 !important;
  background: #fff5f5;
}