.local-page-archive html body {
  background-color: #100A2D;
  width: 100%;
  overflow-x: scroll;
}

.local-page-archive p, .local-page-archive a, .local-page-archive a:visited, .local-page-archive a:link {
  color: #ffffff;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}

.local-page-archive ul {
  margin: 0;
}

.local-page-archive ul li {
  list-style-type: none;
  color: #ffffff;
}

.local-page-archive .sp_only {
  display: none;
}

.local-page-archive .pc_only {
  display: block;
}

.local-page-archive #container {
  min-width: 1200px;
  overflow-x: hidden;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  background: linear-gradient(rgba(16, 10, 45, 0.8), rgba(20, 9, 47, 0.8) 14%, rgba(30, 11, 52, 0.8) 35%, rgba(43, 17, 60, 0.8) 47%, rgba(32, 16, 52, 0.8) 59%, rgba(22, 18, 45, 0.8) 77%, rgba(9, 22, 38, 0.8) 100%);
}

.local-page-archive #container-inner {
  width: 1200px;
  margin: 0 auto;
  padding-top: 0 !important;
}

.local-page-archive #top-box {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-top: 58px;
  margin-bottom: 39px !important;
}
.local-page-archive #top-box .breadcrumb {
  color: #fff;
  position: relative;
  font-size: 11px;
  z-index: 2;
}
.local-page-archive #top-box .breadcrumb a {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 18.7px;
  position: relative;
  margin-right: 17px;
}
.local-page-archive #top-box .breadcrumb a:not(:last-of-type)::before {
  content: ">";
  position: absolute;
  top: 0;
  right: -14px;
  bottom: 0;
  margin: auto 0;
}

