@charset "utf-8";

#visual{
	padding: 16px 0 43px;
	background: url(../../img/title_bar.png) left 0 bottom 20px repeat-x;
	position: relative;
}
#visual:before{
	content: '';
	display: block;
	position: fixed;
	top: -1px;
	left: 0;
	width: 100%;
	height: 311px;
	background: url(../img/bg.jpg) center top no-repeat;
	background-size: cover;
	z-index: -1;
}
#visual p{
	line-height: 0;
	text-align: center;
}
#visual p.icn{
	position: absolute;
	bottom: -16px;
	left: 0;
	width: 100%;
	text-align: center;
}

#contents h2{
	font-size: 2.1rem;
	line-height: 140%;
	margin: 0 auto 20px;
	text-align: center;
	font-weight: normal;
}
#contents .tex{
	font-size: 1.3rem;
	line-height: 20px;
	margin: 0 auto 15px;
	text-align: center;
}
#contents .tex2{
	font-size: 1.3rem;
	line-height: 20px;
	margin: 0 auto 79px;
	text-align: center;
}
#contents .img{
	line-height: 0;
	margin: 0 auto 77px;
	text-align: center;
}
#contents .link{
	line-height: 0;
	margin: 0 auto 167px;
	text-align: center;
}