.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Noto Sans JP";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Noto Sans JP";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noto Sans JP";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Noto Sans JP";--e-global-typography-accent-font-weight:500;background-color:#000000;font-family:"Noto Sans JP", Sans-serif;font-size:18px;font-weight:500;line-height:1.5em;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#7E7E7E;font-family:"Noto Sans JP", Sans-serif;font-size:30px;font-weight:600;line-height:1.3em;color:#FFFFFF;border-style:none;border-radius:30px 30px 30px 30px;padding:20px 100px 20px 100px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#000000;font-family:"Noto Sans JP", Sans-serif;font-size:18px;font-weight:500;line-height:1.5em;}.elementor-kit-6 h1{color:#000000;font-family:"Noto Sans JP", Sans-serif;font-size:40px;font-weight:800;line-height:1.3em;}.elementor-kit-6 h2{color:#000000;font-family:"Noto Sans JP", Sans-serif;font-size:30px;font-weight:700;line-height:1.3em;}.elementor-kit-6 h3{font-family:"Noto Sans JP", Sans-serif;font-size:24px;font-weight:600;line-height:1.3em;}.elementor-kit-6 h4{color:#000000;font-size:20px;line-height:1.5em;}.elementor-kit-6 h5{color:#000000;font-size:18px;font-weight:600;line-height:1.5em;}.elementor-kit-6 h6{color:#000000;font-family:"Noto Sans JP", Sans-serif;font-size:16px;font-weight:600;line-height:1.5em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* デバイス改行 */
.tf-br {
    display: none;
}

/* desktop */
@media all and (min-width: 1024px) {
    .tf-br-dt {
        display: block;
    }
}

/* tablet */
@media all and (min-width: 500px) and (max-width:1024px) {
    .tf-br-tb {
        display: block;
    }
}

/* mobile */
@media all and (max-width: 500px) {
    .tf-br-mb {
        display: block;
    }
}


/* ============================================ */
/* お知らせ投稿用 ビジュアルエディタスタイル */
/* ============================================ */

/* 本体 */
body.post-type-news {
    font-size: 16px;
}

/* デフォルト段落 */
body.post-type-news p,
body.post-type-news .mce-content-body p {
    font-size: 16px !important;
    line-height: 1.8;
}

/* 見出し H2 */
body.post-type-news h2,
body.post-type-news .mce-content-body h2 {
    font-size: 20px !important;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
}

/* 見出し H3 */
body.post-type-news h3,
body.post-type-news .mce-content-body h3 {
    font-size: 18px !important;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 12px;
}

/* テキストの通常スタイル */
body.post-type-news .wp-editor-area {
    font-size: 16px !important;
}

/* ビジュアルエディタのメインコンテンツ */
body.post-type-news .mce-content-body {
    font-size: 16px !important;
}/* End custom CSS */