@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);
}
/*==============================================================
  ■ (SP)
==============================================================*/
.maincontent.news {
  padding-bottom: 0;
}
.categorynav {
  width: 100%;
  height: 22.66667vw;
}
.categorynav .inner {
  width: 100%;
  overflow: scroll;
}
.categorynav__list {
  padding: 8vw 5.33333vw;
  white-space: nowrap;
}
.categorynav__list__detail {
  margin-right: 0.66667vw;
  display: inline;
}
.categorynav__list__detail a {
  display: inline-block;
  height: 6.66667vw;
  line-height: 5.86667vw;
  padding: 0 5.06667vw;
  font-size: 3.2vw;
  font-weight: bold;
  border: 0.26667vw solid #333;
  border-radius: 6.66667vw;
}
.categorynav__list__detail.active a {
  background-color: #333;
  color: white;
  pointer-events: none;
}
.newslist__list {
  border-top: 0.26667vw solid #c1c1c1;
}
.newslist__list__detail {
  position: relative;
  border-bottom: 0.26667vw solid #c1c1c1;
  padding-top: 8vw;
  padding-bottom: 10.13333vw;
}
.newslist__list__detail:last-child {
  border: none;
}
.newslist__list__detail__info {
  position: relative;
}
.newslist__list__detail__info__date {
  font-size: 3.2vw;
  font-weight: bold;
}
.newslist__list__detail__info__category {
  display: inline-block;
  height: 6.4vw;
  position: absolute;
  right: 0vw;
  top: 0vw;
  font-size: 3.2vw;
  line-height: 5.6vw;
  font-weight: bold;
  padding: 0 4.53333vw;
  border: 0.26667vw solid #333;
  border-radius: 6.66667vw;
}
.newslist__list__detail__title {
  font-size: 3.46667vw;
  padding-right: 10.66667vw;
  margin-top: 2.66667vw;
}
.newslist__list__detail__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.newslist__list__detail:after {
  content: '';
  display: block;
  width: 5.333vw;
  height: 5.333vw;
  background-image: url("../img/sp_btn_ar_small.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  transform: translateY(4vw);
}
.newslist__list__detail:after a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
