.pc-policy-wrap {
    max-width: 1200px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1023px) {
    .pc-policy-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.h1_txt span {
    font-size: 14px;
    display: inline-block;
    line-height: 1.5;
}


/*	プライバシーポリシー：privacy,クッキーポリシー：cookie
===============================================================*/
.privacy.detaile {
    padding-top: 60px;
    margin-bottom: 120px;
}

.privacy.detaile .h2_txt {
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 20px;
    font-weight: 700;
}

.privacy.detaile .h4_txt {
    margin-top: 45px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    color: #0070bb;
    border-bottom: solid 1px #0070bb;
    padding: 0 0 20px 0;
}

.privacy.detaile .h5_txt {
    font-size: 100%;
    color: #0070bb;
    position: relative;
    margin: 2em 0 0.5em;
    padding-left: 1.75em;
}

.privacy.detaile .h5_txt:before {
    content: "";
    width: 1.5em;
    height: 1px;
    background: #0070bb;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.privacy.detaile .box {
    font-size: 14px;
    line-height: 2;
}

.privacy.detaile .list_normal li {
    margin: 0 0 10px;
    text-indent: -1.6rem;
    padding-left: 1.6rem;
}

.privacy.detaile .list_normal li::before {
    content: '■';
    margin-right: 5px;
    font-size: inherit;
    font-family: sans-serif;
    color: #2d7dc8;
}

.privacy.detaile .list_number {
    padding: 0 0 0 25px;
}

.privacy.detaile .list_number li {
    list-style: decimal;
    margin: 0 0 10px;
}

.privacy.detaile .table_01 {
    margin-top: 50px;
    width: 100%;
}
.privacy.detaile .table_01.-border-bottom {
    border-bottom: dashed 1px #000000;
}

.privacy.detaile .table_01 tr+tr {
    border-top: dashed 1px #000000;
}

.privacy.detaile .table_01 th {
    background-color: #f0f2f2;
    width: 270px;
    padding: 30px 0;
}
.privacy.detaile .table_01 th.-width-15per {
    width: 15%;
}

.privacy.detaile .table_01 td {
    padding: 30px 60px;
}
.privacy.detaile .table_01 td.-padding-1em {
    padding: 1em;
}

.privacy.detaile .table_01 td a {
    color: inherit;
}

.privacy.detaile .txt {
    font-size: 14px;
    line-height: 2;
}

.number_table td:first-child {
    margin-right: 10px;
    display: block;
}

.privacy.detaile .person {
    margin-top: 10px;
    text-align: right;
}

.privacy.detaile .mt10 {
    margin-top: 10px;
}
.privacy.detaile .mt20 {
    margin-top: 20px;
}

@media (max-width: 767px) {

    /*----------------------------------------------------------*/
    .privacy.detaile {
        min-width: auto;
        margin-bottom: 100px;
    }

    .privacy.detaile .h4_txt {
        font-size: 22px;
    }

    .privacy.detaile .txt {
        font-size: 14px;
    }

    .privacy.detaile .box {
        font-size: 14px;
        border-radius: 0;
    }

    .privacy.detaile .table_01 th {
        width: 200px;
    }

    .privacy.detaile .js-scrollable .table_01 {
        width: 800px;
    }

    .privacy.detaile .person {
        text-align: left;
    }

    /*----------------------------------------------------------*/
}


/*	特定商取引法に関する表記：company
===============================================================*/
.company.law {
    padding-top: 60px;
    margin-bottom: 120px;
}

.company.law .h2_txt {
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 20px;
    font-weight: 700;
}

.company.law table {
    width: 100%;
    background-color: #ffffff;
    border-left: solid 1px #000000;
    border-top: solid 1px #000000;
    line-height: 1.8;
}

.company.law table th {
    background-color: #deebf7;
    padding: 10px;
    width: 280px;
    border-right: solid 1px #000000;
    border-bottom: solid 1px #000000;
}

.company.law table td {
    padding: 10px 20px;
    border-right: solid 1px #000000;
    border-bottom: solid 1px #000000;
}

@media (max-width: 767px) {

    /*----------------------------------------------------------*/
    .company.law {
        margin-bottom: 100px;
    }

    .company.law table {
        line-height: 1.8;
    }

    .company.law table,
    .company.law table tbody,
    .company.law table tr,
    .company.law table th,
    .company.law table td {
        display: block;
        width: 100%;
    }

    .company.law table th {
        text-align: left;
        padding: 10px 20px
    }

    .company.law table td {
        padding: 20px;
    }

    /*----------------------------------------------------------*/
}


.company.law .box+.box {
    margin-top: 60px;
}

.company.law .box .title {
    margin-bottom: 25px;
    padding: 15px 1em;
    background: #deebf7;
    font-weight: bold;
    font-size: 18px;
}

.company.law .box .tos dt {
    margin-bottom: 15px;
    padding-left: 1em;
    font-weight: bold;
}

.company.law .box .tos dd {
    padding-left: 2em;
    font-size: 14px;
}

.company.law .box .tos dd ul {
    line-height: 1.8;
}

.company.law .box .tos dd ul li span {
    display: block;
    line-height: 1.4;
    margin-bottom: 10px;
    font-weight: bold;
}

.company.law .box .tos dd ul li+li {
    margin-top: 15px;
}

.company.law .box .tos dd+dt {
    margin-top: 40px;
}

.company.law .box .tos dd p {
    line-height: 1.8;
}

.company.law .box .tos dd ul.ten li {
    position: relative;
    padding-left: 1em;
}

.company.law .box .tos dd ul.ten li:before {
    content: '・';
    position: absolute;
    top: 0;
    left: 0;
}

.company.law .box .tos dd p+ul {
    margin-top: 20px;
}

@media (max-width: 767px) {

    /*----------------------------------------------------------*/
    .company.law .box+.box {
        margin-top: 60px;
    }

    .company.law .box .title {
        margin-bottom: 35px;
        padding: 15px 1em;
        background: #deebf7;
        font-weight: bold;
        font-size: 24px;
    }

    .company.law .box .tos dt {
        margin-bottom: 20px;
        padding-left: 1em;
        font-weight: bold;
    }

    .company.law .box .tos dd {
        padding-left: 1em;
        font-size: 22px;
    }

    .company.law .box .tos dd ul {
        line-height: 1.8;
    }

    .company.law .box .tos dd ul li span {
        display: block;
        line-height: 1.4;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .company.law .box .tos dd ul li+li {
        margin-top: 15px;
    }

    .company.law .box .tos dd+dt {
        margin-top: 40px;
    }

    .company.law .box .tos dd p {
        line-height: 1.8;
    }

    .company.law .box .tos dd ul.ten li {
        position: relative;
        padding-left: 1em;
    }

    .company.law .box .tos dd ul.ten li:before {
        content: '・';
        position: absolute;
        top: 0;
        left: 0;
    }

    .company.law .box .tos dd p+ul {
        margin-top: 20px;
    }
}