@charset "utf-8";
/* CSS Document */


/* フッタ ------------------------------------*/
footer {
  clear: both;
  position: relative;
}

/* ツールバー ------------------------------------*/
footer #toolber {
  margin-bottom: 50px;
  padding-top: 10px;
}

/* メディアリスト（footer） ------------------------------------*/
.media_list_waku {
  display: inline-block;
}

footer #toolber #media_list {
  display: inline-block;
  margin: auto;
  margin-bottom: 30px;
  text-align: center;
}

footer #toolber #media_list li {
  display: inline-block;
  width: 180px;
  margin: 0 10px 10px;
}

/* メディア広告掲載ガイド（footer） ------------------------------------*/
.guide_list_bg {
  display: inline-block;
  background-color: #f9f9f9;
}

footer #toolber #guide_list {
  margin: auto;
  padding-top: 8px;
  text-align: center;
}

footer #toolber #guide_list li {
  display: inline-block;
  margin: 0 30px 5px 0; margin: 0 8px 5px;
  padding-top: 5px;
  padding-left: 13px;
  width: 285px;
  height: 50px;
  background-color: #f0f0f0;
  vertical-align: top;
}

footer #toolber #guide_list li a {
  display: block;
  width: 260px;
  height: 40px;
  background-color: #fff;
  border-radius: 3px;
  text-align: center;
}

footer #toolber #guide_list li img {
  width: 75%;
  margin-top: 3px;
}

@media screen and (max-width: 920px) {
  footer {
    padding: 20px 20px 30px;
  }
  footer #toolber #guide_list li {
    width: 265px;
  }
  footer #toolber #guide_list li a {
    width: 240px;
  }
}


/* フッタナビ ------------------------------------*/
footer nav {
  border-top: 1px solid #999;
}
  
footer ul.link_list {
  margin-bottom: 25px;
  padding: 25px 5px 0 10px;
}
  
footer ul.link_list li {
  font-size: 0.8125rem; /* 13px */
  line-height: 1.4;
}

/*footer ul.link_list li.non {
  margin-top: -2em;
}*/

footer #banner_link {
  float: left;
  margin-top: 30px;
  width: 300px;
}
  
footer #banner_link li {
  display: inline;
}
  
footer #banner_link li img {
  margin-bottom: 10px;
}
  
footer #banner_link li:nth-of-type(2) {
  margin-right: 7px;
}

/* コピーライト ------------------------------------*/
footer #author {
  clear: both;
  padding: 20px 0 30px;
  border-top: 1px solid #999;
  text-align: center;
}
  
footer #author p {
  margin-bottom: 10px;
  font-size: 0.9375rem; /* 15px */
}
  
footer #author p#copyright {
  font-size: 0.75rem; /* 12px */
}


@media screen and (max-width: 920px) {
/* フッタナビ ------------------------------------*/
  footer nav {
    display: none;
  }
  
  footer #banner_link {
    float: none;
    margin: 30px auto;
  }

  footer #banner_link li {
    text-align: center;
  }
}

@media screen and (max-width: 365px) {
  footer #banner_link {
    width: 270px;
  }
}


/* ページトップへ ------------------------------------*/
#page-top {
  width: 80px;
  height: auto;
  z-index: 10;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

