@charset "UTF-8";
/*ページ送り*/
.pagination {
  margin: 0 auto 90px;
  font-size: 15px;
  display: table;
}

.page-numbers {
  width: 45px;
  height: 45px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

a.prev, a.next {
  color: white;
  background: #8edc8a;
  border: solid 1px #8edc8a;
  text-decoration: none;
  font-size: 18px;
}

.pagination .current {
  background: white;
  border: solid 1px white;
  text-decoration: none;
}

.pagination .current {
  background: #256920;
  border: solid 1px #256920;
  color: #fff;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's（ページ送り）
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 768px) {
  .pagination {
    margin-bottom: 60px;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
新着情報＆カテゴリー
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.post .news-box01 {
  width: calc( 100% - 10em);
  max-width: 1000px;
  margin: 70px auto 40px;
  display: table;
}

.post .news-box01 h2 {
  font-size: 22px;
  text-align: left;
  padding: 0;
  display: table-cell;
}

.post .news-box01 .year-links {
  display: table-cell;
  text-align: right;
}

.post .news-box01 .year-links #year_link p {
  background-color: #256920;
  color: white;
  display: inline-block;
  font-size: 15px;
  padding: 8px 25px;
  cursor: pointer;
}

.post .news-box01 .year-links #year_link p span {
  padding-left: 20px;
}

.post .news-box01 .year-links #year_link ul {
  display: none;
  padding: 10px;
  margin: 0;
}

.post .news-box01 .year-links #year_link ul li {
  display: block;
}

.post .news-box01 .year-links #year_link ul li a {
  display: inline-block;
  border-bottom: dotted 1px #000;
}

.news-box02 {
  width: calc( 100% - 10em);
  max-width: 1000px;
  margin: 0 auto 40px;
}

.news-box02 .topics_txt {
  border-top: dotted 1px black;
  display: table;
  width: 100%;
  padding: 20px 0px;
}

.news-box02 .topics_txt:last-child {
  border-bottom: dotted 1px black;
}

.news-box02 .topics_txt .day {
  display: table-cell;
  width: 15%;
}

.news-box02 .topics_txt .new_content {
  display: table-cell;
  width: 85%;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's（新着情報＆カテゴリー）
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 768px) {
  .post .news-box01 {
    width: 100%;
    margin: 0px;
    display: block;
    padding: 40px 25px 30px;
    box-sizing: border-box;
  }
  .post .news-box01 h2 {
    font-size: 22px;
    text-align: center;
    padding-bottom: 20px;
    display: block;
  }
  .post .news-box01 .year-links {
    display: block;
    text-align: center;
  }
  .post .news-box01 .year-links #year_link ul {
    display: none;
  }
  .post .news-box01 .year-links #year_link ul li {
    display: block;
  }
  .news-box02 {
    width: 100%;
    margin: 0px;
    padding: 0 25px 40px;
    box-sizing: border-box;
  }
  .news-box02 .topics_txt {
    border-top: dotted 1px black;
    display: block;
    width: 100%;
    padding: 10px 0px;
  }
  .news-box02 .topics_txt:last-child {
    border-bottom: dotted 1px black;
  }
  .news-box02 .topics_txt .day {
    display: block;
    width: 100%;
    padding-bottom: 5px;
  }
  .news-box02 .topics_txt .new_content {
    display: block;
    width: 100%;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
投稿ページ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.single-box {
  width: calc( 100% - 10em);
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 25px;
}

.single-box h3 {
  font-size: 28px;
  padding-bottom: 20px;
}

.single-box .single-day {
  text-align: right;
}

.navigation {
  width: calc( 100% - 10em);
  max-width: 1000px;
  margin: 0 auto 60px;
  display: table;
  font-size: 15px;
  background-color: #dddddd;
}

.navigation .nav-align {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}

.navigation .nav-align a {
  padding: 12px 9.375%;
  display: block;
}

.navigation .nav-align a span {
  background-color: #256920;
  color: white;
}

.navigation .nav-align a span.icon {
  color: white;
}

.navigation .nav-align a span.icon:first-child {
  padding-right: 12.5%;
}

.navigation .nav-align a span.icon:last-child {
  padding-left: 12.5%;
}

.navigation .alignleft {
  width: 20%;
  background-color: #dddddd;
}

.navigation .alignleft a {
  background-color: #256920;
}

.navigation .alignleft a:hover {
  background-color: #256920;
}

.navigation .aligncenter {
  text-align: center;
}

.navigation .alignright {
  background-color: #dddddd;
  width: 20%;
}

.navigation .alignright a {
  background-color: #256920;
  text-align: right;
}

.navigation .alignright a:hover {
  background-color: #256920;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's（投稿ページ）
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 768px) {
  .single-box {
    width: 100%;
    margin: 0;
    padding: 0 25px 15px;
    box-sizing: border-box;
  }
  .single-box h3 {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .single-box .single-day {
    font-size: 12px;
  }
  .navigation {
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
    padding: 0 25px 0px;
    font-size: 13px;
    box-sizing: border-box;
    background-color: white;
  }
  .navigation .nav-align {
    margin: 0;
  }
  .navigation .nav-align a {
    display: block;
    text-align: center;
    padding: 12px 0;
  }
  .navigation .nav-align a span.icon {
    color: white;
    font-size: 18px;
  }
  .navigation .nav-align a span.icon:first-child {
    padding-right: 0;
  }
  .navigation .nav-align a span.icon:last-child {
    padding-left: 0;
  }
  .navigation .alignleft {
    width: 45px;
  }
  .navigation .aligncenter {
    background-color: #dddddd;
  }
  .navigation .alignright {
    width: 45px;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#top_newsbox {
  display: table;
  background-color: #e9e9e9;
  position: relative;
  width: 100%;
}

#top_newsbox #news_title {
  display: table-cell;
  min-width: 200px;
  vertical-align: middle;
  padding-left: 20px;
  box-sizing: border-box;
}

#top_newsbox .news_txt_bg {
  display: table-cell;
  vertical-align: middle;
}

#top_newsbox .news_txt_bg .news_txt {
  height: 45px;
  overflow: hidden;
  font-size: 16px;
}

#top_newsbox .news_txt_bg .news_txt .n_txt a {
  font-size: 14px;
  line-height: 45px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

#top_newsbox .news_txt_bg .news_txt .n_txt a span {
  padding-left: 10px;
}

#top_newsbox .all_list_link {
  display: table-cell;
  min-width: 230px;
  padding: 0 30px 0 15px;
  box-sizing: border-box;
  vertical-align: middle;
  background-color: #256920;
  color: white;
}

#top_newsbox .all_list_link span:before {
  content: "\e90b";
  font-family: "icomoon";
  padding-right: 10px;
  font-size: 13px;
}

#top_newsbox .all_list_link span a {
  color: white;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 768px) {
  #top_newsbox #news_title {
    width: 24%;
    min-width: 80px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #256920;
    color: white;
  }
  #top_newsbox #news_title .sp_none {
    display: none;
  }
  #top_newsbox .news_txt_bg {
    box-sizing: border-box;
    padding-left: 10px;
  }
  #top_newsbox .news_txt_bg .news_txt {
    height: 40px;
  }
  #top_newsbox .news_txt_bg .news_txt .n_txt a {
    line-height: 40px;
  }
  #top_newsbox .all_list_link {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .slick-vertical .slick-slide {
    width: 200px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
