@charset "utf-8";
/*
Template: jstork19
Theme Name: stork19_custom
Theme URI: https://open-cage.com/stork19/
Description: stork19子テーマ - 旧jstork_customから完全移植
*/

/* ==============================================
   CSS変数の上書き（本番サイトの色に合わせる）
   ============================================== */
:root {
    /* ヘッダー */
    --header-bg: #ffffff;
    --header-text-color: #515151;
    --header-logo-color: #515151;
    --header-bg-overlay: #ffffff;

    /* メインコンテンツ */
    --main-text-color: #3d2c2c;
    --main-link-color: #5b80c4;
    --main-link-color-hover: #6ea0ff;
    --main-ttl-color: #3d2c2c;
    --main-ttl-bg-rgba: rgba(255, 190, 152, 0.2);

    /* フッター */
    --footer-bg: #dbdbdb;
    --footer-text-color: #4f4f4f;
    --footer-link-color: #4f4f4f;

    /* その他の基本色 */
    --oc-base-border-color: #eee;
}

/* ==============================================
   セレクタ対応表（旧jstork → 新jstork19）
   .header → .stk_header
   #inner-header → .inner-header
   #logo → .site__logo
   #g_nav → .stk_g_nav
   #g_nav .nav → .ul__g_nav
   .SP → .stk-hidden_pc
   .PC → .stk-hidden_sp
   footer → .custom-footer
   ============================================== */

/* --------------------------------- 基本クラス */
img { -webkit-backface-visibility: hidden; }

.inner { max-width: 1166px; min-width: 1010px; padding: 0 10px; margin: 0 auto; width: 90%; }
.flex { display: -webkit-flex; display: flex; }

/* --------------------------------- 見出し */
.single-title,
.page-title,
.entry-title, { 
    margin: 1em 0;
    font-size: 1.5em;
}
.entry-header .entry-title {
    font-size: 1.5em;
}

/* h2見出し - 本番サイトと同じスタイル */
.entry-content h1.h2 { border-bottom: none !important; padding: .1em 0; }
.entry-content h2,
article .entry-content h2,
#main .entry-content h2 {
    background: none !important;
    color: #3d2c2c !important;
    padding: 0 0 0.3em 0 !important;
}
.entry-content h3 { padding: 0 0 0 .8em; }
.h_boader .entry-content h2:not([class*=is-style-style]), .h_boader .homeadd_wrap h2:not([class*=is-style-style]), .h_bs_bd .entry-content h2:not([class*=is-style-style]), .h_bs_bd .homeadd_wrap h2:not([class*=is-style-style]) { 
    border-top: none !important;
}

.h_boader .entry-content h3:not([class*=is-style-style]), .h_bs_bd .entry-content h3:not([class*=is-style-style]), .h_marker .entry-content h3:not([class*=is-style-style]) {
    padding-left: 15px;
    font-size: 1.2em;
}

.entry-content h4:not([class*=is-style-style]) {
    border: none;
    font-size: 1.2em;
    padding-left: 0;
}

/* --------------------------------- リンクカード（Pz-LinkCard） */
/* プラグイン設定はDB依存のため、子テーマCSSで統一 */

.lkc-external-wrap,
.lkc-internal-wrap,
.lkc-this-wrap {
    border-color: #eeeeee;
}

.lkc-external-wrap,
.lkc-external-wrap .lkc-more {
    background: #fff;
}

.lkc-external-wrap .lkc-heading,
.lkc-internal-wrap .lkc-heading,
.lkc-this-wrap .lkc-heading {
    border-color: #eeeeee;
}

/* --------------------------------- table */
.entry-content table { 
    margin-top: 1em; 
    border: 1px solid #efefef;
}
.entry-content tr { 
    border: none; 
}
.entry-content th { 
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid #cfcfcf;
}
.entry-content td { 
    border: 1px solid #cfcfcf;
}

/* 横スクロールテーブル */
.scrollable-table { overflow-x: auto; }
.scrollable-table table { height: auto !important; }
.scrollable-table th,
.scrollable-table td { word-break: inherit; }

/* --------------------------------- フォント */
.gf { font-family: 'Century Gothic', 'Avenir Next'; }

/* ==============================================
   ヘッダースタイル（jstork19セレクタ）
   ============================================== */

