div.main-picture {
	filter: brightness(0.5);
}
div.sitemap-top {
	position: absolute;
	top: 35%;
	width: 100%;
}
div.sitemap-top h2 {
	font-size: 3.6rem;
	font-weight: 700;
	color: #FF0;
}
div.sitemap-top p {
	font-size: 1.3rem;
	font-weight: 500;
	text-align: center;
	color: #FFF;
	margin-top: 40px;
	font-feature-settings: "pwid";
}

@media only screen and (max-width: 1080px) {
	div.sitemap-top h2 {
		font-size: 3.2rem;
	}
	div.sitemap-top p {
		font-size: 1.1rem;
	}
}
@media only screen and (max-width: 930px) {
	div.sitemap-top h2 {
		font-size: 3.0rem;
	}
	div.sitemap-top p {
		font-size: 1.0rem;
	}
}
@media only screen and (max-width: 840px) {
	div.sitemap-top {
		top: 30%;
	}
	div.sitemap-top h2 {
		font-size: 2.8rem;
	}
}
@media only screen and (max-width: 560px) {
	div.sitemap-top h2 {
		font-size: 2.6rem;
	}
	div.sitemap-top p {
		font-size: 0.9rem;
		margin-top: 30px;
	}
}
@media only screen and (max-width: 480px) {
	div.sitemap-top {
		width: 95%;
		left: 10px;
	}
}
@media only screen and (max-width: 460px) {
	div.sitemap-top p br {
		display: none;
	}
}
@media only screen and (max-width: 420px) {
	div.sitemap-top h2 {
		font-size: 2.4rem;
	}
}
@media only screen and (max-width: 380px) {
	div.sitemap-top {
		top: 24%;
	}
	div.sitemap-top h2 {
		font-size: 2.2rem;
	}
}

.sitemap {
	text-align: left;
	box-sizing: border-box;
	margin: 20px auto 60px auto;
	width: 80%;
	max-width: 1440px;
}
.sitemap ul {
	width: 46%;
	float: left;
	margin: 20px 20px;
}
.sitemap ul li {
	position: relative;
	display: flex;
	margin: 30px 0 20px 0;
}
.sitemap ul li.top {
	display: flex;
	border: 1px solid transparent;
	transition: all 0.3s ease-in-out;
	background-color: rgb(0, 94, 102);
}
.sitemap ul li.top p {
	width: 100%;
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	padding: 5px 10px 5px 25px;
	margin: 0;
	color: #fff;
	z-index: 99;
}
.sitemap ul li.top p:before {
	position: absolute;
	height: 30px;
	width: 10px;
	background: rgb(246, 148, 0);
	display: block;
	content: "";
	top: 6px;
	left: 6px;
}
.sitemap ul li.contents1 {
	margin-top: 105px;
}
.sitemap ul li.contents1 a:before {
	background: rgb(0, 94, 102);
}

.sitemap ul li.sub1 {
    margin: 0 0 10px 25px;
    line-height: 130%;
}
.sitemap ul li.sub2 {
    margin: 0 0 10px 25px;
    line-height: 130%;
}
.sitemap ul li.sub2:before {
    transform: translateY(-25%) rotate(-45deg);
    width: 7px;
    height: 7px;
    margin-right: 10px;
    border-bottom: 3px solid rgb(0, 94, 102);
    border-right: 3px solid rgb(0, 94, 102);
    content: '';
    position: relative;
    display: block;
    top: 6px;
    transition: transform .3s;
}

.sitemap ul li.sub1 p {
	font-size:1.2rem;
	font-weight: 700;
	margin: 0;
	text-indent: 20px;
}
.sitemap ul li.sub1 p:before {
    background: url(../images/sitemap/arrow.svg) no-repeat;
    content: "";
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-position: 0px 0px;
    position: absolute;
    top: 3px;
    left: -10px;
}
.sitemap ul li.sub1 a {
	font-size:1.2rem;
	font-weight: 700;
	margin: 0;
	text-indent: 20px;
	line-height: 1.5em;
    color: #545454;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-feature-settings: "pwid";
}
.sitemap ul li.sub1 a:before {
    background: url(../images/sitemap/arrow.svg) no-repeat;
    content: "";
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-position: 0px 0px;
    position: absolute;
    top: 3px;
    left: -10px;
}
.sitemap ul li.sub1 a:hover {
	color: rgb(0, 94, 102);
}

.sitemap ul li.sub2 a {
    text-decoration: none;
    color: #545454;
    font-size: 1.05rem;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-feature-settings: "pwid";
}
.sitemap ul li.sub2 a:hover {
	color: rgb(0, 94, 102);
}
.sitemap ul li.lastsub {
	margin-bottom: 25px;
}
.sitemap ul li.endsub {
	margin-bottom: 50px;
}
.sitemap ul li.toplink {
	margin-top: 62px;
}

@media only screen and (max-width: 1280px) {
	.sitemap {
		width: 90%;
	}
}
@media only screen and (max-width: 1130px) {
	.sitemap ul {
		width: 45%;
	}
}
@media only screen and (max-width: 1000px) {
	.sitemap ul li.top p {
		font-size: 1.2rem;
	}
	.sitemap ul li.top p:before {
		height: 26px;
	}
	.sitemap ul li.sub1 a {
		font-size: 1.1rem;
	}
	.sitemap ul li.sub2 a {
		font-size: 1.0rem;
	}
	.sitemap ul li.contents1 {
		margin-top: 111px;
	}
}
@media only screen and (max-width: 910px) {
	.sitemap ul {
		width: 44%;
	}
}
@media only screen and (max-width: 830px) {
	.sitemap {
		width: 95%;
	}
}
@media only screen and (max-width: 768px) {
	.sitemap ul li.top p {
		font-size: 1.1rem;
	}
	.sitemap ul li.top p:before {
		height: 24px;
	}
	.sitemap ul li.sub1 a {
		font-size: 1.05rem;
	}
	.sitemap ul li.contents1 {
		margin-top: 115px;
	}
}
@media only screen and (max-width: 740px) {
	.sitemap ul {
		width: 46%;
		margin: 10px 10px;
	}
	.sitemap ul li.sub1 a {
		font-size: 1.0rem;
	}
	.sitemap ul li.contents1 {
		margin-top: 117px;
	}
	.sitemap ul li.sub1 a:before {
		top: 1px;
	}
}
@media only screen and (max-width: 680px) {
	.sitemap ul {
		width: 97%;
	}
	.sitemap ul li.top p {
		font-size: 1.2rem;
	}
	.sitemap ul li.top p:before {
		height: 26px;
	}
	.sitemap ul li.sub1 a {
		font-size: 1.1rem;
	}
	.sitemap ul li.contents1 {
		margin-top: 55px;
	}
	.sitemap ul li.endsub {
		margin-bottom: 10px;
	}
	.sitemap ul li.toplink {
		margin-top: 20px;
		margin-bottom: 40px;
	}
}
