@charset "UTF-8";

/* --- ヒーローエリア --- */
section.hero img {
	width: 100%;
	height: auto;
	display: block;
}

/* --- access --- */
section.access {
	padding-top: 60px;
}

section.access div.box {
	padding: 0 20px;
}

section.access div.head {
	border-bottom: 1px #CCC solid;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

section.access div.head h2 {
	font-size: 28px;
}

section.access table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}

section.access table td {
	border-bottom: 1px #CCC solid;
	padding: 10px 0px;
}

section.access table:last-child {
	margin-bottom: 40px;
}

section.access table tr td:last-child {
	text-align: right;
}

section.access iframe {
	width: 100%;
	height: 400px;
	margin-bottom: 40px;
}

/* デスクトップ用 */
@media(min-width:1024px) {
	section.access {
	display: flex;
	}
	section.access div {
	flex: 1;
	}
}