/* ヘッダー基本（本番と同じ） */
.stk_header,
#header.stk_header {
    margin: 0 !important;
    background-color: #ffffff !important;
}

/* ヘッダー内部 */
.stk_header .inner-header,
.stk_header .wrap {
    max-width: 1166px;
    margin: 0 auto;
}

/* ロゴ */
.site__logo .site__logo__title.img { padding: 10px 0; }
.site__logo .custom-logo-link { display: block; }
.site__logo .custom-logo {
    max-height: 40px;
    width: auto;
}

/* グローバルナビゲーション */
@media only screen and (min-width: 768px) {
    .inner-header { height: 62px; }
    .stk_g_nav { margin: 0 75px 0 0; }
    .ul__g_nav { display: flex !important; letter-spacing: 0; }
    .ul__g_nav > li:last-child > a { padding: 20px 1.6em 7px; }
}

/* ナビゲーションリンク色 */
.ul__g_nav > li > a { color: #515151 !important; text-decoration: none !important; }

/* サブメニュー（本番jstork_customと同じ色） */
.ul__g_nav .sub-menu { background: #f2f4f2 !important; }
.ul__g_nav .sub-menu li a {
    border-bottom: 1px solid #e5e5e5;
    color: #4f4f4f !important;
    padding: 9px 9px 9px 15px !important;
    font-size: 12px !important;
}
.ul__g_nav .sub-menu li a:hover { color: #666 !important; }
.ul__g_nav .sub-menu li:last-child a { border: none; }
/* サブメニューの矢印（＞）を非表示 - 本番にはない */
.ul__g_nav .sub-menu li a::after { display: none !important; }

/* 検索ボタン - 本番と同じスタイル */
.nav_btn.search_btn {
    text-transform: none !important;
    background-color: rgba(0, 0, 0, 0.04) !important;
    padding: 18px 10px 5px !important;
    display: block !important;
    text-align: center !important;
    line-height: 1.1 !important;
    height: 68px !important;
    min-height: 68px !important;
    margin: 0 !important;
    position: relative !important;
    top: -5px !important;
}
/* SVGアイコンを非表示にして、FontAwesomeを使用 */
.nav_btn.search_btn .nav_btn__svgicon {
    display: none !important;
}
.nav_btn.search_btn::before {
    font-family: "fontawesome" !important;
    content: "\f002" !important;
    font-size: 1.5em !important;
    display: block !important;
    height: 1.1em !important;
    width: 29.4px !important;
    line-height: 1 !important;
    text-align: center !important;
}
.nav_btn.search_btn .text {
    text-transform: none !important;
    font-size: 11.5px !important;
    font-family: "Century Gothic", "Avenir Next", sans-serif !important;
    display: block !important;
    margin-top: 0 !important;
    white-space: nowrap !important;
    line-height: 1 !important;
    letter-spacing: normal !important;
}

/* サブメニューホバー表示 */
@media (min-width: 768px) {
    .ul__g_nav > li:last-child > a { padding: 10px 1.6em; }
    .ul__g_nav > li .sub-menu li { display: none; height: auto !important; transition: all .2s; }
    .ul__g_nav > li:hover .sub-menu li { display: block; }
}

/* カスタムヘッダー（トップページヒーロー）
   本番(jstork)と同じ見た目に調整 */
body div#custom_header.stk_custom_header,
body div#custom_header.stk_custom_header.has-background-dim {
    height: 280px !important;
    min-height: 280px !important;
    max-height: 300px !important;
    overflow: hidden !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
body div#custom_header .wp-block-cover__inner-container {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    display: block !important;
    width: auto !important;
    max-width: 90% !important;
    text-align: center !important;
    z-index: 10 !important;
}
body div#custom_header .stk_custom_header__text {
    text-align: center !important;
}
body div#custom_header .stk_custom_header__text h2 {
    margin: 0 !important;
    text-align: center !important;
}
body div#custom_header .stk_custom_header__text h2 img {
    height: 45px !important;
    width: auto !important;
    padding: 0 0 10px !important;
    display: inline-block !important;
}
body div#custom_header .stk_custom_header__text .ja {
    font-size: 14px !important;
    line-height: 1.6 !important;
    text-align: center !important;
}

