/* Scss Document */
#outline .lttl {
	background: url("../images/company/outline_ico.png") top center no-repeat;
}
#outline p {
	margin-bottom: 30px;
	font-size: 1.4rem;
	line-height: 1.6;
}
#outline ul {
	margin-left: 30px;
	margin-bottom: 40px;
}
#outline ul li {
	margin-bottom: 10px;
	font-size: 1.4rem;
	line-height: 1.2;
}
#sitemap {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	justify-content: space-between;
}
#sitemap .page_list {
	width: 48%;
}
#sitemap .page_list li a {
	color: #000;
	text-decoration: none;
}
#sitemap .page_list li a:hover {
	text-decoration: underline;
}
#sitemap .page_list>li {
	margin-bottom: 2em;
	padding-left: 1.5em;
	background: url(../images/common/h_ico_info.png) top left no-repeat;
}
#sitemap .contents_list {
	margin-top: 1em;
	padding-left: 2em;	
}
#sitemap .contents_list li {
	margin: 0 0 1em;
	padding-left: 1em;
	background: url(../images/common/f_nav_ico.png) top 4px left no-repeat;
}
@media screen and (max-width: 640px) {
#side {
	order: 2;
}
#main {
	order: 1;
}
#outline {
	padding: 3.33vw;
}
#outline .lttl {
	background-size: 10vw;
}
#outline table {
	margin-bottom: 5.83vw;
}
#outline table th {
	width: 30%;
}
#outline table li {
	padding-left: 1em;
	text-indent: -1em;
}
#outline table a {
	margin-left: 0;
}
#sitemap {
	padding: 3.33vw;
	display: block;
}
#sitemap .page_list {
	width: 100%;
}
}