@charset "UTF-8";
/*footer*/
.copyright {
    background: #0E945E;
    margin-top: 32px;
    font-size: 16px;
    line-height: 20px;
}

footer {
    line-height: 24px !important;
    border-top: 1px solid #0E945E;
    padding-top: 30px;
}

footer .logo img {
    margin-left: 0;
    width: 16%;

}

.pTop {
    text-align: right;
    padding-top: 0;
    padding-right: 0px;
}

.pTop a {
    display: inline-block;
    padding: 4px 16px 4px 32px;
    position: relative;
    color: #333333;
    font-size: 14px;
    line-height: 21px;
}

.pTop a::after {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    content: '';
    width: 4px;
    height: 4px;
    margin-top: -1px;
    border-top: 2px solid #333333;
    border-left: 2px solid #333333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pTop a {
    background: none;
}

footer dl.fInfo-center {
    border-left: 1px solid #CCC;
    padding: 8px 0 8px 32px;
    position: absolute;
    right: 400px;
    top: -15px;
    width: 290px;
}

.tell {
    font-size: 24px;
    padding: 0;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin: 5px 0;
}
.tell img{
    vertical-align: middle;
    width: 60px;
}
footer dl.fInfo {
    font-size: 16px;
    padding: 8px 0 38px 32px;
    top: -15px;
    width: 256px;
}

.contact {
    background: #EB8100;
    max-width: 256px;
}

.contact:hover {
    background: #F29C33;
}
footer ul.fNavi li {
    font-size: 16px;
    padding: 12px 16px 0 0;
}

@media (max-width: 960px) {
    .pTop {
        text-align: right;
        padding-right: 10px;
    }

    .pTop a {
        display: inline-block;
        padding: 4px 16px;
        position: relative;
        color: #333333;
        font-size: 16px;
        line-height: 24px;
    }

    .pTop a::after {
        position: absolute;
        top: 0%;
        right: 50%;
        display: block;
        content: '';
        width: 4px;
        height: 4px;
        margin-top: -1px;
        border-top: 2px solid #333333;
        border-left: 2px solid #333333;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    footer {
        padding-top: 0;
    }

    footer .fBox {
        width: 100%;
    }

    footer .logo img {
        display: block;
        width: 32%;
        min-width: 120px;
        max-width: 170px;
        margin: auto;
    }

    footer ul.fNavi {
        margin-bottom: 16px;
    }

    footer ul.fNavi li {
        display: block;
        border-bottom: 1px solid #CCC;
        padding: 10px;
        font-size: 16px;
        width: auto;
    }

    footer dl.fInfo {
        padding: 20px 10px 0;
        text-align: center;
        font-size: 16px;
    }

    footer dl.fInfo dd img {
        width: 60px;
        vertical-align: middle;
        margin: 0 4px 4px 0;
    }

    footer dl.fInfo dd {
        line-height: 1.4;
    }

    footer dl.fInfo li.tell {
        font-size: 24px;
        margin: 0 0 10px 0;
    }
    li.tell {
        justify-content: center;
    }
    footer {
        border-top: 5px solid #0E945E;
    }

    footer .fWrap {
        width: 100%;
        max-width: 1000px;
        flex-direction: column;
        align-items: center;
        text-align: left;
        gap: 20px;
    }

    footer .logo {
        margin-bottom: 15px;
    }

    .fNavi {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    footer dl.fInfo-center {
        position: static;
        font-size: 16px;
        border-left: none;
        padding: 0;
        width: auto;
        text-align: center;
    }

    footer dl.fInfo {
        margin-left: 0;
        width: auto;
    }

    .contact {
        max-width: 280px;
    }
}