@charset "UTF-8";
#wrapper {
  position: relative;
  min-height: 100%;
}

.innerPage {
  height: 100%;
  padding-bottom: 224px;
  margin: 0;
}

#footer {
  position: absolute;
  bottom: 0;
}

.ttlWrap {
  padding: 0 40px;
}

.pageTtl {
  padding: 143px 0 50px;
  border-bottom: 1px solid #ebebeb;
}
.pageTtl p {
  /*text-indent: -9999px;*/
  background-image: url(../img/news/ttl_pc.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 167px;
  height: 43px;
  margin: 0 auto;
}

.newsList {
  text-align: center;
  margin: 0 auto 40px;
  position: relative;
}
.newsList #container {
  max-width: 1200px;
  margin: 0 auto;
}
.newsList li {
  width: 230px;
  display: inline-block;
  position: relative;
  text-align: left;
  margin: 0 25px 0;
  padding: 0 0 60px;
  height: 255px;
}
.newsList li a {
  text-decoration: none;
}
.newsList li img {
  width: 230px;
}
.newsList li .new {
  position: absolute;
  top: 10px;
  left: 10px;
}
.newsList li .new img {
  width: 44px;
}
.newsList li .date {
  color: #FFF;
  display: inline-block;
  background: #58bdda;
  padding: 7px 9px;
  letter-spacing: 1.5px;
  font-family: 'Montserrat';
  line-height: 1;
}
.newsList li .title {
  margin: 10px 0 0;
}
.newsList #newsSlider {
  padding: 0 60px;
  box-sizing: border-box;
}

.entry .date {
  color: #FFF;
  display: inline-block;
  background: #58bdda;
  padding: 7px 9px;
  letter-spacing: 1.5px;
  font-family: 'Montserrat';
  line-height: 1;
}
.entry .entryTtlArea {
  position: relative;
}
.entry .entryTtl {
  background: url(../img/cmn/line-dot_pc.gif) repeat-x left bottom;
  padding: 0 0 20px;
  font-size: 24px;
  line-height: 1.4;
  margin: 15px 0 40px;
  font-weight: normal;
}
.entry .sns {
  position: absolute;
  right: 0;
  width: 70px;
  bottom: 20px;
}
.entry .sns .tw {
  width: 30px;
  height: 30px;
  background-image: url(../img/news/btn_tw_pc.gif);
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin: 0 10px 0 0;
  float: left;
}
.entry .sns .tw:hover {
  background-image: url(../img/news/btn_tw_pc_hover.gif);
}
.entry .sns .fb {
  width: 30px;
  height: 30px;
  background-image: url(../img/news/btn_fb_pc.gif);
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin: 0;
  float: right;
}
.entry .sns .fb:hover {
  background-image: url(../img/news/btn_fb_pc_hover.gif);
}
.entry .entryBody {
  font-size: 14px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic;
  line-height: 1.85;
  margin: 0 0 60px;
}
.entry .entryBody p {
  margin: 0 0 30px;
}
.entry .entryBody a {
  text-decoration: underline;
}
.entry .entryBody a:hover {
  text-decoration: none;
}
.entry .entryBody .thumbNail {
  margin: 0 0 30px;
}
.entry .entryBody .thumbNail img {
    height: 100%;
}
.pager p, .pager ul {
  display: inline-block;
  vertical-align: bottom;
}
.pager p {
  margin: 0 3px;
}
.pager li {
  font-family: 'Montserrat';
  width: auto;
  height: auto;
  font-size: 14px;
  border: 2px solid #000;
  line-height: 1;
  display: inline-block;
  margin: 0 3px;
  padding: 0;
}
.pager li a {
  display: block;
  padding: 11px 14px;
}
.pager li a:hover,
.pager li a.current {
  background: #000;
  color: #FFF;
}
.pager a.prev, .pager a.next {
  font-size: 25px;
  border: 2px solid #000;
  padding: 3px 12px 8px;
  line-height: 1;
  display: inline-block;
}
.pager a.prev:hover, .pager a.next:hover {
  background: #000;
  color: #FFF;
}

@media screen and (max-width: 920px) {
  .pageTtl {
    padding: 120px 0 50px;
    border-bottom: 1px solid #ebebeb;
  }
}
@media screen and (max-width: 768px) {
  .ttlWrap {
    padding: 0 20px;
  }

  .pageTtl {
    padding: 102px 0 25px;
    border-bottom: 1px solid #ebebeb;
  }
  .pageTtl p {
    /*text-indent: -9999px;*/
    background-image: url(../img/news/ttl.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 84px 23px;
    width: 84px;
    height: 23px;
    margin: 0 auto;
  }

  .newsList li {
    padding: 0 0 30px;
  }

  .entry .date {
    color: #FFF;
    display: inline-block;
    background: #58bdda;
    padding: 7px 9px;
    letter-spacing: 1.5px;
    font-family: 'Montserrat';
    line-height: 1;
    font-size: 10px;
  }
  .entry .entryTtl {
    background: url(../img/cmn/line-dot_pc.gif) repeat-x left bottom;
    padding: 0 40px 20px 0;
    font-size: 24px;
    line-height: 1.4;
    margin: 6px 0 30px;
    font-weight: normal;
    font-size: 17px;
  }
  .entry .sns {
    position: absolute;
    right: 0;
    width: 30px;
    bottom: 20px;
  }
  .entry .sns .tw {
    width: 30px;
    height: 30px;
    background-image: url(../img/news/btn_tw.gif);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    text-indent: -9999px;
    margin: 0 0 10px;
    float: left;
  }
  .entry .sns .tw:hover {
    background-image: url(../img/news/btn_tw.gif);
  }
  .entry .sns .fb {
    width: 30px;
    height: 30px;
    background-image: url(../img/news/btn_fb.gif);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    text-indent: -9999px;
    margin: 0;
    float: right;
  }
  .entry .sns .fb:hover {
    background-image: url(../img/news/btn_fb.gif);
  }

  .pager p {
    margin: 0 1px;
  }
  .pager li {
    font-size: 11px;
    padding: 0;
    margin: 0 1px;
  }
  .pager li a {
    display: block;
    padding: 6px 8px 6px;
  }
  .pager li a:hover {
    background: none;
    color: #000;
  }
  .pager a.prev, .pager a.next {
    font-size: 20px;
    padding: 0px 7px 3px 6px;
  }
  .pager a.prev:hover, .pager a.next:hover {
    background: none;
    color: #000;
  }
}
@media screen and (max-width: 480px) {
  .pageTtl {
    padding: 60px 0 25px;
    border-bottom: 1px solid #ebebeb;
  }

  .entryBody img {
    width: 100%;
    height: auto;
  }
}
