@charset "UTF-8";
/* ========================================
   @media screen and (min-width: 768px),print
======================================== */
@media screen and (min-width: 768px), print {
  #news .system-list {
    display: grid;
    gap: 16px 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  #news .system-list li a {
    border-bottom: 1px dotted #999;
    display: block;
  }

  #news .system-info {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
  }

  #news .system-info.single {
    justify-content: center;
    margin-bottom: 16px;
  }

  #news .system-date {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.5625;
  }

  #news .system-category {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.5625;
  }

  #news .system-category span.info {
    color: #f998b3;
    border-left: 1px solid #f998b3;
    padding-inline: 8px 0;
  }

  #news .system-category span.new_products {
    color: #6092d2;
    border-left: 1px solid #6092d2;
    padding-inline: 8px 0;
  }

  #news .system-category span.recruit_info {
    color: #aaa;
    border-left: 1px solid #aaa;
    padding-inline: 8px 0;
  }

  #news .system-ttl {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.5625;
  }

  #news .cate-list span.info a {
    color: #f998b3;
  }

  #news .cate-list span.new_products a {
    color: #6092d2;
  }

  #news .cate-list span.recruit_info a {
    color: #aaa;
  }
}

/* ========================================
   @media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
  #news .system-list {
    display: grid;
    gap: 3.865vw 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  #news .system-list li a {
    border-bottom: 1px dotted #999;
    display: block;
  }

  #news .system-info {
    display: flex;
    flex-wrap: wrap;
    gap: 1.932vw 3.865vw;
  }

  #news .system-info.single {
    justify-content: center;
    margin-bottom: 3.865vw;
  }

  #news .system-date {
    font-size: 3.865vw;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.5625;
  }

  #news .system-category span.info {
    color: #f998b3;
    border-left: 1px solid #f998b3;
    padding-inline: 1.932vw 0;
  }

  #news .system-category span.new_products {
    color: #6092d2;
    border-left: 1px solid #6092d2;
    padding-inline: 1.932vw 0;
  }

  #news .system-category span.recruit_info {
    color: #aaa;
    border-left: 1px solid #aaa;
    padding-inline: 1.932vw 0;
  }
  
  #news .system-ttl {
    font-size: 3.865vw;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.5625;
  }

  #news .cate-list span.info a {
    color: #f998b3;
  }

  #news .cate-list span.new_products a {
    color: #6092d2;
  }

  #news .cate-list span.recruit_info a {
    color: #aaa;
  }
}
