@charset "UTF-8";
main {
  padding-top: 0;
}

.pageTtl {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .pageTtl .inner {
    max-width: 1120px;
  }
}
@media screen and (min-width: 1024px) {
  .pageTtl {
    padding: 32px 0;
    margin-bottom: 152px;
  }
}

.contentBody:not(:last-of-type) {
  padding-bottom: 60px;
}
.contentBody__intro {
  margin-bottom: 50px;
}
.contentBody__intro p {
  letter-spacing: 0.032em;
  line-height: 1.7778;
}
.contentBody__ttl {
  margin-bottom: 18px;
  color: #0080CB;
  font-size: 20px;
  font-weight: 500;
}
.contentBody__subttl {
  margin-bottom: 42px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  .contentBody > .inner {
    max-width: 928px;
  }
}
@media screen and (min-width: 1024px) {
  .contentBody:not(:last-of-type) {
    padding-bottom: 120px;
  }
  .contentBody__intro {
    margin-bottom: 112px;
  }
  .contentBody__intro p {
    font-size: 18px;
  }
  .contentBody__ttl {
    margin-bottom: 24px;
    font-size: 28px;
  }
  .contentBody__subttl {
    margin-bottom: 56px;
    font-size: 24px;
  }
}

.term {
  margin-bottom: 30px;
  font-size: 14px;
  display: grid;
  grid-gap: 50px;
  counter-reset: term 0;
}
.term li {
  position: relative;
}
.term li p {
  margin-bottom: 20px;
  line-height: 1.75;
}
.term li .inquiry {
  line-height: 1.75;
}
.term li .inquiry .ttl {
  font-weight: 500;
}
.term li .inquiry p {
  margin-bottom: 0;
}
.term__li {
  letter-spacing: 0.04em;
}
.term__li__ttl {
  padding: 0 0 8px 25px;
  margin-bottom: 15px;
  border-bottom: 1px solid #DBDBDB;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.term__li__ttl::before {
  counter-increment: term 1;
  content: counter(term) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.term__list {
  counter-reset: term_list 0;
}
.term__list > li {
  padding-left: 20px;
  line-height: 1.75;
  position: relative;
}
.term__list > li::before {
  counter-increment: term_list 1;
  content: "(" counter(term_list) ")";
  position: absolute;
  top: 0;
  left: 0;
}
.term__list__list {
  counter-reset: term_list_list 0;
}

.term__list__number > li,
.term__list__list > li {
  padding-left: 20px !important;
  line-height: 1.75 !important;
  position: relative;
}
.term__list__list > li::before {
  counter-increment: term_list_list 1;
  content: counter(term_list_list);
  width: 14px;
  height: 14px;
  border: 1px solid #333;
  border-radius: 50%;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 6px;
  left: 0;
}
.term .ul > li {
  padding-left: 20px;
  line-height: 1.75;
  position: relative;
}
.term .ul > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.term .label {
  padding: 10px 20px;
  background-color: #E9EDEF;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.term a {
  color: #0080CB;
}
@media screen and (min-width: 1024px) {
  .term {
    margin-bottom: 50px;
    font-size: 16px;
  }
  .term__li__ttl {
    padding: 0 0 10px 20px;
    margin-bottom: 20px;
    font-size: 24px;
  }
  .term__list > li {
    padding-left: 40px;
  }
  .term__list > li::before {
    left: 10px;
  }
  .term__list__list > li {
    padding-left: 30px;
  }
  .term__list__list > li::before {
    width: 16px;
    height: 16px;
    top: 7px;
  }
}

.log {
  margin-top: 10px;
  line-height: 1.75;
  text-align: right;
}
.log ul {
  width: 100%;
}



/* 250129_カスタマーハラスメントページ */


.list_check {
  list-style-type: none;
  padding: 0;
}

.list_check li {
  position: relative; 
  padding-left: 20px; 
  line-height: 1.5; 
}

.list_check li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #525456;
  border-left: 2px solid #525456;
  transform: rotate(-45deg);
}

ol.term.chPolicy {
  grid-gap: 0;
}


h3.term__li__ttl.chPolicy::before {
  content: none;
}

h3.term__li__ttl.chPolicy.martop50 {
  margin-top: 50px;
}



.checkmark001 {
  list-style: none;
  padding-left: 30px;
}

.checkmark001 li {
  position: relative;
}

.checkmark001 li::before,
.checkmark001 li::after {
  content: "";
  display: block;
  position: absolute;
}

.checkmark001 li::before {
  width: 18px;
  height: 18px;
  background: #ffffff;
  border: 1px solid #000000;
  left: -30px;
  top: 8px;
}

.checkmark001 li::after {
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
  width: 18px;
  height: 6px;
  transform: rotate(-45deg);
  left: -24px;
  top: 10px;
}



/* .term__list__number > li {
  text-indent: -1.5rem;
}






h3.term__li__ttl.chPolicy {
  margin-top: 50px;
}

.term.chPolicy p {
  margin-top: 30px;
}
 */
/* h3.term__li__ttl.chPolicy {
  margin-bottom: 0;
} */