@charset "utf-8";
/*
Theme Name: custom-child
Theme URI: 
Template: lightning
Description: 
Author: 
*/

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
b, strong {
    font-weight: 500;
}
address {
    font-style: normal;
    line-height: var(--vk-line-height);
}
section {
    margin-bottom: 120px;
}
a:hover {
    color: var(--vk-color-custom-5);
    -webkit-text-decoration-color: var(--vk-color-custom-5);
    text-decoration-color: var(--vk-color-custom-5);
}

/*文字色 フォント*/
body, html {
    color: var(--vk-color-custom-1);
    font-family: 'Noto Sans JP', sans-serif;
}
@media (max-width: 991.98px) {
    body, html {
        font-size: var(--vk-size-text);
    }
}

.localNavi>div>ul li, .localNavi>ul li, .widget .localNavi>div>ul li, .widget .localNavi>ul li, .widget_archive>div>ul li, .widget_archive>ul li, .widget_categories>div>ul li, .widget_categories>ul li, .widget_link_list>div>ul li, .widget_link_list>ul li, .widget_nav_menu>div>ul li, .widget_nav_menu>ul li, .widget_pages>div>ul li, .widget_pages>ul li, .widget_postlist>div>ul li, .widget_postlist>ul li {
    font-size: var(--vk-size-text);
}
.postListText_date, .postListText_title {
    font-size: var(--vk-size-text);
}

.blockspan span {
    display: inline-block;
}

/*================================
	for Apple
=================================*/
/*iOS Safariで指定したフォントサイズにならない場合の対処法*/
body {
    -webkit-text-size-adjust: 100%;
}
a[href*="tel:"] {
    color: var(--vk-color-text-body);
}

/* ////////// ロゴ ////////// */
/*ヘッダ ロゴ*/
.site-header-logo {
    text-align: left;
}
.site-header-logo img {
    max-height: 24px;
}
@media (max-width: 991.98px) {
    .site-header-logo {
        padding-top: 10px;
        margin-bottom: 10px;
    }
    .site-header-logo img {
        max-height: 20px;
        max-width: calc( 100% - 55px + 17px );
        margin-left: 0;
        margin-right: 0;
    }
    /*モバイルメニューにロゴを引用する*/
    .vk-mobile-nav .site-header-logo {
        margin-top: 0;
    }
}
/*フッタ ロゴ*/
.site-footer-logo .site-header-logo img {
    margin-left: 0;
    margin-right: 0;
}

/* ////////// モバイルメニューボタン ////////// */
.vk-mobile-nav-menu-btn, .vk-mobile-nav-menu-btn.menu-open {
    border: none;
    background-color: transparent;
}
.vk-mobile-nav-menu-btn {
    top: 15px!important;
    left: inherit!important;
    right: 15px!important;
    width: 20px;
    height: 20px;
    background-image: url("img/mobile-nav/menu-btn-primary.svg");
}
.vk-mobile-nav-menu-btn.menu-open {
    background-image: url("img/mobile-nav/menu-btn-close-primary.svg");
}

/* ////////// モバイルメニュー ////////// */
.vk-mobile-nav .veu_adminEdit {
    display: none;
}
.vk-mobile-nav {
    padding: 0;
    background-color: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) calc( 100% - 100px ), rgba(255,255,255,1) calc( 100% - 100px ), rgba(255,255,255,1) 100%);
}
.vk-mobile-nav-widget, 
.vk-mobile-nav .vk-mobile-nav-menu-outer, 
.vk-mobile-nav p {
    margin-bottom: 0;
}
.vk-mobile-nav-widget {
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}
.vk-mobile-nav nav {
    background-color: #fff;
}
.vk-mobile-nav .widget_nav_menu ul li a, 
.vk-mobile-nav nav ul li a {
    color: var(--vk-color-custom-1);
}
.vk-mobile-nav nav ul li a {
    padding: 10px 15px;
    line-height: 1.8125;
}

