/*
Theme Name: Lightning Child Sample
Theme URI: ★ テーマの公式サイトなどのURL ★
Template: lightning
Description: ★ テーマ説明 ★
Author: ★ テーマ作成者 ★
Tags: 
Version: 0.5.1
*/


/* 
div.site-body {
    padding-bottom: 0;
} */





/*ホバー設定*/
li a,
p a {
    text-decoration: none;
}

.postListText_title a:hover {
    text-decoration: none;
}

.veu_postList .postList a:hover {
    text-decoration: none;
    color: #00a99d;
}


.archive-header-title {
    font-size: 24px;
}


.wp-block-columns.top-support {
    width: 1080px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;    
}



/* 投稿ページヘッダーを非表示に */
/* .single .page-header {
    display: none;
} */

/* 月別アーカイブタイトルを非表示に */
.date .page-header-title {
    display: none;
}

/* .vk_post_taxonomy_title_inner,
.entry-meta-data-list dt {
    background-color: antiquewhite;
    border: red;
    border-radius: 10px;
} */




/*ボタン角丸*/
.wp-block-vk-blocks-button a {
    border-radius: 6px;
}

.vk_button .btn.vk_button_link.btn {
    border-radius: 6px;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 12%);
    transition: all .3s ease 0s;
}



.sec-access {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.sec-contact {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.contact-message {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}


/*トップ、土地活用事例カード*/
.vk_post-postType-example.card.card-post {
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 12%);
}

/*ブログカード*/
.vk_post-postType-blog.card.card-post {
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 12%);
}

/*トップ・特徴カード*/
.sec-feauture-column {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.sec-feauture-column img {
    transition: 0.7s;
}

.sec-feauture-column img:hover {
    opacity: 0.6;
}


/*サービスページメディア*/
.sec-service-medeia {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
}

/*サービスページ・ご利用の流れ*/
.wp-container-15 {
    border-radius: 4px;
}



@media screen and(max-with:782px) {
    .lightning_swiper-container .ltg-slide-text-title {
        display: none;
    }
}


h1.page-header-title {
    font-size:24px;
}

.inner-s {
    width:960px;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
}
.service-wrap {
    width:1120px;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
}
.smf-item__description {
    color:rgb(184, 32, 32);
}