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


.navbar-brand img {
max-height: 100px;
}


body{ font-size:110% !important; }

.gMenu > li .gMenu_name {
    font-size: 18px;
}


/***★ 全てのテーブルのフォントサイズ ★***/
.tablepress th,
.tablepress td {
font-size: 18px !important;
}


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


/***★ ヘッダー右上の連絡先 ★***/
/* ロゴ右側のブロック */
.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: #d5f3e4;
}

#gMenu_outer nav li > a:hover {
    background: #9ce2bf;
}

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

#gMenu_outer {
    margin-top:8px;
}

/* サイドバー見出し */
h2.subSection-title {
    background-color: #d5f3e4;
	font-size: 1.2rem !important;
    padding: 0.6em 0.7em 0.5em;
    color: #003b54;
    border-radius: 3px;
    border: none;
}

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

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


/* ロゴ上余白 */
.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;
}




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


/* 投稿ページの投稿日・更新日等削除 */
.veu_postList .postList_meta_items {
    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;
}


/* 上向き吹き出し */
.balloon2-top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 10px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #000000;
  font-size: 16px;
  background: #FFF;
  border-radius: 10px;
  border: solid 2px #cccccc;
  box-sizing: border-box;
}

.balloon2-top:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 20%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

.balloon2-top:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 20%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #cccccc;
  z-index: 1;
}

.balloon2-top p {
  margin: 0;
  padding: 0;
}


/* パソコンでの画像表示 */
.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%; }
}


/* アーカイブのアイキャッチ画像 */
.archive h1.contentTitle + img {
  width: 100%;
}


/* ボタン色 */
button.button-5{
    border-style: none;
	border-radius: 5px;
	border: solid 1px #79bd67 !important;
    font-weight: bold;
	padding: 5px 15px;
    background-color: #79bd67 !important;
    color: #fff;
}
 
button.button-5:hover{
    background-color: #4ea635 !important;
	border: solid 1px #4ea635 !important;
    color: #fff;
}

button.button-5{
	width: 280px;
    padding: 10px;
}



.wp-block-search__button, .btn-primary {
  background-color: #d5f3e4;
  border-color: #9ce2bf;
  color: #003B54;
}


/* ボタン1色 */
button.button-2{
border-style: none;
	border-radius: 5px;
	border: solid 1px #FDA442 !important;
    font-weight: bold;
    padding: 5px 15px;
    background-color: #FDA442 !important;
    color: #ffffff;
	box-shadow: 3px 3px 0 0 #EF7D16;
}
 
button.button-2:hover{
	border: solid 1px #FFBB60 !important;
	background-color: #FFBB60 !important;
    color: #ffffff;
	box-shadow: 3px 3px 0 0 #EF7D16;
}

button.button-2{
	width: 350px;
    padding: 10px;
}


/* リンクに下線 */
div.entry-body a {
 text-decoration: underline;
}


/* テーブルプレス1　色つけ */
.tablepress-id-23 .row-1 .column-1,
.tablepress-id-23 .row-2 .column-1,
.tablepress-id-23 .row-3 .column-1,
.tablepress-id-23 .row-4 .column-1,
.tablepress-id-23 .row-5 .column-1,
.tablepress-id-23 .row-6 .column-1{
background-color: #F2F7E1 !important;
}




/* テーブルプレス3　色つけ */
.tablepress-id-9 .row-1 .column-1,
.tablepress-id-9 .row-1 .column-2,
.tablepress-id-10 .row-1 .column-1,
.tablepress-id-10 .row-1 .column-2,
.tablepress-id-10 .row-1 .column-3,
.tablepress-id-11 .row-1 .column-1,
.tablepress-id-11 .row-2 .column-1,
.tablepress-id-11 .row-3 .column-1,
.tablepress-id-11 .row-4 .column-1,
.tablepress-id-11 .row-5 .column-1{
background-color: #f7f8ed !important;
}

