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

.siteHeader_logo a:hover {
	color: #63b500;
}
.no-link > a {
	cursor: default;
    pointer-events: none;
}


/* トップページ */
.home .results-list {
	padding: 0;
	margin: 0 0 2em;
	list-style: none;
}
.home .results-list .media:first-child {
	border-top: 0;
}
.home .results-list .postList_thumbnail img {
	border: 0;
}
.home .results-area .vk_button_link {
	color: #63b500;
}
@media (min-width: 768px) {
	.home .results-list .media-body {
		position: relative;
		padding-right: 8em;
	}
	.home .results-list .entry-meta {
		position: absolute;
		right: 0;
		z-index: 100;
	}
}


/* 会社概要 */
.post-name-company-info .wp-block-table tr td:first-child {
	white-space: nowrap;
}


/* 会社沿革 */
.post-name-company-history .wp-block-table tr td:first-child {
	white-space: nowrap;
}
@media (min-width: 768px) {
	.post-name-company-history .entry-body {
		width: 70%;
		margin: 0 auto;
	}
}


/* 工事実績 */
.single-results .entry-body ul.meta {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.result-category-list {
	padding: 0;
	list-style: none;
}
.result-category-list li {
	margin: 0 0 8%;
	border-bottom: 0;
}
.result-category-list li:first-child {
	border-top: 0;
}
.result-category-list li a {
	display: block;
	color: #333;
	transition: all .5s;
}
.result-category-list li a:hover {
	opacity: .8;
	text-decoration: none;
}
@media (min-width: 768px) {
	.result-category-list {
		display: flex;
		flex-wrap: wrap;
	}
	.result-category-list li {
		width: 30%;
		margin: 0 5% 5% 0;
	}
	.result-category-list li:nth-child(3n) {
		margin-right: 0;
	}
	.result-category-list .thumbnail {
		max-height: 250px;
		overflow: hidden;
	}
}

/* 自社製品 */
img.certification {
    height: 42px;
    margin-left: 10px;
}
.post-type-products .postList article {
	border: 0;
}
.post-type-products .postList_thumbnail {
	width: auto;
}
@media (min-width: 768px) {
	.post-type-products .postList {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.post-type-products .postList article {
		width: 46%;
	}
}

/* 取扱い製品 */
.post-type-archive-makers .media {
	margin-bottom: 2%;
}
.maker-product-list {
	display: flex;
	list-style: none;
}
.maker-product-list .list-item {
	width: 30%;
	text-align: center;
}
.maker-product-list .list-item + .list-item {
	margin-left: 5%;
}
.post-type-archive-makers .media-body > a {
	display: block;
	transition: all .5s;
}
.post-type-archive-makers .media-body > a:hover {
	opacity: .8;
}


/* お問い合わせ */
.post-name-contact .wpcf7-form label {
	width: 100%;
}
.post-name-contact .wpcf7-form .required {
	color: #c00;
}
@media (min-width: 768px) {
	.post-name-contact .entry-body {
		width: 70%;
		margin: 0 auto;
	}
}

/* コピーライト */
.siteFooter .copySection p:last-child {
	display: none;
}