.section_title_bg {
    background-color: #ceb063;
}

.lp_btn {
    background-color: #1575b3;
}

.arrow-link {
    color: #1575b3;
}

.lineArrow {
    border-bottom: 1px solid #1575b3;
    border-right: 1px solid #1575b3;
}

.attentionlist_container {
    text-align: center;
}

.title_main {
    font-weight: bold;
    font-size: 1.6rem;
    color: #175cc0;
}

.nav li a.active {
    background-color: #1575b3;
}

.off_btn_link {
    color: #1575b3;
}

.off_btn_item {
    border: 1px solid #1575b3
}

@media (max-width: 599px) {
    .title_main {
        font-size: 0.8rem;
    }
}