@charset "UTF-8";
/* @content */
#news #page_header {
  background-image: url(../images/news/main@2x.jpg);
}
/* 一覧 */
#news {
  padding-bottom: 90px;
}
#news #section10 .wrapper {
  position: relative;
}
#news .news__list {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#news .news__list a + a{
  margin-top: 40px;
  display: block;
}
#news .news__list article {
  width: 30%;
  margin-top: 50px;
  position: relative;
}
#news .news__list .dummy {
  width: 30%;
}
#news .news__list .news__img {
  display: block;
  width: 100%;
}
#news .news__list .news__text {
  width: 100%;
}
#news .news__list .news__text_head {
  margin-top: 10px;
}
#news .thumb{
  background-position: center;
  background-size: cover;
  padding-top: 61%;
  width: 100%;
  border-radius: 10px;
}
#news .no-image {
  background-image: url(../images/news/no-image2.jpg);
}
#news .news__list .news__text time {
  font-family: Arial,sans-serif;
  font-style: italic;
  letter-spacing: 0.1em;
  color: #029343;
  background-color: #fff;
  border-left: 2px solid #029343;
  padding: 0 10px;
  position: absolute;
  left: -10px;
  top: 15px;
}
#news .news__list .news__text h2 {
  font-size: 16px;
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: calc(1.6em * 2);
}
#news .news__list .news__text p.news__text_content {
  color: #666666;
  margin-top: 16px;
  display: none;
}
#news .news__list .news__text .button02 {
  display: none;
}
#news .news__cat {
  width: 130px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  padding: 2px 0 1px;
  margin-right: 15px;
}
#news .news__cat.notice {
  background-color: #029343;
}
#news .news__cat.n_blog {
  background-color: #c1361b;
}
#news .news__cat.media {
  background-color: #378dd3;
}
/*最初の投稿のみ大きく*/
#news .f_page .news__list article:first-child {
  width: 100%;
  margin-bottom: 80px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#news .f_page .news__list article:first-child .news__text_head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 9px 0 9px 80px;
  background-image: url(../images/news/icon_new@2x.png);
  background-size: 70px;
  background-position: center left;
  background-repeat: no-repeat;
}
#news .f_page .news__list article:first-child .news__img {
  display: block;
  width: 46%;
}
#news .f_page .news__list article:first-child .news__text {
  width: 50%;
}
#news .f_page .news__list article:first-child .news__text time {
  color: #878787;
  background-color: transparent;
  border-left: none;
  padding: 0;
  position: static;
}
#news .f_page .news__list article:first-child h2 {
  font-size: 22px;
  color: #029343;
}
#news .f_page .news__list article:first-child .news__text_title {
  position: relative;
  display: block;
  margin-bottom: 5px;
}
#news .f_page .news__list article:first-child .news__text_title:after {
  display: block;
  width: 40px;
  border-bottom: 1px solid #029343;
  position: absolute;
  bottom: -10px;
  left: 0;
  content: "";
}
#news .f_page .news__list article:first-child p.news__text_content {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: calc(1.6em * 3);
}

#news .f_page .news__list article:first-child .news__text .button02 {
  display: block;
  width: 195px;
  margin-top: 20px;
}
#news .f_page article:first-child .news__cat {
  width: 100px;
}

#news .pagination {
  margin: 40px auto 0;
}
#news .pagination .inner span,
#news .pagination .inner a{
  font-size: 18px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #098c44;
  color: #098c44;
  margin: 0 10px;
  text-align: center;
}
#news .pagination .inner .current{
  background-color: #098c44;
  color: #ffffff;
}
#news .pagination .inner{
  display: flex;
  justify-content: center;
}
#news .pagination .inner .pn-prev,
#news .pagination .inner .pn-next{
  position: relative;
}
#news .pagination .inner .pn-next:after,
#news .pagination .inner .pn-prev:after {
  border-top: 1px solid #098c44;
  border-right: 1px solid #098c44;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  top: 14px;
  transition: all 0.2s;
  width: 10px;
}
#news .pagination .inner .pn-next:after{
  transform: rotate(45deg);
  right: 16px;
}
#news .pagination .inner .pn-prev:after{
  transform: rotate(225deg);
  left: 16px;
}

