@charset "utf-8";
/* ===================================================================
CSS information

 file name  :works.css
 author     :PCBrain
 style info :工事事例・お客様の声用
=================================================================== */
#main article article {
	margin-bottom: 20px;
}


#main .cases {
}

#main .cases ul {
	position: relative;
	overflow: hidden;
}

#main .cases ul li {
	width: 320px;
	margin-bottom: 60px;
}

#main .cases ul li:nth-child(even) {
	float: right;
}

#main .cases ul li:nth-child(odd) {
	float: left;
}

#main .cases ul li a {
	color: #444;
	text-decoration: none;
}

#main .cases ul li img {
	margin-bottom: 15px;
}

#main .cases ul li h4 {
	font-size: 15px;
	margin-bottom: 15px;
}

#main .cases ul li h4 span {
	display: block;
	font-size: 18px;
}

#main .cases ul li .datailBtn {
	background: #2cb150;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 0 auto;
	width: 125px;
	text-align: center;
	padding: 3px 0;
}


#main .voices {
}

#main .voices ul {
	position: relative;
	overflow: hidden;
}

#main .voices ul li{
	background: #eee;
	float: left;
	margin: 0 13px 40px 0;
	width: 218px;
}

#main .voices ul li:nth-child(3n) {
	margin-right: 0;
}

#main .voices ul li a {
	color: #444;
	text-decoration: none;
}

#main .voices ul li img {
	border-bottom: #f69329 solid 5px;
}

#main .voices ul li .summary {
	font-size: 10px;
	font-weight: bold;
	padding: 10px;
}

#main .voices ul li h4 {
	border: none;
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 1.2;
}

#main .voices ul li .datailBtn {
	background: #2cb150;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 10px auto 0;
	width: 125px;
	text-align: center;
	padding: 3px 0;
}

#main .cases .btn a,
#main .voices .btn a{
    background: #f69329 url(../img/common/arrow_white.png) no-repeat 10px center;
    border-radius: 3px;
    padding: 10px 15px 10px 35px;
    font-size: 20px;
}

/*-------------------------
 single
---------------------------*/

#main .comparisonPhoto {
	margin-bottom: 50px;
}

#main .comparisonPhoto article {
	background: #eee;
	padding: 10px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

#main .comparisonPhoto article a {
	display: block;
	position: relative;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}

#main .comparisonPhoto article .beforePhoto,
#main .comparisonPhoto article .afterPhoto {
}

#main .comparisonPhoto article .beforePhoto {
	float: left;
}

#main .comparisonPhoto article .beforePhoto:after {
	content: url(../img/common/arrow_green.png);
    position: absolute;
    top: 75px;
    z-index: 10;
    right: -30px;
}

#main .comparisonPhoto article .afterPhoto {
	float: right;
}

#main .comparisonPhoto article span {
	background: #b8292f;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 13px;
	padding: 0 10px;
}

#main .comparisonPhoto article .beforePhoto span {
	background: #00499f;
}

#main .comparisonPhoto article p {
	clear: both;
	margin-bottom: 0;
}

#main .duringPhoto {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

#main .duringPhoto li {
	background: #eee;
	font-size: 12px;
	margin: 0 0 20px 0;
	padding: 10px;
	width: 198px;
}

#main .duringPhoto li:nth-child(3n) {
	margin-right: 0;
}

#main .duringPhoto li img {
	margin-bottom: 10px;
}

#main .duringPhoto li p {
	margin-bottom: 0;
}

#main .productList {
	position: relative;
	overflow: hidden;
}

#main .productList li{
	background: #eee;
	float: left;
	font-size: 12px;
	margin: 0 13px 20px 0;
	padding: 10px;
	width: 198px;
}

#main .productList li:nth-child(3n) {
	margin-right: 0;
}

#main .productList li span {
	background: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	margin-bottom: 10px;
	padding: 10px;
}

#main .productList li strong {
	display: block;
}

#main .pagenavi {
	border-top: #333 dotted 1px;
	padding-top: 10px;
	margin-bottom: 60px;
}

#main .pagenavi ul {
	position: relative;
	overflow: hidden;
}

#main .pagenavi ul li a {
	color: #444;
	text-decoration: none;
}

#main .pagenavi ul li.prev {
	padding-left:15px;
	position: relative;
	float: left;
}

#main .pagenavi ul li.prev:before{
	content: "";
	width: 10px;
	height: 10px;
	background: #40b860;
    position: absolute;
    top: 8px;
    left: 0;
}

#main .pagenavi ul li.prev:after{
	content: "";
	width: 3px;
	height: 3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
    position: absolute;
    top: 8px;
    margin-top: 3px;
	left: 4px;
}


#main .pagenavi ul li.next{
	padding-right:15px;
	position: relative;
	float: right;
}

#main .pagenavi ul li.next:before{
	content: "";
	width: 10px;
	height: 10px;
	background: #40b860;
    position: absolute;
    top: 8px;
    right: 0;
}

#main .pagenavi ul li.next:after{
	content: "";
	width: 3px;
	height: 3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
    position: absolute;
    top: 8px;
    margin-top: 3px;
	right: 4px;
}