@charset "utf-8";
/* CSS Document */

/* ===================================
PC表示
=================================== */
@media screen and (min-width:751px){
/* ヘッダーロゴ */
#headerContents h1 a {
    text-indent: 0;
    font-size: 19px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    display: block;
    float: left;
    margin: 15px 0 0 5px;
    width: auto;
    background: url(../img/logo_01.svg) no-repeat 0 1px;
    background-size: 145px;
    padding: 16px 0 10px 162px;
    box-sizing: border-box;
}

.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: none;
  text-indent: 0;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  margin: 25px 0 40px;
  display: inline-block;
  width: auto;
  height: auto;
  background: url(../img/logo_01.svg) no-repeat 0 0;
  background-size: 170px;
  padding: 20px 0 20px 190px;
  box-sizing: border-box;
}

#fNav {
  width: 470px;
  text-align: left;
}

} /* @media screen and (min-width:751px) END */

/* ===================================
SP表示
=================================== */
@media screen and (max-width:750px){
#Wrap #headerContents > .inner {
  padding: 0 0 0 10px;
}
#Wrap #headerContents {
  padding: 0;
}
/* ヘッダーロゴ */
#headerContents h1 a {
  display: block;
  float: left;
  margin: 10px 0 0;
  background: none;
  text-indent: 0;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  width: auto;
  height: auto;
  background: url(../img/logo_01.svg) no-repeat 0 0;
  background-size: 120px;
  padding: 15px 0 17px 130px;
}

@media screen and (max-width:360px){
  #headerContents h1 a {
    background-size: 100px;
    padding: 14px 0 17px 106px;
    margin: 11px 0 0 0;
    font-size: 11px;
  }
}

/* フッターロゴ */
footer .logo a {
  display: block;
  background: none;
  text-indent: -9999px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  margin: 35px 0 25px;
  width: auto;
  height: auto;
  font-size: 18px;
  background: url(../img/logo.svg) no-repeat center 0;
  background-size: 220px;
  padding: 60px 0 0;
  text-align: center;
}

} /* @media screen and (max-width:750px) END */
