﻿@charset "utf-8";
.div_h1{
  background: url(../img/common/h1_backimge.jpg) no-repeat center /140%;
}
#sec_post,
#sec_postlist .div_postlistwrap{
  max-width: 1080px;
  width: 95% !important;
}
#sec_postlist .div_postlistwrap{
  margin: auto;
}
#sec_post .div_postwrap h2,
#sec_post .div_postwrap .post_date,
#sec_postlist .dl_postlist dt,#sec_postlist .dl_postlist dd{
  font-family: "Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#sec_post .div_postwrap .post_date .cat_all,#sec_postlist .dl_postlist dt .cat_all{
  margin-left: 5px;
}
/***個別ページ**/
#sec_post #art_post{
  max-width: 100%;
  width: 100%;
  padding: 0 0 30px 10px ;
}
#sec_post .div_postwrap{
  background: #F8FAF1;
  padding: 15px;
  border-radius: 15px;
}
#sec_post .div_postwrap h2{
  font-size: 20rem;
  color: #8EB485;
  border-bottom: solid 1px #8EB485;
  padding: 0 10px 5px;
  margin-bottom: 15px;
}
#sec_post .div_postwrap  .post_date{
  font-size: 14rem;
  padding-left:10px;
}
#sec_post .div_postwrap #art_post{
  border-bottom: solid 1px #8EB485;
}
#sec_post .ul_postimg li img{
  width: 100%;
}
/***個別ページ**/
/***固定ページ、アーカイブ、カテゴリー**/
#sec_postlist .dl_postlist dt, #sec_postlist .dl_postlist dd {
  margin-bottom: 15px;
  padding:0 0 0px 10px;
}
#sec_postlist .dl_postlist dd{
  border-bottom: solid 1px #000;
  padding:0 0 15px 10px;
}
#sec_postlist .dl_postlist dd a{
  font-size: 20rem;
  color: #41724A;
}
#sec_postlist .dl_postlist dd .link04:before{
  top: 5px;
}

/***固定ページ、アーカイブ、カテゴリー**/
/***サイドメニュー**/
.div_sidebar {
  font-size: 14rem;
}
.div_sidebar .headline{
  background: #F8FAF1;
  padding: 10px;
}
.div_sidebar ul li:not(:last-of-type){
  border-bottom: solid 1px #8EB485;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.div_sidebar ul li:not(.cat-item) a {
  position: relative;
  padding-left: 20px;
  display: block;
}
.div_sidebar ul li:not(.cat-item) a:before{
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 15px;
  left: 5px;
  top: 5px;
  background: url(../img/common/ic_arrow01.svg) no-repeat left center / contain;
}
.widget_archive select {
  color: inherit;
}
/**サイドメニュー**/
/**個別ページページャー**/
#post_pagenavi .ul_postnavi {
  display: flex;
  width: 100%;
  margin: 30px auto;
}
#post_pagenavi .ul_postnavi li.prev-link{ 
  margin-right: auto;
  width: 120px;

}
#post_pagenavi .ul_postnavi li.next-link {
  margin-left: auto;
  width: 120px;
}
#post_pagenavi .ul_postnavi li a {
  background: rgba(255,255,255,.2);
  border-radius: 10px;
  padding: 3px;
  position: relative;
  width: 100%;
  display: block;
  font-weight: 600;
}
#post_pagenavi .ul_postnavi li.prev-link a{
  padding-left: 30px;
}
#post_pagenavi .ul_postnavi li.next-link a:after {
  content: "";
  display: block;
  background: url(../img/common/ic_arrow02.svg)no-repeat left top;
  width: 15px;
  height: 15px;
  top: 10px;
  right: 5px;
  position: absolute;
}
#post_pagenavi .ul_postnavi li.prev-link a:before {
  content: "";
  display: block;
  background: url(../img/common/ic_arrow02.svg)no-repeat left top;
  width: 15px;
  height: 15px;
  top: 10px;
  left: 5px;
  position: absolute;
  transform:rotateY(180deg); 
}
#post_pagenavi  .link01{
  max-width:280px;
  display: block;
  margin: auto;
  text-align: center;
}
/**個別ページページャー**/
/**固定ページページャー**/
#pager {
  display:flex;
  flex-wrap: wrap;
  margin:15px auto auto;
}
#pager > span,#pager > a{
  border: 1px solid #fff;
  background: rgba(255,255,255,.2); 

  padding:5px;
  margin-left: 3px;
  line-height: 1em;
}
#pager > a{
  background: rgba(255,255,255,.2); 
  text-decoration: none;

  transform: 0.5;
  font-weight:  bold;
}
#pager > .current,#pager > a:hover{
  background: rgba(255,255,255,.5); 

  text-decoration: none;
}
p#back_con{
  text-align: center;
  margin: 2em;
}
p#back_con a{
  background: rgba(255,255,255,.2); 
  border-radius: 5px;

  padding: 1em 3em;
  text-decoration: none;
}
p#back_con a:hover{
  background: rgba(255,255,255,.5); 
}
/**固定ページページャー**/
@media (max-width: 780px) {
  #sec_post .div_postwrap,#sec_postlist #art_postlist{
    width: 100% !important;
    margin: 0 auto 45px auto;
  }
  #sec_post .ul_postimg{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 15px;
  }
  /*
  #sec_post .ul_postimg li{ 
  width: 50%;
}
  */
}
@media (min-width: 781px) {
  #sec_post ,.div_postlistwrap{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  #sec_post .div_postwrap,#sec_postlist #art_postlist{
    width: calc(100% - 20% - 30px);
  }
  #sec_post .div_postwrap #art_post{
    display: flex;
    flex-wrap: wrap;
  }
  #sec_post .div_postwrap .div_link{
    width: 100%;
  }
  #sec_post .div_postcon{
    width: calc(70% - 15px);
  }
  #sec_post .ul_postimg{
    width: 30%;
    margin-left: 15px;
  }
  .div_sidebar{
    margin-left: 30px;
    width: 20%;
  }
}
