@charset "UTF-8";

/* =======================================
   terms 固有スタイル
   common_pc.css / common_sp.css から移行
======================================= */

/* --- container --- */
.policy_terms {
  margin: 30px 0 60px;
}
.container {
  position: relative;
  padding-right: 0;
  padding-left: 0;
  max-width: unset;
}

.container+.container {
  margin-top: 30px;
}

.container.width-margin {
  margin-top: 30px;
}

.page-terms .container+.container {
  margin-top: 30px;
}

.policy_terms .lp-heading-primary {
  margin-top: 60px;
  margin-bottom: 40px;
}

/* --- text --- */
.lp-section__inner.--narrow .text {
  margin: 15px auto 0;
  font-size: 1.4rem;
}

.lp-section__inner.--narrow .text+.text {
  margin: 0;
}

/* --- title --- */
.lp-section__inner.--narrow .title {
  font-weight: normal;
  font-size: 1.4rem;
}

/* --- article-block --- */
.lp-section__inner.--narrow .article-block .title {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  padding: 20px 0;
  margin-bottom: 30px;
  background: #eee;
}

.lp-section__inner.--narrow .article-block.top .title {
  background: #fff;
  padding-bottom: 0;
}

/* --- b-link --- */
.page-terms .b-link {
  margin: 20px auto;
}

.page-terms .b-link .link {
  display: block;
  width: 100%;
  border-top: 2px solid #eee;
  margin-bottom: 0;
  padding: 15px 15px 15px 0;
  color: #79888b;
  position: relative;
}

.page-terms .b-link .link:last-of-type {
  border-bottom: 2px solid #eee;
}

.page-terms .b-link .link.arrow-gray:after {
  content: "";
  display: block;
  background: url(/ec/image/icon/step-arrow-gray.svg) no-repeat center center;
  width: 9px;
  height: 16px;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

/* --- text-link --- */
.text-link {
  color: #79888b;
  text-decoration: underline;
}

/* --- terms-body (table置換) --- */
.terms-body {
  width: 100%;
}

.terms-article-title {
  margin-top: 1em;
}

.terms-row {
  display: flex;
  padding-left: 10px;
}

.terms-col-num {
  flex: 0 0 30px;
  text-align: left;
}

.terms-col-text {
  flex: 1;
}

.terms-indent-text {
  padding-left: 10px;
}

.terms-sublist {
  margin-top: 0.25em;
}

.terms-sublist--deep {
  padding-left: 10px;
}

.terms-subrow {
  display: flex;
}

.terms-sub-num {
  flex: 0 0 30px;
  text-align: left;
}

.terms-sub-text {
  flex: 1;
  margin: 0;
}

/* PC */
@media (min-width: 768px) {
  .container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1240px;
  }

  .lp-section__inner.--narrow .container+.container {
    margin-top: 65px;
  }

  .lp-section__inner.--narrow .text {
    font-size: 1.6rem;
    margin: 20px auto 0;
  }

  .lp-section__inner.--narrow .title {
    font-weight: normal;
    font-size: 1.6rem;
  }

  .lp-section__inner.--narrow .article-block .title {
    margin-bottom: 40px;
    text-align: center;
    font-size: 2.2rem;
    padding: 0;
    background: none;
  }

  .page-terms .article-block.top .container+.container {
    margin-top: 40px;
  }

  .page-terms .b-link {
    border-top: 2px solid #eee;
    margin: 0;
  }

  .page-terms .b-link .link {
    padding: 20px 20px 20px 0;
    border-top: none;
    border-bottom: 2px solid #eee;
    font-size: 1.6rem;
  }

  .page-terms .b-link .link.arrow-gray:after {
    right: 25px;
  }

  .text-link {
    border-bottom: 1px solid #79888b;
    text-decoration: none;
  }

  .text-link:hover {
    border-bottom: 1px solid transparent;
  }

  .lp-section__inner.--narrow .text-link {
    display: inline-block;
    margin: 20px auto;
    font-size: 1.4rem;
  }
}