@charset "UTF-8";

.sitemap .sitemap-box{ margin-bottom: 14vw;}
.sitemap li {border-bottom: 1px dotted #ccc;position: relative;line-height: 1.4;}
.sitemap li a{padding: 4% 0;width: 100%;}
.sitemap li:after{content: "\f105";font-family: 'icon';position: absolute;top: 50%;right: 1vw;-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);transform: translateY(-50%);color: #8A8A8A;font-weight: bold;}

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

.sitemap .sitemap-box{margin-bottom: 100px;}
.sitemap ul{display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;}
.sitemap li{min-height: auto;width: 48%;}
.sitemap li a{padding: 20px 0;}
.sitemap li:after{right: 12px;}

	
}

/* =============================================
retina用
================================================*/
@media screen and (min-width: 736px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 736px) and (min-resolution: 2dppx) { 


}
