@charset "UTF-8";
/* ========================================
  @media screen and (min-width: 768px),print
======================================== */
@media screen and (min-width: 768px), print {
#news article {

}

#news main {
  display: grid;
  gap: 0 24px;
  grid-template-columns: 30% minmax(0, 1fr);
  margin-bottom: 10rem;
  margin-inline: auto;
  padding: 0rem 0 5rem;
  width: min(95%, 1620px);
}

#news .mainContents {
  order: 2;
}
#news .sidebar {
  order: 1;
}

#news .system-list {
  display: grid;
  grid-template-columns: repeat(1,minmax(0, 1fr));
  gap: 5rem 0;
  order: 2;
}

#news .system-list-wrap {
	display: grid;
	gap: 0 2.5rem;
	grid-template-columns: 11.25rem  minmax(0, 1fr);
	align-items: center;
}

#news .system-pic {
}

#news .system-pic img {
	height: 20rem;
	width: 100%;
	object-fit: cover;
}

#news .system-category {
	margin-bottom: 0.5rem;
}

#news .system-category.no-category {
  margin-right: -1rem;
}

#news .system-category span {
	background: #ffffff;
	border: 1px solid #2A2A2F;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	padding: 0.2rem 1.25rem;
	width: -moz-fit-content;
	width: fit-content;
}

#news .system-ttl {
  font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
}

#news .system-date {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.4444444444;
  margin-bottom: 1.5625rem;
}

#news .system-list {
	display: grid;
	gap: 2.5rem 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	padding: 2rem 0 0;
}

#news .system-list li a {
	border-bottom: 1px solid #6B6B69;
	display: block;
	display: grid;
  grid-template-columns: 40% minmax(0, 1fr);
  gap: 0 3rem;
}

#news div.top {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
}



/* date -------------------------------------*/
#date main {
  display: grid;
  gap: 0 24px;
  grid-template-columns: 30% minmax(0, 1fr);
  margin-bottom: 10rem;
  margin-inline: auto;
  padding: 0rem 0 5rem;
  width: min(95%, 1620px);
}

#date .mainContents {
  order: 2;
}

#date .sidebar {
  order: 1;
}

#date .system-list {
  display: grid;
  grid-template-columns: repeat(1,minmax(0, 1fr));
  gap: 5rem 0;
  order: 2;
}

#date .system-list-wrap {
	display: grid;
	gap: 0 2.5rem;
	grid-template-columns: 11.25rem  minmax(0, 1fr);
	align-items: center;
}

#date .system-pic {
  
}

#date .system-pic img {
	height: 20rem;
	width: 100%;
	object-fit: cover;
}

#date .system-category {
	margin-bottom: 0.5rem;
}

#date .system-category.no-category {
  margin-right: -1rem;
}


#date .system-category span {
	background: #ffffff;
	border: 1px solid #2A2A2F;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2;
	padding: 0.2rem 1.25rem;
	width: -moz-fit-content;
	width: fit-content;
}

#date .system-ttl {
  font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
}

#date .system-date {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.4444444444;
  margin-bottom: 1.5625rem;
}

#date .system-list {
	display: grid;
	gap: 2.5rem 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	padding: 2rem 0 0;
}

#date .system-list li a {
	border-bottom: 1px solid #6B6B69;
	display: block;
	display: grid;
  grid-template-columns: 40% minmax(0, 1fr);
  gap: 0 3rem;
}

#date .system-category {
	margin-bottom: 0.5rem;
}

#date .system-category.no-category {
  margin-right: -1rem;
}

#date div.top {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
}



/*newsサイドバー*/
aside.sidebar {

}

aside.sidebar .aside-blog-ttl {
  text-align: center;
}
aside.sidebar .aside-news-ttl {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center;
}

aside.sidebar .aside-news-ttl span.en {
  font-size: 0.75em;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 1px;
  color: #ccc;
}

aside.sidebar .aside-news-ttl span.jp {
  font-size: 0.938em;
  font-weight: bold;
}

aside.sidebar .list-block {
  margin: 20px 0 40px;
}

aside.sidebar .acbox a {
  line-height: 1.4;
  font-size: 0.875rem;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px !important;
  display: block;
}
}

/* ========================================
  @media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
#news main {
  display: grid;
  gap: 9.662vw 0;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  margin-bottom: 19.324vw;
  margin-inline: auto;
  padding: 0vw 0 19.324vw;
  width: min(95%, 94.2vw);
}

#news .mainContents {
  order: 1;
}

#news .sidebar {
  order: 2;
}

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

#news .system-list li a {
	display: grid;
	grid-template-columns: 28.9vw minmax(0, 1fr);
	justify-content: space-between;
	gap: 0 2vw;
  border-bottom: 0.2vw solid #32190E;
  padding-bottom: 3vw;
}

#news .system-pic img {
	height: 24vw;
	width: 100%;
}

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

#news .system-category.no-category {
	margin-right: -1vw;
}

#news .system-category span {
	background: #ffffff;
	border: 0.2vw solid #2A2A2F;
	font-size: 2.899vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.3;
	padding: 0.5vw 4.831vw;
	width: -moz-fit-content;
	width: fit-content;
}

#news .system-ttl {
  font-size: 3.865vw;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.75;
  margin-bottom: 0;
}

#news .system-date {
  font-size: 3.865vw;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.625;
  margin-bottom: 2.106vw;
}

#news div.top {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1vw;
}


#date main {
  display: grid;
  gap: 9.662vw 0;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  margin-bottom: 19.324vw;
  margin-inline: auto;
  padding: 0vw 0 19.324vw;
  width: min(95%, 94.2vw);
}

#date .mainContents {
  order: 1;
}

#date .sidebar {
  order: 2;
}

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

#date .system-list li a {
	display: grid;
	grid-template-columns: 28.9vw minmax(0, 1fr);
	justify-content: space-between;
	gap: 0 2vw;
  border-bottom: 0.2vw solid #32190E;
  padding-bottom: 3vw;
}

#date .system-pic img {
	height: 24vw;
	width: 100%;
}

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

#date .system-category.no-category {
	margin-right: -1vw;
}

#date .system-category span {
	background: #ffffff;
	border: 0.2vw solid #2A2A2F;
	font-size: 2.899vw;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.3;
	padding: 0.5vw 4.831vw;
	width: -moz-fit-content;
	width: fit-content;
}

#date .system-ttl {
  font-size: 3.865vw;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.75;
  margin-bottom: 0;
}

#date .system-date {
  font-size: 3.865vw;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.625;
  margin-bottom: 2.106vw;
}

#date div.top {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1vw;
}


/*newsサイドバー*/
aside.sidebar {
  width: 94% !important;
  margin: 0 auto;
}

aside.sidebar .aside-news-ttl {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5%;
  margin-bottom: 5%;
  text-align: center;
}

aside.sidebar .aside-news-ttl span.en {
  font-size: 3.4vw;
  display: block;
  margin-bottom: 3%;
  letter-spacing: 1px;
  color: #ccc;
}

aside.sidebar .aside-news-ttl span.jp {
  font-size: 3vw;
  font-weight: bold;
}

aside.sidebar .list-block {
  margin: 10% 0 15%;
}

aside.sidebar .acbox a {
  line-height: 1.6;
  font-size: 3.4vw;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 3vw;
  margin-bottom: 3vw !important;
  display: block;
}
}