.txt-other-first {
  padding-top: 30px;
  padding-bottom: 10px;
}
.h2-no-line {
  margin: 40px 0 15px 0;
  font-size: 2.6rem;
}
.other-link {
  display: inline-block;
  margin-top: 15px;
  font-size: 2rem;
}
.wrap-other .txt-cmn-16 + .txt-cmn-16 {
  padding-top: 20px;
}
.wrap-term .wrap-ul-dot {
  padding-top: 0;
}
/*sitemap*/
.wrap-sitemap {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 50px;
  row-gap: 60px;
}
.box-sitemap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 30px;
  width: calc(100% / 3 - 45px);
}
.item-sitemap {
  position: relative;
  display: block;
  width: 100%;
}
.h2-sitemap {
  position: relative;
  display: block;
  margin: 0 0 15px 0;
  padding-bottom: 7px;
  border-bottom: 1px solid #9D9D9D;
  width: 100%;
  font-size: 2rem;
}
.link-sitemap {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 7px;
}
.link-sitemap a {
  color: #000;
}
.link-sitemap-child {
  position: relative;
  display: block;
  padding-left: 10px;
}
.link-sitemap-child::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.box-sitemap-long {
  position: relative;
  width: 100%;
}
.box-sitemap-long .link-sitemap-long {
  position: relative;
  display: flex;
  justify-content: space-between;
  row-gap: 40px;
  width: 100%;
  padding-top: 8px;
  flex-wrap: wrap;
}
.box-sitemap-long .link-sitemap {
  width: calc(100% / 3 - 45px);
}
#privacy.wrap-other{ /*スクロール位置調整 20251216*/
  padding-top: 20px;
  margin-top: -20px;
}
/*-------------------------------------------------
break point 960px Tablet
--------------------------------------------------*/
@media only screen and (max-width: 960px) {
  .txt-other-first {
    padding-top: 15px;
  } 
  .h2-no-line {
    margin: 30px 0 12px 0;
    font-size: 2.2rem;
  }
  .other-link {
    font-size: 1.8rem;
  }
  /*sitemap*/
  .wrap-sitemap {
    padding-top: 50px;
  }
  .box-sitemap {
    width: calc(100% / 3 - 25px);
  }
  .box-sitemap-long {
    width: 100%;
  }
}
/*-------------------------------------------------
break point 750px
--------------------------------------------------*/
@media only screen and (max-width: 750px) {
  .wrap-sitemap {
    padding-top: 20px;
  }
  .box-sitemap,.box-sitemap-long .link-sitemap {
    width: 100%;
  }
  .box-sitemap-long .link-sitemap-long {
    row-gap: 8px;
    padding-top: 3px;
  }
  .wrap-sitemap,.box-sitemap {
    row-gap: 35px;
  }
}
/*-------------------------------------------------
break point 520px SP
--------------------------------------------------*/
@media only screen and (max-width: 520px) {
  .txt-other-first {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .h2-no-line {
    margin: 20px 0 10px 0;
    font-size: 1.9rem;
  }
  .other-link {
    font-size: 1.6rem;
  }
  .wrap-sitemap {
    padding-top: 15px;
  }
  .box-sitemap-long .link-sitemap-long,.link-sitemap {
    row-gap: 5px;
  }
  .wrap-sitemap,.box-sitemap {
    row-gap: 25px;
  }
}