@charset "UTF-8";
/* ========================================
  @media screen and (min-width: 768px),print
======================================== */
@media screen and (min-width: 768px), print {
#column .p-header__mv {
	margin-bottom: 70px;
}

#column main {
  background: #fff;
}

#column article {

}

#column .mainContents {
  display: grid;
  gap: 0 64px;
  grid-template-columns: 30% minmax(0, 1fr);
  margin-inline: auto;
  padding: 4rem 0 5rem;
  width: min(90%, 1620px);
}

#column .sidebar {
  order: 1;
}

#column section {
  order: 2;
}

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

#column .system-list a {
	display: grid;
	gap: 0 4%;
	grid-template-columns: 50% minmax(0, 1fr);
  padding-bottom: 8px;
  border-bottom: 1px solid #a9a9a9;
}

#column .system-date {
  font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 2;
}

#column .system-date.single {
  margin-bottom: 16px;
  display: block;
}

#column .system-ttl {
  font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.9;
	margin-bottom: 0px;
}

#column .system-ttl.single {
  margin-bottom: 24px;
}

#column .system-pic img {
	height: 230px;
}

/* date
-------------------------------------*/
#date .p-header__mv {
	margin-bottom: 70px;
}

#date main {
  background: #fff;
}

#date article {

}

#date .mainContents {
  display: grid;
  gap: 0 64px;
  grid-template-columns: 30% minmax(0, 1fr);
  margin-inline: auto;
  padding: 4rem 0 5rem;
  width: min(90%, 1620px);
}

#date .sidebar {
  order: 1;
}

#date section {
  order: 2;
}

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

#date .system-list a {
	display: grid;
	gap: 0 4%;
	grid-template-columns: 50% minmax(0, 1fr);
  padding-bottom: 8px;
  border-bottom: 1px solid #a9a9a9;
}

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

#date .system-date.single {
  margin-bottom: 16px;
  display: block;
}

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

#date .system-pic img {
	height: 230px;
}

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

}

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

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: 0.875rem;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px !important;
  display: block;
  font-weight: 500;
}

}

/* ========================================
  @media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
#column main {
  display: grid;
  gap: 9.662vw 0;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  margin-inline: auto;
  width: 100%;
  background: #fff;
  padding-block: 5vw 10vw;  
}

#column .p-header__mv {
	margin-bottom: 4.324vw;
}

#column .p-header__mv .p-header__mv-contents-left .en img {
  width: 56vw;
}

#column .mainContents {
  order: 1;
  width: min(95%, 94.2vw);
  margin-inline: auto;
}

#column .sidebar {
  order: 2;
}

#column .system-list {
	display: grid;
	gap: 6.493vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
  margin-bottom: 16vw;
  width: min(95%, 94.2vw);
  margin-inline: auto;
}

#column .system-list li a {
	display: grid;
	gap: 1.831vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
  border-bottom: 1px solid #6B6B69;
  padding-bottom: 6.7vw;
}

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

#column .system-ttl.single {
  margin-bottom: 6vw;
}

#column .system-date {
  font-size: 3.865vw;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.75;
}

#column .system-date.single {
  margin-bottom: 4vw;
  display: block;
}

#column .system-pic img {
	height: 49.275vw;
}

#column .seo_bread_list {
  padding-inline: 0 5vw;
}

/*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.4vw;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 3vw;
  margin-bottom: 3vw !important;
  display: block;
  font-weight: 500;
}

/* date
-------------------------------------*/
#date main {
  display: grid;
  gap: 9.662vw 0;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  margin-inline: auto;
  width: 100%;
  background: #fff;
  padding-block: 5vw 10vw;  
}

#date .p-header__mv {
	margin-bottom: 4.324vw;
}

#date .p-header__mv .p-header__mv-contents-left .en img {
  width: 56vw;
}

#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));
  margin-bottom: 16vw;
  width: min(95%, 94.2vw);
  margin-inline: auto;
}

#date .system-list li a {
	display: grid;
	gap: 1.831vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
  border-bottom: 1px solid #6B6B69;
  padding-bottom: 6.7vw;
}

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

#date .system-ttl.single {
  margin-bottom: 6vw;
}

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

#date .system-date.single {
  margin-bottom: 4vw;
  display: block;
}

#date .system-pic img {
	height: 49.275vw;
}

#date .seo_bread_list {
  padding-inline: 0 5vw;
}

}