@charset "UTF-8";
/*==============================================
sitemap
==============================================*/
body {
    background: #f7f6f6;
}

.sitemap{
    width: 100%;
    max-width: 1230px;
    min-height: calc(100vh - 171px);
    margin: 0 auto;
    padding: 210px 40px 130px;
}

.sitemap h1 span{
    font-size: 6.0rem;
    font-weight: bold;
    line-height: 1;
    display: block;
}

.sitemap h1 small{
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 1;
    display: block;
    margin-top: 11px;
}

.sitemap ul{
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.867;
    margin-top: 112px;
}

.sitemap ul li a{
    text-decoration: underline;
}

.sitemap ul li a[target="_blank"]{
    background: url("../img/common/common_icon_newwin_br.png") no-repeat center right;
    background-size: 15px auto;
    padding-right: 20px;
}

@media screen and (max-width: 1024px) {

.sitemap{
    padding: 28vw 6.67vw 17.33vw;
}

.sitemap h1 span{
    font-size: 10.67vw;
}

.sitemap h1 small{
    font-size: 3.6vw;
    margin-top: 1.467vw;
}

.sitemap ul{
    font-size: 3.2vw;
    margin-top: 14.933vw;
}

.sitemap ul li a[target="_blank"]{
    background: url("../img/common/common_icon_newwin_br.png") no-repeat center right;
    background-size: 3.2vw auto;
    padding-right: 4vw;
}

}