@charset "utf-8";
/*
Theme Name: Lightning Pro Child Sample
Theme URI:
Template: lightning-pro
Description:
Author:
Tags:
Version: 0.0.0
*/


/***★ ヘッダー右上の連絡先 ★***/
/* ロゴ右側のブロック */
.logo-after {
    display: block;
    max-width: 500px;
    float: right;
}
 
.logo-after img {
    max-height: 100px;
}
 

/* ヘッダー幅を100%に */
.navbar-header {
    width: 100%;
}
 
@media (max-width: 991px) {
    .logo-after {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
    }
}


 
/* 新バージョン対応 */
@media (min-width: 1200px) {
    .gMenu_outer,
    .gMenu,
    .gMenu > li {
        width: 100%;
    }
}
 
@media (max-width: 1199.98px) {
    .siteHeader_logo {
        width: unset;
    }
}



/* グローバルメニュー設定 */
#gMenu_outer,
#gMenu_outer nav > li > a {
    background: #8fb256;
}

#gMenu_outer nav li > a:hover {
    background: #74993e;
}

.gMenu > li .gMenu_name {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

#gMenu_outer {
    margin-top:8px;
}

/* サイドバー見出し */
h1.subSection-title {
    background-color: #8fb256;
	padding: 0.6em 0.7em 0.5em;
    color: #fff;
    border-radius: 3px;
    border: none;
}

.subSection-title:after {
    display: none;
}

/* 見出し2フォントサイズ */
.h2, .mainSection-title, h2 {
    font-size: 2.0rem !important;
}

/* ロゴ上余白 */
.siteHeader .container {
    padding-top: 5px;
}

/* キャッチフレーズ */
.headerTop .headerTop_description {
    padding: 2px 20px 7px 0;
    line-height: 150%;
}

/* パンくずリストフォントサイズ */
.breadSection .breadcrumb span {
    font-size: 16px;
}

/* フローティングメニューのスタイル */
#footerFloatingMenu {
    display: flex;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 9999;
    justify-content: center;
    align-items: center;
}


/* TablePress */
.tablepress td, .tablepress th {
    border: 1px solid #ddd !important;
}

/* TablePress特定の表のスタイル */
.tablepress-id-1 .column-1 {
    background-color: #f1f6ef !important;
}


/* コンテンツ幅設定 */
@media (min-width: 1200px) {
    .container {
        max-width: 1060px;
    }

    .mainSection-col-two {
        width: 800px;
    }

    .sideSection-col-two {
        width: calc(100% - 800px - 0rem);
    }

    /* ヘッダー画像とコンテンツの余白 */
    .siteContent {
        padding: 0.5rem 0 4rem;
    }
}



/* サイト種類・大きさ */
body {
    font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 18px;
}


/*サイドバーの投稿日を削除 */
#vkexunit_post_list-2 .published.postList_date.postList_meta_items {
display: none;
}

#vkexunit_post_list-3 .published.postList_date.postList_meta_items {
display: none;
}



/* 投稿ページの投稿日・更新日等削除 */
.entry-meta .published,
.entry-meta .updated {
    display: none;
}

.infoList .infoListBox div.entryTxtBox p.entryMeta .infoDate {
    display: none;
}

/* スマホフッターロゴセンタリング */
@media (max-width: 767px) {
    footer .widget_media_image {
        text-align: center;
    }
}



/* ページヘッダー調整 */
.page-header_pageTitle, h1.page-header_pageTitle:first-child {
    margin: 0.5em 0;
    font-size: 1.5rem;
    line-height: 1.1;
}