/* header css */

.u-footer-item7 {
    color: #327240!important;
}

@media only screen and (max-width: 1024px) {
    .carousel_btn {
        display: none;
    }
    .u-service-section5 {
        margin-bottom: 0;
    }
}


/* header css */

.u-page-disc {
    padding: 60px 10%;
    background-color: #fff;
}


/* body */

.u-rules-body {
    padding: 0 10%;
}

.u-rules-body>div:first-child {
    padding: 10px 0;
    border-top: solid 1px #80A6AC;
    border-bottom: solid 1px #80A6AC;
}

.u-rules-body>div:last-child {
    padding: 10px 0;
    border-bottom: solid 1px #80A6AC;
}

.u-rules-down-title {
    font-size: 15px;
}

.u-rules-down-btn {
    font-size: 15px;
    color: #80A6AC;
    cursor: pointer;
    transition: all 0.5s;
}

.u-rules-down-btn:hover {
    color: #147e80;
    font-weight: bolder;
}

@media only screen and (max-width: 500px) {
    .u-rules-body>div {
        flex-direction: column;
        align-items: baseline;
    }
    .u-rules-down-btn {
        margin-top: 10px;
    }
}


/* body */