@charset "utf-8";


#main-visual
{
	background-image: url(../images/access/main_bg.jpg);
}

.subpage .map{
	margin-top: 32px;
}

.subpage .list{
	margin-top: 32px;
	
	max-width: 900px;
}

.subpage .list .section
{
	padding: 32px 0;
	border-top: 1px solid #01748c;
}
.subpage .list .section:first-child
{
	border-top: inherit;
}

.subpage .list .section .section-title
{
	color: #eaff00;
	font-size: 20px;
}

.subpage .list .section .sub-title
{
	color: #eaff00;
	font-size: 15px;
}

.subpage .list .section .item
{
	margin-top: 28px;
}

.subpage .list .text
{
	margin-top: 2px;
	line-height: 2em;
}

.access_btn {
	
	line-height: 70px;
	background-color: #2b3a08;
	padding: 15px;
	border-radius: 8px ;
}

@media screen and (max-width:800px)
{	
	.subpage .map{
		margin-top: 16px;
	}
	
	.subpage .map img
	{
		width: 100%;
		height: inherit;
	}
	
	.subpage .list {
    	margin-top: 4px;
	}
	
	.subpage .list .section .section-title {
		font-size: 18px;
	}
	
	.subpage .list .section {
		padding: 20px 0;
	}
}