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

p.img {
	margin-bottom: 25px;
}
p.img01 {
	margin-bottom: 30px;
}
p.img02 {
	margin: 25px 0 60px;
}
.aside.tokucho {
	margin-bottom: 60px;
}
#content .aside dl dt {
	text-align: center;
}
#content .aside dl dd.title {
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
	font-family: '游ゴシック', 'Yu Gothic', YuGothic,
		'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
		'メイリオ', Meiryo, sans-serif;
}
#content .aside dl dd.txt {
	letter-spacing: -0.4px;
}
.section .box.imgleft .text {
	overflow: hidden;
}
.section .box .address {
	position: relative;
	border: 1px dashed #CECECE;
	padding: 32px 39px 37px;
	margin-left: 22px;
	margin-top: 23px;
}
.section .box .address::before {
	content: '';
	position: absolute;
	top: 35px;
	left: -22px;
	width: 22px;
	height: 23px;
	background: url(../image/arrow.jpg) center no-repeat;
}
.section .box .address #map {
	width: 100%;
	height: 120px;
	margin-top: 15px;
}
@media screen and (max-width: 680px){
	#content .section .box.imgleft .image {
		float: none;
		width: 100%;
		text-align: center;
		margin: 0 auto 20px;
	}
	.section .box .address {
		margin-left: 0;
	}
	.section .box .address::before {
		display: none;
	}
}
@media screen and (max-width: 480px){
	#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;
	}
	.section .box .address {
		padding: 20px 10px;
	}
}