@charset "utf-8";

/*
--------------------------------------------
	住友林業-webサイトCSS
	
	個別レイアウトファイル
--------------------------------------------
*/

#contents {
	padding: 50px 0 180px 0 !important;
}

/* SCT1 */
#SCT1 {
	margin: 0 auto;
	padding: 36px 0 20px 0;
	width: 920px;
	overflow: hidden;
}
#SCT1 h1 {
	margin-bottom: 39px;
}
#SCT1 .list {
	width: 951px;
}
#SCT1 .block {
	position: relative;
	background-color: rgba(255,255,255,0.9);
	margin: 0 31px 30px 0;
	width: 286px;
	height: 265px;
	float: left;
	cursor: pointer;
}
#SCT1 .block .icn {
	position: absolute;
	top: 10px;
	right: 10px;
}
#SCT1 .block .image span {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 266px;
	height: 130px;
	overflow: hidden;
	display: block;
}
#SCT1 .block .pht {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#SCT1 .hover .pht {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
#SCT1 .block h4 {
	margin-left: 10px;
	padding-top: 73px;
	font-size: 14px !important;
	font-weight:bold;
	line-height: 1.45;
}

/* SCT2 */
#SCT2 {
	background-color: rgba(7,58,108,0.8);
	margin-bottom: 50px;
}
#SCT2 .cont {
	margin: 0 auto;
	padding: 26px 0 53px 0;
	width: 920px;
	overflow: hidden;
}
#SCT2 .list {
	width: 1000px;
}
#SCT2 .block {
	margin-right: 80px;
	width: 420px;
	float: left;
	cursor: pointer;
}
#SCT2 .block h4 {
	margin: 12px 0 12px 0;
	font-size: 15px !important;
	font-weight: bold;
	color: #fff;
}
#SCT2 .block .image {
	background-color: #fff;
	width: 420px;
	height: 195px;
	overflow: hidden;
}
#SCT2 .block .image img {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#SCT2 .hover .image img {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

/* SCT3 */
#SCT3 {
	background-color: rgba(0,0,0,0.8);
	margin-bottom: 0px;
}
#SCT3 .cont {
	margin: 0 auto;
	padding: 32px 0 21px 0;
	width: 920px;
	overflow: hidden;
}
#SCT3 .cont h2 {
	margin-bottom: 27px;
	font-size: 22px !important;
	font-weight: normal;
	color: #fff;
}
#SCT3 .list {
	width: 951px;
}
#SCT3 .block {
	margin-right: 31px;
	width: 286px;
	text-align: center;
	float: left;
	cursor: pointer;
}
#SCT3 .block h4 {
	padding: 16px 0 0 0;
	font-size: 14px !important;
	font-weight: normal;
	color: #fff;
	display: inline-block;
	text-align: right;
}
#SCT3 .block h4 img {
	margin-bottom: 9px;
	display: block;
}
#SCT3 .block .image {
	background-color: #fff;
	width: 286px;
	height: 155px;
	overflow: hidden;
}
#SCT3 .block .image img {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#SCT3 .hover .image img {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

/* SCT4 */
#SCT4 {
	background-color: rgba(7,58,108,0.8);
}
#SCT4 .cont {
	margin: 0 auto;
	padding: 35px 0 35px 0;
	width: 920px;
	overflow: hidden;
}
#SCT4 .cont h2 {
	margin-bottom: 18px;
	font-size: 22px !important;
	font-weight: normal;
	color: #fff;
	text-align: center;
}
#SCT4 .list {
	margin: 0 auto;
	width: 420px;
}
#SCT4 .block {
	position: relative;
	width: 420px;
	cursor: pointer;
}
#SCT4 .block h4 {
	position: absolute;
	left: 0;
	top: 47px;
	background-color: rgba(255,255,255,0.7);
	box-sizing: border-box;
	padding-top: 26px;
	width: 100%;
	height: 105px;
	font-size: 15px !important;
	font-weight: normal;
	color: #231815;
	text-align: center;
}
#SCT4 .block h4 img {
	margin: 0 auto 10px auto;
	display: block;
}
#SCT4 .block .image {
	background-color: #fff;
	width: 420px;
	height: 195px;
	overflow: hidden;
}
#SCT4 .block .image img {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#SCT4 .hover .image img {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

/* SCT5 */
#SCT5 {	background-color: rgba(255,255,255,0.8);
	margin: 0 auto 50px auto;
	padding: 39px 0 51px 0;
	width: 920px;
}
#SCT5 .cont {
	margin: 0 45px;
	overflow: hidden;
}
#SCT5  h2 {
	margin-bottom: 40px;
	text-align: center;
}
#SCT5 .list {
	width: 844px;
}
#SCT5 .block {
	margin: 0 14px 14px 0;
	width: 408px;
	float: left;
	cursor: pointer;
}
#S5_BLK1 {
	background-color: #cac2be;
}
#S5_BLK2 {
	background-color: #dfe2cb;
}
#S5_BLK3 {
	background-color: #dfe2cb;
}
#S5_BLK4 {
	background-color: #cac2be;
}
#SCT5 .block .image {
	background-color: #fff;
	width: 204px;
	height: 108px;
	overflow: hidden;
	float: left;
}
#SCT5 .block .image img {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#SCT5 .hover .image img {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
#SCT5 .block h3 {
	margin-left: 215px;
}
#S5_BLK1 h3 {
	padding: 18px 0 16px 0;
}
#S5_BLK2 h3 {
	padding: 26px 0 23px 0;
}
#S5_BLK3 h3 {
	padding: 21px 0 13px 0;
}
#S5_BLK4 h3 {
	padding: 33px 0 0 0;
}
#SCT5 .block p {
	margin-left: 215px;
	font-size: 11px !important;
	line-height: 1.45;
}
