@charset "UTF-8";

/* ========================================
  @media screen and (min-width: 768px),print
======================================== */
@media screen and (min-width: 768px),print {
#news .system-list {
  display: grid;
  grid-template-columns: repeat(1,minmax(0, 1fr));
  gap: 40px 0;
  margin-bottom: 50px;
}

#news .system-list li {
  overflow: hidden;
  line-height: 1.4;
}

#news .system-list li a {
  display: grid;
  grid-template-columns: 20% minmax(0, 1fr);
  gap: 0 30px;
  border-bottom: 1px dotted #b2b2b2;
  padding: 0 0 20px;
}

#news .system-list li a:hover {
  text-decoration: none;
}

#news .system-list li .system-pic {

}

#news .system-list li .system-pic img {
  max-width: 100%;
  height: auto;
}

#news .system-date {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 19px;
}

#news .system-date.single {
  text-align: center;
}

#news .system-ttl {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  display: block;
  width: 100%;
}

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

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

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

#news .system-category.no-category {
  margin-bottom: 0;
}

#news .system-category span {
	background: #333333;
	color: #ffffff;
	font-size: 12px;
  font-size: clamp(0.625rem, 0.542rem + 0.17vw, 0.75rem);
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	padding-inline: 15px;
  padding-inline: clamp(0.375rem, 0.78vw, 0.938rem);
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
  height: fit-content;
}

#news .cate-list span a {
  background: #333333;
	color: #ffffff;
	font-size: 12px;
  font-size: clamp(0.625rem, 0.542rem + 0.17vw, 0.75rem);
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	padding-inline: 15px;
  padding-inline: clamp(0.375rem, 0.78vw, 0.938rem);
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
  height: fit-content;
}

#news .system-tag {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
  margin-bottom: 8px;
}

#news .system-tag.no-tag {
  margin-bottom: 0;
}

#news .system-tag span {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
}

#news .system-i-pic {
  text-align: center;
  margin-bottom: 50px;
}

#news .system-i-pic img {
  max-width: 100%;
  width: auto;
  height: auto;
}

}


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

#news .system-list li {
  overflow: hidden;
  line-height: 1.4;
}

#news .system-list li a {
  display: grid;
  grid-template-columns: 32vw minmax(0, 1fr);
  gap: 0 2vw;
  border-bottom: 0.2vw dotted #b2b2b2;
  padding: 0 0 2vw;
}

#news .system-list li a:hover {
  text-decoration: none;
}

#news .system-pic {

}

#news .system-pic img {
  max-width: 100%;
  height: auto;
}

#news .system-date {
  font-size: 3.2vw;
  line-height: 1.4;
  margin-bottom: 2vw;
}

#news .system-date.single {
  text-align: center;
  margin-bottom: 2vw;
}

#news .system-ttl {
  font-size: 3.6vw;
  line-height: 1.6;
  font-weight: bold;
}

#news .system-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1vw 4vw;
  align-items: start;
  margin-bottom: 2vw;
}

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

#news .system-category.no-category {
  margin-bottom: 0;
}

#news .system-category span {
	background: #333333;
	color: #ffffff;
	font-size: 2.899vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	padding-inline: 3.623vw;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
  height: fit-content;
}

#news .cate-list span a {
  background: #333333;
	color: #ffffff;
	font-size: 2.899vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	padding-inline: 3.623vw;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
  height: fit-content;
}

#news .system-tag {
	display: flex;
	flex-wrap: wrap;
	gap: 1.932vw;
  margin-bottom: 1.932vw;
}

#news .system-tag.no-tag {
  margin-bottom: 0;
}

#news .system-tag span {
	font-size: 2.899vw;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2;
}

#news .system-i-pic {
  text-align: center;
  margin-bottom: 12.077vw;
}

#news .system-i-pic img {
  max-width: 100%;
  width: auto;
  height: auto;
}

}
