@charset "UTF-8";
/* DLIGHT */
.dm{}

/* SMARTPHONE
================================================== */
@media screen and (max-width: 768px) {
  
  #news {
    padding: 0 0 100px;
  }
  .news--inner {
    margin: auto;
    padding: 0 7%;
  }
  .news--list {
    border-top: 1px solid #333;
  }
  .news--item {
    border-bottom: 1px solid #333;
  }
  .news--item a {
    display: block;
    padding: 20px 0;
    transition: opacity 0.3s;
    text-align: center;
  }
  .news--item a:hover {
    opacity: 0.6;
  }
  .news--item time {
    padding-top: 0.8rem;
    font-family: var(--font-en-optima);
    font-size: var(--fs16);
    line-height: 1;
  }
  .news--item p {
    font-size: var(--fs18);
    font-weight: normal;
  }
  
  
  .news--detail-wrap {
    padding: 0 0 120px;
  }
  .news--detail {
    max-width: 1170px;
    margin: auto;
    padding: 0 7%;
  }
  .news--content {
    margin: 0 0 80px;
  }
  .news--detail header h1 {
    font-size: var(--fs18);
    margin-bottom: 0.5rem;
  }
  .news--content p {
    line-height: 2.4;
  }
  .news--detail footer .btn-normal {
    margin: auto;
  }
  
}

/* DESKTOP
================================================== */
@media screen and (min-width: 769px), print {
  
  #news {
    padding: 0 0 250px;
  }
  .news--inner {
    max-width: 1170px;
    margin: auto;
    padding: 0 7%;
  }
  .news--list {
    border-top: 1px solid #333;
  }
  .news--item {
    border-bottom: 1px solid #333;
  }
  .news--item a {
    display: flex;
    justify-content: center;
    padding: 30px 0;
    transition: opacity 0.3s;
  }
  .news--item a:hover {
    opacity: 0.6;
  }
  .news--item time {
    width: 180px;
    padding-top: 0.8rem;
    font-family: var(--font-en-optima);
    font-size: var(--fs16);
    line-height: 1;
  }
  .news--item p {
    font-size: var(--fs18);
    font-weight: normal;
  }
  
  
  .news--detail-wrap {
    padding: 0 0 250px;
  }
  .news--detail {
    max-width: 900px;
    margin: auto;
    padding: 0 7%;
  }
  .news--content {
    margin: 0 0 120px;
  }
  .news--content p {
    line-height: 2.4;
  }
  .news--detail footer .btn-normal {
    margin: auto;
  }

}

