@charset "utf-8";

/*------------------------------*/
/* メインヘッダー画像枠 */
.main_header_image {
	background-image: url('/image/main_header_construction_example_no.png');
	background-image: url('/image/main_header_construction_example.webp');
	background-position:center;
}

/*------------------------------*/
/* 施工事例タイトル */
.right_arrow_frame {
	position:relative;
	bottom:0px;
	right:0px;
	padding:0px 30px 5px 0px;
	border-bottom:1px solid #000000;
}
.right_arrow_frame::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 1px;
	height: 30px;
	background: #000000;
	transform: rotate(-45deg);
	transform-origin: bottom right;
}

/*------------------------------*/
/* メイン画像枠 */
.contents_big_image_frame {
	height:410px;
}
/* スマホ */
@media only screen and (max-width:599px) {
	.contents_big_image_frame {
		height:300px;
	}
}