@charset "UTF-8";

/* ==========================================================================
   blog一覧
   ========================================================================== */
  section{
    margin: 0 auto 100px;
  }
  @media screen and (max-width: 599px) {
    section{
      margin: 0 auto 75px;
    }
  }

  #blog h2{
    margin-bottom: 40px;
  }

  #blog .catBlock{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 80px;
    color: #646464;
  }
  #blog .catBlock a{
    color: #646464;
  }
  #blog .catBlock li{
    display: inline-block;
    margin-right: 12px;
  }
  #blog .catBlock li:before{
    content: "#";
  }

  #blog .sp_cat .catBlock{
    width: 100%;
    text-align: left;
    line-height: 3;
  }

  #blog section.voice{
    margin-bottom: 0;
  }

  #blog .posts{
    margin: 0 auto 100px;
    position: relative;
    letter-spacing: -.4em; /* 文字間を詰めて隙間をなくす */
  }

  #blog .posts .post{
    width: 30%;
    display: inline-block;
    letter-spacing: normal; /* 文字間を元に戻す */
    vertical-align: top;
  }

  #blog .posts .post:nth-child(2){
    margin: 0 5%;
  }

  #blog .blog .posts .post:nth-child(5){
    margin: 0 5%;
  }

  #blog .posts .post:nth-child(8){
    margin: 0 5%;
  }

  #blog .blog .posts .post:nth-child(11){
    margin: 0 5%;
  }

  #blog .blog .posts .post:nth-child(-n+9){
    margin-bottom: 50px;
  }

  #blog .posts .post .img{
    margin-bottom: 24px;
    width: 294px;
    height: 294px;
  }

  #blog .posts .post .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
  }

  #blog .posts .post .title{
    line-height: 1.5;
    font-weight: bold;
    font-size: 1em;
  }

  #blog .blog_data{
    color: #646464;
    font-size: .85em;
  }

  #blog .blog_data span{
    display: inline-block;
    margin-right: 20px;
  }

  #blog .posts .post .content{
    font-size: .9em;
  }

  @media screen and (max-width: 599px) {
    #blog .posts{
    margin: 0 auto 75px;
  }
    #blog .posts .post{
      width: 100%;
      display: block;
      margin-bottom: 40px;
    }
    #blog .posts .post .content{
      font-size: 1em;
    }
    #blog .posts .post:nth-child(2){
      margin: 0;
      margin-bottom: 40px;
    }

    #blog .blog .posts .post:nth-child(5){
      margin: 0;
      margin-bottom: 40px;
    }

    #blog .blog .posts .post:nth-child(8){
      margin: 0;
      margin-bottom: 40px;
    }

    #blog .blog .posts .post:nth-child(11){
      margin: 0;
      margin-bottom: 40px;
    }

    #blog .blog .posts .post:nth-child(-n+3){
      margin-bottom: 40px;
    }
    #blog .blog .posts .post:nth-child(n+2){
        width: 48%;
        display: inline-block;
        margin-right: 4%;
    }
    #blog .blog .posts .post:nth-child(3),
    #blog .blog .posts .post:nth-child(5),
    #blog .blog .posts .post:nth-child(7),
    #blog .blog .posts .post:nth-child(9){
        margin-right: 0;
    }
    #blog .blog .posts .post:nth-child(8),
    #blog .blog .posts .post:nth-child(9){
        margin-bottom: 0;
    }



    #blog.paged .posts .post,
    #blog.category .posts .post{
        width: 48%;
        display: inline-block;
        margin-right: 4%;
    }

    #blog.paged .blog .posts .post:nth-child(-n+3),
    #blog.category .blog .posts .post:nth-child(-n+3){
      margin-right: 4%;
    }
    #blog.paged .blog .posts .post:nth-child(even),
    #blog.category .blog .posts .post:nth-child(even){
      margin-right: 0;
    }

    #blog.paged .blog .posts .post:nth-child(3),
    #blog.paged .blog .posts .post:nth-child(5),
    #blog.paged .blog .posts .post:nth-child(7),
    #blog.paged .blog .posts .post:nth-child(9),
    #blog.category .blog .posts .post:nth-child(3),
    #blog.category .blog .posts .post:nth-child(5),
    #blog.category .blog .posts .post:nth-child(7),
    #blog.category .blog .posts .post:nth-child(9){
        margin-right: 4%;
    }
    #blog.paged .blog .posts .post:nth-child(8),
    #blog.category .blog .posts .post:nth-child(8){
        margin-bottom: 40px;
    }
    #blog.paged .blog .posts .post:nth-child(10),
    #blog.category .blog .posts .post:nth-child(10){
        margin-bottom: 0;
    }
    #blog.paged .blog .posts .post:nth-child(n+10),
    #blog.category .blog .posts .post:nth-child(n+10){
      display: inline-block;
    }
  }

  #blog a.btn_more{
    display: block;
    margin-top: 20px;
    color: #808080;
    line-height: 1;
  }

  #blog a.btn_more:after {
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 8px;/*画像の幅*/
    height: 13px;/*画像の高さ*/
    margin-left: 12px;
    background-image: url(img/icon-arrow.png);
    background-size: contain;
    vertical-align: top;
    background-repeat: no-repeat;
  }

  #blog a.btn.type2{
    background: #323232;
    padding: 26px 0;
  }

  #blog a.btn.type2:after {
    top: 30px;
  }
  @media screen and (max-width: 959px) {
  #blog .posts .post .img{
    width: 100%;
    height: 100%;
  }
  }
  @media screen and (max-width: 599px) {
  #blog a.btn.type2:after {
    top: 34px;
  }
  #blog a.btn.type2 img{
    height: 11px;
  }
  }

  .pager{
    width: 100%;
    margin-bottom: 100px;
    letter-spacing: -.4em; /* 文字間を詰めて隙間をなくす */
  }

  .pager div{
    width : -webkit-calc(50% - 1px) ;
    width : calc(50% - 1px) ;
    display: inline-block;
    letter-spacing: normal; /* 文字間を元に戻す */
    text-align: center;
    vertical-align: middle;
  }
  .pager div a{
    padding: 75px 0;
    display: block;
    width: 100%;
    margin: 0 auto;
    background: #e5e5e5;
    letter-spacing: normal; /* 文字間を元に戻す */
    text-align: center;
    vertical-align: middle;
  }

  .pager div.prev{
    border-right: 1px solid #fff;
  }

  .pager div a.disable{
    pointer-events: none;
    background: rgba(229,229,229,.5);
  }
  .pager div.next{
    border-left: 1px solid #fff;
  }
  @media screen and (max-width: 599px) {
    .pager{
      margin-bottom: 75px;
    }
    .pager div a{
      padding: 56px 0;
    }
    .pager div img{
      width: 70px;
    }
  }

