@charset "utf-8";
/* CSS Document */


.container {
	margin-top: 0;
}
#crumb {
	margin: auto;
	width: calc(100% - 30px);
	overflow: hidden;
	position: relative;
	max-width:1000px;
}
#crumb ol {
}
#crumb ol li {
	display: inline-block;
	max-height: 99999px;
	color: #7f7f7f;
	font-size: 11px;
	line-height: 35px;
}
#crumb ol li a {
	color: #aaaaaa;
}
#crumb ol li::after {
    display: inline-block;
    content: ">";
    margin: 0 8px;
}
#crumb ol li:last-child::after {
    content: "";
}
h2.pagetitle {
	width: 100%;
	height:57px;
	margin-bottom:10px;
}
h2.pagetitle span {
	width: calc(100% - 30px);
	margin: auto;
	max-width: 1000px;
	line-height: 57px;
	font-size: 26px;
	display: block;
	font-weight: bold;
}
section.box1 {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	margin-bottom: 40px;
	margin-top: 20px;
	background-color: #f4f4f4;
	border-top: solid 3px #325886;
}
section.box2,
section.box3,
section.box4 {
	width: 100%;
	max-width:1000px;
	margin: auto;
	margin-bottom: 40px;
	margin-top: 20px;
	border-top: solid 3px #325886;
}
section h3 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	color: #FFF;
	background-color: #325886;
	text-align: center;
	margin:auto;
	margin-bottom:30px;
	width:30%;
	min-width:295px;
	border-radius: 0  0 6px 6px;
    -webkit-border-radius: 0  0 6px 6px;
    -moz-border-radius: 0  0 6px 6px;
}
.box1 p {
	font-size: 16px;
	text-align: center;
	margin-bottom: 25px;
	padding: 0 1em;
	line-height:1.5;
}
.box1 .sogo {
	margin: auto;
	width: 590px;
	margin-bottom: 55px;
	overflow: hidden;
	position: relative;
}
.btn1 a {
	display:block;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	background:#fff;
	background: #365db5 url(../../images/common/link_out_w2.png) no-repeat right 16px center;
	background-size: 16px auto;
	color:#fff;
	padding:1em 1em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size:18px;
	font-weight: bold;
	width:270px;
	margin-right:50px;
	float:left;
}
.btn1 a:hover {
	background: #5884e6 url(../../images/common/link_out_w2.png) no-repeat right 16px center;
	background-size: 16px auto;
	text-decoration:none;
}
.freedial {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: block;
	width: 270px;
	height: 0;
	padding-top: 54px;
	background-image: url(../images/freedial.gif);
	background-repeat: no-repeat;
	background-position: center center;	
	float:left;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border:solid 1px #8d8d8d;
	color:#fff;
	overflow:hidden;
}
.box2 dl,
.box3 dl,
.box4 dl {
	overflow: hidden;
	position: relative;
	border-bottom:dotted 1px #999;
	padding: 0 1.5em 1.5em;
	margin-bottom:1.5em;
}
.box2 dl dt.house a,
.box2 dl dt.apart a {
	display:block;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	background:#fff;
	background: #365db5 url(../../images/common/link_out_w2.png) no-repeat right 16px center;
	background-size: 16px auto;
	color:#fff;
	padding:1em 1em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size:18px;
	font-weight: bold;
	width:270px;
	margin-right:50px;
	float:left;
	position:relative;
}
.box2 dl dt.house a span {
	position: absolute;
	top: 0;
	right: 25px;
	width: 120px;
	height: 54px;
	display: block;
	background-image: url(../images/btn_house.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.box2 dl dt.apart a span {
	position: absolute;
	top: 0;
	right: 25px;
	width: 120px;
	height: 54px;
	display: block;
	background-image: url(../images/btn_apart.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.box3 dl dt a,
.box4 dl dt a {
	display:block;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	background:#fff;
	background: #365db5 url(../../images/common/link_out_w2.png) no-repeat right 16px center;
	background-size: 16px auto;
	color:#fff;
	padding:1em 1em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-size:18px;
	font-weight: bold;
	width:270px;
	margin-right:50px;
	float:left;
}
.box2 dl dt a:hover,
.box3 dl dt a:hover,
.box4 dl dt a:hover {
	background: #5884e6 url(../../images/common/link_out_w2.png) no-repeat right 16px center;
	background-size: 16px auto;
	text-decoration:none;
}
.box3 dl dt.line2 a,
.box4 dl dt.line2 a {
	padding:0.5em 1em;
}
.box2 dl dd,
.box3 dl dd,
.box4 dl dd {
	font-size:16px;
	line-height:1.5;
}











