@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;
    }
}
 



/* サイドバー見出し */
h1.subSection-title {
    background-color: #8ac068;
    padding: 0.6em 0.7em 0.5em;
    color: #fff;
    border-radius: 4px;
    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 thead th,			
.tablepress tbody tr:first-child td,			
.tablepress tbody td,			
.tablepress tfoot th {			
    border: 1px solid #9fc69a !important;			
}	


.tablepress {
    font-size: 18px !important;
}

.tablepress td, .tablepress th {
    border: 0px solid #ddd !important;
}



/* TablePress特定の表のスタイル */
.tablepress-id-21 .row-1 .column-1,
.tablepress-id-21 .row-2 .column-1,
.tablepress-id-21 .row-3 .column-1,
.tablepress-id-21 .row-4 .column-1,
.tablepress-id-21 .row-5 .column-1,
.tablepress-id-21 .row-6 .column-1,
.tablepress-id-27 .row-1 .column-1,
.tablepress-id-27 .row-1 .column-2,
.tablepress-id-28 .row-1 .column-1,
.tablepress-id-28 .row-1 .column-2{
background-color: #F3F9F0 !important;
font-weight: bold;
}



/* コンテンツ幅設定 */
@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;
    }
}



/*サイドバーの投稿日を削除 */
#vkexunit_post_list-2 .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;
}

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



/* パソコンでの画像表示 */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンでの画像表示 */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

@media only screen and (max-width: 750px) {
img { max-width: 100%; }
}



/* Contact Form 7のチェックボックスを縦並びに */
.wpcf7-checkbox .wpcf7-list-item {
    margin-top:10px;
    display: block;
}


/* QA */
dl.faq dt:before,
dl.faq dd:before{
  font-size: 2em;
  margin-right: .5em;
}
dl.faq dt:before{
  content:"Q";
  color: #59A839;
}
dl.faq dd:before{
  content:"A";
  color: #FF9229;
}


/*カテゴリー・タグ別記事一覧CSS　画像を左に*/
.lcp_catlist li:after{/*クリアボス*/
content: "";
display: block;
clear: both;
}
.lcp_catlist li{
list-style-type: none;/*リストのアイコン消す*/
margin-bottom: 10px;/*リスト間マージン*/
}
.lcp_catlist li a{margin-left: 10px;}
.lcp_catlist img{float: left;}/*写真を左に*/

ul.lcp_catlist li {
list-style:none;
border-bottom: 1px solid #CCCCCC;
padding-top: 10px;
padding-bottom: 50px;
}

ul.lcp_catlist li img {
 float: left;
 margin-right: 30px;
}



