@charset "utf-8";
.text-yg {
  color: #339599;
}
.news-post .post-date {
  font-size: 15px;
}
.news-post .cat-label {
  font-size: 12px;
  background: #CDCDCD;
  border-radius: 2px;
  padding: 1px 6px;
  color: #fff;
  border: none;
}
ul.post-list-line.news-post .post-title {
  font-size: 17px;
  font-weight: 500;
}
.news-post .post-excerpt {
  font-size: 15px;
  line-height: 2;
}
ul.post-list-line.news-post li a {
  border-bottom: 1px solid #cdcdcd;
  padding: 30px 0;
}
h1.single-ttl {
  font-size: 21px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-top: 15px;
  margin-bottom: 50px;
  border-bottom: 2px solid #339599;
}
.single-content::after {
  content: "";
  display: block;
  clear: both;
}
.single-paging {
  display: flex;
  align-content: center;
  justify-content: space-between;
  margin-top: 55px;
  padding-top: 35px;
  border-top: 1px solid #cdcdcd;
}
.single-paging > div {
   display: block;
   width: 190px;
   max-width: 32%;
}
.single-paging > div a {
  font-size: 1rem;
  display: block;
  width: 100%;
  height: 32px;
  position: relative;
  padding: 3px 20px;
  border: 1px solid #B2B2B2;
  border-radius: 16px;
  text-align: center;
}
.single-paging > div a:hover {
    opacity: 1;
    color: #fff;
    background: #339599;
    border-color: #339599;
}
.single-paging > div.single-prev a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 11px;
  width: 10px;
  height: 10px;
  background-image: url(./images/common/icon-normal-green_left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: .3s;
}
.single-paging > div.single-prev a:hover::after {
  background-image: url(./images/common/icon-normal-white_left.svg);
}
.single-paging > div.single-next a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 11px;
  width: 10px;
  height: 10px;
  background-image: url(./images/common/icon-normal-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: .3s;
}
.single-paging > div.single-next a:hover::after {
  background-image: url(./images/common/icon-normal-white.svg);
}
.print-btn-wrap {
  text-align: center;
}
.newitem-pdfbtn {
  width: 500px;
  max-width: 100%;
  color: #000;
  font-size: 0.93333rem;
  line-height: 1.2;
  text-align: center;
  padding: 8px 25px;
  display: inline-block;
  min-width: 185px;
  background: #fff;
  border: 1px solid #B2B2B2;
  position: relative;
  border-radius: 3px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.newitem-pdfbtn::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 19px;
  width: 19px;
  height: 19px;
  background-image: url(./images/common/icon-pdf-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: .3s;
}


.printbtn {
  padding: 7px 33px 7px 20px;
}
.printbtn::after {
  width: 15px;
  height: 100%;
  background: url(./images/news/icon-print.svg) no-repeat center center/contain;
}
.printbtn:hover::after {
  background-image: url(./images/news/icon-print-white.svg);
}
.single-logo-wrap {
  display: none;
}

@media all and (min-width: 576px) {

}
@media all and (min-width: 768px) {

}
@media all and (min-width: 992px) {

}
@media all and (min-width: 1200px) {

}
/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {

}

/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
  
}

/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {

}

/*デスクトップまで*/

@media all and (max-width: 1199px) {
}


@media all and (max-width: 991px) {
  ul.post-list-line.news-post li a {
    padding: 15px 0;
  }
}

/*中デバイスまで*/
@media all and (max-width: 767px) {
  h1.single-ttl {
    font-size: 19px;
    margin-bottom: 30px;
  }
  .single-paging > div.single-prev a {
    padding-left: 30px;
  }

  .single-paging > div.single-next a {
    padding-right: 30px;
  }
}

/*小デバイス(横向きモバイル)まで*/

@media all and (max-width: 575px) {
  .newitem-pdfbtn::after {
    right: 9px;
  }
}

/* 以下はbootstrapのブレイクポイントではなく、微調整用 */
@media all and (max-width: 480px) {
  
 
}
@media all and (max-width: 400px) {
 
}

@media all and (max-width: 380px) {

}
@media all and (max-width: 360px) {

}

/*iPhone5:SE*/
@media all and (max-width: 320px) {

}
