@charset "UTF-8";


/* 文字サイズ */
.telematics-privacy-policy-reconsent-fragment label,
.telematics-privacy-policy-reconsent-fragment li,
.telematics-privacy-policy-reconsent-fragment a{
    font-size: 13px;
}

/* Flex設定 */
.telematics-privacy-policy-reconsent-fragment{
  /* scroll-divの高さをflex-glowで可変にするために設定 */
  display: flex;
  flex-direction: column;
  padding-top: 24px;
}
.telematics-privacy-policy-reconsent-fragment .scroll-div{
  flex: 1 0 0;
  height: 100%;
  overflow-y: auto;
  /* terms-sectionの高さをflex-glowで可変にするために設定 */
  display: flex;
  flex-direction: column;
}

.telematics-privacy-policy-reconsent-fragment .terms-section{
  flex: 1 0 0;
  /* terms-text-iframeの高さをflex-glowで可変にするために設定 */
  display: flex;
  flex-direction: column;
}
.telematics-privacy-policy-reconsent-fragment .terms-text-iframe{
  flex: 1 0 0;
}
/* IE11ではレイアウトが崩れるので、terms-section以下のflexを無効化 */
@media (-ms-high-contrast: none), (-ms-high-coontraxt: active){
  .telematics-privacy-policy-reconsent-fragment .scroll-div{
    display: block;
    flex-direction: none;
  }
  .telematics-privacy-policy-reconsent-fragment .terms-section{
    flex: none;
    display: block;
    flex-direction: none;
  }
  .telematics-privacy-policy-reconsent-fragment .terms-text-iframe{
    flex: none;
  }
}

/* section */
.telematics-privacy-policy-reconsent-fragment section{
    width: 82%;
    padding-left: 4%;
    padding-right: 4%;
    margin-left: auto;
    margin-right: auto;
}
.telematics-privacy-policy-reconsent-fragment section+section,
.telematics-privacy-policy-reconsent-fragment section.border-top
{
  margin-top: 24px;
  padding-top: 16px;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: lightgray;
}

/* 説明文言表示領域 */
.telematics-privacy-policy-reconsent-fragment .description-section{
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.telematics-privacy-policy-reconsent-fragment .description-section p{
	font-size: 13px;
}


/* 規約情報表示域 */
/* 規約情報表示域 - checkbox設定 */
.telematics-privacy-policy-reconsent-fragment .terms-section .terms-title-div input[type="checkbox"]{
  display: none;
}
.telematics-privacy-policy-reconsent-fragment .terms-section .terms-title-div input[type="checkbox"] + span{
  display: inline-block;
  position: relative;
  padding-top: 1px;
  padding-left: 24px;
  cursor: pointer;
}
.telematics-privacy-policy-reconsent-fragment .terms-section .terms-title-div input[type="checkbox"]:disabled + span{
  cursor: default;
}
.telematics-privacy-policy-reconsent-fragment .terms-section .terms-title-div 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: 0px;
  left: 0px;
}
.telematics-privacy-policy-reconsent-fragment .terms-section .terms-title-div input[type="checkbox"]:checked + span:before{
  background: url(/common/img/starlink/form-check-true.png) no-repeat;
  background-size: 100%;
}
.telematics-privacy-policy-reconsent-fragment .terms-section .terms-title-div span{
  font-weight: bold;
}


/* 規約情報表示域 - 重要事項サマリテキスト */
.telematics-privacy-policy-reconsent-fragment .terms-section .summaryText-div{
  margin-top: 16px;
  padding-left: 20px;
  padding-right: 20px;
}
.telematics-privacy-policy-reconsent-fragment .terms-section .summaryText-div *{
  font-size: 12px;
}
.telematics-privacy-policy-reconsent-fragment .terms-section .summaryText-div p {
  margin-top:0px; margin-bottom:0px; line-height:1.5;
}
.telematics-privacy-policy-reconsent-fragment .terms-section .summaryText-div .indent{
  text-indent:-1em;
  padding-left:1em;
}


/* 規約情報表示域 - プライバシーポリシー本文 */
.telematics-privacy-policy-reconsent-fragment .terms-text-iframe {
  margin-top: 16px;
  width: 100%;
  min-height: 300px;

}


/* 確認表示域 */
.telematics-privacy-policy-reconsent-fragment .confirmation-section li:before{
  content: "・";
  font-family: "Segoe UI Emoji","sans-serif";
  font-weight: bold;
}

.telematics-privacy-policy-reconsent-fragment .bottom-btn-div {
  margin-top: 12px;
}


.telematics-privacy-policy-reconsent-fragment .bottom-btn-div .back-to-top-btn {
  background-color:#fff !important;
  color:#0072b1 !important;
  border: 1px solid #0072b1 !important;
  margin-top: 8px;
}
