  .pc{
	  display: block;
  }
  .sp{
  display: none;
}

.top_image {
	background-image: url(../image/top_image.jpg);
	background-position: center top;
	height: 300px;
	width: 100%;
	margin-top: 79px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.top_image .info_title{
	height: 80px;
	width: 314px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width: 752px) {
	.top_image {
		background-image: none;
		height: auto;
		width: 100%;
		margin-top: 50px;
	}
	.top_image img{
		height: auto;
		width: 100%;
 	}
 	#sp_g-navi {
		position: fixed;
		top: 0px;
 	}
}
#contents_wrapper {
  margin-top: 40px;
  padding-bottom: 80px;
}

#contents_wrapper .navi_wrap {
	background-color: #000;
	text-align: center;
	height: 70px;
	width: 100%;
}

#contents_wrapper .navi_wrap .navi_box {
	height: 70px;
	width: 630px;
	margin-right: auto;
	margin-left: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

  .item_wrap {
	max-width: 1070px;
    width: 100%;
	margin-left:auto;
	margin-right:auto;
  }
@media screen and (max-width: 1299px) {
  .item_wrap {
	max-width: 1070px;
    width: 100%;
	margin-left:auto;
	margin-right:auto;
    box-sizing: border-box;
  }
}
.item_wrap .info_box ul {
  margin: 0px 0px 80px 0px;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: 20px;
}
.item_wrap .info_box ul li ,
.item_wrap .info_box ul li a img  {
  max-width: 251px;
  width: 100%;
}
.item_wrap .info_box ul li a {
	display: block;
	transition: 0.4s all;
	text-align: left;
	text-decoration: none;
	margin-bottom: 20px;
}

.item_wrap .info_box ul li a .date {
	font-size: 14px;
	color: #000;
	white-space: nowrap;
	text-align: left;
	font-family: "Noto Sans JP", sans-serif;
	height: auto;
	width: 100%;
	margin-top: 14px;
}
.item_wrap .info_box ul li a .subject {
	font-size: 16px;
	color: #000;
	white-space: prewrap;
	text-align: left;
	font-family: "Noto Sans JP", sans-serif;
	height: 44px;
	width: 100%;
	margin-top: 10px;
	line-height: 24px;
	overflow: hidden;
}
.item_wrap .info_box ul li a .category {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	text-align: center;
	width: 100%;
	font-weight: 400;
	word-spacing: 2em;
	color: #000;
	background-color: #D2D2D2;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 20px;
}
.item_wrap .info_box ul li{
	background-image: url(../image/dot.png);
	background-repeat: no-repeat;
	background-position: center calc(100% - 20px);
	
}
.item_wrap .info_box ul li .dot{
	height: 45px;
	width: 100%;	
}
.item_wrap .info_box ul li:nth-child(4n+1):nth-last-child(-n+4) {
	background-image: none;
}

.item_wrap .info_box ul li:nth-child(4n+1):nth-last-child(-n+4) ~ li {
	background-image: none;
}
.item_wrap .info_box ul li a:hover {
  opacity: 0.6;
}


@media screen and (max-width: 752px) {
	/*
  .item_wrap .info_box ul {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
  }
  */
  .sp{
	  display: block;
  }
  .pc{
  display: none;
}
  .item_wrap {
	max-width: 93%;
	width: 93%;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
  }
  .item_wrap .info_box ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	gap: 10px;
	margin-top: 0px;
}
.item_wrap .info_box ul li{
	background-image: none;
}

  .item_wrap .info_box ul li ,
  .item_wrap .info_box ul li a img  {
    max-width: calc(46vw - 5px);
  }
  .item_wrap .info_box ul li a .date {
	font-size: 12px;
	color: #000;
	white-space: nowrap;
	text-align: left;
	font-family: "Noto Sans JP", sans-serif;
	height: auto;
	width: 100%;
	margin-top: 10px;
}

.item_wrap .info_box ul li a .subject {
	font-size: 14px;
	color: #000;
	white-space: prewrap;
	text-align: left;
	font-family: "Noto Sans JP", sans-serif;
	height: auto;
	width: 100%;
	margin-top: 2px;
	line-height: 22px;
}
/*----------------------------------------------------------------------------------------
    CATEGORY BUTTON
------------------------------------------------------------------------------------------*/
#contents_wrapper .category_list {
	height: auto;
	width: 92%;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -10px;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .category_list .category_but:before {
	content: "";
	display: block;
	padding-top: 21.62%;
}
#contents_wrapper .category_list .category_buts {
	background-color: #FFF;
	width: 47%;
	height: auto;
	color: #969696;
	font-size: 13px;
	border-radius: 50px 50px 50px 50px;
	border: 2px solid #969696;
	text-decoration: none;
	transition: 0.4s;
	position: relative;
	margin-right: 2%;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
#contents_wrapper .category_list .category_but {
	background-color: #FFF;
	width:47%;
	margin-right: 3%;
	margin-bottom:15px;
	color: #FFF;
	font-size: 13px;
	border-radius: 50px 50px 50px 50px;
	border: 2px solid #787878;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}
#contents_wrapper .category_list .ht {
	background-color: #94243A;
	width: 47%;
	margin-right: 3%;
	margin-bottom:15px;

	color: #FFF;
	font-size: 13px;
	border-radius: 50px 50px 50px 50px;
	border: 2px solid #94243A;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

#contents_wrapper .category_list .category_but .text, #contents_wrapper .category_list .ht .text {
	text-align: center;
	height: auto;
	width: auto;
	margin-top: 0px;
	display: table-cell;
	vertical-align: middle;
}
#contents_wrapper .category_list .category_but .name{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	color: #787878;
	font-weight: 400;
	letter-spacing: 0.1em;
}
#contents_wrapper .category_list .ht .name {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: 400;
	letter-spacing: 0.1em;
}
#contents_wrapper .category_list .category_but:nth-child(2) {
	margin-right: 0px;
}
#contents_wrapper .category_list .category_but:nth-child(4) {
	margin-right: 0px;
}
/*-------------------------------------------------------------------*/
}

/***************************************************************************************
   PAGE NATION 
****************************************************************************************/
.pagination {
	text-align: center;
	margin-top: 60px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	height: auto;
	width: 92%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin-right: auto;
	margin-left: auto;
}
.pagination a, .pagination span {
	width: 34px;
	height: 34px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	border: 1px solid #333;
	text-decoration: none;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	margin-right: 4px;
	margin-left: 4px;
}
.pagination a:hover {
	color: #FFF;
	background-color: #787878;
	text-decoration: none;
}
.pagination .dot {
	text-decoration: none;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	height: 34px;
	width: 34px;
}
.pagination .current {
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 600;
	height: 34px;
	width: 34px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin-right: 4px;
	margin-left: 4px;
}
.pagination .prev {
	height: 40px;
	width: 40px;
	border: none;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin-right: 10px;
}
.pagination .prev a img {
	height: 40px;
	width: 40px;
	border: none;
}
.pagination .prev a img:hover {
	opacity: 0.3;
}
.pagination .prev a {
	border: none;
}
.pagination .prev a:hover {
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.pagination .next {
	font-weight: 500;
	height: 34px;
	border: none;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin-left: 10px;
}
.pagination .next a:hover {
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.pagination .next a {
	border: none;
}
.pagination .next a img {
	height: 40px;
	width: 40px;
	border: none;
}
.pagination .next a img:hover {
	opacity: 0.3;
}
.pagination .prev a {
	border: none;
}
