@charset "utf-8";

section.lv3 + .lv3 {
	margin-top: 55px;
}

@media screen and (max-width:767px) {
	section.lv3 + .lv3 {
		margin-top: 6vw;
	}
}

/* -------------------------------------------------
	#contact
------------------------------------------------- */

#contact .table-style1 th {
	width: 50%
}
#contact .table-style1 td {
	width: 50%;
}
#contact .table-style1 td a {
	cursor: default;
}

@media screen and (max-width:767px) {
	#contact .table-style1 th {
		width: 60%;
	}
	#contact .table-style1 td {
		width: 40%;
		vertical-align: middle;
	}
}

/* -------------------------------------------------
	#access
------------------------------------------------- */



#access a {
    color: #4092c1;
    border-bottom: 1px solid #4092c1;
}

#access iframe {
	width: 100%;
	height: 600px;
	margin-bottom: 60px;
}

@media screen and (max-width:767px) {
	#access iframe {
		height: 80vw;
		margin-bottom: 8vw;
	}
}