/* btn_area
   ========================================================================== */
  .btn_area{
    letter-spacing: -.4em;
  }

  .btn_area .btn_area01,
  .btn_area .btn_area02{
    display: inline-block;
    letter-spacing: normal;
    width: 48%;
  }
  .btn_area .btn_area01{
    margin-right: 4%;
  }
  .btn_area .inner{
    background: #efefef;
    letter-spacing: -.4em;
  }

  .btn_area .inner div{
    display: inline-block;
    letter-spacing: normal;
    width: 47%;
    vertical-align: top;
    font-size: .95em;
  }

  .btn_area .inner div.img{
    width: 210px;
  }
  .btn_area .inner div.txt{
    margin-top: 30px;
  }
  .btn_area .inner div.txt a.btn{
    width: 100%;
    margin-top: 18px;
  }

  #blog .btn_area .inner div.txt a.btn.type2{
    padding: 18px 0;
  }
  #blog .btn_area .inner div.txt a.btn:after{
    width: 22px;
    height: 7px;
    right: 32px;
  }
  #blog .btn_area .inner div.txt a.btn.type2:after{
    top: 20px;
  }

  @media screen and (max-width: 959px) {
    .btn_area .btn_area01,
    .btn_area .btn_area02{
      display: block;
      width: 100%;
    }
    .btn_area .btn_area01{
      margin-bottom: 64px;
    }
    .btn_area .inner div.txt{
      width: 60%;
    }
    .btn_area .inner div.img{
      width: 36%;
    }
  }

  @media screen and (max-width: 599px) {
    .btn_area .inner div.txt{
      width: 45%;
      line-height: 1.6;
      margin-top: 24px;
    }
    .btn_area .inner div.img{
      width: 48%;
    }
    .btn_area .inner div.img img{
      width: 100%;
    }
    .btn_area .btn_area01{
      margin-bottom: 80px;
    }
    .btn_area .inner{
      position: relative;
    }
    #blog .btn_area .inner div.txt a.btn.type2{
      width: 46%;
      position: absolute;
      bottom: -25px;
    }
    #blog .btn_area .inner div.txt a.btn:after{
      right: 8%;
    }
  }

