@charset "UTF-8";

.contents_sitemap h1::before{content: "SITE MAP";font-size: 3.75rem;color: #fff;width: 100%;text-align: center;line-height: 1.7;font-weight: bold;font-family: 'Shippori Mincho', serif;position: relative;opacity: 0.3;display: block;}

.sitemap_cont .wrapper{padding-top:74px;padding-bottom:80px;}
.sitemap_cont .area{max-width:1080px;margin-right:auto;margin-left:auto;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;}
.sitemap_cont .box{width:30.33%;margin-right:2%;margin-bottom:20px;}
.sitemap_cont .box h2{border-bottom:1px solid #cdcdcd;font-size:18px;margin-bottom:20px;padding:0 0 10px 10px;font-weight:bold;}
.sitemap_cont .box li{padding: 0 0 20px 10px;}
.sitemap_cont .box a{text-decoration:none;}
.sitemap_cont .box a:hover{color:#17516a;text-decoration:underline;}



@media screen and (max-width:1080px) {
	.sitemap_cont .box{width:46%;margin-right:4%;}
}
@media screen and (max-width:767px) {
	.contents_sitemap h1::before{font-size: 2.125rem;}
	.sitemap_cont .box{width:100%;margin-right:0;}
	.sitemap_cont .wrapper{padding-top: 35px;padding-bottom: 40px;}
}