@charset 'utf-8';


#outline {
	width: 100%;
	padding: 30px 10px;
	padding-top: 0;
}

#outline > .inner {
	width: 100%;
	vertical-align: top;
	position: relative;
}

#outline {
	width: 100%;
	padding: 30px 10px;
	padding-top: 0;
}

#outline > .inner {
	width: 100%;
	vertical-align: top;
	position: relative;
}

#outlinetbl {
	font-size: 1.4em;
	line-height: 1.5;
}

#outline table {
	display: block;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

#outline table th,
#outline table td {
	text-align: left;
}

#outline table th {
	display: inline-block;
	padding: 0 1em;
	border-bottom: 1px solid #d7d7db;
	font-weight: 700;
	vertical-align: top;
	white-space: nowrap;
}

#outline table td {
	display: block;
	padding-top: 1em;
	padding-left: 2em;
	vertical-align: top;
}

#outline table tr {
	display: block;
	width: 100%;
	padding: 1em 0;
	border-bottom: 1px solid #d7d7db;
}

#outline table tbody {
	display: block;
	width: 100%;
}

#outline table td ul {
	margin-left: 1.5em;
}

#outline table td ul:not(:last-child) {
	margin-bottom: .3em;
}

#outline table td li:not(:last-child) {
	margin-bottom: .3em;
}

#outline table td .caution {
	margin-top: .5em;
	padding-left: 1em;
	color: #808080;
	font-size: .8em;
	line-height: 1.5;
	position: relative;
}

#outline table td .caution::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}

#outline table td .addrgrid {
	display: table;
}

#outline table td .addr {
	display: table-row;
}

#outline table td .addr span {
	display: table-cell;
	width: auto;
	vertical-align: top;
}

#outline table td .addr span:first-child {
	font-weight: 700;
}

#outline table td .addr:not(:last-child) span {
	padding-bottom: .5em;
}

#outline table td .license h3 {
	margin-bottom: .5em;
}

#outline table td .license ul:not(:last-child) {
	margin-bottom: 1em;
}

#outline .btnarea {
	margin-top: 1em;
	text-align: left;
}

#outline .btnarea a {
	text-align: center;
	margin: 1px;
}

@media only screen and (min-width: 769px) {

	#outlinetbl {
		font-size: 1.8em;
	}

	#outline {
		padding-bottom: 30px;
	}

	#outlinetbl {
		padding: 0;
		padding-bottom: 20px;
	}

	#outline table {
		display: table;
	}

	#outline table th,
	#outline table td {
		display: table-cell;
		padding: .8em 2em;
		border: none;
	}

	#outline table th {
		width: 10em;
	}

	#outline table tr {
		display: table-row;
		padding: 0;
	}

	#outline table tbody {
		display: table-row-group;
	}

	#outline table td .license h3 {
		font-size: 1em;
	}
}


#accessmap {
	margin-bottom: 30px;
}

