@charset "UTF-8";
/***************************************

variables

***************************************/
/*---------------------------------------
break point
---------------------------------------*/
/*---------------------------------------
color
---------------------------------------*/
/*---------------------------------------
font family
---------------------------------------*/
/***************************************

mixins

***************************************/
/*---------------------------------------
media queries
---------------------------------------*/
/*---------------------------------------
vwのサイズ計算
---------------------------------------*/
/***************************************

books

***************************************/
header .flex_wrap #hamburger .menu_btn span {
  background-color: #3c3c3c;
}

#news #contents {
  padding: 50px 0 100px;
}
#news #contents .article_wrap {
  padding: 0 0 105px;
  width: 662px;
  margin: 0 auto;
}
#news #contents .article_wrap article {
  padding: 0 0 60px;
  margin: 0 0 60px;
  border-bottom: 1px solid #c8c8c8;
}
#news #contents .article_wrap article:last-child {
  padding: 0;
  margin: 0;
  border: none;
}
#news #contents .article_wrap article h3 {
  font-size: 26px;
  padding: 0 0 15px;
}
#news #contents .article_wrap article span.date {
  font-size: 12px;
  display: block;
  color: #7d7d7d;
  padding: 0 0 45px;
  letter-spacing: 0.1em;
}
#news #contents .article_wrap article p {
  font-size: 19px;
  line-height: 38px;
}
#news #contents .pager {
  width: 662px;
  margin: 0 auto;
}
#news #contents .pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#news #contents .pager ul li {
  text-align: center;
}
#news #contents .pager ul li span, #news #contents .pager ul li a {
  display: block;
  width: 42px;
  font-size: 18px;
  padding: 15px 0 9px;
}
#news #contents .pager ul li span {
  background-color: #e1e1e1;
}
#news .btn_wrap {
  text-align: center;
}
#news .btn_wrap h5 {
  font-size: 13px;
  padding: 0 0 10px;
}
#news .btn_wrap a {
  width: 310px;
  margin: 0 auto;
  display: block;
  border: 1px solid #3c3c3c;
  color: #3c3c3c;
  padding: 13px 0 9px;
  position: relative;
  font-size: 18px;
}
#news .btn_wrap a::before {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #3c3c3c;
}
@media screen and (max-width: 768px) {
  #news #contents {
    padding: 6.6666666667vw 0 13.3333333333vw;
  }
  #news #contents .article_wrap {
    width: 100%;
    padding: 0 0 16vw;
  }
  #news #contents .article_wrap article {
    padding: 0 0 10.6666666667vw;
    margin: 0 0 12vw;
  }
  #news #contents .article_wrap article h3 {
    font-size: 5.3333333333vw;
    padding: 0 0 2.6666666667vw;
  }
  #news #contents .article_wrap article span.date {
    font-size: 2.6666666667vw;
    padding: 0 0 7.3333333333vw;
  }
  #news #contents .article_wrap article p {
    font-size: 3.4666666667vw;
    line-height: 6.9333333333vw;
  }
  #news #contents .pager {
    width: 100%;
  }
  #news #contents .pager ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #news #contents .pager ul li span, #news #contents .pager ul li a {
    width: 8.5333333333vw;
    line-height: 1;
    padding: 2.9333333333vw 0 1.8666666667vw;
    font-size: 3.7333333333vw;
  }
  #news .btn_wrap h5 {
    font-size: 3.4666666667vw;
    padding: 0 0 2vw;
  }
  #news .btn_wrap a {
    width: 86.6666666667vw;
    padding: 2.9333333333vw 0 2.4vw;
    font-size: 3.8666666667vw;
  }
  #news .btn_wrap a::before {
    width: 4.2666666667vw;
  }
}
/*# sourceMappingURL=news.css.map */
