footer {
    background: #fabe00;
    font-size: 12px;
    padding: 40px 0 0;
    clear: both;
    font-family:'メイリオ', 'Meiryo', sans-serif;
    font-weight: bold;
}

footer p,footer li {
    color: #231815;
    font-size: 14px;
    line-height: 2;
}

footer .footer_inner {
    max-width: 964px;
    margin: 0 auto;
    overflow: hidden;
}

.footer_left {
    width: 470px;
    float: left;
}

.footer_right {
    width: 470px;
    float: right;
    margin-left: 16px;
}

footer .lead {
    font-weight: bold;
    font-size: 16px;
    float: left;
    margin-right: 16px;
}

.footer_left_box {
    overflow: hidden;
    margin-bottom: 20px;
}

.footer_left_box:last-child {
    margin-bottom: 0;
}

.footer_left_box ol {
    float: left;
}

footer .bold_txt {
    font-weight: bold;
    font-size: 16px;
    text-indent: -16px;
    line-height: 1.6;
    text-decoration: underline;
    margin-bottom: 16px;
}

footer .name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

footer .number {
    text-decoration: none;
    color: #d82417;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    display: inline-block;
    pointer-events: none;
}

footer .time {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

footer .caption li {
    font-size: 12px;
    line-height: 1.4;
    text-indent: -12px;
    margin-left: 12px;
    position: relative;
}

footer .caption li span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #231815;
    border-radius: 100px;
    margin-right: 4px;
}

.footer_logo_line{
    width: 100%;
    background: #ffffff;
    margin: 20px auto 0;
}

.footer_logo_line_inner{
    display: flex;
    justify-content: space-between;
    max-width: 964px;
    margin: 0 auto;
    padding: 30px 0;
}

.footer_logo_line_inner img{
    display: block;
    width: 100%;
}

.f_logo_left{
    width: 15%;
}

.f_logo_right{
    width: 80%;
    display: flex;
    align-items: center;
}

.f_logo{
    flex: 1;
}

.f_logo_right .f_logo{
    margin-right: 4%;
}

.f_logo_right .f_logo:last-child{
    margin-right: 0;
}

@media screen and (max-width:1024px) { 
    footer .number {
        pointer-events: initial;
    }    
}

@media screen and (max-width:640px) { 

    footer {
        font-size: 2vw;
        padding: 6vw 0 0;
    }

    footer p, footer li {
        font-size: 3vw;
    }

    footer .footer_inner {
        max-width: initial;
    }

    .footer_left {
        width: 90%;
        float: none;
        margin: 0 auto 5vw;
    }

    .footer_left_box {
        margin-bottom: 3vw;
    }

    footer .lead {
        font-size: 4vw;
        margin-right: 0;
        float: none;
    }

    .footer_left_box ol {
        float: none;
    }

    .footer_right {
        width: 90%;
        float: none;
        margin: 0 auto;
    }

    footer .bold_txt {
        font-size: 4vw;
        margin-bottom: 3vw;
        text-indent: -5vw;
        margin-left: 5vw;
    }

    footer .ast_sym {
        width: 5vw;
        text-indent: 0;
        display: inline-block;
    }

    footer .name {
        font-size: 4vw;
        margin-bottom: 1vw;
        line-height: 1.6;
    }

    footer .number {
        font-size: 4vw;
        margin-bottom: 1vw;
        pointer-events: initial;
    }

    footer .time {
        font-weight: bold;
        font-size: 4vw;
        margin-bottom: 2vw;
        line-height: 1.6;
    }

    footer .caption li {
        line-height: 1.6;
        font-size: 2.5vw;
        text-indent: -3.5vw;
        margin-left: 3.5vw;
    }

    footer .caption li span {
        display: inline-block;
        width: 2.5vw;
        height: 2.5vw;
        background: #231815;
        border-radius: 100px;
        margin-right: 1vw;
    }

    .footer_logo_line{
        margin: 6vw auto 0;
    }
    
    .footer_logo_line_inner{
        padding: 6vw 0;
        flex-direction: column;
        align-items: center;
    }
    
    .f_logo_left{
        width: 50%;
    }
    
    .f_logo_right{
        width: 50%;
        flex-direction: column;
        margin-top: 5vw;
    }
    
    .f_logo_right .f_logo{
        margin: 10% 0 0 0;
    }

}