@charset "UTF-8";
/* news&blog */

#news .top-news-contents li article .date {
  color: #32AD84;
}

#news .top-news-contents li article h3 {
  color: #4B4739;
}

  #news #news-list {
    margin-bottom: 80px;
  }
  
  #news #pager {
    text-align: center;
  }
  
  #news #pager .pager-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
  }
  
  #news #pager .pager-inner span {
    margin: 60px 4px 0;
    line-height: 1;
    padding: 8px 12px 10px;
    background-color: #32AD84;
    border: 1px solid #32AD84;
    color: #fff;
  }
  
  #news #pager .pager-inner a {
    margin: 60px 4px 0;
    display: inline-block;
    padding: 8px 12px 10px;
    background-color: #fff;
    color: #32AD84;
    line-height: 1;
    border: 1px solid #32AD84;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  
  #news #pager .pager-inner a:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #32AD84;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition: 0.2s all ease-out;
    transition: 0.2s all ease-out;
  }
  
  #news #pager .pager-inner a:hover {
    color: #fff;
  }
  
  #news #pager .pager-inner a:hover:after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  
  #news .btn-top {
    margin-top: 60px;
  }
  
  #news #detail {
    margin-bottom: 80px;
    margin-top: -40px;
  }
  
  #news #detail .wrapper-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  
  #news #detail #main {
    width: calc(100% - 250px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 60px;
  }
  
  #news #detail #main a {
    text-decoration: underline;
    color: #32AD84;
  }
  
  #news #detail #main a:hover {
    text-decoration: none;
  }
  
  #news #detail #main .ttl-area {
    padding-bottom: 10px;
    border-bottom: 6px solid #32AD84;
    margin-bottom: 40px;
  }
  
  #news #detail #main .ttl-area h3 {
    font-size: 28px;
    line-height: 1.6;
    font-family: "fot-tsukuardgothic-std", sans-serif;
  }
  
  #news #detail #main .ttl-area h3 span {
    display: block;
    margin-bottom: 5px;
  }
  
  #news #detail #main .ttl-area h3 span small {
    font-size: 14px;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    color: #9F9F9F;
  }
  
  #news #detail #main .ttl-area + figure {
    margin-top: 0px;
  }
  
  #news #detail #main figure {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  #news #detail aside {
    width: 250px;
  }
  
  #news #detail aside .ttl03 {
    margin-bottom: 20px;
  }
  
  #news #detail aside ul {
    margin-bottom: 20px;
  }
  
  #news #detail aside ul li {
    padding: 10px 10px;
    border-bottom: 1px solid #ccc;
    line-height: 1.4;
  }
  
  #news #detail aside ul li a {
    display: block;
    color: #333;
  }
  
  #news #detail aside ul li small {
    font-size: 80%;
    display: inline-block;
    line-height: 1;
    color: #9F9F9F;
  }
  
  #news #detail aside ul li:first-child {
    padding-top: 0px;
  }
  
  #news #detail aside ul li:hover {
    opacity: 0.7;
  }
  
  #news #detail aside .mt {
    margin-top: 10px;
  }
  
  #news #detail aside .mb {
    margin-bottom: 40px;
  }
  
  #news .btn01 {
    margin-top: 20px;
  }
  
  
  @media screen and (max-width: 768px) {
    #news #news-list {
      margin-bottom: 60px;
    }
    #news .top-news-contents li article .date {
      font-size: 12px;
    }
    #news #pager {
      text-align: center;
      margin-top: 20px;
    }
    #news #pager .pager-inner {
      font-size: 12px;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    #news #pager .pager-inner span {
      margin: 5px 3px 0;
      padding: 7px;
    }
    #news #pager .pager-inner a {
      margin: 5px 3px 0;
      padding: 7px;
      white-space: nowrap;
    }
    #news #pager .pager-inner a:after {
      display: none;
    }
    #news #pager .pager-inner a:hover {
      color: #9F9F9F;
    }
    #news .btn-top {
      margin-top: 40px;
      margin-bottom: -20px;
    }
    #news #detail .wrapper-md {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    #news #detail {
      margin-top: -30px;
      margin-bottom: 40px;
    }
    #news #detail .inner {
      display: block;
    }
    #news #detail #main {
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 0px;
      margin-bottom: 20px;
    }
    #news #detail #main .ttl-area {
      padding-bottom: 10px;
      margin-bottom: 20px;
    }
    #news #detail #main .ttl-area h3 {
      font-size: 20px;
    }
    #news #detail #main .ttl-area h3 span {
      display: block;
    }
    #news #detail #main .ttl-area h3 span small {
      font-size: 10px;
    }
    #news #detail aside {
      width: 100%;
    }
    #news #detail aside h3.ttl {
      font-size: 20px;
      margin-bottom: 10px;
    }
    #news #detail aside h3.ttl span {
      padding: 0 10px 10px;
    }
    #news #detail aside ul li {
      padding: 10px 10px;
    }
    #news #detail aside .mb {
      margin-bottom: 20px;
    }
    #news .btn01 {
      margin-top: 10px !important;
    }
    #news #pager {
      text-align: center;
      margin-top: 20px;
    }
    #news #pager .pager-inner {
      font-size: 12px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
    #news #pager .pager-inner span {
      margin: 5px 3px 0;
      padding: 8px 10px;
    }
    #news #pager .pager-inner a {
      margin: 5px 3px 0;
      padding: 7px 10px;
      white-space: nowrap;
    }
    #news #pager .pager-inner a.next, #news #pager .pager-inner a.prev {
      padding: 7px 12px;
      position: relative;
    }

    #news #pager .pager-inner a.prev:before {
      -webkit-transform: translate(-50%, -50%) scale(-1, 1);
              transform: translate(-50%, -50%) scale(-1, 1);
    }
}