/* footer */
#footer {
    background-color: #f2f2f2;
    margin-bottom: 0px;
    padding-bottom: initial;
}
#footer img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
#footer .footer__inner {
    margin: 50px auto 0;
    padding: 32px 16px;
    max-width: 1040px;
}
#footer .footer__inner .footer__logo {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.6;
}
#footer .footer__inner .footer__logo img {
    font-family: Meiryo, Hiragino Kaku Gothic ProN, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    height: initial;
}
#footer .footer__inner .footerLink__list {
    margin-bottom: 32px;
    display: flex;
    height: initial;
}
#footer .footer__inner .footerLink__list li {
    margin-bottom: 16px;
    width: 25%;
}
#footer .footer__inner .footerLink__list li a {
    font-size: 14px;
}
.footer__bankCodecolumn {
    display: flex;
    flex-direction: column;
    line-height: 1.5;
}
#footer .footer__inner .footer__bankCode {
    font-size: 10px;
    color: #666;
    margin-bottom: 0;
}
#footer .footer__inner .footer__copyright {
    font-size: 10px;
    color: #666;
}
@media screen and (max-width: 767px) {
    #footer {
        padding-bottom: initial !important;
    }
    #footer .footer__inner {
        padding: 24px 16px;
    }
    #footer .footer__inner .footer__logo {
        margin-bottom: 27px;
    }
    #footer .footer__inner .footerLink__list__tamaru {
        margin-bottom: 28px;
    }
    #footer .footer__inner .footerLink__list__tamaru li {
        margin-bottom: 16px;
        width: 50%;
        min-height: 21px;
    }
    #footer .footer__inner .footerLink__list__tamaru a {
        font-size: 14px;
    }
    #footer .footer__inner .footerLink__list {
        margin-bottom: 28px;
        align-items: center;
    }
    #footer .footer__inner .footerLink__list li {
        margin-bottom: 16px;
        width: 50%;
        min-height: 21px;
        padding-right: initial;
    }
    #footer .footer__inner .footerLink__list li a {
        font-size: 14px;
    }
    #footer .footer__inner .footer__copyright {
        margin-left: 16px;
    }
}

.hambuger-menu .cta-section img.blank {
    display: none;
}

@media screen and (max-width: 767px) {
    .rankcontents .rankingtitle img {
        display: inline;
    }
}