@charset "UTF-8";

.sitemap .midashi02{font-size: 5vw;padding: 2vw 0 2.5vw 3vw;margin-bottom: 6%;}
.sitemap ul {margin-bottom: 10%;}
.sitemap li {border-bottom: 1px dotted #d4d4d4;padding: 0% 2% 4.2%;margin-bottom: 5%;position: relative;line-height: 1.4;}
.sitemap li a:after{content: "\f105";font-family: 'icon';position: absolute;top: calc(50% - 15px);right: 4%;color: #baa298;}


/* ============================================= 
pc
================================================*/
@media screen and (min-width: 736px) { 

.sitemap .midashi02{font-size: 22px;padding: 8px 0 12px 14px;margin-bottom: 40px;}
.sitemap ul{display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;justify-content: space-between;-webkit-justify-content: space-between;align-items: flex-start;-webkit-align-items: flex-start;flex-wrap: wrap;-webkit-flex-wrap: wrap;margin-bottom: 50px;}
.sitemap li {width: 48%;padding: 0 0 15px 10px;margin-bottom: 15px;font-size:14px;}
.sitemap li:nth-child(odd) {margin-right: 3%;}
.sitemap li a:after{top: 0;right: 4%;}
	
}