#news .archive_list {
  position: absolute;
  top:0;
  right: -350px;
  width: 290px;
}
#news .archive_list.fixed {
  position: fixed;
  top: 120px;
  right: calc((100% - 1000px)/2 - 350px);
}
#news .archive_list.fixed.fixed_end {
  position: absolute;
  top: auto;
  right: -350px;
  bottom: 0;
}
#news .side_con {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.12); 
}
#news .side_con + .side_con {
  margin-top: 40px;
}
#news .archive_list_title {
  border-radius: 20px 20px 0 0;
  background-color: #098c44;
  color: #fff;
  padding: 18px 25px;
}
#news .side_archive .archive_list_title {
  background-color: #db750f;
  font-size: 20px;
}
#news .archive_list_title span {
  padding:5px 0 5px 40px;
  background-position: center left;
  background-repeat: no-repeat;
}
#news .side_category .archive_list_title span {
  background-image: url(../images/news/icon_category@2x.png);
  background-size: 26px;
}
#news .side_archive .archive_list_title span {
  background-image: url(../images/news/icon_archive@2x.png);
  background-size: 29px;
}
#news .side_con ul {
  margin-top: 3px;
}
#news .side_con li {
  padding: 14px 25px;
}
#news .side_con li + li {
  border-top: 1px dashed #e2ca8d;
}
#news .side_con li a {
  color: #00592a;
}


/* 詳細 */
#news .news_detail .news__text_head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#news .news_detail .news__text_head time {
  color: #878787;
  padding: 0;
  font-family: Arial,sans-serif;
  font-style: italic;
  letter-spacing: 0.1em;
}
#news .news_detail .news__text h2 {
  font-size: 22px;
  color: #029343;
  border-bottom: 1px solid #029343;
  padding-bottom: 20px;
  margin: 15px 0 30px;
}
#news .news_detail .content_wrap h1 {
  font-size: 20px;
  border-left: 2px solid #029343;
  padding-left: 10px;
}
#news .news_detail .content_wrap h2 {
  font-size: 18px;
  background: linear-gradient(transparent 60%, rgba(234,223,10,0.57) 61%, rgba(234,223,10,0.57) 90%,transparent 91%);
  display: inline;
}
#news .news_detail .content_wrap a{
  color: #00592a;
  border-bottom: 1px solid #00592a;
}

#news .sin_btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 35px auto 0;
  font-size: 18px;
  max-width: 640px;
}
#news .sin_btns .sin_back {
  display: block;
  width: auto;
}
#news .sin_btns .sin_back .button02 {
  padding: 12px 45px 12px 20px;
}
#news .sin_btns .sin_back .button02:after {
  content: none;
}
#news .sin_btns .sin_nex,
#news .sin_btns .sin_pre {
  color: #098c44;
  text-align: center;
  position: relative;
}
#news .sin_btns .sin_nex span,
#news .sin_btns .sin_pre span {
  position: relative;
  padding: 15px 2px;
}
#news .sin_btns .sin_nex {
  padding: 15px 40px 15px 0;
}
#news .sin_btns .sin_pre {
  padding: 15px 0 15px 40px;
}

#news .sin_btns .sin_nex:after,
#news .sin_btns .sin_pre:after {
  background: url(../images/common/arrow@2x.png) no-repeat;
  background-size: auto;
  background-size: 35px;
  content: '';
  position: absolute;
  right: 30px;
  top: 24px;
  width: 35px;
  height: 10px;
  transition: 0.2s;
}
#news .sin_btns .sin_nex span:before,
#news .sin_btns .sin_pre span:before {
  border-top:1px solid #098c44;
  width: 100%;
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  transition: 0.2s;
}
#news .sin_btns .sin_nex span:after,
#news .sin_btns .sin_pre span:after {
  border-top:1px solid #098c44;
  width: 100%;
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  transition: 0.2s;
}
#news .sin_btns .sin_nex span:before,
#news .sin_btns .sin_pre span:after {
  transform: rotate(-7deg);
}
#news .sin_btns .sin_pre span:before,
#news .sin_btns .sin_nex span:after {
  transform: rotate(7deg);
}
#news .sin_btns .sin_nex:hover span:before,
#news .sin_btns .sin_pre:hover span:after {
  transform: rotate(-12deg);
}
#news .sin_btns .sin_pre:hover span:before,
#news .sin_btns .sin_nex:hover span:after {
  transform: rotate(12deg);
}
#news .sin_btns .sin_nex:hover span:before,
#news .sin_btns .sin_pre:hover span:before {
  top: -4px;
}
#news .sin_btns .sin_pre:hover span:after,
#news .sin_btns .sin_nex:hover span:after {
  bottom: -4px;
}
#news .sin_btns .sin_nex:after {
  right: 0px;
}
#news .sin_btns .sin_pre:after {
  left: 0px;
  transform: rotateY(180deg);
}
#news .sin_btns .sin_nex:hover:after {
  right: -10px;
}
#news .sin_btns .sin_pre:hover:after {
  left: -10px;
}
#news .sin_btns .sin_none {
  width: 30%;
}

