@charset "UTF-8";
/*
|---------------------------------------------------------------
| ec-connector-2025 common page css
|---------------------------------------------------------------
*/
.footerTop__services {
  display: block;
}

.ecc-page__breadcrumb {
  margin-bottom: clamp(20px, 2.67vw, 60px);
}

/*
 * 読み込み用ページ
------------------------------------------------*/
body[class^=page-include_] {
  padding: 15px 15px;
  min-width: 0;
  height: 100%;
  overflow-y: auto;
}
body[class^=page-include_] .ecc-document {
  --ecc-document-padding: 0px;
}
body[class^=page-include_] .ecc-document h2::before {
  display: none;
}

/*
 * 利用規約
------------------------------------------------*/
body.page-terms_index {
  --ecc-terms-list-indent: 1em;
}
body.page-terms_index .ecc-document {
  font-feature-settings: "halt" 1;
}
body.page-terms_index .ecc-document h3 {
  margin-bottom: 1em;
}
body.page-terms_index .ecc-document p {
  /* min-height: 1.5em; */
  min-height: 1em;
}
body.page-terms_index .ecc-document ul {
  list-style: none;
  padding: 0;
}
body.page-terms_index .ecc-document ul > li {
  margin-bottom: 1.5em;
  padding-left: var(--ecc-terms-list-indent);
  text-indent: calc(-1 * var(--ecc-terms-list-indent));
}
body.page-terms_index .ecc-document ul > li > ul {
  margin-top: 1.5em;
  margin-left: calc(-1 * var(--ecc-terms-list-indent));
}
body.page-terms_index .ecc-document ul ul > li {
  margin-bottom: 0;
  padding-left: calc(var(--ecc-terms-list-indent) * 1.5);
  text-indent: calc(-1 * var(--ecc-terms-list-indent) * 1.5);
}
body.page-terms_index .ecc-document li > b {
  font-family: var(--ecc-font-family-en, var(--ecc-font-family-base, sans-serif));
  font-weight: 900;
}

/*
 * 特定商取引に基づく表記
------------------------------------------------*/
body.page-law_index .ecc-page-title {
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 750px) {
  body.page-law_index .ecc-page-title {
    width: 7.5em;
  }
}
body.page-law_index .ecc-document {
  --ecc-document-padding: 20px;
  --ecc-document-font-size: 13px;
}
@media (min-width: 750.02px) {
  body.page-law_index .ecc-document {
    --ecc-document-padding: 0px;
    --ecc-document-font-size: clamp(15px, 2vw, 20px);
  }
}
@media (min-width: 750.02px) {
  body.page-law_index .ecc-document table th,
  body.page-law_index .ecc-document table td {
    padding: 25px 20px;
  }
}
@media (max-width: 750px) {
  body.page-law_index .ecc-document table,
  body.page-law_index .ecc-document table tbody,
  body.page-law_index .ecc-document table tr {
    display: block;
    width: 100%;
  }
  body.page-law_index .ecc-document table th,
  body.page-law_index .ecc-document table td {
    display: block;
    width: 100% !important;
  }
}
body.page-law_index .ecc-document a {
  color: #004688;
}
body.page-law_index .ecc-document a[href] {
  text-decoration: none !important;
  border-bottom: 1px solid currentColor;
}
body.page-law_index .ecc-document a[href][target=_blank]::after {
  --fa: "\f35d";
  content: var(--fa);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  text-decoration: none;
  margin-left: 0.25em;
}
