/* Scss Document */
/* Scss Document */
@media (min-width: 960px) {
  #head .inner .logo {
    width: 200px;
    height: 100px;
  }
  #head .inner .logo .icon {
    background-image: url("../images/common/logo_pc_color.png");
  }
}

#contents {
  padding-top: 120px;
}

@media (min-width: 768px) {
  #contents {
    padding-top: 80px;
  }
}

.newsTableWrap {
  position: relative;
  max-width: 1400px;
  margin: 0 auto 6rem;
}

.newsTableWrap .newsTable {
  max-width: 800px;
  margin: 0 auto 6rem;
  position: relative;
  z-index: 2;
}

.newsTableWrap .newsIllust {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.newsTableWrap .newsIllust img {
  width: 100%;
  display: block;
}

.newsTableWrap .newsIllustTop {
  width: 160px;
  top: 4rem;
  right: -2rem;
}

.newsTableWrap .newsIllustBottom {
  width: 100px;
  left: 0;
  bottom: -3rem;
}

.newsTableWrap .btns {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  grid-gap: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  position: relative;
  z-index: 2;
}

.newsTableWrap .btns .btn {
  background-color: #999999;
  width: 40px;
  height: 40px;
}

.newsTableWrap .btns .btn.current {
  background-color: #8f1d22;
}

.newsTableWrap .btns .btn .a {
  color: #FFF;
  text-decoration: none;
}

@media (min-width: 768px) {
  .newsTableWrap .newsIllustTop {
    width: 220px;
  }
  .newsTableWrap .newsIllustBottom {
    width: 120px;
  }
}

@media (min-width: 960px) {
  .newsTableWrap .newsIllustTop {
    width: 250px;
    top: 2rem;
  }
  .newsTableWrap .newsIllustBottom {
    width: 150px;
  }
}

.newsSingle {
  max-width: 800px;
  margin: 0 auto 6rem;
}

.newsSingle .day {
  margin-bottom: 1rem;
}

.newsSingle .thumbnail {
  margin-bottom: 2rem;
}

.newsSingle .textBox .title {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  line-height: 1.75;
}

.newsSingle .textBox .text {
  font-weight: normal;
}

.newsSingle .textBox .text *:not(:first-child) {
  margin-top: 1rem;
}

@media (min-width: 960px) {
  .newsSingle {
    margin-bottom: 8rem;
  }
}

.postLinks {
  margin-bottom: 6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.postLinks .btn {
  background: #999999;
  padding: .7rem 1rem;
  -webkit-transition: .2s;
  transition: .2s;
}

.postLinks .btn:hover {
  background: #8f1d22;
}

.postLinks .a {
  line-height: 1;
  color: #FFF;
  text-decoration: none;
}

@media (min-width: 960px) {
  .postLinks {
    margin-bottom: 8rem;
  }
}
/*# sourceMappingURL=news.css.map */