footer a:link,
footer a:visited,
footer a:active,
footer a:hover {
  color: #3b8bba;
  text-decoration: none;
}
 {
  color: #3b8bba;
  text-decoration: none;
}
.melon-l_footer {
  text-align: center;
  position: relative;
}
.melon-l_footer small {
  display: inline-block;
  margin: 0.5em 0;
  color: #999;
}

.melon-l_footerTop {
  background-color: #faf9de;
  padding: 1em 0;
}
.melon-l_footerBottom {
  background-color: #4c3d2d;
  color: #fff;
  padding: 1em 0;
}
.melon-menu-separate li {
  display: inline-block;
}
.melon-menu-separate li + li:before {
  content: '';
  margin: 0 5px 0 1px;
  border-left: 1px solid #ccc;
  font-size: 4px;
  vertical-align: 2px;
}
/* ===========================
運営会社情報
=========================== */
#companyInfo {
  text-align: left;
  border-top: 1px solid #ddd;
  padding: 10px 2.5% 0;
  margin-top: 10px;
}
#companyInfo ul li {
  display: flex;
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: 1px dotted #ddd;
  justify-content: space-between;
}
#companyInfo ul li:first-of-type {
  border-top: none;
}
#companyInfo ul li p {
  width: 81%;
}
#companyInfo ul li img {
  width: auto;
  height: 45px;
  margin-right: 8px;
}
/* ===========================
ページトップへ戻るボタン
=========================== */
.topBtn {
  position: fixed;
  bottom: 90px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff800080;
  color: #fff;
  text-decoration: none;
  width: 4em;
  height: 4em;
  border-radius: 4em;
  box-sizing: border-box;
  z-index: 9999;
}
.topBtn:before {
  content: '\f106';
  color: #fff;
  font-family: 'FontAwesome';
  font-size: 2.2em;
  line-height: 1;
  position: relative;
  top: -2px;
}
.topBtn:hover {
  opacity: 0.6;
}

@media screen and (min-width: 560px) {
  #companyInfo {
    padding: 0;
    width: 940px;
    margin: auto;
  }
  #companyInfo h2 {
    margin: 20px 0 0;
    font-size: 18px;
  }
  #companyInfo ul {
    display: flex;
    align-items: stretch;
    font-size: 0.66667rem;
  }
  #companyInfo ul li {
    border-top: none;
    border-right: 1px dotted #ddd;
    padding: 5px 10px;
    width: 100%;
    text-align: left;
  }
  #companyInfo ul li p {
    text-align: left;
  }
  #companyInfo ul li:last-of-type {
    border-right: none;
  }
}