/* ヘッダーレスポンシブ */
@media (max-width: 767px) {
    .site__logo .site__logo__title.img { padding: 3px 0; }
    .site__logo .custom-logo {
        width: auto;
        margin-top: 1px;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    body div#custom_header .stk_custom_header__text h2 img {
        width: 60% !important;
        height: auto !important;
        max-width: 250px !important;
    }
}

/* 記事フッター（著者情報など） */
main footer { background: inherit; border: none; }


/* ==============================================
   Marketoフォーム
   ============================================== */
.mktoForm * { font-family: Arial, Helvetica, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important; }

.mktoForm input[type="text"],
.mktoForm input[type="url"],
.mktoForm input[type="email"],
.mktoForm input[type="tel"],
.mktoForm input[type="number"],
.mktoForm input[type="date"],
.mktoForm select.mktoField,
.mktoForm textarea.mktoField {
    box-shadow: none !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}
.mktoForm a { display: inline-block; }

#forms .mktoButtonRow,
#forms .mktoButtonWrap,
article section .mktoForm .mktoButtonWrap { text-align: center; }
#forms .mktoButtonRow,
article section .mktoForm .mktoButtonRow,
#forms .mktoButtonWrap,
article section .mktoForm .mktoButtonWrap { display: block; }
#forms .mktoButtonWrap,
article section .mktoForm .mktoButtonWrap { margin-left: 0 !important; padding: 30px 0; }

#forms .mktoForm,
#forms .mktoForm .mktoFormCol,
#forms .mktoForm .mktoFieldWrap,
article section .mktoForm .mktoFieldWrap,
#forms .mktoHtmlText { width: 100% !important; }