/*子*/
.vk-menu-acc ul.sub-menu li:not(:last-child) a {
    border: none;
}
.vk-menu-acc ul.sub-menu li {
    padding-left: 15px;
}
.vk-menu-acc ul.sub-menu li a {
    position: relative;
    border: none;
}
.vk-menu-acc ul.sub-menu li a::before {
    position: absolute;
    top: 10px;
    left: 0;
    content: "−";
}
@media (max-width: 991.98px) {
    .vk-menu-acc ul.sub-menu li a::before {
        color: var(--vk-color-primary);
    }
    .vk-menu-acc ul.sub-menu li::before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: '';
        display: block;
        background-color: var(--vk-color-primary);
    }
    .vk-menu-acc ul.sub-menu li:nth-child(odd)::before {
        opacity: .1;
    }
    .vk-menu-acc ul.sub-menu li:nth-child(even)::before {
        opacity: .05;
    }
}

/*ここからアコーディオンボタン*/
.vk-mobile-nav .vk-menu-acc .acc-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    /*left: 0;*/
    right: 0;
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 0;
    background: none;
}
.vk-mobile-nav .vk-menu-acc .acc-btn::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    display: block;
    background-color: var(--vk-color-primary);
    opacity: .2;
}
.vk-mobile-nav .vk-menu-acc .acc-btn::after {
    position: absolute;
    top: calc( 50% - 9px );
    right: 15px;
    content: '';
    display: block;
    color: var(--vk-color-primary);
    font-size: 18px;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 18px;
    height: 18px;
}
.vk-mobile-nav .vk-menu-acc .acc-btn.acc-btn-open::after {
    content: "\f055";
}
.vk-mobile-nav .vk-menu-acc .acc-btn.acc-btn-close::after {
    content: "\f056";
}
/*ここまでアコーディオンボタン*/

/* ////////// 共通 サイトヘッダー ////////// */
.site-header {
    box-shadow: none;
    border-bottom: 1px solid var(--vk-color-custom-1);
    /*position: fixed;*/
}
.site-header-container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 991.98px) {
    .row_1st_right {
        display: none;
    }
}

/*js 相殺*/
.header_scrolled .site-header-container .row_1st {
    display: none;
}
.header_scrolled .site-footer-logo .site-header-logo {
    display: block;
}

/* ////////// タブレット以上 サイトヘッダー ////////// */
@media print, screen and (min-width: 992px) {
    .site-header-container {
        flex-wrap: wrap;
    }
    .site-header-container .row_1st,
    .site-header-container .row_2st {
        width: 100%;
    }
    .site-header-container .row_1st {
        border-bottom: 1px solid var(--vk-color-custom-1);
    }
    .site-header-container .row_1st > .container {
        display: flex;
        justify-content: space-between;
    }
    .site-header-container .row_1st > .container .row_1st_right {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .site-header-container .row_1st > .container .row_1st_right p {
        padding-top: 1.1rem;
        margin-bottom: 1rem;
        padding-bottom: 0;
    }
    
    .global-nav-list {
        width: 100%;
        flex-wrap: wrap;
    }
    .global-nav-list li {
        font-size: 1rem;
    }
    .global-nav-list>li {
        float: none;
        width: 20%;
        line-height: 1.77777777778;
        border-top: 1px solid var(--vk-color-border);
    }
    .device-pc .global-nav-list>li:hover {
        background-color: var(--vk-color-custom-3);
    }
    .global-nav-list>li.acc-parent-open:hover,
    .global-nav-list>li.acc-parent-open {
        background-color: var(--vk-color-primary);
    }
    .global-nav-list>li.acc-parent-open a {
        color: #fff;
    }
    .global-nav-list>li:nth-child(-n+5) {
        border-top: none;
    }
    .global-nav-list>li:before {
        content: none;
    }
    
    /*子*/
    .global-nav-list>li.menu-item-has-children::after {
        /*上△削除*/
        content: none;
    }
    .global-nav-list>li>ul.sub-menu {
        /*サブメニュー 角丸*/
        border-radius: 10px;
        padding-bottom: 7px;
        margin-top: 30px!important;
    }
    .global-nav-list .sub-menu li {
        padding: 0 1.2em;
    }
    .global-nav-list .sub-menu li:first-child:hover {
        background-color: var(--vk-color-primary-vivid);
    }
    .global-nav-list .sub-menu li a {
        padding: 7px 0 7px 1.2em;
        font-weight: 400;
        border: none;
    }
    .global-nav-list .sub-menu li:not(:first-child) a {
        border-radius: 5px;
    }
    .global-nav-list .sub-menu li a::before {
        top: 7px!important;
    }
    .global-nav-list .sub-menu li:first-child a {
        padding: 14px 0;
        font-weight: 500;
        border-bottom: 1px solid #fff!important;
        margin-bottom: 7px;
        position: relative;
    }
    .global-nav-list .sub-menu li:first-child a::before {
        content: none;
    }
    .global-nav-list .sub-menu li:first-child a::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: '\f105';
        position: absolute;
        right: 0;
    }
    
    /*device-mobile*/
    .device-mobile .global-nav-list>li .global-nav-name,
    .global-nav-list>li .global-nav-name{
        font-size: 1.125rem;
    }
    .device-mobile .global-nav-list>li {
        padding: 14px;
    }
}

