/* po0002 top-page news-list
  --------------------------------------- */

.po0002-bg {
  background: #F9F9F9;
  position: relative;
}


.po0002-p {
  padding-top: 111px;
  padding-bottom: 94px;
}

.po0002 h2 {
  font-size: 24px;
  margin-bottom: 1em;
}

.po0002 .en {
  position: absolute;
  top: -172px;
  left: 0;
}

.po0002-area {
  position: relative;
}



.po0002-flex a {
  display: flex;
  align-items: center;
  padding: 16px 0;
  padding-right: 2.5em;
  border-top: solid 1px #707070;
  font-size: 16px;
  position: relative;
}

.po0002-flex:last-child {
  border-bottom: solid 1px #707070;
}

.po0002-flex a::before {
  position: absolute;
  content: "";
  right: 29px;
  width: 36px;
  height: 37px;
  background: url(../img/icon-arrow.svg);
}

.po0002-flex a:hover {
  background: #d3d6d8a7;
}



.po0002 .date {
  color: #000;
  font-weight: bold;
  margin-right: 1em;
  font-size: min(3vw, 20px);
}

.po0002 .new-item {
  color: red;
  font-size: 12px;
}

.po0002 .ttl {
  font-size: min(4vw, 20px);
  font-weight: bold;
  margin-bottom: 0;
  margin-left: 1em;
}

.po0002 .cate-style2 {
  padding: 0 1em;
  text-align: center;
  position: relative;
  font-size: min(3vw, 16px);
}

.po0002 .cate-style2::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 1px;
  height: 20px;
  background: #000;
}

.po0002 .cate-style2::after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 1px;
  height: 20px;
  background: #000;
}


.po0002 .btnwrap {
  margin-top: 1em;
}

.po0002-arrowrap {
  text-align: right;
}


@media only screen and (max-width: 768px) {

  .po0002-p {
    padding-top: 69px;
    padding-bottom: 64px;
  }

  .po0002-mx {
    margin-left: 0;
    margin-right: 0;
  }

  .po0002 .en {
    position: unset;
  }


  .po0002-area {
    position: relative;
  }


  .po0002-flex a {
    flex-wrap: wrap;
  }

  .po0002 .ttl {
    width: 100%;
  }

  .cate-style2 span {
    color: #fff !important;
  }

  .po0002-flex a::before {
    right: 0;
  }
}








/* po-s0001
ーーーーーーーーーーーーーーーーーーーーーーーーーー */

.po-s0001-m {
  margin-bottom: 10%;
}

.po-s0001-p {}

.po-s0001-flex {
  display: flex;
  justify-content: space-between;
}

.po-s0001-content {
  width: 100%;
}

.po-s0001-side {
  width: 22.5%;
}


.po-s0001-box {
  padding: 40px;
  padding-bottom: 0;
  border: solid 1px #EEEEEE;
}

.po-s0001-side .category-area {
  font-size: 14px;
}

.po-s0001-side .category-area .head {
  background: #ACB3B8;
  color: #fff;
  text-align: center;
  padding: .7em 0;
}

.category-list ul li {
  border: solid 1px #ACB3B8;
  border-top: none;
  padding: .7em 1.5em;
}

.category-list ul li a {
  display: inline-block;
  width: 100%;
}




.po-s0001 .ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1.5em;
  margin-top: .5em;
}

.po-s0001 h2 {
  font-size: 24px;
  margin-bottom: 1.5em;
}

.po-s0001 h3 {
  font-size: 20px;
  margin-bottom: 1.5em;
}

.po-s0001 h4 {
  font-size: 18px;
  margin-bottom: 1.5em;
}

.po-s0001 p {
  font-weight: normal;
}

.po-s0001-box img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.po-s0001 .new-item {
  color: red;
  font-size: 12px;
}

.po-s0001 .date {
  font-size: 14px;
  font-weight: bold;
  color: #ACB3B8;
  display: inline-block;
  margin-right: 1em;
}


.po-s0001 .category-item {
  background: #F39800;
  color: #fff;
  border-radius: 12px;
  padding: 5px 1em;
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
}

.po-s0001-box .content p {
  margin-bottom: 2em;
  line-height: 2em;
}


@media screen and (max-width: 768px) {

  .po-s0001-p {}

  .po-s0001-flex {
    flex-direction: column;
  }

  .po-s0001-content {
    width: 100%;
    order: 0;
  }

  .po-s0001-side {
    width: 100%;
    order: 1;
    padding: 0 20px;
    margin-top: 64px;
  }


  .po-s0001-box {
    padding: 16px;
    padding-bottom: 0;
  }

}

/* ページネーション  single-page  　-------------------- */

/* pn-s-0001
------------------------- */

.pn-s0001 .page-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
  margin-top: 45px;
}

