@charset "UTF-8";


/* 文字サイズ */
.telematics-wifi-subscription-agreement label,
.telematics-wifi-subscription-agreement li,
.telematics-wifi-subscription-agreement a{
    font-size: 13px;
}

/* Flex設定 */
.telematics-wifi-subscription-agreement{
  /* scroll-divの高さをflex-glowで可変にするために設定 */
  display: flex;
  flex-direction: column;
}
.telematics-wifi-subscription-agreement .scroll-div{
  flex: 1 0 0;
  height: 100%;
  overflow-y: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  /* terms-sectionの高さをflex-glowで可変にするために設定 */
  display: flex;
  flex-direction: column;
}
.telematics-wifi-subscription-agreement .fix-footer-div{
  margin-top: 20px;
}
.telematics-wifi-subscription-agreement .terms-section{
  flex: 1 0 0;
  /* terms-text-iframeの高さをflex-glowで可変にするために設定 */
  display: flex;
  flex-direction: column;
}
.telematics-wifi-subscription-agreement .terms-text-iframe{
  flex: 1 0 0;
}
/* IE11ではレイアウトが崩れるので、terms-section以下のflexを無効化 */
@media (-ms-high-contrast: none), (-ms-high-coontraxt: active){
  .telematics-wifi-subscription-agreement .scroll-div{
    display: block;
    flex-direction: none;
  }
  .telematics-wifi-subscription-agreement .terms-section{
    flex: none;
    display: block;
    flex-direction: none;
  }
  .telematics-wifi-subscription-agreement .terms-text-iframe{
    flex: none;
  }
}

/* section */
.telematics-wifi-subscription-agreement section{
    width: 65%;
    padding-left: 10%;
    padding-right: 10%;
    margin-left: auto;
    margin-right: auto;
}
.telematics-wifi-subscription-agreement section+section,
.telematics-wifi-subscription-agreement section.border-top
{
  margin-top: 10px;
  padding-top: 10px;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: lightgray;
}

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

/* 区切り線 */
.telematics-wifi-subscription-agreement 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;
}

/* 規約情報表示域 */
/* 規約情報表示域 - checkbox設定 */
.telematics-wifi-subscription-agreement .terms-section .terms-title-div input[type="checkbox"]{
  display: none;
}
.telematics-wifi-subscription-agreement .terms-section .terms-title-div input[type="checkbox"] + span{
  display: inline-block;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
}
.telematics-wifi-subscription-agreement .terms-section .terms-title-div input[type="checkbox"]:disabled + span{
  cursor: default;
}
.telematics-wifi-subscription-agreement .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-wifi-subscription-agreement .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-wifi-subscription-agreement .terms-section .terms-title-div span{
  font-weight: bold;
}


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


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

}


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

.telematics-wifi-subscription-agreement .bottom-btn-div {
  margin-top: 24px;
}

/* 利用規約確認手順 */
.telematics-wifi-subscription-agreement .terms-confirmation-process-section p {
  color: #AAA;
  font-size: 13px;
}