@charset "UTF-8";

/********************************
	works
********************************/
.page_box_works {
	max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    min-height: 500px;
}
.works_contents_main {
	overflow: hidden;
    width: 100%;
    margin: 0 auto 100px auto;
	width: 100%;
}
.works_title {
	margin: 70px 0px 70px 0px;
    border-bottom: 1px solid #cfcfcf;
	text-align: left;
}
.works_title h3 {
	font-size: 170%;
	font-weight: 500;
}
.works_osusume {
	margin: 6px 0 15px 0;
}
.works_contents_left {
	width: 33%;
	float: left;
	margin-bottom: 50px;
}
.works_contents_left p {
	font-size: 17px;
	line-height: 1.7em;
	text-align: left;
}
.works_data_area {
    background-color: #ebe8e4;
    width: 97%;
    overflow: hidden;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 1.8em;
    padding: 10px 0px 10px 0px;
}
.works_data_area dt {
    width: 20%;
    border-right: solid 1px #666666;
    padding: 10px 20px 0px 20px;
	color: #666666;
}
.works_data_area dd {
	width: 62%;
    padding: 10px 0px 10px 20px;
    text-align: left;
	color: #666666;
}
.works_contents_right {
	width: 55%;
	float: right;
	margin-bottom: 50px;
}
.works_main_image {
	width: 100%;
	margin-bottom: 5px;
}
.works_main_image img {
	width: 100%;
}
.works_main_text {
}
.works_main_text p {
	text-align: right;
	color: #999;
	font-size: 14px;
}
.works_contents_sub {
	overflow: hidden;
    width: 75%;
    margin: 0 auto 100px auto;
}
.works_sub_image {
	width: 100%;
	margin-bottom: 5px;
}
.works_sub_image img {
	width: 100%;
}
.works_contents_text {
	margin-bottom: 0px;
}
.works_contents_text p {
	text-align: right;
	color: #999;
	font-size: 14px;
}
.works_contents {
	width: 100%;
	overflow: hidden;
}
.works_contents p {
	line-height: 2em;
	margin-top: 20px;
	text-align: left;
}

/************************************************************************************************
		　　　レスポンシブ（1023px以下）　ここから
************************************************************************************************/

@media only screen and (max-width: 1024px) {
/********************************
　　施工事例シングル
********************************/
.works_contents_main {
	display: flex;
	flex-direction: column;
	width: 90%;
}
.works_title {
	margin: 0px 0px 30px 0px;
	order: 1;
}
.works_contents_left {
	width: 100%;
	order: 3;
}
.works_data_area dd {
	width: 60%;
}
.works_contents_right {
	width: 100%;
	margin-bottom: 20px;
	order: 2;
}

}

/************************************************************************************************
		　　　レスポンシブ（640px以下） ここから
************************************************************************************************/
@media only screen and (max-width: 641px) {
/********************************
　　施工事例シングル
********************************/
.works_title {
    margin: 40px 0px 15px 0px;
}
.works_title h3 {
    font-size: 21px;
}
.works_contents_left {
	border-bottom: 0;
}
.works_contents_left p {
	font-size: 15px;
}
.works_data_area {
	width: 100%;
}
.works_main_text p {
	font-size: 11px;
}
.works_contents_sub {
	width: 90%;
	margin: 0 auto 60px auto;
}
.works_contents p {
	line-height: 1.7em;
	margin-top: 13px;
}

}
