@charset "UTF-8";

.key-visual:before{
	background:url(../images/about-key-visual.jpg) no-repeat;
	background-position:center center;
	background-size:cover;
}

#sec01 table{
	text-align:justify;
	width:80%;
	margin:auto;
	line-height:2;
}
#sec01 th{
	padding:15px;
	border-bottom:2px solid #ddd;
}
#sec01 td{
	padding:15px;
	border-bottom:2px solid #ddd;
}
#sec01 td dt{
	font-weight:500;
}
#sec01 td dl{
	padding-bottom:1em;
}
#sec01 td dl:last-of-type{
	padding-bottom:0;
}
#sec02 .pic{
	width:480px;
}
.googlemap{
	width:480px;
	height:480px;
	margin-bottom:20px;
}
.googlemap>iframe{
	width:100%;
	height:100%;
	display: block;
}
.map-area{
	margin-bottom:60px;
	text-align:justify;
}
.map-area p{
	line-height:2;
	width:calc(50% - 20px);
}
.map-area:las-of-type{
	margin-bottom:0;
}
.map-area .btn{
	width:calc(50% - 20px);
}