.local-page-archive #news_list--section .news_list--title {
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  padding-bottom: 35px;
  margin-bottom: 50px;
  border-bottom: 1px solid #888888;
}
.local-page-archive #news_list--section .news_list--seriestop{
  width: 100%;
  height: 326.5px;
  position: relative;
}
.local-page-archive #news_list--section .news_list--seriestop .news_list--seriesimg{
  width: 48.3333%;
  height: 100%;
  margin-right: 3.3333%;
  position: relative;
  overflow: hidden;
}
.local-page-archive #news_list--section .news_list--seriestop .news_list--seriesimg img{
  width: 100%;
  height: 100%;
  transition: .3s;
  overflow: hidden;
}
.local-page-archive #news_list--section .news_list--seriestop .news_list--seriesimg img:hover{
  transform: scale(1.1);
}
.local-page-archive #news_list--section .news_list--seriestop .news_list--seriesright{
  width: 48.3333%;
  height: 178px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
}
.local-page-archive #news_list--section .news_list--seriestop .news_list--seriesright .news_list--seriestitle{
  font-size: 35px;
  line-height: 60px;
  margin-bottom: 20px;
}
.local-page-archive #news_list--section .news_list--seriestop .news_list--seriesright .news_list--seriescaption{
  font-size: 16px;
  line-height: 32px;
}
.local-page-archive #news_list--section .news_list--ulnews {
  margin: 0;
  padding: 0;
  padding-top: 50px;
  padding-bottom: 47px;
  margin-top: 65px;
  margin-bottom: 50px;
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888;
  display: flex;
  flex-wrap: wrap;
}
.local-page-archive #news_list--section .news_list--ulnews .news_list--li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 50px;
}
.local-page-archive #news_list--section .news_list--ulnews .news_list--li a {
  text-decoration: none;
}
.local-page-archive #news_list--section .news_list--ulnews .news_list--li:nth-of-type(3n) {
  margin-right: 0;
}
.local-page-archive #news_list--section .news_list--ulnews .news_list--li:nth-last-of-type(-n+3) {
  margin-bottom: 0;
}
.local-page-archive #news_list--section .news_list--ulnews .news_list--li .news_list--liimg {
  width: 100%;
  height: 202.5px;
  margin-bottom: 15px;
  overflow: hidden;
}
.local-page-archive #news_list--section .news_list--ulnews .news_list--li .news_list--liimg img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.local-page-archive #news_list--section .news_list--ulnews .news_list--li .news_list--liimg img:hover {
  transform: scale(1.1);
}
.local-page-archive #news_list--section .news_list--ulnews .news_list--li .news_list--lidate {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 8px;
}
.local-page-archive #news_list--section .news_list--ulnews .news_list--li .news_list--lititle {
  font-size: 25px;
  line-height: 37px;
  margin-bottom: 4px;
}
.local-page-archive #news_list--section .news_list--ulnews .news_list--li .news_list--licategory {
  font-size: 12px;
  line-height: 23px;
  margin-right: 12px;
  text-align: center;
  display: inline-block;
  width: 90px;
  height: 25px;
  border: 1px solid #ffffff;
  border-radius: 60px;
  box-sizing: border-box;
  transition: 0.3s;
}
.local-page-archive #news_list--section .news_list--ulnews .news_list--li .news_list--licategory:hover {
  border-color: rgba(0, 0, 0, 0);
  background-color: #592063;
}
.local-page-archive #news_list--section .news_list--ulnews .news_list--li .news_list--litag {
  display: inline-block;
  height: 25px;
}
.local-page-archive #news_list--section .news_list--ulnews .news_list--li .news_list--litag li {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  display: inline;
  margin-right: 17px;
}
.local-page-archive #news_list--section .news_list--ulnews .news_list--li .news_list--litag li::before {
  content: "\023";
}
.local-page-archive #news_list--section .news_list--ulbutton {
  width: 506px;
  height: 60px;
  display: flex;
  margin: 0 auto;
  margin-bottom: 152px;
}
.local-page-archive #news_list--section .news_list--ulbutton li {
  width: 45.8498%;
  height: 100%;
  border: 1px solid #ffffff;
  border-radius: 35px;
  box-sizing: border-box;
  text-align: center;
}
.local-page-archive #news_list--section .news_list--ulbutton li:first-of-type {
  margin-right: 8.3004%;
}
.local-page-archive #news_list--section .news_list--ulbutton li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 58px;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .local-page-archive .sp_only {
    display: block;
  }
  .local-page-archive .pc_only {
    display: none;
  }
  .local-page-archive #container {
    width: 100vw;
    min-width: 0;
  }
  .local-page-archive #container-inner {
    width: 100%;
    padding: 0 5.33vw;
  }
  .local-page-archive #top-box {
    padding-top: 10px;
    margin-bottom: 20px !important;
  }
  .local-page-archive #top-box .breadcrumb {
    font-size: 12px;
    z-index: 2;
  }
  .local-page-archive #top-box .breadcrumb a {
    font-size: 12px;
  }
  .local-page-archive #top-box .breadcrumb a:last-of-type {
    margin-right: 0;
  }
  .local-page-archive #news_list--section .news_list--title {
    font-size: 25px;
    line-height: 37.5px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .local-page-archive #news_list--section .news_list--seriestop{
    height: auto;
  }
  .local-page-archive #news_list--section .news_list--seriestop .news_list--seriesimg{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .local-page-archive #news_list--section .news_list--seriestop .news_list--seriesright{
    width: 100%;
    height: auto;
    position: relative;
  }
  .local-page-archive #news_list--section .news_list--seriestop .news_list--seriesright .news_list--seriestitle{
    font-size: 25px;
    line-height: 56px;
    margin-bottom: 0;
  }
  .local-page-archive #news_list--section .news_list--seriestop .news_list--seriesright .news_list--seriescaption{
    font-size: 15.95px;
    line-height: 32px;
  }

  .local-page-archive #news_list--section .news_list--ulnews {
    margin-top: 20px;
    padding-top: 29px;
    padding-bottom: 22px;
    margin-bottom: 30px;
  }
  .local-page-archive #news_list--section .news_list--ulnews .news_list--li {
    width: 46.26%;
    margin-right: 7.46%;
    margin-bottom: 23px;
  }
  .local-page-archive #news_list--section .news_list--ulnews .news_list--li:nth-of-type(3n) {
    margin-right: 7.4687%;
  }
  .local-page-archive #news_list--section .news_list--ulnews .news_list--li:nth-of-type(2n) {
    margin-right: 0;
  }
  .local-page-archive #news_list--section .news_list--ulnews .news_list--li:nth-last-of-type(3) {
    margin-bottom: 30px;
  }
  .local-page-archive #news_list--section .news_list--ulnews .news_list--li .news_list--liimg {
    height: 23.25vw;
    margin-bottom: 8px;
  }
  .local-page-archive #news_list--section .news_list--ulnews .news_list--li .news_list--lidate {
    font-size: 12px;
    margin-bottom: 2px;
  }
  .local-page-archive #news_list--section .news_list--ulnews .news_list--li .news_list--lititle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .local-page-archive #news_list--section .news_list--ulnews .news_list--li .news_list--licategory {
    line-height: 19px;
    margin-right: 0;
    display: block;
    width: 78px;
    height: 21px;
  }
  .local-page-archive #news_list--section .news_list--ulnews .news_list--li .news_list--litag {
    display: block;
    height: auto;
  }
  .local-page-archive #news_list--section .news_list--ulnews .news_list--li .news_list--litag li {
    font-size: 12px;
    margin-right: 17px;
    line-height: 19px !important;
  }
  .local-page-archive #news_list--section .news_list--ulbutton {
    width: 100%;
    height: 50px;
    margin-bottom: 80px;
  }
  .local-page-archive #news_list--section .news_list--ulbutton li {
    width: 46.2686%;
    height: 100%;
    border-radius: 70px;
  }
  .local-page-archive #news_list--section .news_list--ulbutton li:first-of-type {
    margin-right: 7.4627%;
  }
  .local-page-archive #news_list--section .news_list--ulbutton li a {
    font-size: 14px;
    line-height: 48px;
  }
}


