@charset "UTF-8";

/* 文字サイズ */
.starlink-terms-of-use-re-consent label,
.starlink-terms-of-use-re-consent li,
.starlink-terms-of-use-re-consent a{
    font-size: 13px;
}

/* Flex設定 */
.starlink-terms-of-use-re-consent{
  display: flex;
  flex-direction: column;
  padding: 0px;
}
.starlink-terms-of-use-re-consent .scroll-div{
  flex: 1;
  overflow-y: auto;
  padding-top: 24px;
  padding-bottom: 0px;
}

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

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

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

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

/* 説明文言表示領域 */
.starlink-terms-of-use-re-consent .description-section{
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

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

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

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

/* パッケージごとの表示領域 */
.starlink-terms-of-use-re-consent .package-section .package-article + .package-article{
  margin-top: 30px;
}

/* パッケージごとの表示領域 利用規約articleの設定 */
.starlink-terms-of-use-re-consent .package-section .term-article,h2{
  font-weight: bold;
}
.starlink-terms-of-use-re-consent .package-section .term-article + .term-article{
  margin-top: 13px;
}
.starlink-terms-of-use-re-consent .package-section .term-article *{
  line-height: 70%;
  padding-left: 24px;
}
.starlink-terms-of-use-re-consent .package-section .term-article a{
  text-decoration: underline;
}

/* パッケージごとの表示領域 checkbox設定 */
.starlink-terms-of-use-re-consent .package-section input[type="checkbox"]{
  display: none;
}
.starlink-terms-of-use-re-consent .package-section input[type="checkbox"] + span{
  display: inline-block;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
}
.starlink-terms-of-use-re-consent .package-section input[type="checkbox"]:disabled + span{
  cursor: default;
}
.starlink-terms-of-use-re-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-re-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-re-consent .package-section .summaryText-div{
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.starlink-terms-of-use-re-consent .package-section .summaryText-div *{
  font-size: 12px;
}
.starlink-terms-of-use-re-consent .package-section .summaryText-div p {
  margin-top:0px; margin-bottom:0px; line-height:1.5;
}
.starlink-terms-of-use-re-consent .package-section .summaryText-div .indent{
  text-indent:-1em;
  padding-left:1em;
}

/* 確認表示域 */
.starlink-terms-of-use-re-consent .confirmation-section li:before{
  content: "・";
  font-family: "Segoe UI Emoji","sans-serif";
  font-weight: bold;
}

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

.starlink-terms-of-use-re-consent .bottom-btn-div {
  margin-top: 24px;
}

/* 同意せずにTOPへ戻るボタン*/
.starlink-terms-of-use-re-consent .bottom-btn-div .back-to-top-btn {
  background-color:#fff !important;
  color:#0072b1 !important;
  border: 1px solid #0072b1 !important;
  margin-top: 8px;
}