@charset "utf-8";
/*
Theme Name: Lightning Pro Child Sample
Theme URI:
Template: lightning-pro
Description:
Author:
Tags:
Version: 1.0.0
*/


/*ページヘッダーを隠す*/
.page-header{
    display: none !important;
}

.headerTop{
    display: none
}

/* スライドのタイトル関係 */
.slide-text-title {
    font-size: 3vw;
background-color: rgba(128,128,128,0.5);
    padding: 1rem;
}
.slide-text-caption{
    margin-top: 0px;
    background-color: rgba(1,190,152,0.5);
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/*topページ*/
.top_text {
    width: 55%;
    margin: auto;
    padding-bottom: 3rem;       
}

.topics{
    margin-bottom: 0rem;
    background-color: #eeeeee !important;
    padding: 0.2rem 1rem !important;
}

}
/*インサイトリサーチ*/
.wbh3{
}

.wbh3 {
    margin-top:  0.5em !important;
    padding-left: 0.5em !important;
    border-left: solid 7px #00be98 !important;/*左線*/
}

.work_h{
    background-color: rgba(1,190,152) !important;
    color: #fff !important;
    padding-top: 0.5rem !important;
    border-radius: 2rem  !important;
}
.wbtitle{
    padding-left: 0.5em !important;
    border-left: solid 7px #fff !important;/*左線*/
}

/*投稿ページ　次の投稿の表示をさせない*/
.postNextPrev{
	display:none !important;
}