@charset 'utf-8';

/* common
------------------------------------------------ */
.title-page {}

@media screen and (max-width: 768px) {
	.title-page { background: linear-gradient(90deg, #aad7e9, #75b0c6); }

	.sitemap{
		text-align: left;
	}

	.sitemap section{
		margin-bottom: 60px;
	}

	.sitemap h2{
		font-size: 2.3rem;
		font-weight: normal;
		margin-bottom: 1em;
	}

	.sitemap ul{
		margin-left: 2em;
	}

	.sitemap li{
		font-size: 1.4rem;
		font-weight: bolder;
		margin-bottom: 25px;
	}

	.sitemap li:last-child{
		margin-bottom: none;
	}

	.sitemap li a{
		text-decoration: none;
		color: #333;
	}

	.sitemap li ul{
		margin-top: 1em;
		margin-left: 2em;
	}

	.sitemap li ul li{
		margin-bottom: 0;
	}

	.sitemap-sub_contents{
		margin-left: 0!important;
	}
}

@media screen and (min-width: 769px) {
	.title-page { background: linear-gradient(90deg, #aad7e9, #75b0c6); }

	.sitemap .wrap{
		display: flex;
		text-align: left;
		width: 1100px;
		margin: 0 auto;
	}

	.sitemap-left,
	.sitemap-center,
	.sitemap-right{
		text-align: left;
	}

	.sitemap-left{
		width: 42%;
	}

	.sitemap-center{
		width: 38%;
	}


	.sitemap-right{
		width: 20%;
	}

	.sitemap section{
		margin-bottom: 105px;
	}

	.sitemap h2{
		font-size: 3.2rem;
		font-weight: normal;
		margin-bottom: 30px;
	}

	.sitemap ul{
		margin-left: 2em;
	}

	.sitemap li{
		font-size: 1.6rem;
		font-weight: bolder;
		margin-bottom: 40px;
	}

	.sitemap li:last-child{
		margin-bottom: none;
	}

	.sitemap li a{
		text-decoration: none;
		color: #333;
	}

	.sitemap li ul{
		margin-top: 30px;
		margin-left: 2em;
	}

	.sitemap li li{
		font-weight: normal;
		margin-bottom: 20px;
	}

	.sitemap-sub_contents{
		margin-left: 0!important;
	}

	.bnrs-1{
		margin-top: -90px;
	}
}