/*ここから タブレット以上ヘッダ アコーディオンボタン*/
.device-mobile .global-nav-list>li .acc-btn,
.device-pc .global-nav-list>li>.acc-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0;
    background: none;
}
.device-mobile .global-nav-list>li .acc-btn::before,
.device-pc .global-nav-list>li>.acc-btn::before {
    position: absolute;
    top: calc( 50% - 9px );
    left: auto;
    right: 0;
    content: '';
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 50%;
    /*display: block;*/
    display: none;
}
.device-mobile .global-nav-list>li .acc-btn::after,
.device-pc .global-nav-list>li>.acc-btn::after {
    position: absolute;
    top: calc( 50% - 9px );
    right: 0;
    content: '';
    color: var(--vk-color-custom-2);
    font-size: 18px;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 18px;
    height: 18px;
    /*display: block;*/
    display: none;
}
.device-mobile .global-nav-list>li .acc-btn.acc-btn-open::after,
.device-pc .global-nav-list>li>.acc-btn.acc-btn-open::after {
    content: "\f13a";
}
.device-mobile .global-nav-list>li .acc-btn.acc-btn-close::after,
.device-pc .global-nav-list>li>.acc-btn.acc-btn-close::after {
    content: "\f139";
}

.device-pc .global-nav-list>li>.acc-btn {
    display: block;
}
.device-pc .global-nav-list>li.sub-menu {
    overflow: hidden;
}
.device-pc .global-nav-list>li:hover>.sub-menu {
    overflow: hidden;
}
.device-pc .global-nav-list>li:hover>.sub-menu.acc-child-close {
    opacity: 0; 
    max-height: 0; 
    overflow: hidden;
}
.device-pc .global-nav-list>li.sub-menu.acc-child-open {
    opacity: 1;
    max-height: 80vh;
    overflow: hidden;
}
/*ここまで タブレット以上ヘッダ アコーディオンボタン*/


/* ////////// 共通 サイトbody ////////// */
@media (min-width: 1200px){
.home .site-body {
    padding-top: 0;
}}
@media (min-width: 992px){
.home .site-body {
    padding-top: 0;
}}
@media (min-width: 768px){
.home .site-body {
    padding-top: 0;
}}
.home .site-body {
    padding-top: 0;
}

/* ////////// 共通 下層ページヘッダー ////////// */
.page-header-title, h1.page-header-title {
    font-weight: 400;
}

