@charset "UTF-8";
/* ------------------------------
	.head_ttl_box
------------------------------ */
body {
  padding-top: 0;
}

.head_ttl_box {
  height: 450px;
  padding-top: 100px;
  background: url(../img/news/head_ttl_bg.jpg) no-repeat center bottom;
  background-size: cover;
}

.head_ttl_box .head_ttl {
  margin-top: 30px;
  padding-top: 75px;
  background: url(../img/news/head_ttl_ico.png) no-repeat center top;
  font-size: 4.8rem;
  font-weight: bold;
  text-align: center;
}

/* ------------------------------
	.news
------------------------------ */
.news {
  padding-bottom: 80px;
}

.news .news_ttl {
  position: relative;
  top: -30px;
  left: 0;
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #007e3d;
  font-size: 3.0rem;
  font-weight: bold;
}

.news .news_ttl .ttl_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 60px;
  padding-right: 55px;
  padding-left: 30px;
  background: #fff;
  border-bottom: 1px solid #007e3d;
  border-right: 1px solid #007e3d;
}

.ie .news .news_ttl .ttl_box {
  padding-top: 5px;
}

.news .news_ttl .ttl_box::before,
.news .news_ttl .ttl_box::after {
  position: absolute;
  top: 0;
  bottom: 1px;
  margin: auto;
  content: "";
  display: block;
  width: 35px;
  height: 2px;
}

.news .news_ttl .ttl_box::before {
  right: -34px;
  background: #007e3d;
}

.news .news_ttl .ttl_box::after {
  right: 0;
  background: #c4d700;
}

.news_list {
  margin-top: 40px;
}

.news_list li {
  border-bottom: 1px solid #f0f0f0;
}

.news_list li + li {
  margin-top: 0;
}

.news_list li {
  display: block;
  padding: 30px 30px 25px;
}

.news_list li .date_box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.news_list li .date_box > * + * {
  margin-left: 20px;
}

.news_list li .cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6em;
  padding: 0.1em 0.3em;
  border: 1px solid #555;
  border-radius: 3px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.3;
}

.ie .news_list li .cate {
  padding-top: 0.25em;
  padding-bottom: 0;
  word-break: break-all;
}

.news_list li .cate.color01 {
  color: #0098be;
  border-color: #0098be;
}

.news_list li .cate.color02 {
  color: #e8824b;
  border-color: #e8824b;
}

.news_list li .cate.color03 {
  color: #4ba9ea;
  border-color: #4ba9ea;
}

.news_list li .cate.empty {
  border-color: transparent;
}

.news_list li .date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.2rem;
  line-height: 1.3;
}

.news_list li .ttl {
  font-size: 1.8rem;
  word-break: break-all;
  line-height: 1.6;
  font-weight: bold;
}

.news_list li .txt {
  margin-top: 10px;
  font-size: 1.4rem;
  word-break: break-all;
  line-height: 1.6;
}

.news_list li .txt a {
  color: #4ba9ea;
}

.news .btn {
  margin-top: 75px;
}

.news .btn a {
  width: 320px;
  height: 60px;
}

.news .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 55px;
}

.news .pager li:not(.prev) + li:not(.next)::before {
  content: "｜";
  padding: 0 3px;
}

.news .pager li.prev {
  margin-right: 15px;
}

.news .pager li.next {
  margin-left: 15px;
}

.news .pager li.current,
.news .pager li a {
  line-height: 1.3;
  font-size: 1.8rem;
}

.news .pager li.current,
.news .pager li.current a {
  color: #bbbbbb;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .news {
    padding-bottom: 75px;
  }
  .head_ttl_box {
    height: 290px;
    padding-top: 60px;
    background: #fafafa;
  }
  .news .news_ttl .ttl_box {
    height: 40px;
    padding-left: 10px;
    padding-right: 35px;
  }
  .news .news_ttl .ttl_box::before,
  .news .news_ttl .ttl_box::after {
    width: 20px;
  }
  .news .news_ttl .ttl_box::before {
    right: -20px;
  }
  .head_ttl_box .head_ttl {
    padding-top: 43px;
    margin-top: 10px;
    background-size: 35px;
    font-size: 2.6rem;
  }
  .news .news_ttl {
    top: -20px;
    margin-left: -4vw;
    font-size: 2.0rem;
  }
  .news_list {
    margin-top: 0;
  }
  .news_list li {
    padding: 25px 10px 20px;
  }
  .news_list li .date_box {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .news_list li .cate {
    font-size: 1.0rem;
  }
  .news_list li .ttl {
    font-size: 1.4rem;
  }
  .news_list li .txt {
    margin-top: 5px;
    font-size: 1.3rem;
  }
  .news .pager {
    margin-top: 40px;
  }
  .news .pager li.current,
  .news .pager li a {
    font-size: 1.6rem;
  }
  .news .btn {
    margin-top: 50px;
  }
  .news .btn a {
    width: 240px;
    height: 45px;
    font-size: 1.8rem;
  }
}
/*# sourceMappingURL=news.css.map */