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



.container {
	margin-top: 0;
}
#crumb {
	display:none;
}
h2.pagetitle {
	width: 100%;
	height:13vw;
	text-align:center;
}
h2.pagetitle span {
	width: 100%;
	margin: auto;
	line-height: 13vw;
	font-size: 4.8vw;
	display: block;
	font-weight: bold;
}
section.box1 {
	width: 100%;
	margin: auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding-bottom:7vw;
	background-color: #f0f0f0;
	border-top: solid 3px #325886;
}
section.box2 {
	width: 100%;
	margin: auto;
	margin-bottom: 10vw;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
section.box2,
section.box3,
section.box4 {
	width: 100%;
	margin: auto;
	margin-bottom: 5vw;
	border-top: solid 3px #325886;
}
section h3 {
	font-size: 4.3vw;
	line-height: 8vw;
	font-weight: bold;
	color: #FFF;
	background-color: #325886;
	text-align: center;
	padding-bottom:3px;
	margin:auto;
	margin-bottom:5vw;
	width:60%;
	border-radius: 0  0 6px 6px;
    -webkit-border-radius: 0  0 6px 6px;
    -moz-border-radius: 0  0 6px 6px;
}
.box1 p {
	font-size: 3.8vw;
	text-align: left;
	margin-bottom: 5vw;
	padding: 0 0.5em;
	line-height:1.5;
}
.box1 .sogo {
	margin: auto;
	width: 90%;
	margin-bottom: 5vw;
	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/arrow_bn.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:3.8vw;
	font-weight: bold;
	width:90%;
	margin:auto;
	margin-bottom:5vw;
}
.btn1 a:hover {
	background: #5884e6 url(../images/arrow_bn.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: 90%;
	height: 0;
	margin:auto;
	padding-top: 12vw;
	background-image: url(../images/freedial-s.gif);
	background-repeat: no-repeat;
	background-position: center center;	
	background-size: contain;
	background-color:#fff;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border:solid 1px #8d8d8d;
}
.freedial a {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: block;
	width: 90%;
	height: 0;
	margin:auto;
	padding-top: 12vw;
	background-image: url(../images/freedial-s.gif);
	background-repeat: no-repeat;
	background-position: center center;	
	background-size: contain;
	background-color:#fff;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border:solid 1px #8d8d8d;
}
.freedial a:hover {
	filter: alpha(opacity=75);
	opacity: 0.75;
}
.box2 dl,
.box3 dl,
.box4 dl {
	overflow: hidden;
	position: relative;
	border-bottom:dotted 1px #999;
	margin: auto;
	width: 90%;
	margin-bottom:1.2em;
}
.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/arrow_bn.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:3.8vw;
	font-weight: bold;
	width:90%;
	margin:auto;
	margin-bottom:3vw;
}
.box2 dl dt.house a span {
	position: absolute;
	top: 0;
	right: 15vw;
	width: 31vw;
	height: 12.5vw;
	display: block;
	background-image: url(../images/btn_house.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
}
.box2 dl dt.apart a span {
	position: absolute;
	top: 0;
	right: 15vw;
	width: 31vw;
	height: 12.5vw;
	display: block;
	background-image: url(../images/btn_apart.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
}
.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/arrow_bn.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:3.8vw;
	font-weight: bold;
	width:90%;
	margin:auto;
	margin-bottom:3vw;
}
.box2 dl dt a:hover,
.box3 dl dt a:hover,
.box4 dl dt a:hover {
	background: #5884e6 url(../images/arrow_bn.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:3.6vw;
	line-height:1.5;
	padding:0 0.8em 1em;
}
