/* Terms / Privacy
-------------------------------------------*/

.terms .page_header{
  margin-top: 0;
}
.terms .page_header__in{
  height: auto;
}
.terms .page_header__tit{
  padding: 5rem 0;
  padding-left: 8%;
}

@media screen and (max-width: 650px){
  
  .terms .page_header__tit{
    padding: 2rem 0;
    padding-left: 6%;
  }
}

/* -------------------------------------------
  terms
------------------------------------------- */

.terms .contents .sec{
  text-align: left;
  font-size: clamp(12px,1.846vw,15px);
}
.terms .sec_cont__wrap a{
  color: var(--orange);
}
.terms .sec_cont__wrap a:hover{
  opacity: var(--hover);
}
.terms .sec_cont__wrap dl{
  padding-top: 3.5rem;
}
.terms .sec_cont__wrap dt{
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
  font-size: clamp(15px,2.308vw,20px);
  border-bottom: 1px solid var(--border-color);
}
.terms .sec_cont__wrap dd{
  line-height: 1.9;
}
/* 箇条書き */
.terms .sec_cont__wrap dd ul{
  padding: 1rem 0;
  line-height: 2.2;
  text-indent: -1.25em;
  padding-left: 1.25em;
}
.terms .sec_cont__wrap dd ul li::before{
  content: '●';
  padding-right: 4px;
  color: var(--bg-navy80);
}
/* Cookie説明用ブロック */
.terms .sec_cont__wrap dd .list{
  margin-bottom: 2rem;
}
.terms .sec_cont__wrap dd .list .title{
  font-weight: bold;
  padding-bottom: .75rem;
}
.terms .sec_cont__wrap dd .list .text{
  padding-left: .75rem;
}

@media screen and (max-width: 650px){
  
  .terms .sec_cont__wrap dl{
    padding-top: 2.5rem;
  }
  .terms .sec_cont__wrap dt{
    margin-bottom: 1.25rem;
    line-height: 1.5;
  }
  .terms .sec_cont__wrap dd{
    line-height: 2;
  }
}