/* access
   ========================================================================== */

  section.access{
    width: 100%;
    max-width: 960px;
    border-top: 1px solid #a0a0a0;
    padding-top: 15px;
  }
  .access_wrap .fr{
    width: 45%;
  }

  @media screen and (max-width: 959px){

    .access_wrap .fr{
      width: 100%;
    }
  }



/* ==========================================================================
   blog詳細
   ========================================================================== */
section.blog.detail {
  margin-bottom: 0;
}
.blog.detail{
  position: relative;
  width: 100%;
  letter-spacing: -.4em; /* 文字間を詰めて隙間をなくす */
}
.post-categories li:before{
  content: "#";
}
#blog .blog.detail h2{
    margin-bottom: 15px;
}

.blog.detail .info{
    letter-spacing: normal;
    text-align: center;
    color: #646464;
    padding-bottom: 40px;
    border-bottom: 1px solid #000;
}
.blog.detail .info span{
  display: inline-block;
}
.blog.detail .info span a{
  color: #646464;
}
.blog.detail .info .post-categories li{
  display: inline-block;
}
.blog.detail .info .post-categories li:nth-child(2){
  margin-left: 5px;
}
@media screen and (max-width: 959px){
section.blog.detail {
  margin: 0 auto 75px;
}
  #blog .blog.detail h2{
    width: 92%;
    margin: 0 auto;
    text-align: left;
  }
  .blog.detail .info{
    width: 92%;
    margin: 0 auto;
    text-align: left;
    border-bottom: none;
  }
}

.blog_area{
  position: relative;
}
.contents{
    letter-spacing: normal;
    width: 50%;
    overflow: hidden;
    margin-left: 10%;
    margin-top: 100px;
    font-size: 1em;
  }

@media screen and (max-width: 959px){
  .contents{
    display: block;
    width: 92%;
    margin: 0 auto;
    margin-top: 0;
    font-size: 1em;
  }
}
.contents img{
  width: 100%;
  height: auto;
}

#blog .blog.detail .posts .post{
  width: 100%;
  display: block;
}
#blog .blog.detail .posts .post h1{
  text-align: left;
  font-size: 2.0em;
  font-weight: 900;
  letter-spacing: .1em;
  margin: 0;
  margin-bottom: 15px;
}

#blog .blog.detail .posts .post h2,
#blog .blog.detail .posts .post h3{
  text-align: left;
}

#blog .blog.detail .posts .post p{
  margin-bottom: 30px;
}
span.msg,
span.choose {
  color: #555;
  padding: 5px 0 10px;
  display: inherit;
}

@media screen and (max-width: 599px){
  #blog .blog.detail .posts,
  #blog .blog.detail .posts .post:nth-child(-n+3){
    margin-bottom: 0;
  }
}
.single-post .info .cat a:before{
  content: "#";
}

/* sidemenu
   ========================================================================== */

