@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

.imgleft .text {
	overflow: hidden;
}
.excerpt-box {
	background: url(../image/excerpt_icon.jpg) right bottom no-repeat;
	padding: 18px 45px 0 0;
	margin-bottom: 15px;
}
.excerpt {
	position: relative;
	background: url(../image/excerpt_bg.jpg) center top repeat;
	padding: 5px;
}
.excerpt .top {
	position: absolute;
	z-index: 1;
	top: -18px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.excerpt .text {
	background: #FFF;
	padding: 38px 10px 23px;
	text-align: center;
	font-family: '游ゴシック', 'Yu Gothic', YuGothic,
		'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
		'メイリオ', Meiryo, sans-serif;
	font-size: 1.42em;
	line-height: 1.0;
	font-weight: bold;
	color: #666;
}
.excerpt .text .big {
	display: inline-block;
	margin-left: 15px;
	font-size: 2em;
}

p.img {
	margin-bottom: 15px;
}
p.img01 {
	margin-bottom: 60px;
}
.box01 {
	border: 1px solid #CCCCCC;
	padding: 34px 50px 33px;
	margin-right: 210px;
	margin-bottom: 40px;
}
#content .box02 {
	border: 1px solid #CCCCCC;
	padding: 34px 50px 34px;
	margin-left: 210px;
	position: relative;
	margin-bottom: 40px;
}
.box02 .top {
	position: absolute;
	left: -173px;
    top: -25px;
}
#content .box03 {
	border: 1px solid #CCCCCC;
	padding: 33px 60px 33px 145px;
	margin-right: 210px;
	position: relative;
	margin-bottom: 60px;
	background: url(../image/faci04.jpg) left 5px bottom no-repeat;
}
.box03 .top03{
	position: absolute;
	right: -178px;
    top: -25px;
}
#content .box02 .text,
#content .box03 .text{
	padding-top: 26px;
}

#content .aside dl {
	float: left;
	width: 250px;
	margin: 0 40px 35px 0;
}
#content .aside dl dt {
	text-align: center;
}
#content .aside dl dd.title {
	font-size: 1.285em;
	text-align: center;
	font-weight: bold;
	margin-bottom: 3px;
	font-family: '游ゴシック', 'Yu Gothic', YuGothic,
'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
'メイリオ', Meiryo, sans-serif;
}
#content .aside dl dd.txt {
	letter-spacing: -0.4px;
}
#content .aside dl dd {
	padding-left: 5px;
}
#content .aside.one {
	margin-bottom: 20px;
	overflow: hidden;
	/zoom: 1;
}


#content .contact {
	margin-top: 25px;
}


@media screen and (max-width: 680px){
	#content .box01,
	#content .box02,
	#content .box03 {
		padding: 45px 20px;
		margin: 0 0 20px;
	}
	#content .box03 {
		padding-left: 23%;
		-webkit-background-size: 20%;
		background-size: 20%;
	}
	.box02 .top {
		top: -90px;
		left: -150px;
	}
	.box03 .top03 {
		top: -100px;
		right: -150px;
	}
}
@media screen and (max-width: 480px){
	#content .box03 {
		padding-left: 20px;
		padding-bottom: 30%;
	}
	.excerpt .text .big {
		font-size: 1.5em;
	}
	#content div.aside dl,
	#content div.aside dl dd {
		overflow: hidden;
	}
	#content div.aside dl dt {
		float: left;
		width: 40%;
		margin-right: 15px;
	}
	#content div.aside dl dd.title {
		text-align: left;
	}
}
