
h2 {
	display: block;
	width: 300px;
	background: url(../img/lineB.png) center bottom no-repeat;
}


.siteWrap {margin: 50px auto;}

.siteWrap dl {
	border-bottom: 1px solid #b5b5b6;
	padding: 10px 0;
}


.siteWrap dt:before {
	display: inline-block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8.7px;
	border-color: transparent transparent transparent #00529c;
	padding-right: 10px;
}

.siteWrap dt a:hover {
	color: #00529c;
	font-weight: bold;
}


/*	pc	*/
@media screen and (min-width: 813px) {
	
	.siteWrap dt {width: 20%;}
	.siteWrap dd {width: 80%;}
	
	
}

/*	sp	*/
@media screen and (max-width: 812px) {
	
	
}


/*	モバイル縦長	*/
@media screen and (max-width: 812px) and (orientation: portrait) {
	
	.siteWrap dt {
		width: 100%;
		margin-bottom: 5px;
	}
	.siteWrap dd {width: 100%;}
	
}


/*	モバイル横長	*/
@media screen and (max-width: 812px) and (orientation: landscape) {
	
	.siteWrap dt {width: 30%;}
	.siteWrap dd {width: 68%;}
	
}