/* ////////// 共通 サイトフッター ////////// */
.site-footer {
    background-color: var(--vk-color-custom-3);
    border-top: none;
    font-size: 1rem;
    padding-top: calc( 80px - 1.1rem );
}
/*左カラム address_wrap*/
.site-footer-logo {
    margin-bottom: 30px;
}
.address_wrap p {
    margin: 0;
}
@media (max-width: 991.98px) {
    .menu_wrap {
        display: none;
    }   
}
@media print, screen and (min-width: 992px) {
    .site-footer-flex {
        display: flex;
        justify-content: space-between;
    }
    .site-footer-flex .address_wrap {
        width: calc( 29% - 30px );
    }
    .site-footer-flex .menu_wrap {
        width: 71%;
    }
    .site-footer-logo {
        margin-bottom: calc( 1rem + 30px );
    }
    
    /*右カラム menu_wrap*/
    .menu_wrap {
        display: flex;
        justify-content: space-between;
    }
    .menu_wrap nav {
        flex: 1; /*幅を1:1:1にする*/
        margin-right: 30px;
    }
    .menu_wrap nav:last-child {
        margin-right: 0;
    }
    .menu_wrap nav ul, .menu_wrap nav ul li {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .menu_wrap nav ul li a {
        position: relative;
        display: block;
        padding: 14px 0;
    }
    /*親*/
    .menu_wrap nav > ul > li {
        margin-bottom: 20px;
    }
    .menu_wrap nav > ul > li > a {
        border-bottom: 2px solid var(--vk-color-primary);
        margin-bottom: 7px;
    }
    .menu_wrap nav > ul > li > a::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: '\f105';
        position: absolute;
        top: calc( 50% - .5em );
        right: 0;
        color: var(--vk-color-primary);
    }
    /*子*/
    .menu_wrap nav > ul > li ul.sub-menu li a {
        padding: 7px 0 7px 1.2em;
    }
    .menu_wrap nav > ul > li ul.sub-menu li a::before {
        position: absolute;
        top: 7px;
        left: 0;
        content: "−";
        color: var(--vk-color-primary);
    }
}

/* ////////// コピーライト ////////// */
.site-footer-copyright {
    background-color: var(--vk-color-primary);
    text-align: center;
    padding: 25px 0;
    color: #fff;
    margin-top: 60px;
}

/* ////////// トップへ戻るボタン ////////// */
.page_top_btn {
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    background-color: var(--vk-color-primary);
    background-image: url("img/icon/totop.svg");
    background-size: auto;
    box-shadow: none;    
    border-radius: 50%;
}

/* ////////// SNS アイコン ul ////////// */
.sns_ul, .sns_ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sns_ul {
    display: flex;
    flex-wrap: wrap;
}
.sns_ul li {
    margin-right: 15px;
}
.sns_ul li a, .sns_ul li a img {
    display: block;
}

/* ////////// 使いまわせる flex ////////// */
@media (max-width: 991.98px) {
    .flex > div.box-child:not(:last-child) {
        margin-bottom: 30px;
    }
}
@media print, screen and (min-width: 992px) {
    .flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .flex > .box-child {
        width: calc( 50% - 30px );
    }
}

/* ////////// トップページブログ ////////// */
.top_blog_wrap {
    background-color: var(--vk-color-custom-3);
    padding: 80px 0;
    margin-bottom: 120px;
}
/*News*/
.News {
    margin-bottom: 20px;
}
/*.News .postListText:first-child {
    border-top: 1px dashed #ccc;
}*/
.News .postListText:nth-child(n+6) {
    display: none;
}
/*印刷に反映しない*/
@media (min-width: 992px) {
    .top_brog_wrap {
        display: flex;
        justify-content: space-between;
    }
    .top_brog_wrap > .top_brog_left {
        width: 285px;
    }
    .top_brog_wrap > .top_brog_right {
        width: calc( 100% - 285px );
    }
}

/*もっと見る*/
.more.postListText_category {
    justify-content: flex-end;
}
.more.postListText_category a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f105';
    color: var(--vk-color-primary);
    margin-left: .5em;
}

