@charset "UTF-8";
/* policy__page personalinfo__page */

/*============================
    pl-contents
============================*/
.plc__ttl {
    font-weight: bold;
    margin-bottom: .5em;
    border-bottom: 1px #1169ab solid;
}

.plc__txt {
    margin-bottom: 2em;

}

.plc__txt.privacy_day {
    text-align: right;

}

.plc__tbl {
    width: 100%;

}

.plc__tbl th {
    line-height: 1.5;
    font-weight: bold;
    padding: .5em 1em;
    background: #ffea91;
    border: solid 2px #c2bbb4;
}

.plc__tbl td {
    line-height: 1.5;
    font-weight: bold;
    padding: .5em 1em;
    background: #fff;
    border: solid 2px #c2bbb4;
}

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

@media screen and (max-width:767px) {
    .plc__tbl th {
        padding: .5em;
        font-size: 1.2rem;
    }

    .plc__tbl td {
        padding: .5em;
        font-size: 1.2rem;
    }

}

/*============================
    pi-contents
============================*/
.pic__ttl {
    line-height: 1.4;

    &::before {
        content: "";
        position: absolute;
        width: 1em;
        height: 8px;
        border-top: solid 2px #4d3939;
        border-bottom: solid 2px #4d3939;
        left: 0;
        bottom: -.5em;
    }

}

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

@media screen and (max-width:767px) {
    .pic__ttl {
        &::before {
            width: 1em;
            height: 6px;
            border-width: 1px;
            left: 0;
            bottom: -1em;
        }

    }
}

/*============================
    sitemap__page / terms__page
============================*/

.sitemap_section {
    margin-bottom: 40px;
}

.sitemap_section ul li {
    list-style-position: inside;
    width: 25%;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    padding-left: 10px;
    font-size: 14px;
    vertical-align: text-top;
}

.sitemap_section ul li::before {
    position: absolute;
    left: 0px;
    content: "・";
    width: 5px;
    height: 5px;
}

@media screen and (max-width:767px) {
    .sitemap_section ul li {
        width: 50%;
        margin-bottom: 10px;
        display: inline-block;
    }
}