@charset "UTF-8";

/*---------------------------------------------------
 common
----------------------------------------------------*/
.sp-break {
    display: block;
}

.link-content {
    text-align: right;
    margin-bottom: 70px;
}

.link-button-hover {
    transition: 0.3s;
}

.link-button-hover:hover {
    opacity: 0.5;
}

.link-border {
    text-decoration: underline;
}

.link-arrow {
    position: relative;
    padding-right: 30px;
}

.link-arrow::after {
    position: absolute;
    content: "";
    top: 20%;
    right: 8px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(-45deg);
}

.external-links::after {
    display: inline-block;
    flex: none;
    position: relative;
    content: '';
    width: 14px;
    height: 14px;
    background-image: url("../img/policy/external_links.svg");
    background-size: 100%;
    margin-left: 4px;
}

.table-border {
    border-collapse: collapse;
    margin-bottom: 24px;
}

.table-content-border {
    padding: 10px 16px;
    border: 1px solid #bbb;
    vertical-align: text-top;
}

.table-content-title {
    min-width: 280px;
}

.table-content {
    min-width: 520px;
}

.table-x-scroll-sp {
    overflow-x: scroll;
}

@media screen and (min-width: 992px) {
    .sp-break {
        display: none;
    }

    .table-x-auto-pc {
        overflow-x: auto;
    }
}

/*---------------------------------------------------
 policy
----------------------------------------------------*/
.policy-title {
    text-align: center;
    font-size: 1.875rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-top: 100px;
    margin-bottom: 100px;
}

.policy-paragraph {
    line-height: 2;
    margin-bottom: 16px;
}

.policy-section-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 4.375rem;
    margin-bottom: 24px;
}

.policy-lists {
    padding: 0;
}

.policy-list {
    margin-bottom: 16px;
}

.policy-address {
    display: flex;
}

.policy-address-lists {
    flex-basis: 100%;
}

.policy-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 50px;
    margin-bottom: 100px;
}

.policy-content {
    width: 90%;
    margin: 0 auto;
}

@media screen and (min-width: 992px) {
    .policy-content {
        width: 60%;
    }

    .policy-title {
        font-size: 2.25rem;
        margin-bottom: 110px;
    }

    .policy-section-title {
        font-size: 1.563rem;
    }

    .policy-address-lists {
        flex-basis: 85%;
    }
}

@media screen and (min-width: 1400px) {
    .policy-content {
        width: 45%;
    }
}

/*---------------------------------------------------
 privacy
----------------------------------------------------*/

.text-link{
    color: #388CF7!important;
}

.dl-pdf{
    display: inline;
}

.dl-pdf::before{
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: -0.2em;
    background-image: url("../images/common/icon-pdf-or.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.privacy-marker-list {
    padding-left: 0;
    list-style: none;
    counter-reset: privacy-marker;
}

.privacy-marker-list li {
    display: grid;
    grid-template-columns: max-content 1fr;
    counter-increment: privacy-marker;
}

.privacy-marker-list li::before {
    content: "(" counter(privacy-marker) ")";
}

.cookie-marker-list {
    padding-left: 0;
    list-style: none;
    counter-reset: cookie-marker;
}

.cookie-marker-list li {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 7px;
    counter-increment: cookie-marker;
}

.cookie-marker-list li::before {
    content: "(" counter(cookie-marker) ")";
}

.text-indent-08 li {
    padding-left: 0.8em;
    text-indent: -0.8em;
}

.policy-heading {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 1.5rem !important;
    line-height: 1.5;
    letter-spacing: 0.2em;
    padding-left: 1.1em;
    text-indent: -1.1em;
}

.policy-sub-heading {
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 1.25rem !important;
    line-height: 1.5;
    letter-spacing: 0.2em;
    padding-left: 1.8em;
    text-indent: -1.8em;
}

.policy-lead-heading{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 1.25rem !important;
    line-height: 1.5;
    letter-spacing: 0.2em;
}

.policy-small-heading{
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    font-size: 1rem !important;
    line-height: 1.5;
    letter-spacing: 0.2em;
}

.text-indent-1 li {
    padding-left: 1em;
    text-indent: -1em;
}

.text-indent-18 li {
    padding-left: 1.8em;
    text-indent: -1.8em;
}

.policy-dot-link-list a::before {
    content: "・";
}

.policy-dot-list {
    list-style: none;
}

.policy-dot-list li {
    display: grid;
    grid-template-columns: max-content 1fr;
}

.policy-dot-list li::before {
    content: "・";
}

.privacy-table-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.privacy-data-table {
    width: 100%;
    min-width: 780px;
    border-collapse: collapse;
    border: 1px solid #333333;
}

.privacy-data-table th,
.privacy-data-table td {
    height: 127px;
    border: 1px solid #333333;
    vertical-align: middle;
    line-height: 1.7;
}

.privacy-data-table th {
    width: 31%;
    padding: 20px 18px;
    font-weight: 400;
    text-align: center;
}

.privacy-data-table td {
    padding: 20px 28px;
}

.privacy-data-table .dl-pdf::before {
    margin-right: 0.25em;
}

.cookie-data-table {
    width: 100%;
    min-width: 780px;
    border-collapse: collapse;
    border: 1px solid #000;
}

.cookie-data-table th,
.cookie-data-table td {
    border: 1px solid #000;
    padding: 12px 14px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.6;
}

.cookie-data-table th {
    background-color: #878787;
    color: #ffffff;
    font-weight: 700;
}

.cookie-data-table th:nth-child(1),
.cookie-data-table td:nth-child(1) {
    width: 19%;
}

.cookie-data-table th:nth-child(2),
.cookie-data-table td:nth-child(2) {
    width: 19%;
}

.cookie-data-table th:nth-child(3),
.cookie-data-table td:nth-child(3) {
    width: 43%;
}

.cookie-data-table th:nth-child(4),
.cookie-data-table td:nth-child(4) {
    width: 19%;
}

.cookie-tool-table th:nth-child(1),
.cookie-tool-table td:nth-child(1) {
    width: 23%;
}

.cookie-tool-table th:nth-child(2),
.cookie-tool-table td:nth-child(2) {
    width: 23%;
}

.cookie-tool-table th:nth-child(3),
.cookie-tool-table td:nth-child(3) {
    width: 54%;
}

@media screen and (min-width: 992px) {
    .privacy-data-table {
        min-width: 960px;
    }

    .cookie-data-table {
        min-width: 960px;
    }

    .privacy-data-table th {
        padding: 16px 8px;
    }

    .privacy-data-table td {
        padding: 16px 42px;
    }
}

.list-border {
    border-bottom: 1px solid #333333;
    padding-top: 16px;
    padding-bottom: 8px;
}

.list-contents {
    display: block;
}

.list-content-title {
    flex-basis: 100%;
    align-self: start;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
}

.list-content {
    flex-basis: 100%;
    letter-spacing: 0.1em;
    margin-bottom: 0;
}

.link-icon{
    display: inline;
}

.link-icon::after{
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: -0.2em;
    background-image: url("../images/common/icon-link.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 0.2em;
}

@media screen and (min-width: 576px) {
    .list-content {
        flex-basis: auto;
    }
}

@media screen and (min-width: 768px) {
    .list-content-title {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 992px) {
    .list-contents {
        display: flex;
    }

    .list-content-title {
        flex-basis: 25%;
    }
}