/****************/
/*  max 1700px  */
/****************/
@media screen and (max-width: 1700px) {
  #news #section10 {
    padding-right: 300px;
  }
  #news .archive_list.fixed {
    position: fixed;
    top: 120px;
    right: calc((100% - 1000px)/2 - 175px);
  }
}
/****************/
/*  max 1400px  */
/****************/
@media screen and (max-width: 1400px) {
  #news #section10 {
    position: relative;
  }
  #news #section10 .wrapper {
    position: static;
  }
  #news .archive_list {
    right: 20px;
  }
  #news .archive_list.fixed {
    right: 20px;
  }
  #news .archive_list.fixed.fixed_end {
    right: 20px;
  }
}
/****************/
/*  max 1200px  */
/****************/
@media screen and (max-width: 1200px) {
  #news .archive_list {
    width: 200px;
  }
  #news #section10 {
    margin-top: 80px;
    padding-right: 210px;
  }
}
/****************/
/*  小PC表示　max 1024px  */
/****************/
@media screen and (max-width: 1024px) {
}
/****************/
/*  ipad表示　max 768px  */
/****************/
@media screen and (max-width: 768px) {
  #news {
    padding-bottom: 60px;
  }
  #news #section10 {
    padding-right: 0px;
  }
  #news .news__text time {
    font-size: 14px;
  }
  #news .archive_list {
    width: 100%;
    position: static !important;
    margin-top: 50px;
  }
}

@media screen and (max-width: 600px) {
  #news .sin_btns .sin_nex,
  #news .sin_btns .sin_pre {
    margin: 10px 0;
  }
  #news .sin_btns .sin_back {
    margin: 10px 0;
    width: 100%;
    order: 3;
  }
}
/****************/
/*  SP表示　max 480px  */
/****************/
@media screen and (max-width: 480px) {
  #news {
    padding-bottom: 30px;
  } 
  #news .news__list article {
    width: 48%;
    margin-top: 30px;
  }
  #news .news__cat {
    width: 100px;
  }
  #news .news__text time {
    left: -5px;
    top: 10px;
  }
  #news .f_page .news__list article:first-child {
    flex-direction: column;
    margin-bottom: 40px;
  }
  #news .f_page .news__list article:first-child .news__img {
    display: block;
    width: 100%;
  }
  #news .f_page .news__list article:first-child .news__text {
    width: 100%;
  }
  #news .f_page .news__list article:first-child .news__text .button02 {
    width: 100%;
  }
  #news .sin_btns .sin_back {
    text-align: center;
  }


  #news .pagination {
    margin: 20px auto 0;
  }
  #news .pagination .inner span,
  #news .pagination .inner a{
    font-size: 16px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    margin: 0 8px;
  }
  #news .pagination .inner .pn-next:after,
  #news .pagination .inner .pn-prev:after {
    top: 9px;
  }
  #news .pagination .inner .pn-next:after{
    right: 11px;
  }
  #news .pagination .inner .pn-prev:after{
    left: 11px;
  }
  #news .news__cat {
    padding: 0px 0 0px;
  }
  #news .news__list .news__text time {
    position: unset;
  }
  #news .news__list .news__text h2 {
    font-size: 14px;
    margin-top: 0px;
  }
  #news .f_page .news__list article:first-child h2 {
    font-size: 20px;
  }
  #news .f_page .news__list article:first-child .news__text_head {
    background-size: 60px;
  }
}