@charset "utf-8";
/*
Theme Name: Lightning Child
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/


footer .copySection p:nth-child(2) {
    display:none !important;
}

.postNextPrev {
	display:none;
}

.entry-meta-dataList {
	display: none;
}

.veu_3prArea{
	/*text-align:center;*/
}

.gMenu>li {
	margin: 0 3px;
}

.center {
	text-align:center;
}

/*-----------------------------------
 h2,h3設定
------------------------------------*/
h2{
	background-color: #F2F6FB;
	color: #0068b7;
	font-weight: bold;
}

.subSection-title, h3 {
    background-color: #F2F6FB;
    padding: 4px 0px;
}

.h3, h3 {
    font-size: 1.5rem;
}

/*-----------------------------------
 お問い合わせフォーム
------------------------------------*/
/*中央ぞろえ*/
.wrap_form_center{
	margin: 0 auto;
    width: 80%;
    max-width: 500px;
}

/*チェックボックスの縦並び*/
span.wpcf7-list-item {
	display: block;
}

/*お問い合わせ完了コメントを中央ぞろえ*/
.wpcf7 form.sent .wpcf7-response-output {
	text-align: center;
}

/*-----------------------------------
 トップページ
------------------------------------*/
/*スライドのボタン*/
.carousel-indicators li{
	background-color: #e62525;
}

/*スライドの前へと次へアイコン*/
.carousel-control-prev-icon{
	background-image:none;
}

.carousel-control-next-icon{
	background-image:none;
}

.carousel-control-prev-icon:before{
	content: '\2039';
    color: #e62525;
    font-size: 3em;
    font-weight:600;
}

.carousel-control-next-icon:before{
	content: '\203a';
    color: #e62525;
    font-size: 3em;
    font-weight:600;
}

/*-----------------------------------
 フッター
------------------------------------*/
/*フッターメニュー中央ぞろえ*/
@media (min-width: 768px){
.footerMenu ul {
    justify-content: center;
}
}

