@charset "utf-8";
:root{
  --background-color:#FFFBCF;
  --border-color:#CD4E03;
}

ul#newsList{
	margin:20px auto 0;
	padding:0;
}
@media screen and (max-width: 768px) {
  ul#newsList{
    margin-top: 20px;
  }
}

ul#newsList li{
	margin:0;
	padding:17px 0 20px;
	margin-bottom:3px;
	line-height:120%;
	list-style-type:none;
  text-align: left;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  ul#newsList li{
    flex-wrap: wrap;
    padding: 12px 0;
  }
}

ul#newsList li:first-child {
  padding-top: 0;
}

ul#newsList li .title{
	text-indent: -1em;
	padding-left: 3rem;
}

.catName{
  display: inline-block;
  padding: 0.5rem 2.5rem;
  margin: 0 0 0 3rem;
}
@media screen and (max-width: 768px) {
  .catName{
    padding: 0.6rem 2.5rem 0.7rem ;
  }
}

.newMark{
  display: inline-block;
  padding: 0.5rem 1.8rem;
  background-color:#FE0000 ;
  color: #fff;
  margin: 0 0 0 3rem;
}
.comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
}
.thumbNailWrap{
	display:block;
	width:110px;
	float:left;
	height:80px;
	overflow:hidden;
}

/* Pager style（外部化可） */
.pager{
	text-align:right;
	padding:10px;
	clear:both;
}
/*ページャーボタン*/
.pager a{
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}

/*現在のページのボタン*/
.pager a.current{
    background: #999;
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px 2px;
	margin:0 1px;
    text-decoration: none;
}

.pager a:hover{
    background:#999;
    color: #fff;
}

.overPagerPattern{
	padding:0 2px ;
}
<!--
.catName{color:#FFF;}
.cat-0 .catName{	background:#328cc1;}
.cat-1 .catName{	background:#d9b310;}
.cat-2 .catName{	background:#1d2731;}
.cat-3 .catName{	background:#0b3c5d;}
-->
.catName{color:#fff;font-weight:bold;}
.cat-0 .catName{	background:var(--border-color);}
.cat-1 .catName{	background:rgba(6, 50, 173, 0.7);}
.cat-2 .catName{	background:rgba(231, 176, 18, 0.7);}
.cat-3 .catName{	background:#CCF6C8;}


/*スマホ対応*/

div#newsWrap{
  border-collapse: collapse;
  width: 100%;
}
ul#newsList li{
	box-sizing:border-box;
}
@media screen and (max-width: 640px) {
  div#newsWrap {
    width: 100%;
  }
	ul#newsList li .title{
    display: block;
		text-indent: 0;
		line-height: 1em;
		font-size: 1.1em;
    width: 100%;
    padding: 16px 0 0 0;
  }
}

#newsList .title a {
  color: #333;
}


.news__inner {
  max-width: 850px;
}

.news__button {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .news__button {
    text-align: center;
  }
}

.news__button__link {
  display: inline-block;
  color: #333;
  border: 2px solid var(--border-color);
  padding: 16px 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news__button__link {
    padding: 10px 78px;
  }
}

.news__button__link::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 15px;
  background: url(../../images/news__button__arrow.png) no-repeat center / contain ;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.news__button__link:hover {
  background-color: var(--border-color);
  color: #fff;
  opacity: 1;
  transition: all .3s;
}

.news__button__link:hover::after {
  right: 12px;
  transition: all .3s;
}

.tab {
  width: 100%;
}

.tab__list {
  display: flex;
}

.tab__button {
  width: 100%;
  padding: 16px 10px;
  cursor: pointer;
  border: 1px solid var(--border-color);
  color: #333;
  background-color:var(--background-color);
}
@media screen and (max-width: 768px) {
  .tab__button {
    padding: 9px 10px 8px;
  }
}

.tab__button:hover {
  color: #fff;
  background-color: var(--border-color);
}

.tab__content {
  display: none;
}

.tab__content.is-active {
  display: block;
}


.news__archive .tab {
  margin-top: 0;
}

.single__date {
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

.single__title {
  font-size: 3.2rem;
  border-bottom: 1px solid #333;
  padding: 2.4rem 0 2.8rem;
}
@media screen and (max-width: 768px) {
  .single__title {
    font-size: 2.4rem;
  }
}

.single #detail {
  margin-top: 2.8rem;
}
@media screen and (max-width: 768px) {
  .single #detail {
    margin-top: 4.9rem;
  }
}

.detailText {
  font-size: 1.4rem;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .detailText {
    font-size: 1.6rem;
    line-height: 220%;
  }
}
/*
.back__button.news__button {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .back__button.news__button {
    text-align: center;
  }
}
*/

.news__button__link.back__button__link::after {
  left: 16px;
  transform: translateY(-50%) rotate(180deg);
}
.news__button__link.back__button__link:hover::after {
  left: 12px;
  transition: all .3s;
}

.single__tag {
  display: flex;
  align-items: center;
}

.single__category .catName {
  margin-left: 4.8rem;
}
@media screen and (max-width: 768px) {
  .single__category .catName {
    margin-left: 3.6rem;
  }
}

.pagination {
  margin-top: 3.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
/* @media screen and (max-width: 768px) {
  .pagination {
    flex-direction: column;
    align-items: flex-end;
    gap: 40px;
  }
} */

.pagination__number {
  margin-left: 3.2rem;
}

.pagination__number:first-child {
  margin-left: 0;
}

.pagination__button {
  position: absolute;
}

.next.pagination__button {
  right: 30px;
}

.prev.pagination__button {
  left: 30px;
}

@media screen and (max-width: 768px) {
  .pagination__button.news__button__link::after {
    right: 6px;
    width: 8px;
    height: 11px;
  }

  .news__button__link.back__button__link::after {
    left: 6px;
    width: 8px;
    height: 11px;
  }

  .pagination__button.news__button__link {
    padding: 10px 20px 10px 10px;
    font-size: 1.4rem;
  }

  .next.pagination__button {
    right: 0;
  }

  .prev.pagination__button.news__button__link {
    left: 0;
    padding: 10px 10px 10px 20px;
  }

  .pagination__number {
    font-size: 1.4rem;
    margin-left: 2rem;
  }

}