<style>
/*全てに適用*/
/*ウィンドウ幅が767px以上の場合に適用*/
@media screen and (min-width: 767px) {
.footer{
background-color: #333;
color: #FFF;
padding-top: 50px;
font-weight: bold;
}
.footer_pc{
}
.footer_sp{
display: none;
}
.footer_logo{
float: right;
margin: 100px 20px 5px 0;
}
.copyright{
text-align: right;
margin-right: 20px;
font-weight: lighter;
}
.sp_br{
display: none;
}
}
/*ウィンドウ幅が最大767pxまでの場合に適用*/
@media screen and (max-width: 767px) {
.footer{
background-color: #333;
color: #FFF;
padding-top: 0;
font-weight: bold;
}
.footer_pc{
display: none;
}
.footer_sp{
margin: 0 50px 0 8%;
}
.footer_logo{
margin: 0 0 0 44%;
}
.copyright{
text-align: center;
margin-right: 20px;
font-weight: lighter;
}
.sp_br{
display: block;
}
}
</style>
<footer class="footer">
<ul class="footer_pc" style="float: left; margin: 0 50px 0 25%;">
<li><a href="/" style="color: #fff;">ホーム</a></li>
<li><a href="/products/list?category_id=40" style="color: #fff;">商品一覧</a></li>
{#<li><a href="/guide" style="color: #fff;">ご利用ガイド</a></li>#}
<li><a href="https://multipure.co.jp/" target="_blank" style="color: #fff;">ブランドサイト</a></li>
</ul>
<ul class="footer_pc" style="float: left; margin-right: 50px;">
<li><a href="/products/list?category_id=40" style="color: #fff;">カウンタートップ浄水器</a></li>
<li><a href="/products/list?category_id=41" style="color: #fff;">ビルトイン浄水器</a></li>
<li> <span style="font-weight: lighter;"><a href="/user_data/builtin_select01" style="color: #fff;">浄水器本体から選ぶ</a></span></li>
<li> <span style="font-weight: lighter;"><a href="/user_data/builtin_select02" style="color: #fff;">水栓から選ぶ</a></span></li>
<li> <span style="font-weight: lighter;"><a href="/user_data/builtin_select03" style="color: #fff;">すでに水栓をお持ちの場合</a></span></li>
<li><a href="/products/list?category_id=42" style="color: #fff;">レンタル浄水器</a></li>
{#<li> <span style="font-weight: lighter;"><a href="/contact_works" style="color: #fff;">取付工事のご相談・受付</a></span></li>#}
<li><a href="/products/list?category_id=43" style="color: #fff;">浴室シャワー</a></li>
<li><a href="/products/list?category_id=44" style="color: #fff;">交換カートリッジ</a></li>
<li><a href="/products/list?category_id=10" style="color: #fff;">部品</a></li>
<li><a href="/products/list?category_id=89" style="color: #fff;">工事費のお支払い</a></li>
</ul>
<ul class="footer_pc" style="float: left; margin-right: 50px;">
<li><a href="https://multipure.co.jp/tokusyo/" target="_blank" style="color: #fff;">特定商取引に関する表記</a></li>
<li><a href="https://multipure.co.jp/privacy" target="_blank" style="color: #fff;">プライバシーポリシー</a></li>
<li><a href="https://multipure.co.jp/company/" target="_blank" style="color: #fff;">会社概要</a></li>
</ul>
<br style="clear: both;">
<ul class="footer_sp" style="">
<li><a href="/" style="color: #fff;">ホーム</a></li>
<li><a href="/products/list" style="color: #fff;">商品一覧</a></li>
{#<li><a href="/guide" style="color: #fff;">ご利用ガイド</a></li>#}
<li><a href="https://multipure.co.jp/" target="_blank" style="color: #fff;">ブランドサイト</a></li>
<li><a href="/products/list?category_id=40" style="color: #fff;">カウンタートップ浄水器</a></li>
<li><a href="/products/list?category_id=41" style="color: #fff;">ビルトイン浄水器</a></li>
<li> <span style="font-weight: lighter;"><a href="/user_data/builtin_select01" style="color: #fff;">浄水器本体から選ぶ</a></span></li>
<li> <span style="font-weight: lighter;"><a href="/user_data/builtin_select02" style="color: #fff;">水栓から選ぶ</a></span></li>
<li> <span style="font-weight: lighter;"><a href="/user_data/builtin_select03" style="color: #fff;">すでに水栓をお持ちの場合</a></span></li>
<li><a href="/products/list?category_id=42" style="color: #fff;">レンタル浄水器</a></li>
{#<li> <span style="font-weight: lighter;"><a href="/contact_works" style="color: #fff;">取付工事のご相談・受付</a></span></li>#}
<li><a href="/products/list?category_id=43" style="color: #fff;">浴室シャワー</a></li>
<li><a href="/products/list?category_id=44" style="color: #fff;">交換カートリッジ</a></li>
<li><a href="/products/list?category_id=10" style="color: #fff;">部品</a></li>
<li><a href="/products/list?category_id=89" style="color: #fff;">工事費のお支払い</a></li>
<li><a href="https://multipure.co.jp/tokusyo/" target="_blank" style="color: #fff;">特定商取引に関する表記</a></li>
<li><a href="https://multipure.co.jp/privacy" target="_blank" style="color: #fff;">プライバシーポリシー</a></li>
<li><a href="https://multipure.co.jp/company/" target="_blank" style="color: #fff;">会社概要</a></li>
</ul>
<img src="/html/user_data/img/logo2.jpg" alt="" class="footer_logo">
<br style="clear: both;">
<p class="copyright">Copyright (C) 2010-2020 Multi-Pure Japan Corporation<br class="sp_br"> All right Reserved</p>
</footer>