#forms .mktoForm textarea,
#forms .mktoForm input[type="text"],
#forms .mktoForm input[type="email"] { width: 100% !important; padding: 7px 2% !important; max-width: 100%; }
#forms .mktoForm button[type="submit"].mktoButton,
article section .mktoForm button[type="submit"].mktoButton { background: #4ebf4c !important; border: none !important; box-shadow: none !important; text-shadow: none !important; color: #fff !important; padding: 12px 0 !important; font-size: 16px !important; }
#forms .mktoForm button[type="submit"].mktoButton:hover,
article section .mktoForm button[type="submit"].mktoButton:hover { background: #4ebf4c !important; }

#forms .mktoForm .mktoLabel,
#forms .mktoForm .mktoGutter { float: none !important; }

/* 記事内キャンペーン */
article section .mktoForm { width: 100% !important; padding: 50px 10% 30px; background: #f7f7f7; }
article section .mktoForm .mktoFieldWrap .mktoLabel { font-weight: bold; }
article section .mktoForm .mktoFieldWrap textarea { height: auto; }
article section .mktoForm .mktoButtonWrap .mktoButton { width: 150px; font-weight: bold; }

/* ==============================================
   会員限定コンテンツ - もっと見るボタン
   ============================================== */
.entry-content { position: relative; z-index: 0; }
.more_btn { text-align: center; z-index: 10; position: absolute; bottom: -200px; right: 0; left: 0; padding: 0 0 200px; }
.more_btn .lead {
    height: 200px;
    background: -moz-linear-gradient(bottom, #fff, transparent);
    background: -webkit-linear-gradient(bottom, #fff, transparent);
    background: linear-gradient(to top, #fff, transparent);
}
.more_btn .to_regist { background: #fff; padding: 50px 0 100px; }
.more_btn .regist a {
    display: inline-block;
    padding: 10px;
    width: 350px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px;
    background: #be317e;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.more_btn .regist a:hover { color: #fff; opacity: 0.8; }
.more_btn .login a { color: #666; text-decoration: underline; }

/* ==============================================
   記事末尾フォームエリア
   ============================================== */
#custom_atcl_f { margin-top: 30px; }

#forms { padding: 50px 0; }
#forms { justify-content: space-between; -webkit-justify-content: space-between; }
#forms > div { padding: 10px 3% 30px; background: #f7f7f7; }

#forms .mktoForm .mktoGutter { height: 3px; }
#forms .contact textarea { height: 130px; }

#custom_atcl_f .title { text-align: center; }
#custom_atcl_f .title h4 { 
    margin: 30px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#custom_atcl_f .title p { font-size: 14px; margin: 10px 0; color: #666; }
#custom_atcl_f .mktoHtmlText a { color: #666; }
#custom_atcl_f .mktoFormRow:nth-child(3) { width: 80% !important; margin: 0 auto; }
#custom_atcl_f .mktoFormRow:nth-child(5) > div,
#custom_atcl_f .mktoFormRow:nth-child(6) > div { width: 48% !important; }
#custom_atcl_f .mktoFormRow:nth-child(5) > div:first-child,
#custom_atcl_f .mktoFormRow:nth-child(6) > div:first-child { margin: 0 4% 0 0; }

#genefan { text-align: center; padding: 0 0 50px; }
#genefan h4 { font-size: 26px; }
#genefan h4 img { height: 60px; width: auto; padding: 0 0 0 5px; vertical-align: -3px; }
#genefan .btn { padding: 30px 0 0; }
#genefan .btn a {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background: #be317e;
    width: 300px;
    font-size: 18px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#genefan .about a { color: #666; }

/* ==============================================
   カスタムフッター - 親テーマのフッタースタイルをリセット
   ============================================== */
/* 親テーマのデフォルトフッタースタイルを上書き */
body #footer.custom-footer,
body footer.custom-footer {
    /* 親テーマの.footerスタイルをリセット */
    padding: 0 !important;
    margin: 0 !important;
    background-color: #dbdbdb !important;
    color: #4f4f4f !important;
    border-top: none !important;
}

body #footer.custom-footer #inner-footer,
body footer.custom-footer #inner-footer {
    display: none !important; /* 親テーマのinner-footerを非表示 */
}

/* ==============================================
   カスタムフッター（PC版）
   ============================================== */
body .custom-footer { background: #fafafa !important; border-top: 1px solid #eee !important; color: #4f4f4f !important; }
body .custom-footer .f_nav { position: relative; overflow: hidden; z-index: 0; }
body .custom-footer .f_nav #ptcl_f { position: absolute; top: 0; z-index: 0; width: 100%; }
body .custom-footer .f_nav .nav { position: relative; z-index: 10; letter-spacing: 0; }

body .custom-footer .f_top { background: #fafafa !important; padding: 25px 0; border-bottom: 1px solid #eee; }
body .custom-footer .f_top > div { justify-content: space-between; -webkit-justify-content: space-between; }
body .custom-footer .f_top h3 { padding: 0 15px 0 0; margin: 0; font-size: inherit; }
body .custom-footer .f_top div { align-items: center; -webkit-align-items: center; }
body .custom-footer .f_top img { margin: 0 10px 0 0; vertical-align: middle; }
body .custom-footer .f_top .about a {
    background: url("/wp/wp-content/uploads/2018/03/arw_01.png") no-repeat left center;
    background-size: 4px 7px;
    padding: 0 0 0 15px;
    margin: 0 20px 0 0;
    font-size: 13px;
}
body .custom-footer .f_top .login a {
    border: 1px solid #666;
    display: inline-block;
    padding: 3px 15px;
    font-size: 13px;
}

body .custom-footer .f_main { padding: 30px 0; background: #fafafa; }
body .custom-footer .f_main dl { padding: 0 0 0 7%; }
body .custom-footer .f_main dl:first-child { padding: 0; }
body .custom-footer .f_main dt { margin: 0; }
body .custom-footer .f_main dt a { font-weight: bold; font-size: 16px; }
body .custom-footer .f_main dd { margin: 0; }
body .custom-footer .f_main a { word-break: keep-all; }
body .custom-footer .f_main ul { padding: 10px 0 0; margin: 0; }
body .custom-footer .f_main ul li { padding: 2px 0; list-style: none; }
body .custom-footer .f_main ul li a { font-size: 13px; padding: 5px 0; display: inline-block; }

body .custom-footer .f_bottom { text-align: right; padding: 20px 10px; border-top: 1px solid #eee; margin: 0; background: #fafafa; }
body .custom-footer .f_bottom dd { margin: 0; }
body .custom-footer .f_bottom a { margin: 0 0 0 20px; font-size: 13px; }

body .custom-footer .copy { color: #fff !important; padding: 15px 0; }
body .custom-footer .copy p { display: flex; display: -webkit-flex; justify-content: space-between; margin: 0 auto; max-width: 1166px; width: 90%; padding: 0 10px; box-sizing: border-box; }
body .custom-footer .copy p a { color: #fff !important; }
body .custom-footer .copy p span a { padding: 0 0 0 20px; }
body .custom-footer .copy small { display: block; }

body .custom-footer .f_top a,
body .custom-footer .f_bottom a,
body .custom-footer dt a,
body .custom-footer .nav ul a { color: #4f4f4f !important; text-decoration: none; }
body .custom-footer dt a:hover,
body .custom-footer a:hover { color: #666 !important; text-decoration: underline; }

/* ==============================================
   カスタムフッター（スマホ版）- 767px以下
   ============================================== */
@media (max-width: 767px) {
    .inner { width: 90%; min-width: inherit; }

    body .custom-footer .f_top { padding: 25px 0; border-bottom: 1px solid #eee; text-align: center; }
    body .custom-footer .f_top h3 { padding: 0 0 15px; }
    body .custom-footer .f_top .sns { text-align: center; }
    body .custom-footer .f_top .sns div { display: inline-block; padding: 0 5px; }
    body .custom-footer .f_top .button { justify-content: space-between; -webkit-justify-content: space-between; padding: 20px 5% 0; }
    body .custom-footer .f_top .button span { width: 48%; }
    body .custom-footer .f_top .button a {
        border: 1px solid #4f4f4f;
        display: inline-block;
        padding: 5px 10px;
        font-size: 13px;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        text-decoration: none;
        color: #4f4f4f !important;
    }
    body .custom-footer .f_top .about a { background-image: none; }

    body .custom-footer .f_main,
    body .custom-footer .f_main dl,
    body .custom-footer .f_main ul { margin: 0; padding: 0; }
    body .custom-footer .f_main dt {
        padding: 10px 5%;
        font-size: 16px;
        font-weight: bold;
        background: #e5e5e5;
        position: relative;
        color: #545454;
        border-bottom: 1px solid #fff;
    }
    body .custom-footer .f_main dt img { position: absolute; right: 5%; top: 18px; }
    body .custom-footer .f_main dd { display: none; }
    body .custom-footer .f_main ul li { border-bottom: 1px solid #fff; list-style: none; }
    body .custom-footer .f_main ul li a {
        font-size: 14px;
        display: block;
        padding: 10px 8%;
        background: url(/wp/wp-content/uploads/2018/03/arw_01.png) no-repeat 92% center;
        background-size: 4px;
        text-decoration: none;
        color: #4f4f4f !important;
    }

    body .custom-footer .f_bottom { text-align: center; padding: 20px 5%; border-top: 1px solid #eee; background: #fafafa; }
    body .custom-footer .f_bottom a { margin: 0 10px; font-size: 13px; }

    body .custom-footer .copy { font-size: 10px; text-align: center; background: }
    body .custom-footer .copy p { display: block; margin: 0 auto; width: 90%; padding: 0 10px; box-sizing: border-box; }
    body .custom-footer .copy p a { line-height: 130%; color: #fff !important; }
    body .custom-footer .copy p span { display: block; line-height: 130%; }
    body .custom-footer .copy p small,
    body .custom-footer .copy p small a { line-height: 130%; font-size: 10px; }

    /* フォームレスポンシブ */
    article section .mktoForm,
    article section .mktoForm .mktoFormCol,
    article section .mktoForm .mktoHtmlText { width: 100% !important; }
    article section .mktoForm .mktoLabel { display: block; width: auto !important; }
    article section .mktoForm textarea,
    article section .mktoForm input[type="text"],
    article section .mktoForm input[type="email"] { width: 96% !important; padding: 7px 2% !important; }
    article section .mktoForm .mktoLabel,
    article section .mktoForm .mktoGutter,
    article section .mktoForm .mktoFieldWrap,
    article section .mktoOffset { float: none !important; }
    article section .mktoForm .mktoCheckboxList { width: auto !important; }

    #custom_atcl_f .mktoFormRow:nth-child(3),
    #custom_atcl_f .mktoFormRow:nth-child(5) > div { width: 100% !important; }
    #custom_atcl_f .mktoFormRow:nth-child(6) > div { float: left; clear: none; }
    #custom_atcl_f .mktoFormRow:nth-child(5) > div:first-child { margin: 0; }

    #forms { display: block; }
    #forms > div { width: 100%; margin: 0 0 15px; }

    .more_btn .login a,
    .more_btn .regist a { font-size: 16px; }
    .more_btn .regist a { width: 90%; padding: 10px 5%; }
}

@media (max-width: 750px) {
    article section .mktoForm { padding: 30px 5%; }
    article section .mktoOffset { width: 0 !important; }
    article section .mktoForm .mktoFieldWrap { padding: 0 0 2px; }
    article section .mktoForm br,
    article section .mktoForm .mktoGutter { display: none; }
}

@media (max-width: 465px) {
    .mktoForm .mktoFormCol .mktoLabel { display: block; }
}

/* ==============================================
   外部リンクカード
   ============================================== */
.lkc-title::before {
    font-family: "FontAwesome";
    content: "\f0a4"'  製品情報';
    font-size: 0.7em;
    padding: 3px 10px 3px 0;
    font-weight: normal;
    color: #9c9c9c;
    width: auto;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    top: -2px;
    text-align: center;
    margin-right: 0.5em;
    border-radius: 5px;
}
.lkc-thumbnail { margin: 0 16px 0 0; }
.lkc-title { margin: 0 0 8px; display: block; }
.lkc-title:hover { text-decoration: none; }
.lkc-info { padding: 0 0 5px; }
.lkc-external-wrap { box-shadow: 1px 1px 0 #efefef; }
.lkc-external-wrap:hover {
    color: #666;
    background: lightyellow;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.lkc-more { text-align: right; }
.lkc-more-text {
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px 5px 20px;
    background-color: #e99d1f;
}

.entry-content table img { margin: 0 auto; }

/* ==============================================
   ページネーション
   ============================================== */
.pagination .page-numbers, .page-links .post-page-numbers {
    border: 1px solid var(--main-link-color);
}

/* ==============================================
   クイックタグスタイル
   ============================================== */
.h_line { border-radius: 5px; display: inline-block; color: #fff; padding: 0px 20px; }
.h_line.yellow { background: #f4a875; }
.btn-wrap.rich_yellow a:hover { background: #e68748; }

h5, .h5 { text-transform: none; }

.head_line { position: relative; display: inline-block; background-color: #fff; padding: 0 10px 0 0; }
.head_line-wrap { position: relative; margin-bottom: 15px; }
.head_line-wrap:before {
    content: '';
    background-color: #000;
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.wp-caption .wp-caption-text { font-size: 0.75em; }

/* ==============================================
   カラム
   ============================================== */
.wp-block-columns,
:where(.wp-block-columns) {
    margin-bottom: 0em;
}

/*-----------------------------------
カラーの変更
------------------------------------*/
/* カスタムBOX */

/* ---------旧（多分いらないけど念のため）---------*/
/* カスタムBOX */
.entry-content .c_box.custom_box{
	background: #fff; /* 背景色 */
	border-color: #e4aa47; /* 外枠の色 */
	color: #555; /* 文字色 */
}
.entry-content .c_box.custom_box .box_title span {
	background: #e4aa47;
}
.entry-content .c_box.red_box { 
	background: #f7dde2;
	border-color: #e097a6;
}
.entry-content .c_box.red_box .box_title span {
	background: #e097a6;
}
.entry-content .c_box.blue_box .box_title span { 
	background: #92bdd9;
}
.entry-content .c_box.green_box { 
	background: #deeedc;
	border-color: #9bd59d;
}
.entry-content .c_box.green_box .box_title span { 
	background: #9bd59d;
}
.entry-content .c_box.type_simple.blue_box .box_title span {
	color: #fff;
}
.entry-content .c_box.type_simple.blue_box_simple { 
	border-color: #92bdd9;
}
.entry-content .c_box.type_simple.blue_box_simple .box_title span { 
	color: #fff;
	background: #92bdd9;
}

/* ---------新---------*/
/* 【BOX】オレンジ（背景無し） */
.entry-content .c_box.custom_box,
.entry-content .is-style-custom_box {
	background: none; 
	border-color: #e4aa47; 
}
.c_box.intitle.custom_box .box_title span,
.cbox.intitle.is-style-custom_box .box_title span {
	background: #e4aa47; 
}

/* 【BOX】ブルー（背景無し） */
.entry-content .c_box.type_simple.blue_box,
.entry-content .cbox.type_simple.is-style-blue_box_simple {
	border-color: #92bdd9;
}
.entry-content .c_box.type_simple.blue_box_simple .box_title span,
.entry-content .cbox.type_simple.is-style-blue_box_simple .box_title span
 { 
	color: #fff;
	background: #92bdd9;
}

/* 【BOX】ノーマル */
.cbox:not(.type_simple):not(.type_ttl).is-style-site_color {
    background-color: #fff;
}

/* 【ラベル】サイトカラー */
.span-stk-label-sitecolor {
    color: #fff;
}

/* 【ラベル】グリーン */
.span-stk-label-green {
    background-color: #8bbd9c;
}
.span-stk-label-yellow {
    background-color: #eedf9f;
}

/* 【吹き出し】ブルー */
.voice.fb .voicecomment,
.voice.comment_blue .voicecomment {
    background-color: #e0eaed;
    border-color: #e0eaed;
    color: inherit;
}


/* 【吹き出し】グリーン */
.voice.line .voicecomment,
.voice.comment_green .voicecomment {
    background-color: #e6efe9;
    border-color: #e6efe9;
    color: inherit;
}


/* h2見出し */
.entry-content h1.h2 { border-bottom: none !important; padding: .1em 0; }
.entry-content h2,
article .entry-content h2,
#main .entry-content h2 {
    border-bottom: 3px solid #92bdd9 !important;
    border-color: #92bdd9 !important;
}
/* h3見出し */
.h_boader .entry-content h3 {
    border-bottom: none;
    border-left: 2px solid #92bdd9;
}
.entry-content h3:not([class*=is-style-style]):not(.has-text-color),
.entry-content h4:not([class*=is-style-style]):not(.has-text-color),
.entry-content .c_box.type_simple.blue_box_simple,
.entry-content .c_box.type_simple.is-style-blue_box_simple
 { 
	border-color: #92bdd9;
}

/* リスト */
.entry-content ul li::before {
    color: #92bdd9;
}
.entry-content ol > li::before {
    background-color: #92bdd9;
    border-color: #92bdd9;
    color: #fff;
}

/* ヘッダーフッター */
.stk_header,
#header.stk_header {
    margin: 0 !important;
 border-bottom: 3px solid #92bbc7; }
.copy 					{ background: #92bbc7!important; }
.entry-content h2 		{ border-color: #92bbc7!important; }
.ul__g_nav > li > a:hover { color: #92bbc7 !important; opacity: 1 !important; }
body .custom-footer .copy { background: #92bbc7 !important; }


/* 合わせてボタン・見出し調整 */
.h_line.green { background: #8bbd9c; }
.h_line.pink {  background: #e097a6; }

main .btn-wrap.rich_yellow a { background-color: #f4a876; box-shadow: 0 4px 0 #e68747; }
main .btn-wrap.rich_yellow a:hover { background: #e68747; box-shadow: 0 1px 0 #e68747; }


/* ==============================================
   Marketo追加スタイル
   ============================================== */
.entry-content pre { background: inherit; }

/* ==============================================
   clearFix
   ============================================== */
.cfx:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.cfx { min-height: 1px; }

/* ==============================================
   印刷用
   ============================================== */
@media print {
    .stk_header,
    #footer,
    .custom-footer,
    .related-box,
    .navigation,
    #sidebar1,
    #breadcrumb,
    #custom_atcl_f { display: none !important; }
    body { background: #fff !important; }
}

/* ==============================================
   スマホ版- 767px以下
   ============================================== */
       .nav_btn.search_btn::before {
        padding: 0 0 0 12px;
    }
    .nav_btn.search_btn {
        width: 60px;
    }
    .nav_btn.search_btn {
        padding: 18px 5px 5px !important;
    }
/* ヘッダー　サーチボタン */
@media (max-width: 767px) {

    .site__logo {
        padding: 0 0 0 60px;
        max-width: calc(100% - 60px);
    }
}