#philosophy {
	margin-bottom: calc(var(--share-space) *2.0);
}

.center-parent {
	text-align: center;
}
.center-parent > * {
	display: inline-block;
}
.center-parent .section-hgroup {
	text-align: left;
}

@media only screen and (max-width: 800px) { 
	#philosophy .section-hgroup i {
		font-size: 3.8vw;
		letter-spacing: 0.06em;
		margin-bottom: 0.8em;
		margin-top: -1em;
	}
	#philosophy .copies .ty img {
		width: 140px;
		height: auto;
	}
	#philosophy .copies p {
		text-align: left;
	}
}

/**/
#outlines .section-title i {
	min-width: 24em;
	font-size: 1.1rem;
}
@media only screen and (max-width: 800px) { 
	#outlines .section-title i {
		min-width: 70%;
		font-size: 1.0rem;
	}
}

/**/
.summary {
	display: table;
	width: 100%;
}
.summary dl {
	display: table-row;
}
.summary dl dt,
.summary dl dd {
	display: table-cell;
	vertical-align: middle;
	border-top: solid 1px #ddd;
	padding: 1em;
	font-size: 1.0em;
}
.summary dl:first-child dt,
.summary dl:first-child dd {
	border-top: none;
}
.summary dl dt {
	text-align: right;
	font-weight: 300;
	color: #595959;
	width: 8em;
}
.summary dl dd {
	text-align: left;
	padding-left: 1em;
	line-height: 1.4em;
	font-weight: 400;
}
.summary dl dd p {
	font-weight: inherit;
}
.summary .notice {
	font-size: 0.9em;
	opacity: 0.6;
	margin-top: 0.8em;
}
.summary dl dt.align-v-t {
	vertical-align: top;
}
@media only screen and (max-width: 800px) {
	.summary dl dt {
		font-size: 0.8em;
		width: 26%;
		white-space: nowrap;
	}
	.summary dl dd {
		font-size: 0.9em;
		line-height: 1.4em;
	}
}

/**/
#areaAccess address h4 {
	font-size: 1.0em;
	font-weight: 400;
	margin-bottom: 0.5em;
}

/**/
#map iframe {
	width: 100%;
	height: 50vh;
	min-height: 300px;
	border: solid 1px #ececec;
}
#areaAccess .center-parent nav {
	margin-top: 2em;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

	

