@charset "UTF-8";

/* 文字サイズ */

.starlink-terms-of-use-consent label,
.starlink-terms-of-use-consent li,
.starlink-terms-of-use-consent a {
    font-size: 13px;
}


/* Flex設定 */

.starlink-terms-of-use-consent {
    display: flex !important;
    flex-direction: column;
    padding: 0px;
}

@media only screen and (min-width: 1024px) {
    .starlink-terms-of-use-consent .containerReyo {
        width: auto !important;
        margin: 0 25% 48px;
    }
}

@media only screen and (max-width: 1024px) {
    .fitCont {
        /* width: fit-content; */
    }
    .starlink-terms-of-use-consent .containerReyo {
        width: auto !important;
        /* margin: 0 25% 48px; */
        margin-left: 10px;
        margin-right: 10px;
    }
    .starlink-terms-of-use-consent .package-section .term-article * {
        line-height: 100% !important;
        padding-left: 24px;
    }
    .starlink-terms-of-use-consent .confirmation-section, .starlink-terms-of-use-consent .terms-confirmation-process-section {
        width: 60% !important;
        padding-right: 10% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .pd-24 {
        padding: 0;
    }
    .starlink-terms-of-use-consent .sectionReyo {
        width: 88% !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-left: 4% !important;
        padding-right: 0 !important;
    }
    .starlink-terms-of-use-consent .user-confirmation-section {
        width: 88% !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        display: flex !important;
        align-items: center !important;
        flex-direction: column !important;
    }
}

.starlink-terms-of-use-consent .pd-24 {
    padding: 24px;
}

.starlink-terms-of-use-consent .scroll-div {
    flex: 1;
    overflow-y: auto;
    padding-bottom: 0px;
}

/* section */

.starlink-terms-of-use-consent .sectionReyo {
    width: 96%;
    padding-right: 10px;
    padding-left: 10px;
}

.starlink-terms-of-use-consent section {
    width: 65%;
    padding-left: 10%;
    padding-right: 10%;
    margin-left: auto;
    margin-right: auto;
}

.starlink-terms-of-use-consent .package-section {
    margin-top: 24px;
}

.starlink-terms-of-use-consent .user-confirmation-section,
.starlink-terms-of-use-consent .confirmation-section,
.starlink-terms-of-use-consent .terms-confirmation-process-section  {
    margin-top: 16px;
}


/* 説明文言表示領域 */

.starlink-terms-of-use-consent .description-section {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

/* 説明文言表示領域（契約者） */
.starlink-terms-of-use-consent.modal-content .description-section {
    margin-top: 24px;
}

.starlink-terms-of-use-consent .description-section p.description {
    font-size: 14px;
}

.starlink-terms-of-use-consent .description-section p.optional-description {
    font-size: 12px;
    padding-top: 4px;
}

/* 区切り線 */
.starlink-terms-of-use-consent hr {
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    overflow: hidden;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: lightgray;
}

/* 区切り線（契約者） */
.starlink-terms-of-use-consent.modal-content hr {
    margin-inline-start: 3em;
    margin-inline-end: 3em;
}

.starlink-terms-of-use-consent .description-section hr {
    margin-block-start: 16px;
    margin-block-end: 16px;
}

/* パッケージごとの表示領域 */

.starlink-terms-of-use-consent .package-section .package-article+.package-article {
    margin-top: 30px;
}


/* パッケージごとの表示領域 利用規約articleの設定 */

.starlink-terms-of-use-consent .package-section .term-article,
h2 {
    font-weight: bold;
}

.starlink-terms-of-use-consent .package-section .term-article+.term-article {
    margin-top: 13px;
}

.starlink-terms-of-use-consent .package-section .term-article * {
    line-height: 70%;
    padding-left: 24px;
}

.starlink-terms-of-use-consent .package-section .term-article a {
    text-decoration: underline;
}


/* パッケージごとの表示領域 checkbox設定 */

.starlink-terms-of-use-consent .package-section input[type="checkbox"] {
    display: none;
}

.starlink-terms-of-use-consent .package-section input[type="checkbox"]+span {
    display: inline-block;
    position: relative;
    padding-left: 24px;
    cursor: pointer;
}

.starlink-terms-of-use-consent .package-section input[type="checkbox"]:disabled+span {
    cursor: default;
}

.starlink-terms-of-use-consent .package-section input[type="checkbox"]+span:before {
    content: "";
    display: inline-block;
    background: url(/common/img/starlink/form-check-false.png) no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -5px;
    left: 0px;
}

.starlink-terms-of-use-consent .package-section input[type="checkbox"]:checked+span:before {
    background: url(/common/img/starlink/form-check-true.png) no-repeat;
    background-size: 100%;
}

/* パッケージごとの表示領域 サマリテキスト */

.starlink-terms-of-use-consent .package-section .summaryText-div {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.starlink-terms-of-use-consent .package-section .summaryText-div * {
    font-size: 12px;
}

.starlink-terms-of-use-consent .package-section .summaryText-div p {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.5;
}

.starlink-terms-of-use-consent .package-section .summaryText-div .indent {
    text-indent: -1em;
    padding-left: 1em;
}


/* 確認表示域 */

.starlink-terms-of-use-consent .confirmation-section {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}

.starlink-terms-of-use-consent .user-confirmation-section {
    width: 96%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.starlink-terms-of-use-consent .confirmation-section li:before {
    content: "・";
    font-family: "Segoe UI Emoji", "sans-serif";
    font-weight: bold;
}

.starlink-terms-of-use-consent .user-confirmation-section li:before {
    content: "・";
    font-family: "Segoe UI Emoji", "sans-serif";
    font-weight: bold;
}

/* 利用規約確認手順 */
.starlink-terms-of-use-consent .terms-confirmation-process-section p {
    color: #AAA;
    font-size: 13px;
}

.starlink-terms-of-use-consent .fix-footer-div button {
    margin-top: 30px;
}