@charset "utf-8";
#about .image {
	margin-bottom: 80px;
}
#about .image.first {
	margin-bottom: 30px;
}
#about .s_table table tr {
	border-bottom: solid 1px #ddd;
	box-sizing: border-box;
	height: 80px;
}
#about .s_table table tr:last-child {
	border-bottom: 0;
}
#about .s_table table th {
	border: 0;
	background: inherit;
	font-weight: bold;
	color: #009966;
	text-align: left;
	vertical-align: middle;
}
#about .s_table table td {
	border: 0;
	font-weight: normal;
	vertical-align: middle;
}

#about .access h3 {
	font-size: 18px;;
	color: #009966;
	text-align: center;
	margin-bottom: 30px;
}
#about .access h3 span {
	display: block;
	font-size: 28px;
	color: #000;
	line-height: 1.2;
}
#about .access .googlemap iframe {
	width: 100%;
	height: 530px;
	margin-top: 30px;
}
#about .access .q_button_wrap {
	margin: 2em auto 4em;
}
#about .access .two_col_content .tl {
	border-left: solid 3px #009966;
	font-size: 19px !important;
	color: #009966;
	text-align: left;
	padding-left: 1em;
	margin-bottom: 1em !important;
}
#about .access .two_col_content p {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 0;
}
#about .access .two_col_content .b {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 0.7em;
}
#about .access .map_desc {
	margin-bottom: 50px !important;
}
@media (max-width: 800px) {
	#about .s_table table tr {
		height: 60px;
	}
	#about .image {
		margin-bottom: 30px;
	}
	#about .access h3 {
		font-size: 14px;
		margin-bottom: 20px;
	}
	#about .access h3 span {
		font-size: 19px;
	}
	#about .access .googlemap iframe {
		height: 330px;
		margin-bottom: 20px;
	}
	#about .access .item {
		margin-bottom: 25px !important;
	}
	#about .access .two_col_content .tl {
		font-size: 16px !important;
		margin-bottom: 0.7em !important;
	}
	#about .access .two_col_content .b {
		font-size: inherit;
		margin-bottom: 0.5em;
	}
	#about .access .two_col_content p {
		font-size: inherit;
	}
	#about .q_frame {
		line-height: 1.8;
	}
}
@media (max-width: 520px) {
	#about .image {
		margin-bottom: 15px !important;
	}
	#about .s_table table tr {
		height: 40px;
	}
	#about .s_table table th,
	#about .s_table table td {
		font-size: 13px;
		font-weight: normal;
	}
	#about .access h3 {
		margin-bottom: 0;
	}
	#about .access .q_button_wrap {
		margin:  0 !important;
	}
	#about .access .two_col_content p {
		font-size: 13px;
		line-height: 1.8;
	}
	#about .access .item {
		margin-bottom: 30px !important;
	}
	#about .access .map_desc {
		margin-top: 20px !important;
		margin-bottom: 30px !important;
	}
	#about .q_frame {
		margin-bottom: 20px;
	}
}