#blog .side{
  letter-spacing: normal;
  width: 260px;
  background: #fafafa;
  height: 100%;
  padding: 100px 40px 0;
}
.side_inner.cat li:before{
  content: "#";
}
.side_inner .cat:before{
  content: "#";
}

@media screen and (max-width: 959px){
  #blog .side{
    display: block;
    width: 92%;
    margin: 0 auto;
    background: none;
    height: auto;
    padding: 0;
  }
}
#blog .side_inner{
  margin-bottom: 100px;
}
@media screen and (max-width: 599px){
  #blog .side_inner{
    margin-bottom: 80px;
  }
  #blog .side_inner ul{
    line-height: 3;
  }
}

#blog .side_inner:last-child{
  margin-bottom: 0;
}
@media screen and (max-width: 959px){
  #blog .side_inner a.btn{
    width: 100%;
  }
  #blog .side_inner:last-child{
    margin-bottom: 100px;
  }
}
#blog .blog.detail .side .info{
  border-bottom: none;
}
#blog .blog.detail .side h3{
  text-align: left;
  margin-bottom: 50px;
}
#blog .blog.detail .side a.btn{
  width: 100%;
}
#blog .blog.detail .side a.btn:after{
  width: 22px;
  height: 7px;
  right: 32px;
}

@media screen and (min-width: 960px){
  #blog .blog.detail .side .img {
    display: inline-block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin-bottom: 0;
  }

  #blog .blog.detail .side .txt {
    display: inline-block;
    margin-left: 16px;
    width: 160px;
    vertical-align: top;
  }
  #blog .blog.detail .side .txt .title {
    font-weight: normal;
  }
  #blog .blog.detail .side .txt .info{
    font-size: .9em;
    vertical-align: top;
    text-align: left;
  }

  #blog .blog.detail .posts .post:nth-child(2){
    margin: 0;
  }

  #blog .blog.detail .posts .post:nth-child(5){
    margin: 0;
  }
  #blog .blog.detail .posts .post:nth-child(-n+9){
    margin-bottom: 30px;
  }
  #blog .blog.detail .posts .post:last-child{
    margin-bottom: 0px;
  }
  #blog .side .posts{
    margin-bottom: 50px;
  }

}
@media screen and (max-width: 959px){
  #blog .side .posts .post{
    width: 48%;
    display: inline-block;
    margin-right: 4%;
  }
  #blog .side .posts .post:nth-child(2n){
    margin-right: 0;
  }
  #blog .side .posts{
    margin-bottom: 40px;
  }
  #blog .side .posts .post:nth-child(2){
    margin: 0;
  }
}
/* dropdown style
   ========================================================================== */

.dropdown {
  width: 259px;
  display: block;
  background-color: #323232;
  transition: all .5s ease;
  position: relative;
  font-size: 14px;
  color: #fff;
  height: 100%;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 959px){
  .dropdown {
    width: 100%;
  }
}
.dropdown .select {
    cursor: pointer;
    display: block;
    padding: 20px;
    position: relative;
}
.dropdown .select .year{
  display: block;
  text-align: center;
}
.dropdown .select > i {
    cursor: pointer;
    transition: all .3s ease-in-out;
    position: absolute;
    top: 20px;
    right: 20px;
}

.dropdown:active {
    background-color: #323232;
}
.dropdown.active:hover,
.dropdown.active {
    background-color: #323232;
}
.dropdown.active .select > i {
    transform: rotate(-180deg)
}
.dropdown .dropdown-menu {
    position: absolute;
    background-color: #323232;
    width: 100%;
    left: 0;
    margin-top: 1px;
    overflow: hidden;
    display: none;
    overflow-y: auto;
    z-index: 9
}
.dropdown .dropdown-menu li {
    padding: 15px 30px;
    transition: all .2s ease-in-out;
    cursor: pointer
}
.dropdown .dropdown-menu li a{
  display: block;
  color: #fff;
}
.dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}
.dropdown .dropdown-menu li:hover {
    background-color: #555555;
}
.dropdown .dropdown-menu li:active {
    background-color: #555555;
}
