/* Utility Classes */
.cf {
    zoom: 1;
}

.cf:before {
    display: table;
}

.cf:after {
    display: table;
    clear: both;
}

.pc_dspl {
    display: block !important;
}

@media screen and (max-width: 1024px) {
    .pc_dspl {
        display: none !important;
    }
}

.sp_dspl {
    display: none !important;
}

@media screen and (max-width: 1024px) {
    .sp_dspl {
        display: block !important;
    }
}

.container {
    position: relative;
    display: block;
    width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .container {
        width: 580px;
        margin: 0 auto;
        padding: 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .container {
        padding: 0 20px;
        max-width: 400px;
        width: 100%;
    }
}

.flexWrap {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .flexWrap {
        display: inherit;
        flex-wrap: inherit;
    }
}

.flexWrap.col-4>.item {
    width: 25%;
}

.flexWrap.col-4 {
    margin: 0 -15px;
}

@media screen and (max-width: 767px) {
    .flexWrap.col-4 {
        margin: 0;
    }
}

.flexWrap.col-4 .item {
    padding: 0px 15px;
}

@media screen and (max-width: 1023px) {
    .flexWrap.col-4 .item {
        width: 50%;
        padding: 15px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .flexWrap.col-4 .item {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        padding: 10px;
    }
}

/* Footer Styles */
#footer .fhead {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: -1px;
}

#footer .fhead figure {
    margin-bottom: 0;
    padding: 0;
}

#footer .fhead .rootskun {
    width: 10%;
    height: auto;
    position: absolute;
    left: 15%;
    top: 0;
    -webkit-animation: fuwafuwa 2s ease infinite;
    animation: fuwafuwa 2s ease infinite;
}

@media screen and (max-width: 1024px) {
    #footer .fhead .rootskun {
        left: 10%;
        top: 10%;
    }
}

@media screen and (max-width: 767px) {
    #footer .fhead .rootskun {
        left: 10%;
        top: 50%;
        width: 16%;
    }
}

#footer .fbottom {
    display: block;
    min-height: 500px;
    background-color: #537d58;
    padding-bottom: 150px;
}

@media screen and (max-width: 1024px) {
    #footer .fbottom {
        padding-bottom: 100px;
        min-height: auto;
    }
}

@media screen and (max-width: 767px) {
    #footer .fbottom {
        padding-bottom: 75px;
    }
}

#footer .fbottom .flexWrap {
    padding-top: 25px;
    margin-bottom: 75px;
}

@media screen and (max-width: 1024px) {
    #footer .fbottom .flexWrap {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 767px) {
    #footer .fbottom .flexWrap {
        width: 250px;
        margin: 0 auto;
        padding-top: 40px;
    }
}

#footer .fbottom .flexWrap .item a {
    display: block;
    background-color: #fff;
}

#footer .fbottom .flexWrap .item a:hover {
    opacity: .7;
}

#footer .fbottom .l-area {
    width: 55%;
    float: left;
}

@media screen and (max-width: 1024px) {
    #footer .fbottom .l-area {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    #footer .fbottom .l-area nav {
        display: none;
    }
}

#footer .fbottom .l-area nav ul {
    width: 50%;
    float: left;
}

#footer .fbottom .l-area nav ul li {
    display: block;
}

#footer .fbottom .l-area nav ul li a {
    color: #fff;
}

#footer .fbottom .l-area nav ul:nth-child(1) {
    letter-spacing: 0;
}

#footer .fbottom .l-area nav ul:nth-child(1) li {
    font-size: 2.4rem;
    line-height: 62px;
    font-weight: 500;
}

#footer .fbottom .l-area nav ul:nth-child(2) li {
    font-size: 1.4rem;
    line-height: 40px;
}

#footer .fbottom .r-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    #footer .fbottom .r-area {
        float: none;
        text-align: center;
        width: 100%;
    }
}

#footer .fbottom .r-area .logo {
    width: 240px;
    height: auto;
    margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
    #footer .fbottom .r-area .logo {
        float: none;
        margin: 50px auto 50px;
    }
}

@media screen and (max-width: 767px) {
    #footer .fbottom .r-area .logo {
        width: 180px;
    }
}

#footer .fbottom .r-area .copyright {
    clear: both;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1;
}

@media screen and (max-width: 1024px) {
    #footer .fbottom .r-area .copyright {
        font-size: 1rem;
    }
}