#contents{
	margin: 0 auto;
	padding-top: 160px;
	padding-bottom: 24px;
	max-width: 980px;
	width: 96%;
	border-left: solid 1px #f7f7f7;
	border-right: solid 1px #f7f7f7;
	background: #ffffff;
	position: relative;
	min-height: 560px;
}

#contents h2,
#contents h3{
	font-size: 116%;
	padding-bottom: 2px;
	border-left: solid 4px #1f4399;
	padding-left: 12px;
	border-bottom: solid 1px #1f4399;
	margin-bottom: 32px;
}

#breadcrumbs{
	margin: 0 auto ;
	max-width: 980px;
	width: 96%;
	position: absolute;
	bottom: 16px;
	font-size: 90%;
	color: #919191;
	text-align: right;
}
#breadcrumbs a{
	color: #919191;
}

/* ----------------------------------　会社概要 */
#company_profile,
#property_for_sale,
#rental_property,
#contact{
	margin: 0 auto;
	padding: 24px 0;
	max-width: 968px;
	width: 96%;
}

#company_profile iframe{
	margin: 0 0 24px;
}

#company_profile table{
	border-top: solid 1px #c3c3c3;
	border-left: solid 1px #c3c3c3;
	margin-bottom:24px;
	width: 100%;
}
#company_profile th{
	background: #eeeffd;
	border-bottom: solid 1px #c3c3c3;
	border-right: solid 1px #c3c3c3;
	width: 150px;
	padding: 8px;
}
#company_profile td{
	border-bottom: solid 1px #c3c3c3;
	border-right: solid 1px #c3c3c3;
	padding: 8px 16px;
	word-break: break-word;
/* 	overflow-wrap: anywhere; */
}

#company_profile table span{
	display: inline-block;
}


/* ----------------------------------　お問い合わせ */
#contact table{
	margin-bottom:24px;
	width: 100%;
}
#contact .first_td{
	border-right: none;
	border-top: none!important;
}
#contact .last_td{
	padding-top: 24px;
	padding-left:186px;
	border:none;
}
#contact .last_td_thanks{
	padding: 24px 8%;
	border:none;
}
#contact table tr:first-of-type th,
#contact table tr:first-of-type td{
	border-top: solid 1px #c3c3c3;
}
#contact th{
	background: #eef3fa;
	border-bottom: solid 1px #c3c3c3;
	border-right: solid 1px #c3c3c3;
	border-left: solid 1px #c3c3c3;
	width: 150px;
	padding: 8px;
	font-size: 14px;
	text-align: left;
}
#contact td{
	border-bottom: solid 1px #c3c3c3;
	border-right: solid 1px #c3c3c3;
	padding: 12px 16px;
	word-break: break-word;
	font-size: 14px;
}

#contact table span{
	display: inline-block;
}
input[type]{
	font-size: 14px;
}
input[type="submit"],
input[type="button"]{
	padding: 16px;
	font-size: 14px;
	display: inline-block;
	background: #fff;
	border-radius: 4px;
	border: solid 1px #999;
	cursor: pointer;
	transition: background 0.2s,color 0.2s;
	-webkit-transition: background 0.2s,color 0.2s;
	-moz-transition: background 0.2s,color 0.2s;
	-o-transition: background 0.2s,color 0.2s;
	color: #363636;
}
input[type="submit"]{
	margin: 12px 24px 12px 0;
}
input[type="submit"]:hover,
input[type="button"]:hover{
	background: #1f4399;
	color: #fff;
}
.font_color_6{
	color: red;
}
textarea{
	font-size: 16px;
}


/* ----------------------------------　リフォーム */
#remodeling_dismantling{
	margin: 0 auto;
	padding: 24px 0 240px;
	max-width: 968px;
	width: 96%;
	height: 500px;
	position: relative;
}
#remodeling_dismantling p{
	margin: 0 auto;
	width: 86%;
	border: solid 5px #1f4399;
	border-radius: 16px;
	padding: 40px 24px;
	text-align: center;
	font-weight: bold;
	background: #fff;
	font-size: 130%;
	position: absolute;
	left: 0%;
	right: 0;
	z-index: 1;
	box-shadow: 2px 2px 2px #ffffff;
}
#remodeling_dismantling p span{
	display: inline;
	margin: 0 0.5em;
	padding: 0;
}
#remodeling_dismantling img{
	width: 100%;
	height: auto;
	position: absolute;
	top: 188px;
	z-index: 0;
	padding-bottom: 240px;
}


@media screen and (max-width: 872px) {
	#remodeling_dismantling img{
		width: 100%;
		height: auto;
		position: absolute;
		top: 240px;
		z-index: 0;
	}
}