@charset "UTF-8";

body.sitemap .wrap_content #maincontent{
	background: #faf0d9;
}
body.sitemap .heading__page{
	margin-top: 0;
	padding-top: 80px;
}
.sec_sitemap table tr.white{
	background-color: rgba(255,255,255,0.5);
}
.sec_sitemap table tr th{
	width: 100%;
	font-size: 14px;
	font-family: "Poppins", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	padding: 15px 15px 5px 15px;
	text-align: left;
}
.sec_sitemap table tr td{
	padding: 15px 15px 15px 0;
	padding: 0 15px 15px 15px;
	width: 100%;
	text-align: left;
}
.sec_sitemap table tr th,.sec_sitemap table tr td{
	display: block;
}
.sec_sitemap table tr th a{
	color: #000A02;
}
.sec_sitemap table tr td a{
	position: relative;
	color: #000A02;
	padding-left: 10px;
}
.sec_sitemap table tr td a::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #6fb7cf;
}
.sec_sitemap table tr td li{
	margin-right: 20px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
}


@media only screen and (min-width: 768px), print {
.sec_sitemap table tr th,.sec_sitemap table tr td{
	padding: 20px;
	text-align: left;
	display: table-cell;
}
	.sec_sitemap table tr td{
	width: 80%;
	}
	.sec_sitemap table tr th{
		width: 20%;
	}
}