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

	林建設工業
	建築工法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;
}

.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;
}




/*======================================
	システム建築
=======================================*/

/* section1 */
#archit_system .s_01 .txt{
	float: left;
	max-width: 460px;
	width: 57.4%;
	margin-right: 3%;
}
#archit_system .s_01 .img{
	float: right;
	max-width: 317px;
	width: 39.6%;
}

/* section2 */
#archit_system .s_02 .desc{
	margin-bottom: 30px;
}
#archit_system .s_02 .img{
	text-align: center;
}

#archit_system .s_03 .desc{
	margin-bottom: 30px;
}

/* section3 */
#archit_system .s_03 ul{
	padding: 20px;
	background: #ebf5e7;
}
#archit_system .s_03 li{
	padding: 10px 15px;
	margin-bottom: 20px;
	background: #fff;
}
#archit_system .s_03 h5{
	position: relative;
	margin-bottom: 5px;
}
#archit_system .s_03 h5 span.num{
	position: absolute;
	top: -4px;
	left: 0;
	font-size: 150%;
	color: #0a8d00;
}
#archit_system .s_03 h5 span.sub{
	display: block;
	padding-left: 100px;
	font-size: 110%;
	color: #3e3a39;
}

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

/* section5 */
#archit_system .s_05 ul{
	margin-top: 40px;
	padding-left: 0;
}
#archit_system .s_05 li{
	float: left;
	max-width: 220px;
	width: 27.5%;
	margin-right: 8.75%;
	text-align: center;
}
#archit_system .s_05 li:last-child{
	margin-right: 0;
}
#archit_system .s_05 li img{
	display: block;
	margin: 0 auto 15px auto;
}

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


@media screen and (min-width:601px) and (max-width:800px) {
	#archit_system .s_01 .txt{
		float: none;
		max-width: 100%;
		width: 100%;
		margin-right: 0;
	}
	#archit_system .s_01 .img{
		float: none;
		max-width: 317px;
		width: 100%;
		margin: 20px auto 0 auto;
	}
}

@media screen and (max-width:500px) {
	#archit_system .s_01 .txt{
		float: none;
		max-width: 100%;
		width: 100%;
		margin-right: 0;
	}
	#archit_system .s_01 .img{
		float: none;
		max-width: 317px;
		width: 63.4%;
		margin: 20px auto 0 auto;
	}
	#archit_system .s_04 .txt {
		text-align: left;
	}
	#archit_system .s_04 .btn_wrap {
		margin-top: 30px;
	}
	#archit_system .s_05 li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 20px;
	}
	#archit_system .s_05 li:nth-child(even){
		margin-right: 0;
	}
}

@media screen and (max-width:400px) {
	#archit_system .s_03 h5 span.num {
		position: relative;
		top: 0;
	}
	#archit_system .s_03 h5 span.sub {
		padding-left: 0;
	}
}

@media screen and (max-width:350px) {
	#archit_system .s_05 li{
		float: none;
		width: 100%;
		margin: 0 auto 20px auto;
	}
	#archit_system .s_05 li:nth-child(even),
	#archit_system .s_05 li:last-child{
		margin: 0 auto 20px auto
	}
}
