@charset "UTF-8";
.sitemap_wrap {
    margin-bottom: 86px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sitemap_cnt {
    width: 50%;
}
.sitemap_box {
    margin-top: 60px;
}
.sitemap_box:first-child {
    margin-top: 0;
}
.sitemap_box .lst li {
    margin-bottom: 10px;
}
.sitemap_box .lst li:last-child {
    margin-bottom: 0;
}
.sitemap_box .lst li a {
    display: inline-block;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 1ex;
    position: relative;
    padding-left: 15px;
}
.sitemap_box .lst li a:before {
    content: "";
    position: absolute;
    background: url(../img/arw.png)no-repeat 0 0 / 100% auto;
    width: 9px;
    height: 14px;
    background-size: cover;
    top: 7px;
    left: 0;
    z-index: 9;
}
.rules_wrap {
    margin-bottom: 120px;
}
.rules_box {
    margin-bottom: 60px;
}
.rules_box:last-child {
    margin-bottom: 0;
}
.rules_box .box a {
    color: #2389a3;
    text-decoration: underline;
}
.rules_box .box ol li,
.rules_box .box ul li {
    position: relative;
    padding-left: 1.5em;
    margin-top: 10px;
}
.rules_box .box ol li .nmb,
.rules_box .box ul li .nmb {
    position: absolute;
    left: 0;
    top: 0;
}
.rules_box .box ol li:first-child,
.rules_box .box ul li:first-child {
    margin-top: 0;
}
.rules_box .box ul.ver2 {
    margin-top: 10px;
}
.rules_box .box ul.ver2 li {
    padding-left: 2.5em;
}
.knowhow_wrap {
    margin-bottom: 86px;
}
@media (min-width: 896px) {
    .sitemap_box .lst li a:hover {
        text-decoration: none;
    }
    .rules_box .box a:hover {
        text-decoration: none;
    }
}
@media only screen and (max-width: 896px) {
    .page_fac_ttl {
        margin-bottom: 30px;
    }
    .sitemap_wrap {
        margin-bottom: 45px;
        display: block;
    }
    .sitemap_cnt {
        width: 100%;
        margin-bottom: 30px;
    }
    .sitemap_cnt:last-child {
        margin-bottom: 0;
    }
    .sitemap_box {
        margin-top: 30px;
    }
    .sitemap_box .lst li a:before {
        top: 5px;
    }
    .rules_wrap {
        margin-bottom: 60px;
    }
    .rules_box {
        margin-bottom: 30px;
    }
    .knowhow_wrap {
        margin-bottom: 45px;
    }
    .page_lowdtl_ttl {
        line-height: 1.4;
        padding-bottom: 16px;
    }
}
@media only screen and (max-width: 374px) {
}
