@charset 'UTF-8';

.l-footer
{
    clear: both;
    padding-bottom: 19px;
    text-align: center;
    background-color: #0d2435;
    position: relative;
}

.footer-related-links
{
    padding: 16px 0 16px 0;
    background-color: #ececec;
}

.related-links-title
{
    /*font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラ ギノ角ゴ Pro W3", Arial, Helvetica, "MS PGothic", "MS Pゴシック", sans-serif;*/
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 13px;
    text-align: center;
    color: #0f0f0f;
}


.footer-related-links-nav-item
{
display: inline-block;

  
}

.footer-related-links-nav-item  a
{
    font-size: 14px;

display:inline-block;

}

.footer-related-links-nav-item  a:hover{
    opacity: 0.7;
}

.footer-related-links-nav-item  img{
    vertical-align: bottom;
    width :306px;
    height: 64px;
}









.footer-nav-sns{
margin-bottom: 22px;
}

.footer-nav-item-sns{
    display: inline-block;
    text-align: center;
}

.footer-nav-item-sns a{
   display: block; 

}

.footer-nav-item-sns a:hover{
   opacity: 0.7;

}

.footer-nav-item-sns img{
    vertical-align: bottom;
    width: 64px;
    height: 64px;
}


.footer-nav-sns-item1{
    margin-right: 18px;
}

.footer-nav-sns-item2{
    
}

.footer-nav
{
    margin-bottom: 14px;
    padding-top: 42px;
    text-align: center;
}

.footer-nav ul{
    height: auto;
}

.footer-nav li:first-child:before
{
    content: '';
}

.footer-nav-item
{
    display: inline-block;
}

.footer-nav-item:before
{
    padding-right: 7px;

    content: '|';

    color: #fff;
}

.footer-nav-item a
{
    font-size: 13px;
    text-align: center;
    color: #fff;
    white-space: nowrap;
}

.footer-nav-item2:after,
.footer-nav-item3:after{
    content: " ";
    display: inline-block;

    background: url("../images/footer/icon-after.jpg");
    background-size: 8px 6px;
    width:0px;
    height: 0px;

}

.footer-copyright
{
    /*font-family: 'Libre Baskerville', serif;*/
    font-size: 10px;
    color: #fff;
}

@media screen and (max-width: 767px)
{
    .footer-related-links
    {
        padding: 20px 0 10px 0;
        height: auto;
    }

    .related-links-title
    {
        font-size: 12px;
        margin-bottom: 14px;
        letter-spacing: 1px;
    }

    .footer-related-links-nav-item
    {
        line-height: 44px;
        margin-bottom: 10px;
        display: block;
    }

    .footer-related-links-nav-item a
    {
        font-size: 14px;
    }

    .footer-related-links-nav-item  img{
width :92%;
height: auto;
max-width: 234px;
}

    .footer-related-links-nav
    {
        
    }




.footer-nav-sns-item1{
    margin-right: 24px;
}

.footer-nav-sns{
    padding: 26px 0 20px 0;
    margin-bottom: 0;
}

    .footer-nav-item-sns img{
    width: 64px;
    height: 64px;
}




    .footer-nav-item
    {
        margin-bottom: 8px;

        white-space: nowrap;
    }

    .footer-nav-item a
    {
        font-size: 10px;

        padding-right: 0px;
    }

/*    .footer-nav li:nth-child(3):before
    {
        display: none;
    }*/

    .footer-nav li:last-child a
    {
        padding-right: 0;
    }

    .footer-nav-item:before
    {
        font-size: 10px;

        padding-right: 8px;

        content: '|';

        color: #fff;
    }

    .footer-nav
    {
        margin-bottom: 4px;
        padding-top: 0;
    }
}