#mv {
	max-width: 1100px;
	width: 100%;
	margin: 0px auto 100px;
}
#outline,
#access,
#law {
	max-width: 900px;
	width: 90%;
	margin: 0px auto 100px;
}
#outline dl,
#law dl {
	width: 100%;
	display: table;
	border-bottom: #ddd 1px solid;
	border-right: #ddd 1px solid;
	margin-bottom: 3px;
}
#outline dt,
#law dt,
#outline dd,
#law dd {
	display: table-cell;
	vertical-align: top;
}
#outline dt,
#law dt {
	width: 210px;
	padding: .75em .75em 0;
	background-color: #f6f6f6;
	border-left: 3px solid #ccc;
	font-weight: 500;
	font-size: 90%;
	letter-spacing: 1px;
}
#outline dd,
#law dd {
	padding: .5em .75em;
}
#outline .ph_set {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#outline .ph_set li {
	float: left;
	width: 31%;
	margin-right: 3.5%;
	margin-top: 30px;
}
#outline .ph_set li:first-child {
	width: 100%;
	margin-right: 0;
}
#outline .ph_set li:last-child {
	margin-right: 0;
}
#access .ggmap {
	position: relative;
	padding-bottom: 40%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 30px;
}
 
#access .ggmap iframe,
#access .ggmap object,
#access .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#access dl {
	width: 100%;
	display: table;
}
#access dt,
#access dd {
	display: table-cell;
	vertical-align: top;
}
#access dt {
	width: 320px;
	font-size: 90%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	line-height: 180%;
	margin-bottom: 15px;
}
#access dt strong {
	display: block;
	font-size: 180%;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
#access dd {
	color: #999;
}
/* ------------------------------------ */

/* ------------------------------------ */

/* ------------------------------------ */

/* ------------------------------------ */






@media screen and (max-width: 1150px) {
	/* ------------------------------------ */
	
	/* ------------------------------------ */
}
@media screen and (max-width: 980px) {
	
	/* ------------------------------------ */
	#access dl,
	#access dt,
	#access dd {
		display: block;
	}
	/* ------------------------------------ */
}





@media screen and (max-width: 680px) {
	
	/* ------------------------------------ */
	#outline,
	#access,
	#law {
		margin: 0px auto 60px;
	}
	#outline dl,
	#law dl,
	#outline dt,
	#law dt,
	#outline dd,
	#law dd {
		display: block;
	}
	#outline dt,
	#law dt {
		width: 100%;
		padding: .6em .75em;
		background-color: #f6f6f6;
		border-left: 3px solid #ccc;
		font-weight: 500;
		font-size: 90%;
		letter-spacing: 1px;
	}
	/* ------------------------------------ */
	
	/* ------------------------------------ */
}