@charset "UTF-8";

.sitemap .ttl{display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-align-items: center;align-items: center;font-weight: 400;font-size: 6vw;margin-bottom: 2vw;}
.sitemap .ttl:after {content: '';height: 1px;background: #7c7c7c;flex: 1;margin-left: 10px;}

.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 {width: 48%;border-bottom: 1px dotted #ccc;position: relative;}
.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%);}
.sitemap li a{padding: 7% 0;}


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

.sitemap .ttl{font-size: 34px;margin-bottom: 20px;}
.sitemap .ttl:after {margin-left: 20px;}
.sitemap li:after{right: 12px;}
.sitemap li a{padding: 18px 0;}

}