/* =============================================
   inline.css
   インラインスタイルを外部化したCSS
   ※ 他ページへの影響を避けるため独自クラス名を使用
   ============================================= */


/* -----------------------------------------
   header.php から抽出
   ----------------------------------------- */

.jbh-lang-link {
    display: block;
    font-size: 11px;
    text-decoration: none;
}

.jbh-lang-hidden {
    display: none;
}

.jbh-gtm-noscript {
    display: none;
    visibility: hidden;
}


/* -----------------------------------------
   page-contact-tes.php / page-contact-us.php /
   page-contact-thanks.php から抽出
   ※ .jbh-contact-page 配下にスコープ
   ----------------------------------------- */

.jbh-contact-page .form-group-title {
    font-size: 14px;
    margin-top: 20px;
}

.jbh-contact-page .wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding: 5px 10px;
    width: 100%;
}

.jbh-contact-page .contactform_box {
    padding: 5px 10px;
    width: 100%;
}

.jbh-contact-page .form-group-body {
    font-size: 14px;
    margin-bottom: 20px;
}

.jbh-contact-page .signupsubmit {
    height: 50px;
    padding: 5px 10px;
    width: 389px;
}

.jbh-contact-page .center_set {
    font-size: 14px;
    margin-top: 40px;
}

.jbh-contact-page .center_set p {
    margin-bottom: 20px;
}

.jbh-contact-page .wpcf7-submit:disabled {
    opacity: 0.67;
    cursor: not-allowed;
}

.jbh-contact-page .wpcf7-submit:disabled:hover {
    background: #ddd !important;
}

.jbh-contact-page .form-agreement {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.jbh-contact-page .form-agreement br {
    display: none;
}

.jbh-contact-page .form-agreement label {
    display: flex;
    align-items: center;
    padding: 1rem 2rem;
    background-color: #ccc;
}

.jbh-contact-page .form-agreement label input[type="checkbox"] {
    position: relative;
    top: 2px;
    margin-right: 0.5rem;
}

.jbh-contact-page .form-agreement label a {
    text-decoration: underline;
}


/* -----------------------------------------
   template-columnpage.php から抽出
   ----------------------------------------- */

.jbh-preparing-text {
    font-size: 13px;
    font-size: 1.3rem;
}


/* -----------------------------------------
   template-home.php / template-home2.php から抽出
   ----------------------------------------- */

/* 元: style="height: 360px;" */
.jbh-map-section {
    height: 360px;
}

/* 元: style="margin-top:20px;" */
.jbh-banner-mt {
    margin-top: 20px;
}

/* 元: style="min-height: 297px;" */
.jbh-art-lists-minh {
    min-height: 297px;
}


/* -----------------------------------------
   template-sitepolicy.php から抽出
   ----------------------------------------- */

/* 元: style="margin-bottom: 35px;" */
.jbh-mb35 {
    margin-bottom: 35px;
}

/* 元: style="margin-bottom: 0px;" */
.jbh-mb0 {
    margin-bottom: 0px;
}