/* はてな対応分 */

.page-archive #container #top-box{
	max-width: 1200px;
	margin: 39px auto!important;
}
@media (min-width: 641px) and (max-width: 767px) {
	.page-archive #container #top-box{
			padding-right:5%;
			padding-left:5%;
		}
	}
	@media (min-width: 768px) {
		.page-archive #container #top-box{
			width:100%;
		}
	}
	@media (min-width: 992px) {
	.page-archive #container #top-box{
			width:100%;
		}
	}
	@media (min-width: 1200px) {
		.page-archive #container #top-box{
			width: 1200px;
		}
	}
.page-archive.category-躍進企業に聞いてみた #container #top-box,
.page-archive.category-最前線を行く #container #top-box
.page-archive.category-時流を語る #container #top-box {
	margin: 56px auto!important;
	}
.page-archive #container #top-box .breadcrumb{
	margin: 0;
}
.page-archive #container #top-box .breadcrumb .breadcrumb-inner a,
.page-archive #container #top-box .breadcrumb .breadcrumb-inner span{
    font-size: 12px;
    color: #ffffff;
}
	
.page-archive #container #container-inner:before{
	background: none;
}

.page-archive #container .category-nav-wrap{
	display: none;
}

.page-archive #container #main .archive-header-category{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.page-archive #container #main .archive-header-category .archive-heading,
.page-archive #container #main .archive-heading{
	border-bottom: 1px solid #ffffff;
	display: block;
	font-size:40px;
	font-weight: 700;
	color:#ffffff;
	padding: 0 0 50px;
	line-height: 150%;
}
.page-archive #container #main .archive-heading{
max-width: 1200px;
margin: 0 auto;
border-bottom: none;
text-align: center;
width: 100%;
}
.page-archive #container #main .archive-heading::after{
display: none;
width: inherit;
border-bottom:none;
}
.page-archive #container #main .archive-header-category .archive-heading::before,
.page-archive #container #main .archive-header-category .archive-heading::after{
	display: none;
}

.page-archive #container #main .archive-header-category .archive-description{
	padding: 50px 0 64px;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 50px !important;
}
.page-archive #container #main .archive-header-category .archive-description .news_list--seriestop{
	display: flex;	
}
.page-archive #container #main .archive-header-category .archive-description .news_list--seriestop .news_list--seriesimg{
	width: 48.3%;
	margin-right: 3.3%;
}
.page-archive #container #main .archive-header-category .archive-description .news_list--seriestop .news_list--seriesright{
	width: 48.3%;
	text-align: left;
}