/*Topics*/
.Topics {
    margin-bottom: 80px;
}
@media print, screen and (min-width: 992px) {
    .Topics .article-list1 {
        padding: 30px;
        border-radius: 10px;
        background-color: #fff;
    }
}
.Topics .article-list1 .postListText {
    border-left: 10px solid var(--vk-color-primary);
    padding-left: 30px;
    padding-right: 10px;
    margin-bottom: 30px;
    background-color: #fff;
}
@media (max-width: 991.98px) {
    .Topics .article-list1 .postListText {
        padding-left: 10px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
}
.Topics .article-list1 .postListText:last-child {
    margin-bottom: 0;
}

/*vk*/
.vk_post, .vk_posts, .vk_post.media {
    margin-left: 0;
    margin-right: 0;
}
.vk_posts .vk_post-col-xs-12 {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    flex-direction: column;
}
.vk_post .media-img {
    width: 100%;
    margin-right: 0;
}
.vk_post .media-body {
    width: 100%;
}
.vk_post .media-title {
    border: none;
    padding: 1em 0;
    font-weight: 400;
}
.vk_post .media-date, .vk_post .media-text {
    display: none;
}
.main-section>.vk_posts>.media.vk_post-col-sm-12:first-child,
.vk_post.media {
    border: none;
}
@media print, screen and (min-width: 992px) {
    .vk_posts .vk_post-col-xs-12 {
        flex-direction: row;
    }
    .post-type-archive-product .vk_posts {
        justify-content: space-between;
    }
    .vk_post.media {
        width: calc( ( 100% / 2 ) - 30px )
    }
}
.vk_posts .vk_post-col-xs-12 .postListText_date {
    font-size: 1rem;
    width: 120px;
    line-height: var(--vk-line-height-low);
}
@media print, screen and (min-width: 992px) {
    .vk_posts .vk_post-col-xs-12 .postListText_title {
        adding-top: 0;
        width: calc(100% - 120px - 16px)
    }
}
.vk_posts .postListText_title, .postListText_title {
    line-height: var(--vk-line-height-low);
}

.postListText {
    border-bottom-style: dashed;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}
@media print, screen and (min-width: 992px) {
    .postListText {
        padding-left: 15px!important;
        padding-right: 60px!important;
    }
}

.postListText_date {
    min-width: 105px;
    line-height: 30px;
}

.postListText_category {
    display: flex;
    flex-wrap: wrap;
}
.postListText_category a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--vk-color-primary);
    border-radius: 15px;
    height: 30px;
    font-size: 12px;
    line-height: 1;
    padding: 0 1em;
    margin-left: 5px;
    z-index: 1;
}
.postListText_category a:hover {
    background-color: #fff;
    color: var(--vk-color-primary);
}
@media (max-width: 575.98px) {
    .postListText_category a {
        min-width: 122px;
    }
    .postListText_category a + a {
        margin-top: 5px;
    }   
}

.postListText_title {
    padding-top: 10px;
}

.postListText_title a {
    text-decoration: none;
    text-overflow: ellipsis;
}
.postListText_title a:hover {
    text-decoration: none;
    color: var(--vk-color-primary);
}
@media print, screen and (min-width: 992px) {
    .postListText_title a::before {
        position: absolute;
        top: calc( 50% - 0.5em );
        right: 15px;
        content: '\f105';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: var(--vk-color-primary);
    }
}
.postListText_title a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
}
.postListText_title a:hover::after {
    background-color: var(--vk-color-primary);
    opacity: .05;
}


/* ////////// ブログ ////////// */

.postListText_date, .entry-header date {
    color: #b3b3b3;
    font-size: .875rem;
}

/*日付*/
.entry-header date {
    font-size: 1.125rem;
    margin-bottom: var(--vk-margin-headding-bottom);
    line-height: var(--vk-line-height-low);
}

/*外部リンクにアイコンを付ける*/
.single-post .entry-body a[target^="_blank"]::after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f35d";
    margin-left: .5em;
}
.single-post .entry-body a[href*=".pdf"]::after,
.single-post .entry-body a[href*=".PDF"]::after{
    content: none;
}

/*下部余白*/
.entry-body {
    margin-bottom: 60px;
}

/*================================================================
=================================================================*/

/*トップページ見出し*/
/*.home .site-body h2.h2 {
    border: none;
    font-size: 1rem;
    font-weight: 400;
    padding-bottom: 0;
    margin-bottom: 1rem;
    position: relative;
}
.home .site-body h2.h2::after,
.home .site-body h2::after{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: var(--vk-color-primary);
}
@media (max-width: 991.98px) {
    .home .site-body h2.h2 {
        padding-top: 1rem;
        margin-bottom: 2px;
    }
}
@media print, screen and (min-width: 992px) {
    .home .site-body h2.h2 {
        font-size: 3.75rem;
    }
}
.home .site-body h2 {
    border: none;
    font-size: min(6.4vw, 2.375rem);
    font-weight: 400;
    padding-bottom: 0;
    position: relative;
}*/

.home .site-body h6 {
    color: var(--vk-color-primary);
    font-weight: 400;
    padding-left: 20px;
    position: relative;
}
.home .site-body h6::before {
    position: absolute;
    top: 7px;
    left: 0;
    content: "";
    display: block;
    height: 12px;
    width: 12px;
    background-color: var(--vk-color-custom-2);
    border-radius: 50%;
    margin-right: 12px;
}
@media (max-width: 991.98px) {
    .home .site-body h6 {
        font-size: 1.75rem;
    }
    .home .site-body h6::before {
        top: 15px;
    }
}

