@charset "utf-8";

#title {
	background-image: url(../images/title_bg.jpg);
}

.head {
	position: relative;
}

.head h2 {
	font-size : 24px;
	padding: 0 0 15px;
	border-bottom: 3px solid #D6D6D6;
	margin-bottom: 30px;
}
.head h2::after {
	position: absolute;
	width: 70px;
	border-bottom: 3px solid #007DC5;
	content: '';
	bottom: 0;
	left: 0;
}


#profile_table {
	width: 100%;
	margin-bottom: 60px;
}

#profile_table th, #profile_table td {
	padding: 30px;
	border-bottom: 1px solid #D6D6D6;
	text-align: left;
	line-height: 1.9;
}
#profile_table th {
	width: 24%;
}
#profile_table td {
	width: 76%;
}

.address {
	margin-bottom: 35px;
	line-height: 1.9;
}

#google_map {
	height: 500px;
}
#google_map iframe{
	width: 100% !important;
}


@media screen and (max-width: 765px) {

	.head {
		margin-top: 30px;
	}

	.head h2 {
		font-size : 20px;
		padding: 0 0 10px;
	}


	#profile_table th, #profile_table td {
		display: block;
		width: 100%;
		border-bottom: 1px solid #D6D6D6;
	}
	#profile_table th {
		border-bottom: none;
		padding: 20px 0 5px;
	}
	#profile_table td {
		padding: 0 0 20px;
	}

	.address {
		margin-bottom: 35px;
		line-height: 1.5;
	}

	#google_map {
		height: 500px;
	}
	#google_map iframe{
		width: 100% !important;
	}

}