@charset "utf-8";
/*
Theme Name:lightning-child
Template:lightning
Version:6.7.1
*/

/*１カラム時のページ幅を調整
@media (min-width: 970px) {
.entry-body, .widget .entry-body {
width:65%;
margin-left:auto;
margin-right:auto;
}
}*/

/*ヘッダーロゴ大きさ変更、中央配置*/

.navbar-header {
    float: none;
}
.navbar-brand img {
max-height: 80px;
}

.navbar-brand {
    text-align: center;
    float: none;
}
 
.navbar-brand img {
    display: inline;
    text-align: center;
}


/*イントロ部分見出し:PC表示*/
.veu_leadTxt, p.veu_leadTxt {
    font-size: 2em;
    margin-bottom: 1.25em;
	text-align:center;
   border-bottom:1px solid #003366;
	padding-bottom:5px;
	color:#003366;
}


/*サービス内容部分：中見出し*/
h2 {
	color:#fff;
    background-color: #003366;
    padding: 11px 15px 9px;
	border-radius: 6px;
	border:none;
}

/*イントロ部分見出し:スマホ表示*/
@media screen and (max-width: 480px) { 

.veu_leadTxt, p.veu_leadTxt {
    font-size: 1.5em;
    margin-bottom: 1em;
}
}


/*ウィジェット全幅見出し:スマホ表示*/
@media screen and (max-width: 480px) { 

.widget_ltg_full_wide_title_title {
    font-size: 1.8rem;
}	
.widget_ltg_adv_full_wide_title_caption, .widget_ltg_full_wide_title_caption {
    margin-bottom: 0;
    line-height: 1.2em;
}
}	

/*スマホのバーガーメニューの四角エリアを消す*/
body.device-mobile .vk-mobile-nav-menu-btn {
	display: none;
}


/*３カラムリスト*/
ul{
	padding-left:20px;
}
li{
	margin-bottom:5px;
}


/*３カラム見出し*/
.subSection-title {
	border-bottom:2px solid #0099FF;
	text-align:center;
	font-weight:bold;
	box-shadow: none;
}


/*フローチャート（サービスの流れ）ボックス*/
.veu_flowBox {
    display: block;
    overflow: hidden;
	margin:0;
}

.veu_flowBox dl {
    display: block;
    overflow: hidden;
    padding: 20px 25px;
    border: 2px solid #813f5a;
    margin: 0;
	background-color:#FFF;
}

.veu_flowBox dd {
    font-size: 105%;
}

.veu_flowBox dt {
    color:#006699;
}

/*テーブル*/

.table-bordered {
    border: 1px solid #006699;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #006699;
}

td, th {
    font-size: 105%;
}

.table-bordered thead {
	font-weight:bold;
}

/*CTA*/

.veu_cta .cta_title {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 12px 20px 10px;
    color: #fff;
    font-size: 22px;
    line-height: 1.2em;
	text-align:center;
}

/*フッター　背景色*/



/*フッター　ウィジェットエリア消す*/


footer .sectionBox {
    display:none !important;
    }

footer .copySection {
    display:block !important;
    border-top:none !important;
    }


/*Lightningクレジット表記を消す*/
footer .copySection p:nth-child(2) {
    display:none !important;
    }



