@charset "UTF-8";
/* CSS Document */

.section-access {
	margin: 150px auto;
	max-width: 900px;
}
.section-access iframe {
	width: 100%;
	margin-bottom: 70px;
}
.section-access table {
	max-width: 500px;
	margin: 0 auto;
}
.section-access table th {
	font-weight: 500;
	padding-right: 10px;
}


@media not all and (min-width: 1024px){
	.section-access {
		margin: 80px 24px;
	}
	.section-access iframe {
		margin-bottom: 30px;
	}
}
@media not all and (min-width: 480px){
	.section-access iframe {
		height: 183px;
	}
}
