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


/*===========================
 *共通設定
 =========================== */
body{
	font-family: "Rounded Mplus 1c",メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;	
}
h2.mainSection-title{
	text-align: center;
	color: #fff;
	background: #52baa3;
	border-top: 2px solid #238c75;
}
.home h2.mainSection-title{
	margin: 0;
}
.nav>li>a:hover,
.nav>li>a:focus{
	/* 主にフッターナビのホバー時の色変更、トップナビには反映されないよう注意 */
	background-color: #339882;
}
.widget .veu_contact>.contact_bt{
	/* 問い合わせボタン */
	background: #52baa3;
	border: none;
    border-bottom: 6px solid #47a39a;
    color: #464646;
    padding: 30px 10px 23px;
}
.widget .veu_contact>.contact_bt:hover{
    border-bottom: 1px solid #47a39a;
	margin-top: 5px;
}
/* サイドバー */
.veu_button i{
	 color: #a0e2d4;
}
.veu_button .button_subText{
	font-size: 0.6em;
}

/* サイドバー画像ウィジェット */
.widget_media_image .wp-caption {
   margin: auto;
	width: 262.5px !important;
}


/*===========================
 *トップページ
 =========================== */
/* お知らせ一覧ボタンの調整 */
.pt_0 .btn.btn-default.btn-xs{
	padding: 6px 18px;
	border-radius: 20px;
}


/*===========================
 *ヘッダー、ナビ
 =========================== */


/*===========================
 *フッター
 =========================== */
/*コピーライト削除*/
footer .copySection p:last-child {
    display:none !important;
}
footer.siteFooter{
	color: #fff;
	border-top: none;
	background: url(https://www.kenkouro.net/wp/wp-content/uploads/2018/11/footer_img.png) top 0px center repeat-x ;
	padding: 40px 0 0 0;
}
footer.siteFooter .footerMenu{
	background: #52baa3;
	padding: 40px 0 0 0 ;
}
footer.siteFooter .container.sectionBox{
	display: block;
	background: #52baa3;
	width: 100%;
	max-width: 100%;
}
footer.siteFooter .container.sectionBox .row{
	margin: 0 auto;
}

@media (min-width: 768px){
	footer.siteFooter .container.sectionBox .row{
		width: 750px;
	}
}
@media (min-width: 992px){
	footer.siteFooter .container.sectionBox .row{
		width: 970px;
	}
}
@media (min-width: 1200px){
	footer.siteFooter .container.sectionBox .row{
		width: 1170px;
	}
}
footer.siteFooter .container.sectionBox.copySection{
	display: block;	
	background: #52baa3;
	width: 100%;
}
footer .footerMenu,
footer .copySection{
	border: none;
}
footer .copySection p{
	font-size: 10px;
}
footer.siteFooter .nav li a{
	color: #fff;
}
footer .footer_nav{
	border: none;
}
footer .footer_nav tr td{
	padding: 0.3em;
	border: none;
}
footer .footer_nav tr td a{
	text-decoration: underline;
	color: #fff;
	font-size: 0.9em;
}


/*===========================
 *下層ページ
 =========================== */
/* 問い合わせページには、問い合わせボタンを非表示に */
.page-id-27 .widget .veu_contact>.contact_bt{
	display:none;
}
.wpcf7-form input[type=submit]{
		width: 200px;
    padding: 15px;
    font-weight: bold;
    font-size: 1.2em;
}

/* 投稿者名 */
.entry-meta_items_author {
    display:none;
}

/* 画像 */
.wp-caption {
    margin-top: 0;
}

/* 一人親方労災保険ページ */
/* テーブルにボーダー線をつける */
.hoken-list th,
.hoken-list td,
.zenrouren-hoken-list th,
.zenrouren-hoken-list td {
	border: solid 1px #000;
}
.hoken-list td {
	border: solid 1px #000;
}
table th {
	text-align: center;
}
/* テーブルのテキストを右寄せ */
.hoken-list td:nth-of-type(2),
.hoken-list td:nth-of-type(3),
.zenrouren-hoken-list td:nth-of-type(2),
.zenrouren-hoken-list td:nth-of-type(3) {
	text-align: right;
}


/* テーブルのテキストを真ん中に */
.hoken-list td:nth-of-type(1),
.hoken-list td:nth-of-type(4) {
	text-align: center;
}



