@charset "utf-8";
/* CSS Document */

/* ===================================
PC表示
=================================== */
/* ヘッダーロゴ */
#headerContents h1 a {
  text-indent: 0;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  display: block;
  float: left;
  margin: 5px 0 0 5px;
  width: 250px;
  height: auto;
  padding: 23px 0 20px 10px;
  box-sizing: border-box;
  background: none;
}

.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 {
  text-indent: 0;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  margin: 15px 0 35px;
  display: inline-block;
  width: auto;
  height: auto;
  background-size: 60px;
  background: none;
  padding: 26px 0 20px 0px;
  box-sizing: border-box;
}

.txtArea .slogan {
  letter-spacing: 2px;
}

#fNav {
  text-align: left;
}