/*Information*/
.Information_bnr_wrap {
    margin-bottom: 20px;
}
@media print, screen and (min-width: 992px) {
    .Information_bnr_wrap {
        margin-bottom: 30px;
    }
}
.Information_bnr_wrap > a {
    display: flex;
    align-items: center;
    border: 1px solid var(--vk-color-primary);
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 7px 7px 5px 0 rgba(0,0,0,0.1);
    padding: 15px;
    font-size: .875rem;
    position: relative;
}
@media print, screen and (min-width: 992px) {
    .Information_bnr_wrap > a {
        padding: 30px;
        font-size: 1.25rem;
    }
}
.Information_bnr_wrap > a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f105';
    position: absolute;
    top: calc( 50% - .5em );
    right: 30px;
    color: var(--vk-color-primary);
}
.Information_bnr_wrap > a > i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    background-color: var(--vk-color-custom-2);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 20px;
}
@media print, screen and (min-width: 992px) {
    .Information_bnr_wrap > a > i {
        font-size: 30px;
        width: 60px;
        height: 60px;
    }
}
.Information_bnr_wrap > a > span {
    width: calc( 100% - 60px - 20px );
    padding-right: 10px;
    line-height: var(--vk-line-height-low);
}
/*ホバー*/
.Information_bnr_wrap > a:hover {
    border-color: var(--vk-color-custom-3);
    background-color: var(--vk-color-custom-3);
    color: var(--vk-color-text-body);
}
@media (max-width: 991.98px) {
    .Information_bnr_wrap > a:not(:last-child) {
        margin-bottom: 20px;
    }
}
/*印刷に反映しない*/
@media (min-width: 992px) {
    .Information_bnr_wrap {
        display: flex;
        justify-content:space-between; 
    }
    .Information_bnr_wrap > a {
        width: calc( (100% - 60px ) / 3 );
    }
}

/*おおいたNPO情報バンク「おんぽ」*/
a.Information_bnr_wide,
a.Information_bnr_wide .imgwrap,
a.Information_bnr_wide .pwrap
a.Information_bnr_wide img {
    display: block;
}
a.Information_bnr_wide p {
    margin: 0;
}

