@charset "utf-8";
#wrapper #content_wrapper #top_image {
	margin: 0px;
	padding: 0px;
	width: 100%;	
	height: 40vmax;
	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);
	display: block;
	margin-right: 5%;
	margin-top: 15vmax;
	height: auto;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;/* for Safari and Chrome 対応*/
	-moz-border-radius: 5px;/* for Firefox 対応*/
}
.top_btn table{
	margin: 0;
	color: #FFFFFF;
	text-align: center;
}
.top_btn table td{
	vertical-align: middle;
}
.btn_text3 {
	font-size: 1.5em;
	letter-spacing:0.2em;
	font-weight: 900;
}
.btn_text1 {
	font-size: 70%;
	letter-spacing: 0.1em;
	padding: 0.2em 1em;
}
.btn_text2 {
	font-size: 1.2em;
	font-weight: 600;
	letter-spacing: 0.2em;
}
/***************/
#wrapper #content_wrapper #housing {
	width: 96%;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
}
#wrapper #content_wrapper #housing .example_area {
	width: 100%;
}
.example {
	width: 25%;
	display: block;
	margin-right: 0.2em;
}
.example img{
	width: 100%;
	height: auto;
}
#content_wrapper #housing #case_area {
	width: 96%;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#content_wrapper #housing #case_area h3 {
	font-size: 1.2em;
	line-height: 1.5em;
}
.ill_wrap1 {
	margin-top: 1em;
	line-height: 1.8em;
}
.ill_wrap2 {
	display: block;
	margin-top: 1em;
	margin-bottom: 2em;
	clear: both;
}
.ill_wrap2 img{
	width: 90px;
	height: auto;
	float: left;
	margin-right: 1em;
}
.case_title {
	font-size: 1.2em;
	letter-spacing: 0.1em;
	padding-bottom: 0.1em;
	line-height: 1em;
	margin-left: 95px;
	display: block;
	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;
	padding-left: 1em;
	display: block;
}
#wrapper #content_wrapper #housing #case_under {
	margin-top:2em;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	display: flex;
	flex-wrap: wrap;
}
#wrapper #content_wrapper #housing #case_under .process {
	display: block;
	margin-top: 2em;
	width: 100%;
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
}
#wrapper #content_wrapper #housing #case_under .process img{
	width: 100%;
	height: auto;
	margin-top: 0.5em;
	margin-left:auto;
	margin-right: auto;
}
.process_title {
	font-size: 1.2em;
	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.5em;
	color: #333333;
	text-indent: 1em;
	word-wrap: break-word;
	padding-top: 0.5em;
}
#wrapper #content_wrapper #housing #works {
	width: 96%;
	margin: 2em auto;
	padding: 0px;
}
#wrapper #content_wrapper #housing #works .works_wrap {
	margin-top: 2em;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#wrapper #content_wrapper #housing #works .works_wrap .img_wrap {
	width: 90%;
	margin: 0 auto;
}
#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: 90%;
	margin: 0.2em auto;
	padding: 0px;
}
#wrapper #content_wrapper #housing #works .works_wrap .works_img_area {
	width: 100%;
	margin-bottom: 0.5em;
	display: flex;
}
#wrapper #content_wrapper #housing #works .works_wrap .works_img_area img{
	width: 25%;
	height: 20vw;
	object-fit: cover;
}
#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{
	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.8em;
	letter-spacing: 0.2em;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
}
#wrapper #content_wrapper #housing #works .works_wrap .img_wrap2 table td{
	padding: 0.2em 0.5em;
	font-size: 0.9em;
	letter-spacing: 0.1em;
}