@charset "utf-8";
/* ===============================
* NEWS Section
================================= */
.newsBox {
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
	margin-top: 10px;
}
.newsArea {
	width: 100%;
}
section.news .newsArea ul {
	max-width: 1100px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
	border-top: 1px solid #ddd;
}
section.news .newsArea ul li:after {
	content: '\f054';
	font-family: 'FontAwesome';
	position: absolute;
	right: 2%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);	

}
section.news .newsArea ul li {
	position: relative;
	padding: 20px 15px 20px 0;
	border-bottom: 1px solid #ddd;
	word-break: break-all;
	display: flex;
	flex-direction: column;
}
section.news .newsArea ul li .date,
.newsArea .date {
	font-size: 14px;

	display: inline-block;
}
.newsArea ul.newsList .titleArea {
	text-align: left;
	margin: 10px 0 0px 0px;
	display: inline-block;
}
.newsArea ul.newsList .titleArea h3 {
	position: relative;
	line-height: 1.6;
	text-align: left;
	font-size: clamp(1rem, 0.975rem + 0.13vw, 1.125rem);
	padding: 0;
}

@media (min-width: 768px) {
	.inner {
		width: 90%;
	}
	section.news .newsArea ul li {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	section.news .newsArea ul.newsList .titleArea {
		margin: 0px 0 0px 20px;
	}
}
@media (min-width: 900px) {
	.inner {
		width: calc(100% - 40px);
	}
}
@media (min-width: 1300px) {
	.inner {
		width: 1024px;
	}
}

/* ===============================
* NEWS 記事 Section
================================= */
.newsArea ul.newsSingle li .date {
	font-weight: 600;
}
.newsArea ul.newsSingle li .titleArea {
	margin-bottom: 12px;
	margin-top: 12px;
}
.newsArea ul.newsSingle li .titleArea h3 {
	font-size: 20px;
}
.newsArea ul.newsSingle li .articleArea img {
	margin-top:12px;
}
section.news .moreButton,
section.worksArticle .moreButton{
	text-align: center;
	margin: 20px auto 0;
	width: 200px;
}
section.news .moreButton a,
section.worksArticle .moreButton a{
	width: auto;
	font-size: 14px;
	color: #fff;
	padding: 16px;
	margin: 20px auto 0;
	background-color: #0365ba;
	display: block;
	font-weight: bold;
}
@media (min-width: 768px) {
	section.news .newsArea ul.newsSingle li {
		display:block;
	}
	section.news .newsArea ul.newsSingle li h3 {
		padding-left: 0;
	}
	section.news .newsArea ul.newsList .titleArea {
		margin: 0px 0 0px 20px;
	}
	section.news .moreButton,
section.worksArticle .moreButton{
	width: 240px;
	}
	section.news .moreButton a,
section.worksArticle .moreButton a{
	font-size: 16px;
		padding: 20px;
	}
}

/* ===============================
* 施工事例 Section
================================= */
section.worksArticle .titleArea h3 {
	font-size: 20px;
}
section.worksArticle h3 {
		padding-left: 0;
		border-bottom: 1px solid #BBB6A2;
		margin: 20px 0;
		padding: 0 0 10px 0;
	}
section.worksArticle .date {
	font-size: 14px;
	display: inline-block;
}
section.worksArticle .category {
	font-size: 12px;
    color: #fff;
    width: 80px;
    padding: 6px 4px 4px;
    margin: 8px 0;
    background-color: #555;
    text-align: center;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
section.worksArticle .articleArea {
	margin-top: 40px;
}
section.worksArticle .vertical,
section.worksArticle .beside {
	margin-bottom: 20px;
}
section.worksArticle .vertical .beforeVertical,
section.worksArticle .vertical .afterVertical,
section.worksArticle .beside .beforeBeside,
section.worksArticle .beside .afterBeside {
	position: relative;
}
section.worksArticle .vertical .beforeVertical,
section.worksArticle .beside .beforeBeside {
	margin-bottom: 4px;
}
section.worksArticle .vertical .beforeVertical::after,
section.worksArticle .vertical .afterVertical::after,
section.worksArticle .beside .beforeBeside::after,
section.worksArticle .beside .afterBeside::after {
	font-size: 15px;
	width: 80px;
	line-height: 0.7em;
	position: absolute;
	bottom: 3px;
	right: 0;
	display: block;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-align: center;
	padding: 8px 8px 6px;
	opacity: 0.9;
}
section.worksArticle .vertical .beforeVertical::after,
section.worksArticle .beside .beforeBeside::after {
	content: 'BEFORE';
	background: #a5a191;
}
section.worksArticle .vertical .afterVertical::after,
section.worksArticle .beside .afterBeside::after {
	content: 'AFTER';
	background: #472c11;
}
section.worksArticle .explanation {
	margin-bottom: 20px;
}
section.worksArticle p {
	line-height: 1.6;
}
.other table.otherTable tr {
}
.other table.otherTable th {
	background-color: #fffbee;
	width: 100px;
	vertical-align: middle;
}
.other table.otherTable td {
	vertical-align: middle;
	padding: 20px 8px 16px;
	line-height: 1.4;
}



@media (min-width: 768px) {
	.worksArticle .vertical {
		width: 100%;
		margin: 0 auto;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	section.worksArticle .explanation {
margin-top: 40px;
		margin-bottom: 40px;
}
	section.worksArticle p {
    line-height: 1.8;
}
	.worksArticle .vertical .beforeVertical,
	.worksArticle .vertical .afterVertical {
		width: calc((100% - 20px) / 2);
		max-width: 490px;
	}
	section.worksArticle .vertical .beforeVertical {
		margin-bottom: 0px;
	}
	section.worksArticle .beside .beforeBeside {
		margin-bottom: 8px;
	}
	section.worksArticle .vertical {
		margin-bottom:40px;
	}
	section.worksArticle .vertical .beforeVertical::after, section.worksArticle .vertical .afterVertical::after, section.worksArticle .beside .beforeBeside::after, section.worksArticle .beside .afterBeside::after {
		font-size: 16px;
		width: 100px;
		line-height: 0.7em;
		position: absolute;
		bottom: 3px;
		right: 0;
		display: block;
		color: #ffffff;
		font-family: 'Roboto', sans-serif;
		font-weight: 400;
		text-align: center;
		padding: 14px 8px 12px;
		opacity: 0.9;
	}
	.other table.otherTable th {
padding-left: 16px;
	}
	.other table.otherTable td {
    padding: 24px 8px 20px 16px;
    line-height: 1.4;
}
}

/* ===============================
* 最新の施工実績 Section
================================= */
section.connectionList {
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
section.connectionList .inner {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
section.connectionList .inner h2 {
	margin-bottom: 32px;
}
	.connectionList ul {
		width: 100%;
		margin: 0 auto;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.connectionList ul li {
		width: calc((100% - 16px) / 2 );
	margin-bottom: 32px;
}
section.connectionList .inner li::last-child {
	margin-bottom: 0px;
}
section.connectionList .inner .workName {
	font-size: 20px;
}
section.connectionList .inner .date {
	font-size: 14px;
	display: inline-block;
	margin-bottom: 8px;
}
section.connectionList .inner .category {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	width: 100px;
	padding: 8px 4px 6px;
	margin: 8px 0;
	background-color: #ffbe32;
	text-align: center;
}
section.connectionList .thumbnail {
	margin-bottom: 8px;
}
section.connectionList .workName {
	line-height: 1.4;
}
@media (min-width: 1200px) {
	.connectionList ul {
		width: 100%;
		margin: 0 auto;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.connectionList ul li {
		width: calc((100% - 40px) / 4 );
	}

}