@charset "utf-8";

@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}
@media only screen and (max-width:374px) {}

/*************************************************

 index

*************************************************/


/* index
--------------------------------------*/
.wrap {
	max-width: 780px;
	margin: 0 auto;
}

/* tableArea
--------------------------------------*/
.tableArea {
	margin-top: 40px;
}
.tableArea dl {
	display: table;
	width: 100%;
	padding-bottom: 15px;
	border-bottom: dashed 1px #000;
}
.tableArea dl + dl {
	margin-top: 15px;
}
.tableArea dl dt {
	display: table-cell;
	width: 165px;
	padding-left: 10px;
	font-size: 18px;
	font-weight: bold;
}
.tableArea dl dd {
	position: relative;
	font-size: 18px;
}
.tableArea dl dd + dd {
	margin-top: 10px;
}
.tableArea dl dd.pl {
	padding-left: 20px;
}
.tableArea dl dd span {
	position: absolute;
	top: 0;
	left: 0;
}
@media only screen and (max-width:767px) {
	.tableArea dl dt {
		display: block;
		padding-left: 0;
		font-size: 14px;
	}
	.tableArea dl dd {
		font-size: 14px;
	}
}


/* contentsArea
--------------------------------------*/
.contentsArea {
	margin-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	border-bottom: dashed 1px #000;
}
.contentsArea .ttl {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}
.contentsArea .lead {
	font-size: 16px;
}
.contentsArea .imgBox {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.contentsArea .imgBox .box:nth-child(1) {
	width: 59.28%;
}
.contentsArea .imgBox .box:nth-child(2) {
	width: 38.5%
}
.contentsArea .imgBox .box .inMap {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 94.898%;
	line-height: 0;
}
.contentsArea .imgBox .box .inMap iframe {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.contentsArea .capText {
	margin-top: 10px;
	font-size: 12px;
}
.contentsArea .capText strong {
	font-size: 16px;
	font-weight: 400;
}

@media only screen and (max-width:767px) {
	.contentsArea {
		padding-left: 0;
	}
	.contentsArea .ttl {
		margin-bottom: 10px;
		font-size: 14px;
	}
	.contentsArea .lead {
		font-size: 12px;
	}
	.contentsArea .imgBox {
		margin-top: 20px;
		flex-direction: column;
	}
	.contentsArea .imgBox .box:nth-child(1),
	.contentsArea .imgBox .box:nth-child(2) {
		width: 100%;
	}
	.contentsArea .imgBox .box:nth-child(2) {
		margin-top: 10px;
	}
	.contentsArea .imgBox .box .inMap {
		padding-bottom: 250px;
	}
	.contentsArea .capText strong {
		font-size: 14px;
	}
}

