/*
Theme Name: Lightning Child Sample
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/


/* ------- トップページ ------------------------ */

html{
    scroll-behavior: smooth;
}
body{
    color: #333;
    letter-spacing: 0.05em;
    font-family: 'Noto Sans JP', sans-serif;
}
body p{
    line-height: 2;
}

/* ヘッダー */
.home .global-nav-list{
    display: none;
}
.global-nav-list>li .global-nav-name {
    font-weight: normal;
}
.global-nav-list>li i{
    color: #005240;
    display: block;
    font-size: 1.4rem;
    margin-bottom: 5px;
    margin-right: 0;
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
.global-nav-list>li i:hover{
    transform: rotate(15deg);
}
.site-header-logo img {
    max-height: 70px;
}
.header-top{
    display: none;
}
.site-header{
    box-shadow: none;
}
.swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    border-radius: 4px;
}

.bg-color{
    background-color: #F2F1E8;
    margin: 100px calc(50% - 50vw);
    padding: 80px calc(50vw - 50%);
}


/* 見出し */
h2.is-style-vk-heading-plain{
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    margin-top: 100px;
    margin-bottom: 50px;
}


/* お知らせ */
.wp-block-latest-posts li{
    display: flex;
    padding: 1.3em 0;
}
.wp-block-latest-posts li time{
    order: 1;
    margin-right: 2em;
}
.wp-block-latest-posts li a{
    order: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}




/* ---- フッター ----------- */
.site-footer{
    border-top: none;
    margin-top: 100px;
}
.site-footer-copyright{
    font-size: 12px!important;
    background: #005240;
    color: #fff;
    padding: 0;
    max-width: none;
}
.site-footer-copyright p{
    margin: 0;
}

/* ページトップボタン */
.page_top_btn{
    background: rgba(255, 255, 255, 0.8);
    height: 44px;
    width: 44px;
    background-color: #333;
    background-repeat: no-repeat;
    box-shadow: none;
    bottom: 4%;
}
.page_top_btn::after{
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/* ページヘッダー */
.page-header-title{
    font-size: 26px!important;
}

.global-nav-list>li:before{
    display: none;
}


/* ------- 会社概要 ------------------------ */
table tr td{
    padding: 1em!important;
    font-size: 16px!important;
}

/* ------- 事業紹介 ------------------------ */
.service-ttl{
    margin-top: 30px;
    font-size: 22px;
    letter-spacing: 0.08em;
}
.service-ttl span{
    margin-right: 10px;
    color: #79B2A5;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
}
.service-columns{
    border-bottom: 1px solid #333;
    padding-bottom: 60px;
}
.vk_button .vk_button_link{
    margin-top: 40px;
    width: 240px;
}


/* ------- プライバシーポリシー ------------------------ */
.post-name-privacy-policy{
    font-size: 14px;
}
.post-name-privacy-policy h3{
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 25px;
}

/* ------ 投稿 ------------------------ */

h1.entry-title{
    font-size: 24px;
}
.sub-section .vk_post_imgOuter{
    display: none;
}
body.blog .siteContent{
    padding-bottom: 15rem;
}
body.single .siteContent{
    padding-bottom: 15rem;
}
body.archive .siteContent{
    padding-bottom: 15rem;
}

.entry-meta_items_author{
    display: none;
}
.vk_post .vk_post_title{
    font-size: 14px!important;
    font-weight: normal;
    margin: 0;
}
.postNextPrev_label{
    margin-bottom: 0.5em;
}

.postNextPrev .vk_post:last-of-type .vk_post_title{
    text-align: right;
}



/* ------ お問い合わせ ------------------------ */
.contact-container{
    border: 1px solid #005240;
    padding: 30px;
}
.contact-container p:first-of-type{
    font-weight: bold;
    color: #005240;
}
.contact-group i{
    margin-right: 10px;
    color: #79B2A5;
}
.contact-group{
    line-height: 2.2;
}

/* ContactFrom7 */
.contact7 {
	max-width: 100%;
	box-sizing: border-box;
    background-color: #F2F1E8;
    padding: 5% 3%;
    margin-top: 50px;
}
.contact7 dd {
	margin: 0 0 30px 0;
    border-left: none;
}
.contact7 dd:last-of-type{
    margin-bottom: 0;
}
.contact7 dt {
	font-weight: normal;
    border-left: none;
}
span.wpcf7-spinner{
    display: none;
}
 
/* 必須マーク */
.contact7 .must {
	color: #d93e14;
}
.form-control{
    border-radius: 0;
}
.btn_contact7 {
	text-align: center;
}
.btn_contact7 input {
	width: 40%;
	background-color: #005240;
	color: #fff;
    font-weight: bold;
	font-size: 1.1em;
	letter-spacing: 1em;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
    margin-top: 50px;
    padding-left: 2em;
    height: 44px;
    border-radius: 0;
    border: none;
}
.btn_contact7 input:hover {
    background-color: #fff;
    color: #005240;
    border: 1px solid #005240;
}






/* ------- SP ----------------------------- */

@media (max-width: 991.98px){
 
    .vk-mobile-nav-menu-btn{
        border: none;
    }
    .vk-mobile-nav-menu-btn.menu-open{
        border: none;
    }
    .vk-mobile-nav nav ul li a i{
        width: 20px;
        text-align: center;
    }

    h2.is-style-vk-heading-plain {
        margin-top: 60px;
        margin-bottom: 30px;
    }

    .bg-color {
        margin: 50px calc(50% - 50vw);
        padding: 50px calc(50vw - 50%);
    }

    .top-service-columns p:first-of-type{
        font-size: 16px;
        margin-top: 10px;
    }
    .top-service-columns figure{
        width: 60%;
    }
    .top-service-columns figure img{
        margin-bottom: 10px;
    }
    .contact-container{
        padding: 20px;
    }

    .sp-rv.wp-block-columns{
        flex-direction: column-reverse;
    }
    .vk_button.sp-left{
        text-align: left;
    }

    table tr td {
        font-size: 14px !important;
    }
    table tr td:first-of-type{
        width: 30%;
    }

    h1.entry-title {
        font-size: 21px;
    }
    

    .post-name-privacy-policy h3 {
        font-size: 18px;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    /* お問い合わせ */
    .btn_contact7 input {
        width: 80%;
    }

    /* ニュース */
    .media .media-body .media-heading{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .media .postList_thumbnail{
        width: 150px;
    }
    .subSection{
        margin-top: 5rem;
    }
    .postNextPrev{
        gap: 10px!important;
    }




}