
#div2 h1 {
    margin: 0 auto 15px;
}

#masin {
    color: #6D91A1;
    padding: 40px;
    position: relative;
}

#masin img {
    position: absolute;
    margin-top: -22px;
    top: 50%;
    right: 10px;
    opacity: 0.5;
}

#nkar {
    padding: 15px;
    text-align: center;
}

#nkar img {
    max-width: 100%;
}

.section {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    border: 1px solid #D38E26;
    margin-top: 15px;
}

.sup-pages {
    width: 74%;
    height: 590px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    border: 1px solid #D38E26;
}

#ul1 {
    list-style-type: none;
    position: absolute;
    top: 0;
    left: 5%;
    width: 80%;
}

#ul1 li {
    
}

#li4 img {
    position: absolute;
    top: 63%;
    left: 20%;
    width: 12%;
}

#li4_text {
    position: absolute;
    top: 63%;
    left: 40%;
    width: 50%;
}


.reed_more {
    opacity: 0.5;
}

.sub-pages {
    padding: 0 40px;
}

.sub-pages-table {
    min-width: 100%;
}

.sub-pages-table td {
    padding: 15px;
}

.sub-page + .sub-page {
    border-top: 1px solid #D38E26;
}

.sub-page-header {
    padding-top: 46px;
    padding-bottom: 46px;
    white-space: nowrap;
}

.sub-page-title {
    margin: 0;
    font-size: 16px;
    text-align: center;
}

td.sub-page-description {
    width: 100%;
    vertical-align: top;
}

td.sub-page-link, td.sub-page-image, td.sub-page-header {
    width: 1px;
}

.parent-page-title {
    margin-bottom: 20px;
}

.sub-page-description {
    margin-top: 15px;
}

@media screen and (max-width: 980px) {
    #li4 img {
        position:absolute;
        top: 68%;
        left: 30%;
        width: 15%;
    }
    
    #li4_text {
        font-size: 70%;
        top: 60%;
        left: 43%;
    }

    #div1, #div2, #ul1, #li4_text {
        font-size: 70%;
    }
}

@media screen and (min-width: 980px) and (max-width: 1600px) {
    #li4_text {
        font-size: 80%;
    }
}