@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: -12px;
	left: 0;
	width: 100%;
	text-align: center;
}

#contents h2{
	width: 650px;
	font-size: 1.3rem;
	line-height: 20px;
	margin: 3px auto 63px;
	text-align: left;
	font-weight: normal;
}

table{
	margin: 0 auto 16px;
}
table td{
	width: 50%;
	position: relative;
	padding: 18px 40px 53px 10px;
	vertical-align: top;
}
table tbody tr>td:nth-child(2){
	padding: 18px 10px 53px 40px;
}
table td:after{
	content: '';
	width: 500px;
	height: 2px;
	background: #CBCBCB;
	position: absolute;
	bottom: 19px;
	left: 10px;
}
table tbody tr>td:nth-child(2):after{
	left: inherit;
	right: 10px;
}
table tr>td:first-child:before{
	content: '';
	width: 2px;
	height: 90px;
	background: #CBCBCB;
	position: absolute;
	top: 0;
	right: 0;
}
table tbody tr:nth-child(2)>td:first-child:before{
	height: 90px;
}
table tr:nth-child(3) td{
	padding-bottom: 80px;
}
table tr:last-child td:after{
	content: none;
}
table td p{
	font-size: 1.3rem;
	line-height: 160%;
	margin: 0 auto;
	text-align: left;
	text-indent: -1.3em;
	margin-left: 1.3em;
}
p.sign{
	text-align: right;
	margin: 0 auto 33px;
	font-size: 1.3rem;
	line-height: 20px;
}
.info{
	width: 750px;
	border: 1px solid #DDDDDD;
	padding: 25px 49px 21px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto 93px;
}
.info h3{
	text-align: center;
	font-size: 1.5rem;
	color: #003C78;
	line-height: 20px;
	margin: 0 auto 12px;
	font-weight: normal;
}
.info p{
	text-align: left;
	font-size: 1.3rem;
	line-height: 20px;
	margin: 0 auto 20px;
}
.info p:last-child{
	margin-bottom: 0;
}
.info p a{
	color: #000;
}