.description_wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

@media screen and (max-width: 1440px) {
    .description_wrapper {
        max-width: 1000px;
    }
}

@media screen and (max-width: 1024px) {
    .description_wrapper {
        max-width: 800px;
    }
}

.description_wrapper .heading {
    margin-top: 220px;
}

@media screen and (max-width: 1024px) {
    .description_wrapper .heading {
        margin-top: 120px;
    }
}

@media screen and (max-width: 600px) {
    .description_wrapper .heading {
        margin-top: 90px;
        margin-bottom: 30px;
    }
}

/* Section Employee */

#description .description_title {
    border-bottom: 1px dashed #555;
    padding-bottom: 5px;
    display: flex;
    align-items: last baseline;
}

#description .description_title h3 {
    margin-right: 10px;
}

#description .description_title p {
    font-weight: 600;
    opacity: .7;
}

#description h3 span {
    background-color: #F4CE20;
}

@media screen and (max-width: 1024px) {
    #description .description_content_box table th {
        width: 220px !important;
        padding: 24px !important;
        font-size: 16px !important;
    }
}

@media screen and (max-width: 600px) {
    #description .description_content_box table th {
        width: 100% !important;
        display: block !important;
        padding: 5px 20px !important;
        text-align: left !important;
        border-bottom: none;
    }
}

#description .description_content_box table td {
    text-align: justify;
}

@media screen and (max-width: 1024px) {
    #description .description_content_box table td {
        padding: 24px !important;
        font-size: 16px !important;
    }
}

@media screen and (max-width: 600px) {
    #description .description_content_box table td {
        width: 100% !important;
        display: block !important;
        padding: 20px 20px !important;
    }
}

#description .link_area_box p {
    text-align: center;
}

@media screen and (max-width: 600px) {
    #description .link_area_box p .sp_none {
        display: none;
    }
}

@media screen and (max-width: 810px) {
    #description .link_area_box p {
        font-size: 14px;
    }
}