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



.about {
	margin-bottom: 100px;
}


.about table {
	border-collapse: separate;
	border-spacing: 15px;
	line-height: 1.3em;
}
@media screen and (max-width:500px) {
	.about table {
		font-size: 0.9em;
	}
}

.about th {
	vertical-align: middle;
	background-color: #999;
	color: #fff;
	padding: 10px;
	border-radius: 3px;
	width: 68px;
	text-align: center;
}

.about td {
	vertical-align: middle;
}

.gmap { 
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 10px;
}


.comment br {
	display: none;
}
@media screen and (max-width:500px) {
	.comment br {
		display: block;
	}
}




.kihon {
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 20px;
}
@media screen and (max-width:500px) {
	.kihon {
		font-size: 0.9em;
	}
}
.kihon p {
	margin-bottom: 20px;
	text-align: justify;
}
.midashi {
	font-weight: 600;
	margin-bottom: 10px;
}

.indent-1 {
	padding-left:3.5em;
	text-indent:-3.5em;
}


#jigyo-comment {
	width: 100%;
	padding: 20px;
	margin: auto;
	margin-bottom: 60px;
	line-height: 1.5em;
	text-align: justify;
}
#jigyo-comment p {
	text-indent: 1em;
}
@media screen and (max-width:500px) {
	#jigyo-comment {
		font-size: 0.9em;
	}
}


