@charset "UTF-8";

.p-page-header-title.c-main-title {
    color: #00A566;
    margin-bottom: 16px !important;
}

.l-sidebar {
    display: none;
}

.l-contents {
    max-width: 1000px !important;
}

.custom_h3,.custom_h4,.custom_h5,p {
    margin: 0 !important;
}

hr {
    height: 2px !important;
    background-color: #00A566;
}

.custom_h3 {
    font-size: 32px !important;
}

.overview_content {
    padding-left: 55px;
    padding-right: 55px;
}

ul li {
    margin: 8px 0 !important;
}

.aligncenter.wp-image-113 {
    max-width: 90%;
    margin-top: 36px !important;
    margin-bottom: 70px !important;
}

@media screen and (max-width: 767px) {
    .overview_content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .custom_h3 {
        font-size: 20px !important;
    }
    .alignnone.size-full.wp-image-113.aligncenter {
        margin-top: 16px;
        margin-bottom: 36px;
    }
}