@charset "utf-8";
/*
Theme Name: Lightning Pro Child
Theme URI:
Template: lightning-pro
Description:
Author:
Tags:
Version: 0.0.0
*/
.pc_only{
	display: block;
}
.sm_only{
	display: none;
}
body{
	font-family: "Sawarabi Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}
dd {
    border-left: 0;
}
@media screen and (max-width:991px ){
	.sm_only{
		display: block;
	}
	.pc_only{
		display: none;
	}
}




.headerTop{
    color: #FFF;
    background-color:#1b1464;
}
.device-mobile .gMenu>li {
    padding: 8px 2.2em;
}
.device-mobile .gMenu>li .gMenu_name {
    font-size: 14px;
}
.page-header {
    display: none;
}
/*タイトル*/
.h2ttl{
	margin-bottom:15px;
    text-align: center;
}
.h2ttl > span {
    position: relative;
    display: inline-block;
    padding: 0 20px 9px;
    font-size: 30px;
    line-height: 1.4;
    border-bottom: 3px solid #f8c77f;
}
.h2ttl > span::before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #f28f00;
}
.h2ttl .fontEn {
    display: block;
    font-size: 17px;
    color: #f28f00;
}
h2, .mainSection-title {
    border-top: 0;
	border-bottom: 0;
}
.pttl_pink{
	padding: 10px 2px 6px 10px;
	border-left: 5px solid #E7241D;
	border-bottom: 1px solid #E7241D;
	background: #f4f4f4;
	font-size:1.7em;
	font-weight: bold;
	color: #333;
}
.pttl_blue{
	padding: 10px 2px 6px 10px;
	border-left: 5px solid #0069B4;
	border-bottom: 1px solid #0069B4;
	background: #f4f4f4;
	font-size:1.7em;
	font-weight: bold;
	color: #333;
}

/*お知らせ*/
div.whatsnew dt {
    color: #1b1464;
}
/*事業内容*/
ul.jigyoArea{
	display:flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: center;
}
ul.jigyoArea>li{
	width:180px;
	text-align: center;
	font-size:1.2em;
	font-weight:bold;
	border:2px solid #f7931e;
	background: #FFF;
	color:#f7931e;
	margin:0 1.5em 15px;
	padding:10px;
	border-radius:5px;
}
/*お問合せフォーム*/
label {
    width: 100%;
}
/*会社概要テーブル*/
.overview02 dl{
	border-bottom:1px solid #CCC;
}
.overview02 dt {
	padding-bottom: 0;
	margin-bottom:0;
	color:#FFF;
	background-color:#E18500;
	text-align:center;
	padding-left: 0;
}
.overview02 dd {
	color:#212529;
}
@media screen and (min-width: 768px) {
.overview02 dt {
	clear: left;
	float: left;
	width: 15%;
	color:#FFF;
	border-color:#E18500;
	padding-top:6px;
	padding-bottom:3px;
}
.overview02 dd {
	margin-left: 20%;
	border-left-color: #FFF;
}
}
/*サービス案内*/
.overview03 dt {
	padding-bottom: 0;
	margin-bottom:0;
	color:#FFF;
	background-color:#E7241D;
	text-align:center;
	padding-left: 0;
}
.overview03 dd {
	color:#212529;
}
@media screen and (min-width: 768px) {
.overview03 dl{
	border-bottom:1px solid #CCC;
}
.overview03 dt {
	clear: left;
	float: left;
	width: 12%;
	color:#FFF;
	border-color:#E7241D;
	padding-top:6px;
	padding-bottom:3px;
}
.overview03 dd {
	margin-left: 20%;
	border-left-color: #FFF;
}
}



.overview04 dt {
	padding-bottom: 0;
	margin-bottom:0;
	color:#FFF;
	background-color:#0069B4;
	text-align:center;
	padding-left: 0;
}
.overview04 dd {
	color:#212529;
}
@media screen and (min-width: 768px) {
.overview04 dl{
	border-bottom:1px solid #CCC;
}
.overview04 dt {
	clear: left;
	float: left;
	width: 12%;
	color:#FFF;
	border-color:#0069B4;
	padding-top:6px;
	padding-bottom:3px;
}
.overview04 dd {
	margin-left: 20%;
	border-left-color: #FFF;
}
}

/*フッター*/
.device-mobile .copySection {
    padding-bottom:0;
}
.sectionBox {
    padding: 0;
}
.siteFooter .widget {
    margin-bottom:0;
}
@media (min-width: 992px){
.siteHeader .container {
    padding-top: 8px;
    padding-bottom: 7px;
}
.siteHeader_logo img {
    max-height: 60px;
}
}