section {
	width: 100%;
	overflow: hidden;
	position: relative;	
}

section+section {
	padding-top: 35px;	
}

.block {
	padding: 0 10px;
	overflow: hidden;
}

#block1 p {
	font-size: 16px;
}

.block ul {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.block ul li {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.block ul li+li {
	padding-top: 20px;
}

.block ul li h3 {
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

.block ul li p {
}

.btn_inquiry {
	margin-top: 30px;
	text-align: center;
}

#map iframe {
	width: 450px;
	margin-top: 20px;
}

@media screen and (max-width: 767px){
	.btn_inquiry {
		padding-bottom: 1px;
	}
	
	#map iframe {
		width: 100%;
	}
}