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

/*//////////// セクション1 ///////////////*/
.sec1 table {
	width: 100%;
}

.sec1 table th {
	width: 100%;
	display: block;
	background-color: #f0f0f0;
	font-weight: 400;
	text-align: center;
	padding: 0.5rem;
}

.sec1 table td {
	width: 100%;
	display: block;
	background-color: #fff;
	font-weight: 400;
	text-align: center;
	padding: 1rem;
}

.sec1 table ul {
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 0;
}

.sec1 table ul li {
	padding-left: 1em;
	text-indent: -1em;
}


@media (min-width: 768px) {
	.sec1 table {
		width: 100%;
	}

	.sec1 table th {
		width: 30%;
		display: table-cell;
		background-color: #f0f0f0;
		text-align: center;
		border: 3px solid #fff;
		padding: 1.25rem 0.75rem;
	}

	.sec1 table td {
		width: 70%;
		display: table-cell;
		background-color: #f8f8f8;
		text-align: left;
		border: 3px solid #fff;
		padding: 1.25rem 2rem;
	}

	.sec1 table ul {
		list-style: none;
		text-align: left;
		padding: 0;
		margin: 0;
	}

	.sec1 table ul li {
		padding-left: 1em;
		text-indent: -1em;
	}
}


/*//////////// セクション2 ///////////////*/
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-top: 0px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sec2 p {
	font-size: 0.9rem;
	line-height: 1.5em;
}


/*//////////// セクション3 ///////////////*/
.sec3 img {
	width: 33.3%;
	display: block;
	height: auto !important; 
}

@media (min-width: 576px) {
	.sec3 img {
		width: 25%;
	}
}

@media (min-width: 768px) {
	.sec3 img {
		width: 20%;
	}
}