@charset "utf-8";
/*
Theme Name: Lightning Child 
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 1.0.0
*/

/*コピーライト削除*/
footer .copySection p:last-child {
    display:none !important;
}

/* グローバルナビゲーション */
ul.gMenu>li>a i {
    color:#62a503;
}

ul.gMenu>li>a:hover i {
    color:#ccc;
}

.gMenu_name {
    border-bottom: #62a503 solid 1px;
}

/*
.gMenu_name:hover {
    border-bottom: #ccc solid 1px;
}
*/

ul.gMenu > li > a:hover,
ul.gMenu > li.current-post-ancestor > a,
ul.gMenu > li.current-menu-item > a,
ul.gMenu > li.current-menu-parent > a,
ul.gMenu > li.current-menu-ancestor > a,
ul.gMenu > li.current_page_parent > a,
ul.gMenu > li.current_page_ancestor > a {
	color:#62a503;
}

ul.gMenu > li > a:hover i,
ul.gMenu > li.current-post-ancestor > a i,
ul.gMenu > li.current-menu-item > a i,
ul.gMenu > li.current-menu-parent > a i,
ul.gMenu > li.current-menu-ancestor > a i,
ul.gMenu > li.current_page_parent > a i,
ul.gMenu > li.current_page_ancestor > a i {
	color:#3b7229;
}

ul.gMenu > li > a:hover:after,
ul.gMenu > li.current-post-ancestor > a:after,
ul.gMenu > li.current-menu-item > a:after,
ul.gMenu > li.current-menu-parent > a:after,
ul.gMenu > li.current-menu-ancestor > a:after,
ul.gMenu > li.current_page_parent > a:after,
ul.gMenu > li.current_page_ancestor > a:after {
    border: none;
}

/*
li.current_page_parent > a {
    color: #333 !important;
}

li.current_page_item > a {
    color: #62a503 !important;
}
*/

/* スライドショータイトル */

.slide-text-title {
	background:rgba(150,216,76,0.8);
	color:#fff !important;
	text-shadow: none !important;
	display:inline-block;
	padding:10px 5%;
	border-radius:10px;
}

/* H3の前にアイコン */

.mainSection h3 {
   background: no-repeat 0% 12px/30px url(https://www.g-jigyodan.com/wp/wp-content/uploads/2018/07/fukidashi.png);
	padding:0.5em 0 0 36px;
}

@media (max-width: 767px){
	.mainSection h3 {
		background: no-repeat 0% 9px/27px url(https://www.g-jigyodan.com/wp/wp-content/uploads/2018/07/fukidashi.png);
		padding:0.5em 0 0 31px;
	}
}

/* 3PRエリアタイトル */

.veu_3prArea .subSection-title {
	background:no-repeat left/25px url("https://www.g-jigyodan.com/wp/wp-content/uploads/2018/07/fukidashi.png");
	padding:0.5em 0 0 30px;
}

.mainSection-title, h2 {
    background-color:#f5f3d9;
	 text-indent: 0.5em;
}

/* 3PRエリアボタン */

.veu_3prArea .linkurl a {
    border: none;
	background:#62a503;
    color: #fff;
	padding: 10px 20px;
    font-size: 14px;
}

.veu_3prArea .linkurl a:hover {
    border: none;
	background:#3b7229;
    color: #fff;
}

/* お知らせタイトル */
.veu_postList .postList a::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900; 
  	content: "\f0da";
	color:#62a503;
	margin-right:.25em;
}

.entry-meta_items_author {
    display:none;
}

/* フッターの上をあける */
.siteContent {
    padding: 1em 0 3.5em;
}

/* フッター装飾 */
footer{
	border: none;
}
.siteContent {
    background:repeat-x right bottom url("https://www.g-jigyodan.com/wp/wp-content/uploads/2018/08/footer_bg.png");
}
footer .footerMenu{
	border: none;
}
footer .footerMenu ul{
	margin: 30px 0;
}
footer .footerMenu li a{
	border-left: 1px solid #ffffff6e;
    color: #ffffff;
	    text-decoration: underline;
}
footer.siteFooter{
	background-color: #5f9a00;
}
footer.siteFooter .sectionBox{
	display: none;
}
footer.siteFooter .sectionBox.copySection{
	display:block;	
	border-top: 1px solid #ffffff6b;
	padding: 10px;
}
footer .copySection p{
	margin-bottom: 0;
	    color: #ffffff96;
}
footer .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: underline;
    background-color: #3c763d;
}

/* よくある質問 */

dl.faq dd{
	margin-bottom:2em;
} 

/* 事業団とはページ内「事務所へのアクセス」画像サムネ化 */
div.office_img{position: absolute;
    left: 20px;
    width: 30%;
}

div.office_img div{
	position: relative;
    top: 130px;
    border-radius: 50%;
    overflow: hidden;
}

/* サイトマップページ */

/*
.veu_sitemap ul li.page-item-233{
	display:none;
}
*/

/*お問い合わせボタン*/
.veu_contact-layout-horizontal .contact_txt {
	float:none !important;
	text-align: center !important;
}
.veu_contact-layout-horizontal .contact_bt {
	float: none !important;
}

/* 活動記録、お知らせのサイドバーを横並びに */
@media (min-width: 992px) {
.post-type-record .row,
.blog .row,
.archive .category-news .row,
.archive .row { 
	display: flex !important;
}

}

/* 活動記録、お知らせのサイドバーを横幅いっぱいに */
	.post-type-record .col-md-3,
	.post-type-post .col-md-3 {
		width: 33.333333% !important;
		flex: 0 0 33.333333% !important; /* Bootstrapがflexベースなため */
		max-width: 33.333333% !important;
  }


@media (max-width: 991px) {
	.post-type-record .col-md-3,
	.post-type-record .col-md-8,
	.post-type-post .col-md-3,
	.post-type-post .col-md-8 {
		width: 100% !important;
		flex: 0 0 100% !important; /* Bootstrapがflexベースなため */
		max-width: 100% !important;
	}
}

/* 活動記録、お知らせのサイドバーのフォントサイズを他ページに合わせる */
.post-type-record .veu_contact .contact_txt_tel,
.post-type-post .veu_contact .contact_txt_tel {
	font-size: 22px !important;
	
}
.post-type-record .veu_contact span.contact_txt_time,
.post-type-post .veu_contact span.contact_txt_time {
	font-size: 10px;
}
.post-type-record a.btn.btn-primary.btn-lg.contact_bt,
.post-type-post a.btn.btn-primary.btn-lg.contact_bt {
	font-size: 1.2rem;
}
.post-type-record .veu_card .veu_card_inner,
.post-type-post .veu_card .veu_card_inner {
	padding: 1.4rem 1.3rem;
}