@charset "UTF-8";

.articlebox01 {
	background: #006d5e;
	color: #fff;
	text-align: center;
	height: 32px;
	line-height: 32px;
}
.articlebox02 {
	background: #000;
	color: #fff;
	text-align: center;
	height: 32px;
	line-height: 32px;
}

.article-ph {
	height: 300px;
}

.listwrap .list {
  background: #e6e6e6;
  text-align: center;
}
.listwrap:nth-child(odd) .list {
  background: #c9d8d7;
}

.pager__item {
  display: inline-block;
  color: #fff;
  background-color: var(--pager);
  border: 1px solid transparent;
  border-color: var(--pager);
  padding: 0.5rem;
  margin: 0.75rem 0.2rem;
  min-width: 2rem;
  text-align: center;
}
.pager__item-current {
  color: var(--pager);
  background-color: #fff;
}
.pager__dots {
  border: 1px solid transparent;
  padding: 0.5rem;
  margin: 0.75rem 0.2rem;
  text-align: center;
}

@media (max-width: 768px) {
  .category__item:nth-child(4) {
    border-left: none;
  }
}



/*PCのみ*/
@media (min-width: 768px) {



}

@media (max-width: 768px) {

	.article-ph {
		height: 100px;
	}
	.articlebox01 {
		height: 26px;
		line-height: 26px;
	}
	.articlebox02 {
		height: 26px;
		line-height: 26px;
	}

}



