@charset "UTF-8";
/* ========================================
  @media screen and (min-width: 768px),print
======================================== */
@media screen and (min-width: 768px), print {
#blog main {
  padding-block: 5rem 0;
  display: grid;
  gap: 0 24px;
  grid-template-columns: 30% minmax(0, 1fr);
  margin-bottom: 10rem;
  margin-inline: auto;
  padding-block: 3rem;
  width: min(95%, 1620px);
}

#blog .mainContents {
  order: 2;
}

#blog .sidebar {
  order: 1;
}

#blog .system-pic {
  
}

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

#blog .system-category {
  margin-bottom: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 8px;
}

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

#blog .system-category span {
  background: #34B1C5;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.4444444444;
	padding-inline: 16px;
	width: -moz-fit-content;
	width: fit-content;
}

#blog .system-ttl {
  font-size: 20px;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.6;
}

#blog .system-day {
  color: #34B1C5;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.4444444444;
}

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

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

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

#blog .textbx02 {
  margin-bottom: 1rem;
}

#blog .system-ttl02 {
  font-size: 20px;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 1rem;
}

#blog .system-i-pic {
  margin-bottom: 5rem;
}

#blog .system-i-pic img {
  max-height: 39.25rem;
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}


/* date -------------------------------------*/
#date main {
  display: grid;
  gap: 0 24px;
  grid-template-columns: 30% minmax(0, 1fr);
  margin-bottom: 10rem;
  margin-inline: auto;
  padding: 10rem 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;
}

#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: 12rem;
  width: 100%;
  object-fit: cover;
}

#date .system-category {
  margin-bottom: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 8px;
}

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

#date .system-category span {
  background: #34B1C5;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.4444444444;
	padding-inline: 16px;
	width: -moz-fit-content;
	width: fit-content;
}

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

#date .system-day {
  color: #34B1C5;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.4444444444;
}

#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: grid;
  grid-template-columns: 40% minmax(0, 1fr);
  gap: 0 3rem;
  padding-bottom: 2rem;
}

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


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

}

aside.sidebar .aside-blog-ttl {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px; line-height: 1.6; letter-spacing: 1px; 
}

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

aside.sidebar .aside-blog-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: 1rem;
  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) {
#blog 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);
}

#blog .mainContents {
  order: 1;
}

#blog .sidebar {
  order: 2;
}

#blog .system-list {
	display: grid;
  gap: 10.87vw 0;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  margin-bottom: 12.662vw;
}

#blog .system-list li a {
  border-bottom: 1px solid #6B6B69;
  padding-bottom: 3vw;
}

#blog .system-pic {
  margin-bottom: 4.314vw;
}

#blog .system-pic img {
  height: 52.763vw;
  width: 100%;
}

#blog .textbx {
  margin-bottom: 2.415vw;
}

#blog .system-category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 1vw;
}

#blog .system-category span {
  background: #34B1C5;
  color: #ffffff;
  font-size: 3.864vw;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.4444444444;
  padding-inline: 3.865vw;
  width: -moz-fit-content;
  width: fit-content;
}

#blog .system-day {
  color: #34B1C5;
  font-size: 4.348vw;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.4444444444;
}

#blog .system-ttl {
  font-size: 4.831vw;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.6;
}

#blog div.top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 1.932vw;
  margin-bottom: 2vw;
}

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

#blog .system-i-pic img {
  max-height: 77.295vw;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#blog .system-ttl02 {
  font-size: 4.831vw;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.6;
  margin-bottom: 3.865vw;
}

#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: 10.87vw 0;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  margin-bottom: 12.662vw;
}

#date .system-list li a {
  border-bottom: 1px solid #6B6B69;
  padding-bottom: 3vw;
}

#date .system-pic {
  margin-bottom: 4.314vw;
}

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

#date .textbx {
  margin-bottom: 2.415vw;
}

#date .system-category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 1vw;
}

#date .system-category span {
  background: #34B1C5;
  color: #ffffff;
  font-size: 4.348vw;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.4444444444;
  padding-inline: 3.865vw;
  width: -moz-fit-content;
  width: fit-content;
}

#date .system-day {
  color: #34B1C5;
  font-size: 4.348vw;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.4444444444;
}

#date .system-ttl-01 {
  font-size: 4.831vw;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.6;
}

#date div.top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 1.932vw;
  margin-bottom: 2vw;
}

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

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

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

aside.sidebar .aside-blog-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.6vw;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 3vw;
  margin-bottom: 3vw !important;
  display: block;
}
}