@charset "utf-8";
#wrapper #content_wrapper #top_image {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 40vh;
	background-image:url(../img/top_img05.png);
	background-repeat: no-repeat;
	background-size: cover;
}
/*** top_btn ***/
#wrapper #content_wrapper #top_image #topbtn_weap {
	display: flex;
	justify-content:flex-end;
}
.top_btn {
	background-color: rgba(0,0,200,0.5);
	color: #FFFFFF;
	display: block;
	margin-right: 15%;
	margin-top: 6em;
	height: auto;
	text-decoration: none;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	border-radius: 5px;
	-webkit-border-radius: 5px;/* for Safari and Chrome 対応*/
	-moz-border-radius: 5px;/* for Firefox 対応*/
}
.top_btn:hover {
	background-color: rgba(0,0,255,0.5);
	display: block;
}
.top_btn table{
	margin: 0;
	color: #FFFFFF;
	text-align: center;
}
.top_btn table td{
	vertical-align: middle;
}
.btn_text3 {
	font-size: 2.4em;
	letter-spacing:0.2em;
	font-weight: 900;
	padding: 0 0.5em;
}
.btn_text1 {
	font-size: 1em;
	letter-spacing: 0.1em;
	padding: 0.2em 1em;
}
.btn_text2 {
	font-size: 1.5em;
	font-weight: 600;
	letter-spacing: 0.2em;
}

/***************/
#wrapper #content_wrapper #housing {
	max-width:1280px;
	width: 96%;
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
}
#wrapper #content_wrapper #housing .example_area {
	width: 100%;
}
#content_wrapper #housing #case_area {
	width: 96%;
	max-width: 1280px;
	margin-top: 2em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#content_wrapper #housing #case_area h3 {
	font-size: 1.6em;
}
#content_wrapper #housing #case_area .case_illustbox {
	display: flex;
	width: 96%;
	max-width: 1280px;
	margin: 0 auto;
}
.ill_wrap1 {
	width: 60%;
	margin-top: 1em;
	margin-right: 2em;
}
.ill_wrap2 {
	width: 300px;
	padding: 1em;
	margin-top:2em;
	display: block;
	background: rgba(255,255,255,0.8);
	border-radius: 5px;
	-webkit-border-radius: 5px;/* for Safari and Chrome 対応*/
	-moz-border-radius: 5px;/* for Firefox 対応*/
}
#content_wrapper #housing #case_area .case_illustbox2 {
	background-image: url(../img/business/housing/housing_img010.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	width: 96%;
	padding-left: 3em;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
	height: 500px;
}
#content_wrapper #housing #case_area .case_illustbox2 .ill_wrap2{
	margin-top: 1em;
	margin-right: 60%;
	margin-left: auto;
}
.case_title {
	font-size: 1.2em;
	letter-spacing: 0.1em;
	padding-bottom: 0.1em;
	line-height: 1em;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 0.2em;
}
.case_text {
	font-size: 0.8em;
	line-height: 1.8em;
}
#wrapper #content_wrapper #housing #case_under {
	display: flex;
	justify-content: space-around;
	margin-top:2em;
	max-width: 1280;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
#wrapper #content_wrapper #housing #case_under .process {
	display: block;
	width: 30%;
}
#wrapper #content_wrapper #housing #case_under .process img{
	width: 100%;
	height: auto;
	margin-top: 1em;
}
.process_title {
	font-size: 1.5em;
	line-height: 1em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.4em;
	border-bottom-width: 2px;
	border-left-width: 5px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #003366;
}
.process_text {
	font-size: 1em;
	line-height: 1.8em;
	color: #333333;
	letter-spacing: 0.1em;
	text-indent: 1em;
	word-wrap: break-word;
}
#wrapper #content_wrapper #housing #works {
	width: 96%;
	max-width: 1000px;
	margin: 3em auto;
	padding: 0px;
}
#wrapper #content_wrapper #housing #works .works_wrap {
	display: flex;
	margin-top: 2em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#wrapper #content_wrapper #housing #works .works_wrap .img_wrap {
	width: 40%;
	margin-right: 1.5em;
}
#wrapper #content_wrapper #housing #works .works_wrap .img_wrap img{
	width: 100%;
	height:auto;	
	border: 1px solid #999999;
}
#wrapper #content_wrapper #housing #works .works_wrap .img_wrap2 {
	width: 55%;
	margin-right: 1.5em;
}
#wrapper #content_wrapper #housing #works .works_wrap .works_img_area {
	width: 100%;
	margin-bottom: 0.5em;
}
#wrapper #content_wrapper #housing #works .works_wrap .works_img_area img{
	width: 23%;
	border: 1px solid #999999;
}
#wrapper #content_wrapper #housing #works .works_wrap .img_wrap2 table{
	width: 100%;
	margin-top: 0.5em;
}
#wrapper #content_wrapper #housing #works .works_wrap .img_wrap2 table th{
	width: 20%;
	background-color: #003366;
	color: #FFFFFF;
	padding: 0.2em;
	border-bottom: 2px solid #FFFFFF;
	text-align: justify;
	text-justify: inter-ideograph;
	font-weight: normal;
	font-size: 0.9em;
	letter-spacing: 0.5em;
}
#wrapper #content_wrapper #housing #works .works_wrap .img_wrap2 table td{
	padding: 0.2em 0.5em;
	font-size: 1em;
	letter-spacing: 0.1em;
}