@media (max-width:768px) {

  .pn-s0001 .page-flex {
    margin-bottom: 40px;
  }
}

.pn-s0001 .next-text a,
.pn-s0001 .prev-text a {
  display: flex;
  align-items: center;
}

.pn-s0001 .fa-chevron-left,
.pn-s0001 .fa-chevron-right {
  font-size: 6px;
  padding: 1em;
}

.po-s0001 .btnwrap {
  text-align: center;
}

.po-s0001 .btn-news {
  border: solid #0068B7 2px;
  color: #0068B7;
  border-radius: 10px;
  font-weight: bold;
  width: 280px;
  display: inline-block;
  text-align: center;
  padding: 1em;
}



/* po-a0001
ーーーーーーーーーーーーーーーーーーーーーーーーーー */

.po-a0001-m {
  margin-bottom: 10%;
}

.po-a0001-p {}

.po-a0001 .main-ttl {
  font-size: 24px;
  text-align: center;
}

.po-a0001-flex {
  display: flex;
  justify-content: space-between;
}

.po-a0001-content {
  /* width: 74%; */
}

.po-a0001-side {
  width: 22.5%;
}

.po-a0001-box-flex {
  display: flex;
  flex-wrap: wrap;
}

.po-a0001-box {
  width: calc((100% - 80px)/ 3);
  margin-right: 40px;
  margin-bottom: 40px;
}

.po-a0001-box:nth-child(3n) {
  margin-right: 0;
}

.po-a0001-side .category-area {
  font-size: 14px;
}

.po-a0001-side .category-area .head {
  background: #ACB3B8;
  color: #fff;
  text-align: center;
  padding: .7em 0;
}

.category-list ul li {
  border: solid 1px #ACB3B8;
  border-top: none;
  padding: .7em 1.5em;
}

.category-list ul li a {
  display: inline-block;
  width: 100%;
}




.po-a0001 .ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: .5em;
  margin-top: .5em;
}

.po-a0001 h2 {
  font-size: 24px;
  margin-bottom: 1.5em;
}

.po-a0001 h3 {
  font-size: 20px;
  margin-bottom: 1.5em;
}

.po-a0001 h4 {
  font-size: 18px;
  margin-bottom: 1.5em;
}

.po-a0001 p {
  font-weight: normal;
}

.po-a0001-box img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}

.po-a0001 .new-item {
  color: red;
  font-size: 12px;
}

.po-a0001 .date {
  font-size: 14px;
  font-weight: bold;
  color: #ACB3B8;
  display: inline-block;
  margin-right: 1em;
}


.po-a0001 .category-item a {
  background: #F39800;
  color: #fff;
  border-radius: 12px;
  padding: 5px 1em;
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
}

.po-a0001-box .content p {
  margin-bottom: 2em;
  line-height: 2em;
}


@media screen and (max-width: 768px) {

  .po-a0001-p {}

  .po-a0001 .main-ttl {
    font-size: 20px;
    text-align: center;
  }


  .po-a0001-flex {
    flex-direction: column;
  }

  .po-a0001-content {
    width: 100%;
    order: 0;
  }

  .po-a0001-side {
    width: 100%;
    order: 1;
    padding: 0;
    margin-top: 64px;
  }


  .po-a0001-box {
    padding-bottom: 0;
    width: 100%;
    margin-right: 0;
  }

}




/* ページネーション  archive-page ーーーーーーーーーーーーー */

.pn-a0001 .pagination {
  position: relative;
  z-index: 999;
}

.pn-a0001 .pagination {
  color: #000;
  font-size: 14px;
}

.pn-a0001 .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 100px;
}

.pn-a0001 .page-numbers li .next {
  /* background-color: #babbbd; */
  color: #fff;
  color: #333;
  background: #F9F9F9;
  border-radius: 4px;
  padding-bottom: 3px;
}

.pn-a0001 .page-numbers li .prev {
  /* background-color: #131313; */
  color: #fff;
  color: #333;
  background: #F9F9F9;
  border-radius: 4px;
  padding-bottom: 3px;
}

.pn-a0001 .page-numbers li .current {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0068B7;
  width: 40px;
  height: 40px;
  margin: 0 7.5px;
  /* border-radius: 50%; */
}

.pn-a0001 .page-numbers li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #111111;
  width: 40px;
  height: 40px;
  margin: 0 7.5px;
  /* border-radius: 50%; */
}

.pn-a0001 .page-numbers li a:hover {
  color: #0068B7;
  opacity: 1;
}

.pn-a0001 .fa-solid {
  font-size: 10px;
}

@media screen and (max-width: 768px) {

  .pn-a0001 .page-numbers li a {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .pn-a0001 .page-numbers li .current {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .pn-a0001 .page-numbers {
    margin-top: 0;
    margin-bottom: 0;
  }
}