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

 ■ aclist

===============================================================*/
/*
.font-serif(){
	//font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
	font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.font-serif-bold(){
	.font-serif();
	font-weight: bold;
}
*/
.abswh100 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.wh100 {
  width: 100%;
  height: 100%;
}
.center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.abscenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.hv_center {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.h_center {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.v_center {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hover_scale {
  transition: all 200ms 0s ease;
}
.hover_scale:hover {
  transform: scale(1.03);
}
/*==============================================================
  ■ (PC)
==============================================================*/
.categorynav {
  width: 100%;
}
.categorynav .inner {
  width: 100%;
}
.categorynav__list {
  width: 600px;
  margin: 78px auto 0;
  text-align: center;
}
.categorynav__list__detail {
  margin-right: 10px;
  display: inline;
}
.categorynav__list__detail a {
  display: inline-block;
  height: 30px;
  line-height: 28px;
  padding: 0 17px;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #333;
  border-radius: 50px;
}
.categorynav__list__detail.active a {
  background-color: #333;
  color: white;
  pointer-events: none;
}
.newslist {
  margin: 35px auto 97px;
}
.newslist__list {
  width: 600px;
  margin: 0 auto;
  border-top: 1px solid #c1c1c1;
}
.newslist__list__detail {
  position: relative;
  border-bottom: 1px solid #c1c1c1;
  padding-top: 26px;
  padding-bottom: 24px;
  padding-right: 60px;
}
.newslist__list__detail:last-child {
  border: none;
}
.newslist__list__detail:hover {
  opacity: 0.7;
}
.newslist__list__detail__info {
  position: relative;
}
.newslist__list__detail__info__date {
  font-size: 14px;
  font-weight: bold;
}
.newslist__list__detail__info__category {
  display: inline-block;
  height: 25px;
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 12px;
  line-height: 24px;
  font-weight: bold;
  padding: 0 16px;
  border: 1px solid #333;
  border-radius: 20px;
}
.newslist__list__detail__title {
  font-size: 16px;
  margin-top: 8px;
}
.newslist__list__detail__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.newslist__list__detail:after {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background-image: url("../img/pc_btn_ar_small.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
}
.newslist__list__detail:after a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
