@media screen and (min-width:768px){
  .l-footer__terms {
    margin-top: 10px;
    text-align: right;
    max-width: 1070px;
    margin-bottom: -26px;
  }
  .l-footer__terms a {
    color: #777;
    font-size: 12px;
    border-right: 2px solid #7777;
    padding-right: 9px;
  }
  .l-footer__terms a:last-child {
    border-right: none;
    padding-right: 0;
  }
  .terms .s-group--intro {
    padding-bottom: 131px;
  }
  .terms .s-group--intro .s-group--intro-inner .group--body {
    border: none;
    height: auto;
  }
  .terms .s-group--intro .s-group--intro-inner .group--body dl {
    font-size: 13px;
    line-height: 1.84615;
    margin-top: -5.5px;
    margin-bottom: 44.5px;
    letter-spacing: .1em;
  }
  .terms .s-group--intro .s-group--intro-inner .group--body dl dt {
    font-weight: bold;
  }
  
}

@media screen and (max-width:767px){
  .l-footer__terms {
    margin-top: 30px;
  }
  .l-footer__terms a {
    color: #777;
    font-size: 12px;
    padding-right:7px;
  }
  .terms .s-group--intro {
    padding-bottom:70px;
  }
  .terms .s-group--intro .s-group--intro-inner .group--body {
    border: none;
    height: auto;
  }
  .terms .s-group--intro .s-group--intro-inner .group--body dl {
    font-size: 14px;
    line-height: 2;
    margin-top: -7px;
    margin-bottom: 43px;
    letter-spacing: .1em;
  }
  .terms .s-group--intro .s-group--intro-inner .group--body dl dt {
    font-weight: bold;
  }
}