@media screen and (min-width: 641px){
.page-archive #container #main .archive-header-category .archive-description .news_list--seriestop .news_list--seriesright{
	display: flex;
	align-items: center;
}
}

.page-archive #container #main .archive-header-category .archive-description .news_list--seriestop .news_list--seriesright .news_list--seriestitle{
	font-size: 35px;
	font-weight: 500;
	line-height: 60px;
	margin-bottom: 20px;
}
.page-archive #container #main .archive-header-category .archive-description .news_list--seriestop .news_list--seriesright .news_list--seriescaption{
	font-size: 16px;
	font-weight: 500;
	line-height: 200%;
}

.page-archive #container #main .archive-header-category .archive-description .flex-box{
	margin-top: 35px;
	padding-bottom: 65px;
}

.page-archive #container #main .archive-header-category .archive-description .flex-box .series-catch{
	margin-bottom: 28px;	
}

.page-archive #container #main .archive-entries{
	margin-top:60px; 
	padding: 0 0 10px;
}

.page-archive #container #main .archive-entries .archive-entry{
	width: 30%;
	margin-right: 5%;
	margin-bottom: 50px;
}
.page-archive #container #main .archive-entries .archive-entry:nth-of-type(3n){
	margin-right: 0;
}

.page-archive #container #main .archive-entries .archive-entry .archive-entry-header .archive-date,
.page-archive #container #main .archive-entries .archive-entry .archive-entry-header .entry-title,
.page-archive #container #main .archive-entries .archive-entry .categories{
	width: 100%;
	padding: 0;
	margin: 0;
	background: none;	
}

.page-archive #container #main .archive-entries .archive-entry .archive-entry-header{
	margin-top: 215px;
}

.page-archive #container #main .archive-entries .archive-entry .archive-entry-header .archive-date span{
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
	font-family: "Montserrat", "Noto Sans JP", sans-serif;
}

.page-archive #container #main .archive-entries .archive-entry .archive-entry-header .entry-title{
	margin-bottom: 5px;	
}
.page-archive #container #main .archive-entries .archive-entry .archive-entry-header .entry-title a{
	color: #ffffff;
	font-size: 20px;
	font-weight: 500;
	line-height: 35px;
	text-decoration: none;
}

.page-archive #container #main .archive-entries .archive-entry .entry-thumb-link{
	height: 202px;	
}
.page-archive #container #main .archive-entries .archive-entry .entry-thumb-link .entry-thumb{
	margin: 0;
}

.page-archive #container #main .archive-entries .archive-entry .archive-entry-header .entry-title a:hover,
.page-archive #container #main .archive-entries .archive-entry .categories .archive-category-link:nth-of-type(n+2):hover,
.page-entry .entry-header .entry-title a:hover,
.page-entry .entry-header .entry-categories a:nth-of-type(n + 2):hover,
.page-entry .entry-content .article_contents--left .others_txt:hover,
.page-entry #box2 .entries-access-ranking-item-inner.ranking_2lines .entries-access-ranking-title-link:hover{
border-radius: 0;
text-decoration: underline!important;
text-decoration-thickness: 1px!important;
}

.page-archive #container #main .archive-entries .archive-entry .categories .icon{
	display: none;
}

