.sitemap{display:flex;flex-direction:column;gap:30px}.sitemap .item{display:flex;flex-direction:column;gap:20px}.sitemap .item .title{color:#303030;font-size:18px;font-weight:600;line-height:18px}.sitemap .item .inner{display:flex;flex-wrap:wrap;align-items:stretch;gap:0 5px}.sitemap .item .list{display:flex;align-items:center;width:calc((100% - 5px) * .5);border-bottom:1px solid #ccc}.sitemap .item .link{display:block;width:100%;padding:10px 20px 10px 5px;background-image:url("https://weathernews.jp/onebox/img/icon_arrow_black.svg");background-position:right 3px center;background-repeat:no-repeat;background-size:9px;color:#3569c0;font-size:14px;font-weight:600;line-height:14px}@media screen and (min-width:830px){.sitemap .item .link{transition:background-color .2s ease-in-out}.sitemap .item .link:hover{background-color:rgba(53,105,192,.15)}}@media screen and (min-width:830px){.main .sitemap .item .title{font-size:22px;line-height:22px;letter-spacing:.25px}.main .sitemap .item .inner{gap:20px 15px}.main .sitemap .item .list{width:calc((100% - 45px) * .25)}.main .sitemap .item .link{padding-left:0;padding-right:15px;background-position:right center;font-size:15px;line-height:15px}}