@charset "utf-8";

/**
 *
 *  施工事例
 *　works
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl:after{
	content:url(../images/works/common/bg_pagettl.jpg);
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
.lead{
	padding: 40px 0 60px;
	text-align:center;	
}

/* 汎用クラス
-----------------------------------------------------------------*/
.cat {
	width: 105px;
	margin-bottom: 10px;
	padding-bottom: 2px;
	border: 1px solid #3D3D3D;
	text-align: center;
	font-size: 79%;
}

/* TOP
-----------------------------------------------------------------*/
#Works .case-list{
	display:flex;
	flex-wrap:wrap;
}
#Works .case-list li{
	width: 270px;
	margin-bottom:60px;
}
#Works .case-list li+li{
	margin-left: 40px;
}
#Works .case-list li:nth-child(5n){
	margin-left: 0;	
}
#Works .case-list a{
	color:#3D3D3D;	
}
#Works .case-list .pic{
	height: 270px;
	margin-bottom: 16px;	
}
#Works .case-list .txt{
	line-height:1.4;	
}


/* Case
-----------------------------------------------------------------*/
.detail-box{
	width: 1000px;
	margin: 0 auto 75px;
	padding-top: 50px;	
}
.detail-box h3{
	margin-bottom: 20px;
	font-size:185%;
	color:#4572B8;	
}
.detail-box > .txt{
	margin-bottom: 40px;
	line-height:1.8;	
}
.detail-box .caption{
	display:block;
	padding-top: 12px;	
}

.backtotop{
	text-align:right;	
}
.backtotop a{
	padding-left: 25px;
	background:url(../images/common/ico_back.png) no-repeat left center;
	color:#3D3D3D;	
}

/* case01 */
.case01 .detail-box .pic{
	display:flex;	
}
.case01 .detail-box .pic p+p{
	margin-left: 30px;
}

/* case02 */
.case02 .detail-box .pic p+p{
	width: 485px;
	margin: 60px auto 0;
}

/* case03 */
.case03 .detail-box > .pic{
	margin-bottom: 100px;
}
.case03 .product{
	width: 663px;
	margin: 0 auto;	
}
.case03 .product h4{
	width: 290px;
	padding: 10px 0 10px 48px;
	background:url(../images/common/ico_exclamation.png) no-repeat 12px center #4574BA;
	color:#FFF;
	font-size:115%;
}
.case03 .product-box{
	display:flex;
	padding: 35px;
	border:1px solid #4574BA;
}
.case03 .product-box .pic{
	padding-right: 25px;	
}
.case03 .product-box .cat{
	margin-bottom: 15px;	
}
.case03 .product-box .txt{
	margin-bottom: 10px;	
}
.case03 .product-box .btn a{
	width: 210px;
	height: 48px;
	line-height:48px;
	background-color:#3D3D3D;	
}

/* case04 */
.case04 .detail-box .pic p{
	width: 600px;
	margin: 0 auto;	
}

/* case05 */
.case05 .detail-box .pic p{
	width: 600px;
	margin: 0 auto;	
}



/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl:after{
	content:"";
	background:url(../images/works/common/bg_pagettl_sp.jpg) no-repeat right top;
	background-size:auto 100px;
}


/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* 汎用クラス
-----------------------------------------------------------------*/
.cat {
		width: 80px;
		margin-bottom: 5px;
		padding-bottom: 1px;
		font-size:75%;
}


/* TOP
-----------------------------------------------------------------*/
#Works .case-list li{
	width: 50%;
	margin-bottom:25px;
	padding: 0 5px 0 0;
}
#Works .case-list li+li{
	margin-left: 0;
}
#Works .case-list li:nth-child(even){
	padding: 0 0 0 5px;
}
#Works .case-list a{
	color:#3D3D3D;	
}
#Works .case-list .pic{
	height: auto;
	margin-bottom: 12px;	
}
#Works .case-list .txt{
	line-height:1.4;	
}


/* Case
-----------------------------------------------------------------*/
.detail-box{
	width: 100%;
	margin: 0 auto 30px;
	padding-top: 35px;	
}
.detail-box h3{
	margin-bottom: 10px;
	font-size:125%;	
}
.detail-box > .txt{
	margin-bottom: 25px;	
}
.detail-box .pic p{
	padding: 0 25px;	
}
.detail-box .caption{
	padding-top: 5px;
	font-size:92%;
	line-height:1.4;
}

.backtotop a{
	padding-left: 20px;
	background:url(../images/common/ico_back.png) no-repeat left center;
	background-size:13px auto;
	font-size:92%;
}

/* case01 */
.case01 .detail-box .pic{
	display:block;	
}
.case01 .detail-box .pic p+p{
	margin: 30px 0 0 0;
}

/* case02 */
.case02 .detail-box .pic p:first-of-type{
	padding: 0;	
}
.case02 .detail-box .pic p+p{
	width: 100%;
	margin: 30px auto 0;
}

/* case03 */
.case03 .detail-box > .pic{
	margin-bottom: 30px;
}
.case03 .product{
	width: 100%;
	margin: 0 auto;	
}
.case03 .product h4{
	width: 230px;
	padding: 7px 0 7px 35px;
	background:url(../images/common/ico_exclamation.png) no-repeat 12px center #4574BA;
	background-size:17px auto;
	font-size:109%;
}
.case03 .product-box{
	flex-wrap:wrap;
	padding: 10px;
	border:1px solid #4574BA;
}
.case03 .product-box .pic{
	width:35% ;
	padding-right: 10px;
}
.case03 .product-box .txt-area{
	width: 65%;
}
.case03 .product-box .cat{
	margin-bottom: 15px;	
}
.case03 .product-box .txt{
	margin: 10px 0;	
}
.case03 .product-box .btn a{
	width:80%;
	height: 48px;
	margin: 0 auto;
	line-height:48px;
	background-color:#3D3D3D;	
}

/* case04 */
.case04 .detail-box .pic p{
	width: 100%;
	margin: 0 auto;	
}

/* case05 */
.case05 .detail-box .pic p{
	width: 100%;
	margin: 0 auto;	
}


}