.page-archive #container #main .archive-entries .archive-entry .categories .archive-category-link{
	background: none;
	color: #ffffff;
	border: none;
	display: inline;
	font-size: 14px;
	line-height: 20px;
	padding: 0;
}
#articles .articles_ul .articles_list .articles_list--tag li:first-of-type,
.page-index .hatena-module-recent-entries .hatena-module-body .hatena-urllist .urllist-item .urllist-categories a:first-of-type,
.page-archive #container #main .archive-entries .archive-entry .categories .archive-category-link:first-of-type {
	line-height: 25px;
	border-radius: 60px;
	box-shadow: 0 0 0 1px #fff;
	display: inline-block;
	font-size: 12px;
	padding: 0 15px;
 border: none!important;
}
#articles .articles_ul .articles_list .articles_list--tag li:first-of-type:hover,
.page-index .hatena-module-recent-entries .hatena-module-body .hatena-urllist .urllist-item .urllist-categories a:first-of-type:hover,
.page-archive #container #main .archive-entries .archive-entry .categories .archive-category-link:first-of-type:hover {
	color: #fff;
	opacity: 1;
	box-shadow: 0 0 0 1px #592063;
	background-color: #592063;
	text-decoration: none!important;
 border: none!important;
}
.page-index #container #header-modules .hatena-module-custom-topcarousel .hatena-urllist .urllist-item .urllist-item--series .urllist-category-link.category-時流を語る:hover,
.page-index .hatena-module-recent-entries .hatena-module-body .hatena-urllist .urllist-item .urllist-categories .urllist-category-link.category-時流を語る:hover,
.page-archive #container #main .archive-entries .archive-entry .categories .archive-category-link.category-時流を語る:hover,
.page-entry .entry-header .entry-categories a.entry-category-link.category-時流を語る:hover,
.page-entry .hatena-module-recent-entries .hatena-module-body .hatena-urllist .urllist-item .urllist-categories .recent-entries-category-link.category-時流を語る:hover,
.page-entry #box2 .entries-access-ranking-category-link.category-時流を語る:hover{
  background-color: #1583f6!important;
}
.page-index .hatena-module-recent-entries .hatena-module-body .hatena-urllist .urllist-item .urllist-categories .urllist-category-link.category-時流を語る:hover,
.page-archive #container #main .archive-entries .archive-entry .categories .archive-category-link.category-時流を語る:hover{
  box-shadow: 0 0 0 1px #1583f6!important;
}
.page-entry .entry-header .entry-categories a.entry-category-link.category-時流を語る:hover,
.page-entry .hatena-module-recent-entries .hatena-module-body .hatena-urllist .urllist-item .urllist-categories .recent-entries-category-link.category-時流を語る:hover,
.page-entry #box2 .entries-access-ranking-category-link.category-時流を語る:hover{
  border: 1px solid #1583f6!important;
}
.page-index #container #header-modules .hatena-module-custom-topcarousel .hatena-urllist .urllist-item .urllist-item--series .urllist-category-link.category-躍進企業に聞いてみた:hover,
.page-index .hatena-module-recent-entries .hatena-module-body .hatena-urllist .urllist-item .urllist-categories .urllist-category-link.category-躍進企業に聞いてみた:hover,
.page-archive #container #main .archive-entries .archive-entry .categories .archive-category-link.category-躍進企業に聞いてみた:hover,
.page-entry .entry-header .entry-categories a.entry-category-link.category-躍進企業に聞いてみた:hover,
.page-entry .hatena-module-recent-entries .hatena-module-body .hatena-urllist .urllist-item .urllist-categories .recent-entries-category-link.category-躍進企業に聞いてみた:hover,
.page-entry #box2 .entries-access-ranking-category-link.category-躍進企業に聞いてみた:hover{
  background-color: #ec8100!important;
}
.page-index .hatena-module-recent-entries .hatena-module-body .hatena-urllist .urllist-item .urllist-categories .urllist-category-link.category-躍進企業に聞いてみた:hover,
.page-archive #container #main .archive-entries .archive-entry .categories .archive-category-link.category-躍進企業に聞いてみた:hover{
  box-shadow: 0 0 0 1px #ec8100!important;
}
.page-entry .entry-header .entry-categories a.entry-category-link.category-躍進企業に聞いてみた:hover,
.page-entry .hatena-module-recent-entries .hatena-module-body .hatena-urllist .urllist-item .urllist-categories .recent-entries-category-link.category-躍進企業に聞いてみた:hover,
.page-entry #box2 .entries-access-ranking-category-link.category-躍進企業に聞いてみた:hover{
  border: 1px solid #ec8100!important;
}
.page-index #container #header-modules .hatena-module-custom-topcarousel .hatena-urllist .urllist-item .urllist-item--series .urllist-category-link.category-最前線を行く:hover,
.page-index .hatena-module-recent-entries .hatena-module-body .hatena-urllist .urllist-item .urllist-categories .urllist-category-link.category-最前線を行く:hover,
.page-archive #container #main .archive-entries .archive-entry .categories .archive-category-link.category-最前線を行く:hover,
.page-entry .entry-header .entry-categories a.entry-category-link.category-最前線を行く:hover,
.page-entry .hatena-module-recent-entries .hatena-module-body .hatena-urllist .urllist-item .urllist-categories .recent-entries-category-link.category-最前線を行く:hover,
.page-entry #box2 .entries-access-ranking-category-link.category-最前線を行く:hover{
  background-color: #6d5faa!important;
}
.page-index .hatena-module-recent-entries .hatena-module-body .hatena-urllist .urllist-item .urllist-categories .urllist-category-link.category-最前線を行く:hover,
.page-archive #container #main .archive-entries .archive-entry .categories .archive-category-link.category-最前線を行く:hover{
  box-shadow: 0 0 0 1px #6d5faa!important;
}
.page-entry .entry-header .entry-categories a.entry-category-link.category-最前線を行く:hover,
.page-entry .hatena-module-recent-entries .hatena-module-body .hatena-urllist .urllist-item .urllist-categories .recent-entries-category-link.category-最前線を行く:hover,
.page-entry #box2 .entries-access-ranking-category-link.category-最前線を行く:hover{
  border: 1px solid #6d5faa!important;
}

