@charset "utf-8";
/*
Theme Name: lightning-pro Child 
Theme URI: ★ WEB-KING ★
Template: lightning-pro
Description: ★ 小テーマカスタマイズ ★
Author: ★ WEB-KING ★
Tags: 
Version: 8.23.7
*/

/* パソコンで見たときは”pc”のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは”sp”のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

.section.siteFooter{
background:#EF866B !important;
color:#fff !important;
}

.section.siteFooter a{
color:#fff !important;
}


.page-header_pageTitle, h1.page-header_pageTitle:first-child {
    margin: 100px 0 100px !important;
    font-size: 32px !important;
}

@media (max-width: 767px){
.page-header_pageTitle, h1.page-header_pageTitle:first-child {
    margin: 40px 0 40px !important;
    font-size: 22px !important;
    line-height: 1.1 !important;
}
}

.footerMenu,
#menu-footernavi 　a{
	color: #FFF !important;
}

.pk {
	background-color: #cc528b !important;
}
.gr {
	background-color: #56a764 !important;
}

.bg-gret {
	background-color: #F7B46B;
	padding: 1em;
	border: thin solid #BCB5B5;
	margin-bottom: 1em;
	line-height: 150%;
	border-radius: 10px;
	color: #FFF;
}


