/* ft --------------------------- */



.ft-box {
    background: #009A3B;
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
    text-align: center;
    padding-top: 66px;
    padding-bottom: 40px;
}

.ft-nav-list {
    display: flex;
    justify-content: center;
}

.ft-nav-listitem {
    margin: 0 .7em;
    font-weight: bold;
    font-size: min(3.5vw, 20px);
}

.ft-logo {
    font-size: min(7.5vw, 50px);
}

.ft-text {
    font-weight: bold;
    font-size: min(2vw, 16px);
    margin: 1em 0;
    line-height: 1.6;
}

.ft-text span {
    font-size: min(3.5vw, 20px);
}

.ft-copy {
    text-align: center;
    font-size: min(2.5vw, 20px);
    line-height: 2;
   
}

@media only screen and (max-width: 768px) {
    .ft .copyright {
        margin-top: 40px;
    }
}




/* fixed bottom-bar ---------------------- */

.ft0001-m {
    margin-bottom: 100px;
}

.ft0001-fixedbar-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F4F4F4;
    color: #333;
    position: fixed;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    text-align: center;
}

.ft0001-fixedbar-bottom ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.2em;
    font-size: 24px;
    /* height: 64px; */
}

.ft0001-fixedbar-bottom .desc {
    font-weight: bold;

}

.ft0001-fixedbar-bottom .tel-btn {
    color: #251E1C;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    width: 100%;
    padding: .4em 0;
    height: 50px;
    line-height: 1.2;
}

.ft0001-fixedbar-bottom .mail-btn {
    color: #fff;
    background: #0068B7;
    border-radius: 10px;
    padding: 1em 0;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    text-align: center;
    position: relative;
    font-size: 16px;
}

.ft0001-fixedbar-bottom .mail-btn::before {
    position: absolute;
    content: "";
    right: 30px;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ft0001-fixedbar-bottom .mail-btn:hover {
    background: #ccc;
    opacity: 1;
}


.ft0001-fixedbar-bottom i {
    font-size: 14px;
    margin-left: 1em;
}

.ft0001-fixedbar-bottom .fa-envelope {
    font-size: 20px;
}

.ft0001-fixedbar-bottom .icon-freetel {
    width: 24px;
    margin-right: .5em;
    color: #251E1C;
}


@media (max-width: 1000px) {

    .ft0001-fixedbar-bottom .desc {
        font-size: 1.5vw;
    }
}

@media (max-width: 768px) {

    .ft0001-fixedbar-bottom {
        z-index: 9999;
    }

    .ft0001-fixedbar-bottom ul {
        flex-wrap: wrap;
    }

    .ft0001-fixedbar-bottom li {
        width: 50%;
        font-size: 16px;
        padding: 0 5px;
    }

    .ft0001-fixedbar-bottom .desc {
        width: 100%;
        font-size: 14px;
        margin-bottom: .5em;
    }

    .ft0001-fixedbar-bottom .tel-btn {
        border: solid 2px #0068B7;
        color: #0068B7;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        width: 100%;
        padding: .4em 0;
        height: 50px;
        line-height: 1.2;

    }

    .ft0001-fixedbar-bottom .tel-btn span {
        font-size: 12px;
    }

    .ft0001-fixedbar-bottom .mail-btn {
        color: #fff;
        background: #0068B7;
        border-radius: 8px;
        width: 100%;
        padding: .4em 0;
        height: 50px;
        font-size: 16px;
    }

    .ft0001-fixedbar-bottom .mail-btn::before {
        right: 14px;
    }
}

/* contact-area ------------------------- */

.contact-area-p {
    padding: 80px 0;

}

.contact-area-bg {
    background: #F9F9F9;
}

.contact-area {
    text-align: center;
}

.contact-area h2 {
    margin-bottom: 1em;
    font-size: 32px;
}

.contact-area .desc {
    font-size: 20px;
    margin-bottom: 1.5em;
    font-weight: bold;
}

.contact-area .btn-flex {
    display: flex;
    justify-content: center;
}

.contact-area .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 400px;
    height: 112px;
    border-radius: 10px;
    margin: 0 20px;
}

.contact-area .btn-form {
    background: #0068B7;
    color: #fff;
    font-weight: bold;
}

.contact-area .btn-tel {
    border: solid 2px #0068B7;
    color: #0068B7;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4;
    display: flex;

}


.contact-area .btn-tel .large {
    font-size: 24px;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1;
}

.contact-area .btn-tel .small {
    font-size: 14px;
    display: block;
    margin-top: .5em;
}

.contact-area .icon-freetel {
    width: 36px;
    margin-right: .5em;
}

@media (max-width: 768px) {

    .contact-area h2 {
        font-size: 26px;
    }

    .contact-area .desc {
        font-size: 18px;
    }

    .contact-area .btn-flex {
        flex-wrap: wrap;
    }

    .contact-area .btn {
        margin: 0;
        margin-bottom: 24px;
    }
}

@media (max-width: 480px) {
    .contact-area .btn {
        width: 100%;
    }
}