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

.apply,
.apply p {
	overflow: hidden;
}

.excerpt-box {
	float: left;
	width: 388px;
	background: url(../image/excerpt_icon02.jpg) right bottom no-repeat;
	padding: 18px 45px 0 0;
	margin-right: 20px;
}
.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: 50px 10px 35px 50px;
	text-align: left;
	font-family: '游ゴシック', 'Yu Gothic', YuGothic,
		'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
		'メイリオ', Meiryo, sans-serif;
	font-size: 1.28em;
	line-height: 2.0;
	font-weight: bold;
	color: #666;
}
.excerpt .text li::before {
	content: '・';
}

p.img {
	margin-bottom: 30px;
}
/*-------------------------------------------------------------------
	#flow
-------------------------------------------------------------------*/
#flow {
	margin-bottom: 35px;
}
#flow .box {
	margin-bottom: 0px;
	overflow: hidden;
	/zoom: 1;
}
#flow .box .image {
	float: left;
	background: url(../image/flow_arrow.jpg) center bottom no-repeat;
	padding-bottom: 49px;
}
#flow .box dl {
	margin-left: 123px;
}
#flow .box dl dt {
	font-size: 1.142em;
	font-weight: bold;
	margin-top: 15px;
}
#flow .box.last {
	margin-bottom: 0;
}
#flow .box.last .image {
	padding-bottom: 0px;
}
#flow .box.last .image {
	background: none;
}

p.img01 {
	margin-bottom: 60px;
}
.box01 {
	margin-right: 130px;
}
#content .aside dl {
	float: left;
	width: 185px;
	margin: 0 30px 0px 0;
}
#content .aside dl dt {
	text-align: center;
}
#content .aside dl dd.title {
	font-size: 1.0em;
	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 {
	margin-bottom: 55px;
}
#content .imgleft .image.one {
	margin-right: 20px;
}

@media screen and (max-width: 680px){
	.box01 {
		margin: 0;
	}
	.excerpt-box {
		float: none;
		margin: 0 auto 20px;
	}
}
@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;
	}
	.excerpt-box {
		width: 300px;
	}
	.excerpt .text {
		padding: 20px 10px;
		font-size: 1.14em;
	}
}
