@charset "utf-8";

/*==============================================

	information

==============================================*/
.info_list {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding: 0 90px;
}
.info_list > li {
	width: 260px;
	margin-right: 70px;
	margin-bottom: 60px;
}
.info_list > li:nth-child(3n) {
	margin-right: 0;
}
.info_list article a {
	display: block;
	transition: all .5s;
	display: flex;
	flex-direction: column;
	}
  
.info_list article a:hover {
	opacity: .7;
  }
  
.info_list article a picture {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	display: block;
	overflow: hidden;
	background-color: #E3E3E3;
	background-image: url(../../common/img/logo.svg);
	background-repeat: no-repeat;
	background-size: 140px;
	background-position: center;
  }
.info_list article a:hover picture img {
	transform: scale(1.1);
  }
  
.info_list article a picture img {
	object-fit: cover;
	display: block;
	height: 100%;
	transition: all .5s;
  }
  
.info_list article a .date {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 1.2rem;
	letter-spacing: 0;
	text-align: left;
	}
  
.info_list article a h3 {
	font-size: 1.3rem;
	text-align: left;
	margin-bottom: 10px;
	}

  .info_list article a .date .cat {
	font-size: inherit;
  }
  .info_list article a .date .cat:before {
	content: " | ";
  }


  .information_article {
	max-width: 800px;
	padding: 0 50px;
	margin: 0 auto 50px;
	}
  .information_article .information_title {
	font-size: 1.6rem;
	padding-bottom: 20px;
	border-bottom: 1px solid #E2E2E2;
	margin-bottom: 30px;
  }
  .information_article .meta {
    font-size: 1.2rem;
	margin-bottom: 15px;
  }
  .information_article .meta .cat {
	font-size: inherit;
  }
  .information_article .meta .cat:before {
	content: " | ";
  }

  .information_content p {
	margin-bottom: 20px;
	font-size: 1.3rem;
	text-align: left;
	margin-top: 10px;
	}
  .information_content p a {
	text-decoration: underline;
	font-size: inherit;
	color: inherit;
  }
  .information_content strong {
	font-size: inherit;
	color: inherit;
  }

  .detail_page_nav {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 1.5rem;
	max-width: 700px;
	margin: 0 auto;
	padding-top: 40px;
	border-top: 1px solid #E2E2E2;
	margin-bottom: 20px;
	}
  .detail_page_nav .toarchive {
	order: 2;
	margin-top: 60px;
	width: 100%;
	text-align: center;
  }
  .detail_page_nav .toarchive a {
	background-image: url(../../common/img/arrow_left.svg);
	padding-right: 0;
	padding-left: 30px;
	background-position: left calc(100% - 8px);

  }
/*---------------------------------------------------------------*\
	$736px
\*---------------------------------------------------------------*/
@media screen and (max-width: 736px) {
	.page_head .en img {
		width: 227px;
	}
	.info_list {
		padding: 0 20px;
	}
	.info_list > li {
		width: calc(50% - 5px);
		margin: 0 0 40px;
		margin-right: 10px;
	}
	.info_list > li:nth-child(3n) {
		margin-right: 10px;
	}
	.info_list > li:nth-child(2n) {
		margin-right: 0;
	}
	.info_list article a picture {
		background-size: 100px;
	}
	.info_list > li .btn {
		margin-top: auto;
	}
	.info_list > li .btn button {
		font-size: 1.2rem;
		padding-bottom: 3px;
		background-position: right calc(100% - 3px);
		background-size: 17px;
	}
	.information_article {
		padding: 0 20px;
	}
	.detail_page_nav {
		width: calc(100% - 40px);
		padding-top: 20px;
		margin-bottom: 0;
	}
	.detail_page_nav .toarchive a {
		text-align: center;
		padding-left: 0;
		background-position: 20px center;
	}
	.detail_page_nav .toarchive {
		margin-top: 40px;
	}
}