@charset "UTF-8";
/* ========================================
  @media screen and (min-width: 768px),print
======================================== */
@media screen and (min-width: 768px), print {
.p-main__ttl-wrap {
	background: url(../images/information/header_fv.jpg) no-repeat top center/cover;
	margin-block: -6.25rem 0;
	margin-inline: auto;
	max-width: 1920px;
	padding-block: 13.5rem 2rem;
	width: 100%;
}

.p-main__ttl-wrap h1 {
	color: #ffffff;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.4166666667;
	margin-bottom: 0.5rem;
	text-align: center;
}

.p-main__ttl-wrap p {
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.4;
	text-align: center;
}
#information article {

}

#information .single-detail{}

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

#information .sidebar {
  order: 1;
}

#information section {
  order: 2;
}

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

#information .system-pic {
  
}

#information .system-pic img {
	height: 12rem;
}

#information .system-wrap {
  margin-bottom: 1rem;
}

#information .system-wrap.single {
  margin-bottom: 1rem;
  justify-content: flex-start;
}

#information .system-category {
  display: flex;
  align-items: center;
  gap: 0 8rem;
}

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

#information .system-category span {
  font-size: 14px;
  line-height: 2;
  color: #fff;
  background: #00388D;
  width: fit-content;
  padding: 0.2rem 1rem;
  text-align: center;
}

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

#information .system-date {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #00388D;
}

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

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

#information section.wrap {
  order: 2;
}


/* date -------------------------------------*/
#date article {

}

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

#date .sidebar {
  order: 1;
}

#date section {
  order: 2;
}

#date .system-pic {
  
}

#date .system-pic img {
	height: 12rem;
}

#date .system-wrap {
  margin-bottom: 1rem;
}

#date .system-category {
  display: flex;
  align-items: center;
  gap: 0 8rem;
}

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

#date .system-category span {
  font-size: 14px;
  line-height: 2;
  color: #fff;
  background: #00388D;
  width: fit-content;
  padding: 0.2rem 1rem;
  text-align: center;
}

#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: 700;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #00388D;
}

#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;
}



/*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) {
.p-main__ttl-wrap {
	background: url(../images/information/header_fv_sp.jpg) no-repeat top center/cover;
	margin-block: -16vw 0;
	padding-block: 27.889vw 12.319vw;
	width: 100%;
}

.p-main__ttl-wrap h1 {
	color: #ffffff;
	font-size: 7.246vw;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 3.763vw;
	text-align: center;
}

.p-main__ttl-wrap p {
	color: #ffffff;
	font-size: 4.831vw;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.4;
	text-align: center;
}

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

#information .mainContents {
  order: 1;
  margin: 4vw 0 0vw 0;
}

#information .sidebar {
  order: 2;
}

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

#information .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: 6.7vw;
}

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

#information .system-wrap {
  margin-bottom: 2vw;
}

#information .system-wrap.single {
  margin-bottom: 3vw;
  justify-content: flex-start;
}

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

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

#information .system-category span {
  font-size: 3.382vw;
  line-height: 2;
  color: #fff;
  background: #00388D;
  width: fit-content;
  padding: 1vw;
  text-align: center;
}

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

#information .system-date {
  font-size: 3.865vw;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.625;
  color: #00388D;
}

/* date
-------------------------------------*/
#date main {
  display: grid;
  gap: 9.662vw 0;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  margin-bottom: 19.324vw;
  margin-inline: auto;
  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));
  margin-bottom: 16vw;
}

#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: 6.7vw;
}

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

#date .system-wrap {
  margin-bottom: 2vw;
}

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

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

#date .system-category span {
  font-size: 3.382vw;
  line-height: 2;
  color: #fff;
  background: #00388D;
  width: fit-content;
  padding: 1vw;
  text-align: center;
}

#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: 700;
  letter-spacing: 0.04em;
  line-height: 1.625;
  color: #00388D;
}

/*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;
}
}