.page-archive .archive-entry .categories a:hover.category-Sustainability, .page-archive .archive-entry .categories a:hover.category-Work＆Life, .page-archive .archive-entry .categories a:hover.category-Innovation, .page-archive .archive-entry .categories a:hover.category-ORIX.Channel {
		opacity: inherit;
	}

  .page-archive .archive-entry.active .entry-thumb-link .entry-thumb {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

.page-archive #container #main .archive-entries .archive-entry .categories .archive-category-link::before{
	content: "#"	
}
#articles .articles_ul .articles_list .articles_list--tag li:first-of-type:before,
.page-index .hatena-module-recent-entries .hatena-module-body .hatena-urllist .urllist-item .urllist-categories a:first-of-type:before,
.page-archive #container #main .archive-entries .archive-entry .categories .archive-category-link:first-of-type::before{
	content: ""	
}

@media screen and (max-width: 640px){
	
	.page-archive #container #container-inner{
		padding-top: 18.67vw;
	}
	
	.page-archive #container #top-box{
		margin: 10px auto 20px !important;
	}
	.page-archive.category-躍進企業に聞いてみた #container #top-box,
	.page-archive.category-最前線を行く #container #top-box
	.page-archive.category-時流を語る #container #top-box {
		margin: 10px auto 20px !important;
	}
	
	.page-archive #container #top-box .breadcrumb{
		margin-bottom: 0;
	}
	
	.page-archive #container #top-box .breadcrumb .breadcrumb-inner span{
		font-size: 12px;
	}

	.page-archive #container #main .archive-header-category{
		width: 100%;
	}
	
	.page-archive #container #main .archive-header-category .archive-heading,
	.page-archive #container #main .archive-heading{
		font-size:25px;
		margin-bottom: 0;
		padding: 0 0 30px;
  
	}
	
	.page-archive #container #main .archive-header-category .archive-description{
		padding: 30px 0 20px;
		margin-bottom: 30px !important;
	}
	
	.page-archive #container #main .archive-header-category .archive-description .flex-box{
		margin-top: 31px;
		padding-bottom: 18px
	}
	
	.page-archive #container #main .archive-header-category .archive-description .flex-box .series-catch{
		margin-bottom: 11px;	
	}
	
	.page-archive #container #main .archive-header-category .archive-description .news_list--seriestop{
		display: block;
	}
	
	.page-archive #container #main .archive-header-category .archive-description .news_list--seriestop .news_list--seriesimg,
	.page-archive #container #main .archive-header-category .archive-description .news_list--seriestop .news_list--seriesright{
		width: 100%;
		margin-right:0;
	}
	
	.page-archive #container #main .archive-header-category .archive-description .news_list--seriestop .news_list--seriesright{
		padding-top: 30px;		
	}
	
	.page-archive #container #main .archive-header-category .archive-description .news_list--seriestop .news_list--seriesright .news_list--seriestitle{
		font-size: 25px;
		line-height: 37.5px;
		margin-bottom: 10px;
	}
	
	.page-archive #container #main .archive-header-category{
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.page-archive #container #main .archive-entries{
		margin-top: 30px;
		padding-bottom: 0;
	}

	.page-archive #container #main .archive-entries .archive-entry{
		width: 46.2%;
		margin-right: 7.4%;
		margin-bottom: 30px;
	}
	.page-archive #container #main .archive-entries .archive-entry:nth-of-type(3n){
		margin-right: 7.4%;
	}
	.page-archive #container #main .archive-entries .archive-entry:nth-of-type(2n){
		margin-right: 0;
	}
	
	.page-archive #container #main .archive-entries .archive-entry .archive-entry-header{
		margin-top: calc(23.2vw + 10px);
	}
	.page-archive #container #main .archive-entries .archive-entry .archive-entry-header .archive-date{
		height: 20px;
		margin-bottom: 5px;
	}
	.page-archive #container #main .archive-entries .archive-entry .archive-entry-header .archive-date span{
		font-size: 12px;
		line-height: 20px;
	}
	
	.page-archive #container #main .archive-entries .archive-entry .archive-entry-header .entry-title{
		margin-bottom: 8px;	
	}
	.page-archive #container #main .archive-entries .archive-entry .archive-entry-header .entry-title a{
		font-size: 16px;
		line-height: 24px;
	}
	
	.page-archive #container #main .archive-entries .archive-entry .categories{
		line-height: 12px
	}
	.page-archive #container #main .archive-entries .archive-entry .categories .archive-category-link:nth-of-type(n+2){
		font-size: 12px;
		line-height: 166.667%;
		margin-right: 12px;
		white-space: normal;
	}
	.page-archive #container #main .archive-entries .archive-entry .categories .archive-category-link:last-of-type{
		margin-right: 0;
	}