a.Information_bnr_wide {
    background-color: var(--vk-color-primary);
    border-radius: 10px;
    padding: 20px 40px;
    color: #fff;
    position: relative;
}
a.Information_bnr_wide::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f105';
    position: absolute;
    top: calc( 50% - .5em );
    right: 40px;
}
a.Information_bnr_wide .imgwrap{
    width: 180px;
}
/*ホバー*/
a.Information_bnr_wide:hover{
    filter: brightness(1.02);   
}
@media (max-width: 991.98px) {
    a.Information_bnr_wide .imgwrap {
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    a.Information_bnr_wide .imgwrap img {
        height: 32px;
    }
    a.Information_bnr_wide .pwrap {
        display: none;
    }
}
@media print, screen and (min-width: 992px) {
    a.Information_bnr_wide {
        display: flex;
        align-items: center;
    }
    .Information_bnr_wide .imgwrap {
        margin-right: 50px;
    }
    .Information_bnr_wide .pwrap {
        width: calc( 100% - 180px - 50px );
        padding-right: 10px;
    }
}
@media print {
    a.Information_bnr_wide {
        justify-content: space-between;
    }
    a.Information_bnr_wide .imgwrap {
        margin: 0!important;
    }
    a.Information_bnr_wide .pwrap {
        display: block!important;
    }
}

@media print, screen and (min-width: 992px) {
    section.Contact, section.Access {
        margin-bottom: 0;
    }
}

/*Contact*/
.top_Contact_box p {
    margin: 0;
}

/*Access*/
@media (max-width: 991.98px) {
    .map {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 56.25%; /* 16:9 */
        margin-top: var(--vk-margin-elem);
    }
    /* Google Mapのiframe */
    .map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
}
@media (max-width: 575.98px) {
    .map {
        padding-top: 89.8289855072%;
    }
}
@media print, screen and (min-width: 992px) {
    .map {
        margin-top: var(--vk-margin-elem);
        height: calc( 100% - 219.19px );
    }
    .map iframe {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
}

/*Supporter*/
/*ミニ*/
.top_minibnrs_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: var(--vk-margin-elem);
    margin-bottom: 60px;
}
.top_minibnrs_wrap .bnr-block {
    width: calc( (100% - 15px ) / 2 );
    margin-bottom: 15px;
}
.top_minibnrs_wrap .bnr-block {
    background-color: #fff;
    display: flex;
    justify-content: center;
    border: 1px solid var(--vk-color-border-hr);
    aspect-ratio : 476/165;
    border-radius: 10px;
}
.top_minibnrs_wrap .bnr-block a {
    display: block;
    width: 100%;
    height: 100%;
}
.top_minibnrs_wrap .bnr-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
@media print, screen and (min-width: 768px) {
    .top_minibnrs_wrap {
        margin-left: -5px;
        margin-right: -5px;
        justify-content: flex-start;
    }
    .top_minibnrs_wrap .bnr-block {
        margin-left: 5px;
        margin-right: 5px;
        width: 245px;
        max-width: calc( 100% / 3 - 10px );
        margin-bottom: 10px;
    }
}
@media print, screen and (min-width: 992px) {
    .top_minibnrs_wrap {
        margin-left: -15px;
        margin-right: -15px;
    }
    .top_minibnrs_wrap .bnr-block {
        margin-left: 15px;
        margin-right: 15px;
        max-width: calc( 100% / 4 - 30px );
        margin-bottom: 30px;
    }
}
@media print, screen and (min-width: 1200px) {
    .top_minibnrs_wrap {
        margin-left: -25px;
        margin-right: -25px;
    }
    .top_minibnrs_wrap .bnr-block {
        margin-left: 25px;
        margin-right: 25px;
        max-width: calc( 100% / 4 - 50px );
    }
}

/*サイドメニュー*/
.widget_nav_menu>div>ul li.bg_primary {
    background-color: var(--vk-color-primary);
}
.widget_nav_menu>div>ul li.bg_custom-2 {
    background-color: var(--vk-color-custom-2);
}
.widget_nav_menu>div>ul li.bg_custom-3 {
    background-color: var(--vk-color-custom-3);
}
.widget_nav_menu>div>ul li.bg_primary a,
.widget_nav_menu>div>ul li.bg_custom-2 a {
    color: #fff;
}
.widget_nav_menu>div>ul li a:hover {
    background-color: var(--vk-color-custom-3);
}

/*ブロック*/
h4 {
    background-color: transparent;
    position: relative;
}
h4::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    content: "";
    background-color: var(--vk-color-primary);
    opacity: .2;
    border-radius: var(--vk-size-radius);
}
.wp-block-group {
    border-color: var(--vk-color-primary);
}
.is-style-vk-group-solid,
.is-style-vk-group-solid-roundcorner,
.is-style-vk-group-dotted,
.is-style-vk-group-dashed,
.is-style-vk-group-top-bottom-border {
    border-width: 1px;
}
.is-style-vk-group-stitch {
    border-style: dashed;
}

/*取扱商品*/
.single-product .entry-header date  {
    display: none;
}
.product_one {
    border-top: 2px solid var(--vk-color-primary);
    padding-top: 60px;
    padding-bottom: 30px;
    margin-bottom: 60px;
}
.float_img{
    margin-bottom: 40px;
}
@media print, screen and (min-width: 992px) {
    .product_one {
        clear: both;
        display: flex;
    }
    .product_one .float_wrap {
        width: 100%;
    }
    .float_img{
        display: block;
        float: left;
        margin-right: 60px;
        width: 30%;
    }
    .float_text{
      text-align: justify;
      width: 100%;
    }
}

.home .postList_miniThumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home .postList_item {
    width: 100%
}
.home .veu_postList .postList_date {
    display: none;
}
@media print, screen and (min-width: 992px) {
    .home .postList_item {
        width: calc( ( 100% / 2 ) - 30px );
    }
}

/*印刷*/
@media print {
    .container {
        max-width: none!important;
    }
    .site-header {
        position: static;
    }
    .sub-section {
        display: none;
    }
}