@charset "UTF-8";
/*
 * 変数
 */
/*
 * ブレークポイント
 */
/*
 * 480pxより狭くなったら改行なくす
 */
@media (max-width: 560px) {
  .sp_br {
    display: none;
  }
}

/*
 * 480pxより広くなったら改行なくす
 */
@media (min-width: 560px) {
  .br_sp {
    display: none;
  }
}

/*
 * 780pxより狭くなったら改行なくす
 */
@media (max-width: 930px) {
  .pc_br {
    display: none;
  }
}

/*
 * トランジション
 */
input[type=submit], input[type=button] {
  line-height: 1;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.activity-wrapp {
  margin-bottom: 5%;
  margin-top: 4%;
}
@media (max-width: 560px) {
  .activity-wrapp {
    margin-top: 9%;
  }
}

.activity-wrapp-inner {
  width: 90%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1200px;
}
@media (max-width: 930px) {
  .activity-wrapp-inner {
    width: 100%;
    padding-bottom: 3%;
  }
}

.mun-scroll-wrapp {
  width: 30%;
  text-align: center;
  margin-bottom: 4%;
}
@media (max-width: 930px) {
  .mun-scroll-wrapp {
    width: 45%;
  }
}
@media (max-width: 560px) {
  .mun-scroll-wrapp {
    width: 88%;
    margin-bottom: 9%;
  }
}

.mun-tit {
  color: white;
  font-weight: bold;
  background-color: #00918A;
  padding: 1px 5px;
  border-radius: 1em;
  text-align: center;
  display: inline-block;
  width: 55%;
}
@media (max-width: 560px) {
  .mun-tit {
    padding: 5px 7px;
    border-radius: 2em;
    width: 62%;
  }
}

.mun-scroll {
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid #00918A;
  margin-top: 2%;
  /* スクロールバーの幅と高さを設定する */
  /* スクロールバーの形を設定する */
  /* スクロールバーの色を設定する */
}
.mun-scroll::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.mun-scroll-thumb-rounded::-webkit-scrollbar-thumb {
  border-radius: 0.3rem;
}
.mun-scroll::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}
.mun-scroll-thumb-black::-webkit-scrollbar-thumb {
  border-radius: 100px;
  border: 6px solid rgba(0, 0, 0, 0.18);
  border-left: 0;
  border-right: 0;
  background-color: #5fcfa4;
}

.act-list {
  position: relative;
}

.act-list:hover .list_img_box img {
  transform: scale(1.05);
}
.act-list:hover .more-btn-box a:before, .act-list:hover .more-btn-box a:after {
  transition: all 0.5s cubic-bezier(0.7, 0, 0.2, 1);
  transition-property: transform;
}
.act-list:hover .more-btn-box a:before {
  transform: translate(12px, 0);
}
.act-list:hover .more-btn-box a:after {
  transform: translate(12px, 0) rotate(25deg);
}

a.act-wrap-link {
  pointer-events: auto;
}
a.act-wrap-link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  background-color: transparent;
}

.list_box {
  flex-direction: column;
}
.list_box .tit-p {
  font-size: initial;
}

.list_img_box img {
  max-width: 400px;
  height: 190px;
}

.act-text-box {
  width: 100%;
  max-width: 420px;
  margin-top: 7%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: justify;
}
@media (max-width: 560px) {
  .act-text-box {
    margin-top: 0;
  }
}

.act-read {
  margin: 0 auto;
  padding: 24px 6em 24px 5em;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  color: #00918A;
  display: block;
  border: 0px;
  font-weight: 700;
  position: relative;
  font-size: initial;
  border-top: 3px solid #a1e5e2;
  border-bottom: 3px solid #a1e5e2;
  padding: 20px 6em 20px 5em;
}
.act-read::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 25px;
  top: calc(50% - 2px);
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg) translateY(-50%);
  color: inherit;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
}
.act-read:hover:after {
  transition: all 0.5s cubic-bezier(0.7, 0, 0.2, 1);
  right: 20px;
}
.act-read:active {
  transform: scale(0.95);
}
@media (max-width: 930px) {
  .act-read {
    padding: 18px 6em 18px 5em;
  }
}

p.archive-day {
  color: #AFAFAF;
}

.tax-name {
  display: inline-block;
  margin-right: 4px;
  color: #70949d;
}

.m-pagenation {
  width: 100%;
  margin-top: 2%;
}
@media (max-width: 560px) {
  .m-pagenation {
    margin-top: 6%;
    margin-bottom: 6%;
  }
}

.m-pagenation__body {
  display: flex;
  justify-content: center;
}
.m-pagenation__body li {
  margin: 0 5px;
  color: #242424;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.2, 1);
  transition-property: color;
  width: 30px;
  height: 30px;
  position: relative;
  transition: all 0.3s ease;
}
.m-pagenation__body li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  color: #00918A;
}
.m-pagenation__body li a:after {
  background: white;
  position: absolute;
  border: 1px solid #00918A;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  transform: skewX(-15deg);
  transition: all 0.3s ease;
}
.m-pagenation__body li:hover a:after {
  background: #c7efec;
}
.m-pagenation__body li.-current {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.m-pagenation__body li.-current:after {
  background: #00918A;
  border: 1px solid #00918A;
  position: absolute;
  z-index: -1;
  content: "";
  width: 98%;
  height: 98%;
  top: 0;
  left: 0;
  right: 0;
  transform: skewX(-15deg);
  transition: all 0.3s ease;
}
.m-pagenation__body li.notNumbering {
  border: none;
  pointer-events: none;
}
.m-pagenation__body svg.pager-svg {
  fill: currentColor;
}

.m-pagenation__result {
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
}

/*# sourceMappingURL=activity.css.map */
