@charset 'utf-8';


#contentblock {
	width: 100%;
	position: relative;
}

#contentblock > .inner {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 50px 30px;
	font-size: 0;
	vertical-align: top;
	position: relative;
}

#contentblock header {
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}

#contentblock header h1 {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
}

#contentblock header h1 span {
	display: inline-block;
}

#contentblock header figure {
	max-width: 800px;
	margin: 0 auto;
	font-size: 0;
	padding: 30px;
	text-align: center;
}

#contentblock header figure .logotypeset {
	width: 50%;
}


#companymessage {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

#companymessage p {
	color: #000;
	font-size: 14px;
	line-height: 1.8;
	text-align: left;
}

#companymessage p:not(:last-child) {
	margin-bottom: 2em;
}

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

	#contentblock header figure .logotypeset {
		width: 30%;
	}
}

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

	#contentblock > .inner {
		padding: 80px 50px;
	}

	#contentblock header {
		margin-bottom: 40px;
	}

	#contentblock header h1 {
		font-size: 34px;
	}

	#companymessage p {
		font-size: 16px;
	}

	#companymessage p span {
		display: inline-block;
	}
}




#outline {
	width: 100%;
	padding: 30px 20px;
	padding-bottom: 20px;
}

#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;
	vertical-align: top;
}

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

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

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

#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.head {
	font-weight: 700;
}

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

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

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

#outlinetbl a[target="_blank"]:after {
	display: inline-block;
	content: '\f109';
	margin-left: .3em;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
}

@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;
	}
}


#accessmap {
	margin-bottom: 30px;
}

