/*======================================

	林建設工業
	建築工法CSS
	セットフォーム工法

=======================================*/

/*======================================
	建築工法 共通
=======================================*/
#method h3.title{
	font-size: 170%;
	font-weight: bold;
	background: #e6e6e6;
	padding: 5px 15px;
	border-top: solid 1px #231815;
	border-bottom: solid 1px #231815;
	margin-bottom: 25px;
}

#method h3.title .subttl{
	font-size: 75%;
}

.content_wrap{
	position: relative;
}
#method_wrap{
	max-width: 800px;
	width: calc(100% - 250px);
}
#method_wrap > section{
	margin-bottom: 100px;
}

#method_wrap .top_img{
	margin-bottom: 40px;
}

/* サイドナビ */
#nav_content .archit{
	margin-bottom: 30px;
}

.more_list li{
	margin-bottom: 10px;
}



/*======================================
	セットフォーム
=======================================*/

/* section1 */
#civileng_setform .s_01 .img{
	margin: 35px 0;
}
#civileng_setform .sp_img{
	display: none;
	margin: 0 auto;
}


/* section2 */
#civileng_setform .s_02 ul{
	padding: 20px;
	background: #ebf5e7;
}
#civileng_setform .s_02 li{
	padding: 10px 15px;
	margin-bottom: 15px;
	background: #fff;
}
#civileng_setform .s_02 li:last-child{
	margin-bottom: 0;
}
#civileng_setform .s_02 li .num{
	color: #0a8d00;
	margin-right: 5px;
	font-size: 105%;
}
#civileng_setform .s_02 .img{
	display: block;
	margin-top: 30px;
	text-align: center;
}


/* section3 */
#civileng_setform .s_03 .info{
	font-size: 95%;
	margin-bottom: 30px;
}
#civileng_setform .s_03 ul li{
	float: left;
	max-width: 255px;
	width: 31.5%;
	margin-right: 2.18%;
	margin-bottom: 30px;
}
#civileng_setform .s_03 ul li:nth-child(3n){
	margin-right: 0;
}
#civileng_setform .s_03 .caption{
	margin-top: 0.7em;
}


/* section4 */
#civileng_setform .s_04 li p{
	position: relative;
	padding-left: 1em;
}
#civileng_setform .s_04 li p::before{
	content: "・";
	position: absolute;
	left: 0;
}
#civileng_setform .s_04 li a{
	color: #0a8d00;
}

#civileng_setform .s_04 dl.info{
	background: url(../img/civileng_setform/bk_s_04.png);
	background-repeat: repeat-y;
	border-top: solid 1px #000;
	margin-top: 0.7em;
	margin-bottom: 1.3em;
}
#civileng_setform .s_04 dt{
	font-weight: bold;
	position: absolute;
	padding-top: 10px;
	left: 20px;
}
#civileng_setform .s_04 dd{
	border-bottom: solid 1px #000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 190px;
}

#civileng_setform .s_04 a.btn_01{
	max-width: 360px;
}

#civileng_setform .s_04 .more_list{
	margin-bottom: 30px;
}

#civileng_setform .s_04 .reference{
	border-top: solid 1px #000;
	margin-top: 40px;
	padding-top: 20px;
}


/* section5 */
#civileng_setform .s_05 .btn_wrap{
	margin-top: 40px;
	margin-bottom: 20px;
}
#civileng_setform .s_05 .btn_01{
	max-width: 300px;
	padding-right: 8px;
}
#civileng_setform .s_05 .txt{
	text-align: center;
}


@media screen and (max-width:800px) {
	#method_wrap{
		width: 100%;
	}
}

@media screen and (max-width:600px) {
	#method h3.title .subttl{
		display: block;
	}
}

@media screen and (max-width:500px) {
	#civileng_setform .s_03 ul li:nth-child(3n){
		margin-right: 4%;
	}
	#civileng_setform .s_03 ul li{
		width: 48%;
		margin-right: 4%;
	}
	#civileng_setform .s_03 ul li:nth-child(even){
		margin-right: 0;
	}
	
	#civileng_setform .pc_img{
		display: none;
	}
	#civileng_setform .sp_img{
		display: block;
	}
	
	#civileng_setform .s_03 ul li:nth-child(3n){
		margin-right: 4%;
	}
	#civileng_setform .s_03 ul li{
		width: 48%;
		margin-right: 4%;
	}
	#civileng_setform .s_03 ul li:nth-child(even){
		margin-right: 0;
	}
	#civileng_setform .s_05 .txt {
		text-align: left;
	}
}

@media screen and (max-width:400px) {
	
	#civileng_setform .s_04 dl.info{
		background: none;
	}
	#civileng_setform .s_04 dt {
		position: relative;
		padding-left: 10px;
		left: 0;
	}
	#civileng_setform .s_04 dd {
		padding-top: 0;
		padding-left: 10px;
	}
	#civileng_setform .s_04 a.btn_01{
		font-size: 90%;
		background-position: top 10px right 10px;
	}
	#civileng_setform .s_04 a.btn_01:hover{
		background-position: top 10px right 10px;
	}
	
	#civileng_setform .s_05 .btn_wrap {
		margin-top: 30px;
	}
}

@media screen and (max-width:350px) {
	#civileng_setform .s_03 ul li{
		float: none;
		width: 100%;
		margin: 0 auto 20px auto;
	}
	#civileng_setform .s_03 ul li:nth-child(even),
	#civileng_setform .s_03 ul li:nth-child(3n){
		margin: 0 auto 20px auto;
	}
}