#articles .articles_ul .articles_list .articles_list--tag li:first-of-type,
.page-index .hatena-module-recent-entries .hatena-module-body .hatena-urllist .urllist-item .urllist-categories a:first-of-type,
	.page-archive #container #main .archive-entries .archive-entry .categories .archive-category-link:first-of-type{
		font-size: 12px;
		padding: 6px 9px;
		line-height: 100%;
		margin:0 auto 5px 0;
		display: block;
		width: fit-content;
	}
	
	.page-archive #container #main .archive-entries .archive-entry .entry-thumb-link{
		height: 23.2vw;
		margin-bottom: 10px;
	}
}

		.page-archive #main-inner > p{
			text-align: center;
}
		.page-archive .pager {
			display: flex;
			justify-content: center;
			width: 100%;
			max-width: 1200px;
   margin: 0 auto 30px;
			padding-top: 50px;
   border-top:1px solid #fff;
		}
		.page-archive .pager span {
			width: 232px;
		}
		.page-archive .pager span a {
			color: #fff;
			font-size: 20px;
			font-weight: 700;
			border: 1px solid #fff;
			border-radius: 35px;
			padding: 0;
			height: 60px;
			line-height: 60px;
	}
		.page-archive .pager span a:hover {
			background-color: #592063;
			border: 1px solid #592063;
	}
@media screen and (max-width: 767px) {
		.page-archive .pager {
			margin-bottom: 20px;
			padding-top: 30px;
		}
		.page-archive .pager span {
			width: 155px;
		}
		.page-archive .pager span a {
			font-size: 14px;
			font-weight: 700;
			border-radius: 70px;
			height: 50px;
			line-height: 50px;
	}
}
body.page-archive-category-name #box2{
display: none!important;
}
 /*rw_categorynews.css:*/
@media (min-width: 641px) and (max-width: 1200px) {
 .page-archive #content{
  padding-right: 2.5vw;
  padding-left: 2.5vw;
 }
}
@media screen and (min-width: 1201px) {
 .page-archive #content{
  padding-right: 30px;
  padding-left: 30px;
 }
}
@media screen and (max-width: 640px) {
 #top-box {
  padding-right: 5.33vw;
  padding-left: 5.33vw;
 }
 }