@charset "utf-8";

#top .siteTitle a {
  color: #fff;
}

#top.move .siteTitle a {
  color: #3f3f3f;
}


/*============================
#privacy
============================*/

#privacy dl dt:first-of-type {
  padding-top: 40px;
}

#privacy dl dt {
  margin: 40px 0 20px;
  font-size: 20px;
  font-weight: 700;
}

#privacy dl dd {
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(90deg, #f25d2f, #ffa200) 1;
  padding-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  #privacy dl dt:first-of-type {
    padding-top: 0;
  }

  #privacy dl dt {
    margin-bottom: 10px;
    font-size: 18px;
  }

  #privacy dl dd {
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(90deg, #f25d2f, #ffa200) 1;
    padding-bottom: 20px;
  }
}
