/*-------------------- Section1 (Start) --------------------*/
.sect1 {
    padding: 150px 0 0;
    letter-spacing: 1px;
    line-height: 1.8em;
}

.sect1 .ctx:nth-child(1) {
    padding: 40px 0 20px;
}

.sect1 .ctxFullW {
    background: #a3f080;
}

.sect1 .ctxFullW .caption {
    width: 1200px;
    margin: auto;
}

.sect1 .ctxFullW .caption .menu {
    display: inline-block;
}

.sect1 .title {
    font-weight: bold;
    font-size: 48px;
}

.sect1 .listTit {
    padding: 0 0 5px;
    display: inline-flex;
    justify-content: flex-start;
    border-bottom: solid 5px #a3f080;
    line-height: 1.2em;
    font-weight: bold;
    font-size: 36px;
}

.sect1 .listTit .num {
    flex: 0 1 auto;
    margin: 0 10px 0 0;
    color: #a3f080;
}

.sect1 .listTit .tit {
    flex: 0 1 auto;    
}

.sect1 ol {
    list-style: none;
    counter-reset: lili;
}

.sect1 ol li::before {
    content: counter(lili);
    width: 35px;
    margin-left: -35px;
    display: inline-block;
    font-weight: bold;
    color: #a3f080;
    
    margin-right: 0em;
    text-align: left;
    direction: rtl;    
}

.sect1 ol li {
    counter-increment: lili;
}

.sect1 ol li table tr td {
    font-weight: 300;
}

.sect1 ol li table tr td:nth-child(1) {
    vertical-align: top;
}

@media screen and (min-width: 1201px) and (max-width: 1366px) {
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .sect1 {
        padding: 60px 0 0;
    }

    .sect1 .ctx:nth-child(1) {
        padding: 20px 40px 10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .sect1 {
        padding: 60px 0 0;
    }

    .sect1 .ctx:nth-child(1) {
        padding: 20px 40px 10px;
    }

    .sect1 .title {
        font-size: 36px;
    }

    .sect1 .listTit {
        padding: 0 0 5px;
        border-bottom: solid 3px #a3f080;
        font-size: 24px;
    }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .sect1 {
        padding: 60px 0 0;
    }

    .sect1 .ctx:nth-child(1) {
        padding: 40px 20px;
    }

    .sect1 .ctxFullW .caption .menu {
        display: block;
    }

    .sect1 .title {
        font-size: 36px;
    }

    .sect1 .listTit {
        padding: 0 0 5px;
        border-bottom: solid 3px #a3f080;
        font-size: 24px;
    }
}

@media screen and (min-width: 1px) and (max-width: 280px) {
    .sect1 .title {
        font-size: 28px;
    }

    .sect1 .ctxFullW .caption .menu {
        letter-spacing: 0;
    }
}
/*-------------------- Section1 (End) --------------------*/