@charset "UTF-8";
#news .p-bnr {
  background-color: #F9F2F1;
}

/* ========================================
  @media screen and (min-width: 768px),print
======================================== */
@media screen and (min-width: 768px),print {
#news .mainContents {
  width: min(85%,1056px);
  margin-inline: auto;
}

#news .system-list {
  display: grid;
  grid-template-columns: repeat(1,minmax(0, 1fr));
  gap: 16px 0;
}

#news .system-list li a {
  display: block;
  padding-block: 0 16px;
  border-bottom: 1px solid #33272A;  
  display: flex;
  gap: 0 16px;
  flex-wrap: wrap;
}

#news .system-ttl {
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.5;
}

#news .system-date {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
}

#news .system-date.single {
  text-align: center;
  padding-block: 40px 0;
}
  

}



/* ========================================
  @media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
#news .mainContents {
  width: min(95%, 94.2vw);
  margin-inline: auto;
  padding-block: 0 10vw;  
}

#news .system-list {
  display: grid;
  grid-template-columns: repeat(1,minmax(0, 1fr));
  gap: 3.865vw 0;
}

#news .system-list li a {
  display: block;
  padding-block: 0 3.865vw;
  border-bottom: 1px solid #33272A;  
  display: flex;
  gap: 0 3.865vw;
  flex-wrap: wrap;
}

#news .system-ttl {
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.5;
}

#news .system-date {
  font-size: 3.382vw;
  line-height: 1.6;
  font-weight: 400;
}

#news .system-date.single {
  text-align: center;
  padding-block: 10vw 4vw;  
}


}