@charset "utf-8";
/* CSS Document */

/* ===================================
PC・SP共通
=================================== */
a {
  text-decoration: none;
}
.spNav dd ul.linkList > li.wd100 {
  width: 100%;
}

/* ===================================
PC表示
=================================== */
@media screen and (min-width: 751px) {
  /* ヘッダーロゴ */
  #headerContents h1 a {
    background: url(../img/logo.png) no-repeat left center / contain;
    width: 231px;
    height: 60px;
  }
  .spNav dd.linkListWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .spNav dd.linkListWrap ul.linkList {
    width: 270px;
  }
  /* フッターロゴ */
  footer .logo a {
    background: url(../img/logo.png) no-repeat 0 0 / contain;
    width: 231px;
    height: 60px;
    margin: 20px 0 30px;
  }
  .txtArea .slogan {
    letter-spacing: 2px;
  }
  #fNav {
    width: 650px;
    padding-top: 25px;
  }
} /* @media screen and (min-width:751px) END */

/* ===================================
SP表示
=================================== */
@media screen and (max-width: 750px) {
  #Wrap #headerContents > .inner {
    padding: 0 0 0 5px;
  }
  #Wrap #headerContents {
    padding: 0;
  }
  /* ヘッダーロゴ */
  #headerContents h1 a {
    background: url(../img/logo.png) no-repeat left center / contain;
    width: 172px;
    height: 61px;
    text-indent: -9999px;
    display: block;
    float: left;
    margin: 0 0 0 10px;
  }

  /* フッターロゴ */
  footer .logo a {
    background: url(../img/logo.png) no-repeat 0 0 / contain;
    width: 270px;
    height: 55px;
    text-indent: -9999px;
    margin: 30px 0 20px;
    display: block;
  }

  /* 下層ニュースリリースページのNEWアイコンの位置調整 */
  .newsAreaInner .newIcon::after {
    top: 3px !important;
    left: 105px;
    right: unset;
  }
} /* @media screen and (max-width:750px) END */
