/* ----------------------------------------
	privacy
---------------------------------------- */
@media screen and (max-width: 1024px) {
  .news {
    margin: 20px 10px 0;
  }
  .news-list {
    margin-bottom: 50px;
  }
  .news-list:last-of-type {
    margin-bottom: 0;
  }
  .news-list h3 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #5f4328;
    padding: 10px 10px;
    margin-bottom: 20px;
    background-color: #f8f1e3;
  }
  .news-list dl {
    margin: 0 5px 30px;
  }
  .news-list dl dt {
    font-size: 14px;
    font-size: 1.4rem;
    color: #5f4328;
    font-weight: bold;
    padding: 0 10px 4px;
    border-bottom: dotted 2px #c2a88b;
    display: flex;
    align-items: center;
  }
  .news-list dl dt .news-list__date {
    margin-right: 10px;
    display: inline-block;
  }
  .news-list dl dd {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5em;
    padding: 10px 10px 0;
  }
}
@media screen and (min-width: 1025px) {
  .news {
    width: 1400px;
    margin: 50px auto 0;
  }
  .news-list {
    margin-bottom: 100px;
  }
  .news-list:last-of-type {
    margin-bottom: 0;
  }
  .news-list h3 {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    color: #5f4328;
    padding: 0 50px;
    background-color: #f8f1e3;
    border-radius: 50px;
    margin-bottom: 50px;
  }
  .news-list dl {
    margin: 0 50px 50px;
  }
  .news-list dl dt {
    font-size: 18px;
    font-size: 1.8rem;
    color: #5f4328;
    font-weight: bold;
    margin-bottom: 30px;
    display: inline-block;
    padding: 0 20px 4px;
    border-bottom: dotted 2px #c2a88b;
  }
  .news-list dl dt .news-list__date {
    margin-right: 20px;
    display: inline-block;
  }
  .news-list dl dd {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.8em;
    color: #424242;
    margin: 0 50px;
  }
  .news-list dl dd a {
    text-decoration: underline;
    color: #629700;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .news {
    margin: 30px 30px 0;
    width: auto;
  }
  .news-list dl dt {
    display: block;
    margin-bottom: 20px;
  }
  .news-list dl dd {
    margin: 0 30px;
  }
}