@charset "UTF-8";
/* =============================================== 
  一覧
=============================================== */
#news .news_list {
  margin-top: -27px;
}
@media screen and (max-width: 768px) {
  #news .news_list {
    margin-top: -20px;
  }
}
#news .news_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 27px 15px 27px 0;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: start;
}
@media screen and (max-width: 768px) {
  #news .news_list li a {
    display: block;
    padding: 20px 15px 20px 0;
  }
}
#news .news_list li a::after {
  content: "";
  background: url(../img/arrow_bl.svg) no-repeat center/contain;
  width: 6px;
  height: 11px;
  position: absolute;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
  top: 50%;
  right: 0;
}
#news .news_list li a .date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 16em;
}
@media screen and (max-width: 768px) {
  #news .news_list li a .date {
    margin: 0 0 10px;
  }
}

/* =============================================== 
  詳細
=============================================== */
article {
  margin-bottom: 43px;
}
article .date {
  margin-bottom: 20px;
}
article .cat {
  margin-left: 10px;
}
article .txt {
  margin-bottom: 25px;
  line-height: 2;
}
article .ph {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
article a {
  text-decoration: underline !important;
  padding-left: 15px;
  position: relative;
  /*&[href$=".pdf"]{
    &::before{
      content: "PDF";
      display: inline-block;
      border: 1px solid #EA0909;
      margin-right: 13px;
      width: 49px;
      color: #EA0909;
      font-size: 14px;
      text-align: center;
    }
  }*/
}
article a::after {
  content: "";
  background: url(../img/arrow_bl.svg) no-repeat center/contain;
  width: 6px;
  height: 11px;
  position: absolute;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 9px;
  left: 0;
}
article a:hover {
  text-decoration: none !important;
  opacity: 1;
}
article a.in_img {
  padding-left: 0;
}
article a.in_img::after {
  content: none;
}

.article_ttl {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: normal;
}

.link_list {
  margin-bottom: 50px;
}
.link_list li {
  position: relative;
}
.link_list li:not(:last-child) {
  margin-bottom: 15px;
}
.link_list li a {
  text-decoration: underline;
  padding-left: 15px;
  position: relative;
  /*&[href$=".pdf"] {
    &::before {
      content: "PDF";
      display: inline-block;
      border: 1px solid #EA0909;
      margin-right: 13px;
      width: 49px;
      color: #EA0909;
      font-size: 14px;
      text-align: center;
    }
  }*/
}
.link_list li a::after {
  content: "";
  background: url(../img/arrow_bl.svg) no-repeat center/contain;
  width: 6px;
  height: 11px;
  position: absolute;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 7px;
  left: 0;
}
.link_list li a:hover {
  text-decoration: none;
  opacity: 1;
}

.news_pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 375px;
  width: 100%;
  margin: -20px auto 0;
}
.news_pager .btn {
  border: 1px solid #2A68B0;
  border-radius: 50px;
  display: table;
  max-width: 173px;
  width: 100%;
  margin: 20px auto 0;
  color: #2A68B0;
  font-weight: 500;
  overflow: hidden;
}
.news_pager .btn.prev, .news_pager .btn.next {
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .news_pager .btn.prev, .news_pager .btn.next {
    max-width: 45%;
  }
}
.news_pager .btn.prev a::after, .news_pager .btn.next a::after {
  content: "";
  background: url(../img/arrow_btn_over.svg) no-repeat center/contain;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 50%;
}
.news_pager .btn.prev {
  margin-right: auto;
}
.news_pager .btn.prev a {
  padding-left: 15px;
}
.news_pager .btn.prev a::after {
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
  left: 30px;
}
@media screen and (max-width: 768px) {
  .news_pager .btn.prev a::after {
    left: 20px;
  }
}
.news_pager .btn.next {
  margin-left: auto;
}
.news_pager .btn.next a {
  padding-right: 15px;
}
.news_pager .btn.next a::after {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 30px;
}
@media screen and (max-width: 768px) {
  .news_pager .btn.next a::after {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 20px;
  }
}
.news_pager .btn a {
  display: table-cell;
  height: 50px;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}

@media screen and (max-width: 768px) {
  p img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .btn_effect, .news_pager .btn a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    z-index: 1;
    position: relative;
  }
  .btn_effect::before, .news_pager .btn a::before {
    content: "";
    background: #2A68B0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform ease 0.3s;
    transition: -webkit-transform ease 0.3s;
    transition: transform ease 0.3s;
    transition: transform ease 0.3s, -webkit-transform ease 0.3s;
    z-index: -1;
  }
  .btn_effect:hover, .news_pager .btn a:hover {
    opacity: 1;
    color: #fff;
  }
  .btn_effect:hover::before, .news_pager .btn a:hover::before {
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .btn_effect:hover::after, .news_pager .btn a:hover::after {
    background: url(../img/arrow_btn.svg) no-repeat center/contain;
  }
}