@charset "utf-8";
/*-----------------------------------

	h2_title

-----------------------------------*/
#h2_title{
	height: 330px;
	color: #fff;
	padding:40px 0 20px;
	text-align:center;
	background: url(../img/lower/bg_h2.jpg);
	background-size: 100%;
	background-repeat:no-repeat;
	background-attachment: fixed;
	padding-top: 120px;
	box-sizing: border-box;
	position: relative;
}
#h2_title h2 {
    font-size: 36px;
    line-height: 3.6rem;
    text-shadow: 1px 2px 3px #808080;
}
#h2_title h2 span.small{
    font-size: 24px;
}
@media screen and (max-width: 1199px) {
	#h2_title{
		background: url(../img/lower/bg_h2.jpg) no-repeat;
		background-size: 160%;
		background-position: top;
	}
}
@media screen and (max-width: 980px) {
	#h2_title{
		height: 160px;
		padding-top: 60px;
	}
	#h2_title h2 {
		font-size: 30px;
		line-height: 3.0rem;
	}
}
@media screen and (max-width: 740px) {
	#h2_title{
		height: 160px;
		padding-top: 70px
	}
	#h2_title h2 {
		font-size: 21px;
		letter-spacing: 0.4rem;
		line-height: 2.4rem;
	}
	#h2_title h2 span.small{
		font-size: 14px;
	}
}
/*-----------------------------------

	breadcrumb

-----------------------------------*/
#breadcrumb {
	width:100%;
	position:relative;
	padding: 20px;
	text-align: right;
}
#breadcrumb ul{
	text-align:right;
}
#breadcrumb ul li {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6rem;
	letter-spacing:0.2rem;
	display: inline-block;
}
#breadcrumb ul li a:hover{
    color: #aaa;
}
#breadcrumb ul li:after {
	content:">";
	display:inline-block;
	padding:0 0 0 0.5em;
}
#breadcrumb ul li:last-of-type:after {
	content:"";
	padding:0;
}
@media screen and (max-width: 640px) {
	#breadcrumb{
		height: auto;	
		padding: 5px 0;
	}
	#breadcrumb ul li {
		font-size: 13px;
		font-size: 1.3rem;
	}
	#breadcrumb:after {
		top: auto;
	}
}


.w-50{
	margin: 10px auto;
	padding: 0 1%;
	width: 46%;
	text-align: left;
	float: left;
}
.w-50 img{
	width: 100%;
}
.w-50-2{
	margin: 10px auto;
	padding: 0 1%;
	width: 46%;
	text-align: left;
	float: left;
}
.w-50-2 img{
	width: 100%;
}
@media screen and (max-width:640px) {
	.w-50-2{
		width: 98%;
		text-align: left;
		float: left;
	}
}
.page-link {
  /*display: flex;
  justify-content: center;*/
  gap: 1px;
  margin: 60px auto 0;
  text-align:center;
}
@media screen and (max-width:740px) {
  .page-link {
    margin-bottom: 40px;
  }
}
.page-link .page_link-prev,
.page-link .page_link-next,
.page-link .page_link-archive {
  display: inline-block;
  background: rgb(137, 137, 137);
  color: #fff;
}
.page-link .page_link-prev:hover,
.page-link .page_link-next:hover,
.page-link .page_link-archive:hover {
  background: #8bafc4;
  color: #fff;
}
.page-link .page_link-prev {
  padding: 8px 8px 8px 16px;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 10% 100%, 0 50%);
}
.page-link .page_link-archive {
  padding: 8px;
}
.page-link .page_link-next {
  clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
  padding: 8px 16px 8px 8px;
  text-align: right;
}
.information .single-header {
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #d5d5d5;
}
@media screen and (max-width:740px) {
  .information .single-header {
    margin-bottom: 24px;
  }
}
.information .single-header .single-ttl {
  font-size: 2.8rem;
  margin-bottom: 8px;
}
@media screen and (max-width:740px) {
  .information .single-header .single-ttl {
    font-size: 2rem;
  }
}
.information .single-header time {
  font-style: italic;
  font-size: 1.3rem;
}
@media screen and (max-width:740px) {
  .information .single-header time {
    font-size: 1.1rem;
  }
}
.information .single-header .cate {
  font-size: 1.3rem;
  color: white;
  font-weight: bold;
  background: #0f3146;
  padding: 2px 4px;
  margin-right: 4px;
}
@media screen and (max-width:740px) {
  .information .single-header .cate {
    font-size: 1.1rem;
  }
/*-----------------------------------

	list

-----------------------------------*/
#list{
	width: 80%;
	float: left;
}
#list #cate_title{
	font-size: 24px;
	margin-bottom: 20px;
}
#list #cate_title span{
	font-size: 18px;
	display:inline-block;
	margin-left: 10px;
}
#list article{
	width: 31.7%;
	float: left;
	position:relative;
	margin-right: 2%;
	margin-bottom: 50px;
	border: solid 1px #e7e7e7;
	box-sizing:border-box;
}
#list article:nth-child(3n){
	margin-right: 0;
}
#list article:nth-child(3n+1){
	clear: both;
}
#list article:last-child{
	margin-bottom: 0;
}
#list article a{
	display:block;
}
#list article .img img{
	object-fit: cover;
	width: 100%;
	height: 180px;
}
#list article .text{
	padding: 10px 2.5%;
}
#list article .text h3{
	font-size: 16px;
	font-weight: 400;
	line-height:2.1rem;
	margin: 10px 0;
}
#list article .cate{
	position:absolute;
	top: 0;
}
#list article .date{
	display:inline-block;
	margin-right: 5px;
}

/* pagination */
#pagination-wrap {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}
.pagination {
	color:#737a8c;
	position:relative;
}
.pagination a,
.pagination .current {
	display: inline-block;
	font-size: 18px;
	letter-spacing: 0;
	width: 40px;
	height: 38px;
	padding-top: 8px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 1px;
	color: #fff;
	text-align: center;
	background: #645551;
}
.pagination .next:before{
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: 900;
	z-index: 2;
}
.pagination .prev:before{
	font-family: "Font Awesome 5 Free";
	content: '\f104';
	font-weight: 900;
	z-index: 2;
}
.pagination a:hover,
.pagination .current {
	background: #B49342;
	color: #fff;
}
@media screen and (max-width:980px) {
	#list{
		width: 100%;
		float: none !important;
	}
	#list article{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}
	#list article:nth-child(3n){
		margin-right:2%;
	}
	#list article:nth-child(2n){
		margin-right: 0;
	}
	.pagination a,
	.pagination .current {
		display: inline-block;
		font-size: 14px;
		letter-spacing: 0;
		width: 35px;
		height: 30px;
		padding-top: 4px;
		margin: 5px 1px;
	}
}
@media screen and (max-width:640px) {
	#list #cate_title {
		font-size: 18px;
	}
	#list #cate_title span {
		font-size: 16px;
	}
	#list_box_wrap{
		width: 90%;
		margin: 0 auto;
	}
	#list article{
		width: 100%;
		float: none !important;
		margin-right:0 !important;
	}
	#list article:nth-child(3n){
		margin-right:2%;
	}
	#list article:nth-child(2n){
		margin-right: 0;
	}
	#list article .text h3{
		font-size: 14px;
	}
}
