@charset "UTF-8";
.newslist div.categorylist ul li.current a {
  pointer-events: none;
}
.newslist div.categorylist ul li.current:hover a {
  background: #ff9800;
  border: 2px solid #ff9800;
}
.totop {
  position: absolute;
  right: 0;
  width: 80px;
  height: 80px;
}
/*************************************
	
ページャー

************************************/
div.pagenavi {
  width: 100%;
  margin: 58px auto 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1000px) {
  div.pagenavi {
    width: 82.7vw;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  div.pagenavi {
    width: 100%;
    flex-wrap: wrap;
  }
}
.pagination {
  clear: both;
  padding: 20px 0;
  font-size: 2.4rem;
  line-height: 1em;
}
@media (max-width: 768px) {
  .pagination {
    font-size: 1.4rem;
  }
}
.pagination-box {
  display: inline-block;
}
.pagination span, .pagination a {
  display: block;
  /*float: left;*/
  margin: 2px 2px 2px 0;
  padding: 10px 14px 10px 14px;
  text-decoration: none;
  width: auto;
  font-size: 2.4rem;
  color: #fff;
}
@media (max-width: 768px) {
  .pagination span, .pagination a {
    font-size: 1.4rem;
    padding: 4vw;
  }
}
.pagination span.page-of {
  background: none;
  color: #fff;
}
.pagination a:hover {
  color: #fff;
  /* マウスホバー時の文字色 */
  /* マウスホバー時の背景色 */
}
.pagination .current {
  padding: 10px 14px 10px 14px;
  color: #fff;
  /* 現在のページの文字色 */
  background: #a33333;
  /* 現在のページの背景色 */
}
@media (max-width: 768px) {
  .pagination .current {
    padding: 4vw;
  }
}
.page-numbers {
  display: flex;
  text-align: center;
  vertical-align: middle;
  gap: 30px;
}
@media (max-width: 768px) {
  .page-numbers {
    font-size: 15px;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 15px;
  }
}
.page-numbers li {
  font-size: 15px;
  display: flex;
  align-items: center;
}
.page-numbers li span.current {
  letter-spacing: 0.05em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FF9800;
  background: #FF9800;
  box-shadow: 5px 5px 0px 0px #FFD000;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
}
.page-numbers li a {
  display: flex;
  width: 60px;
  height: 60px;
  /* transform: rotate(-90deg); */
  padding: 0px 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 800px;
  border: 2px solid #FF9800;
  background: #FFF;
  box-shadow: 5px 5px 0px 0px #FFD000;
  color: #FF9800;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
}
.page-numbers li a:hover {
  letter-spacing: 0.05em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FF9800;
  background: #FF9800;
  box-shadow: 5px 5px 0px 0px #FFD000;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
}
.page-numbers .current {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #fff;
  color: #2A4184;
}
.page-numbers li a.next, .page-numbers li a.prev {
  position: relative;
  background: none;
  border: none;
  box-shadow: none;
}
.page-numbers li a.next:hover, .page-numbers li a.prev:hover {}
.page-numbers li a.next img, .page-numbers li a.prev img {
  width: 10px;
  height: 14.643px;
  flex-shrink: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.page-numbers.dots {
  color: #fff;
}
@media screen and (max-width:768px) {
  .page-numbers li {
    width: 45px;
    height: 45px;
    line-height: 30px;
    font-size: 1.4rem;
  }
  .page-numbers li span.current {
    width: 45px;
    height: 45px;
    line-height: 30px;
    font-size: 1.4rem;
  }
  .page-numbers li a {
    width: 45px;
    height: 45px;
    line-height: 30px;
    font-size: 1.4rem;
  }
}
.privacypolicy h3 {
  color: #ff9800;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 10px;
}
.privacypolicy p {
  color: #222;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  margin-bottom: 0;
  margin-bottom: 32px;
  line-height: 1.8;
}
.pplink a {
  color: #fff;
  text-decoration: none;
}
.map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9のアスペクト比 */
  height: 0;
  margin-bottom: 20px;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.newscontents-box h2 {
  margin-bottom: 16px;
  font-size: 32px;
  color: #ff9800;
}
.newscontents-box p {
	
	margin-bottom: 16px;
}
.newscontents-box img {
	max-width: 100%;
	height: auto;
	margin-bottom: 16px;
}

.newscontents-box a{
	color: #ff9800;
	text-decoration: underline;
}