* {
    margin: 0;
    padding: 0;
    font-size: 18px;
    list-style: none;
    text-decoration: none;
    outline: none
}

html {
    scroll-behavior: smooth;
    letter-spacing: .2px
}

body {
    background-color: #f1f2f5;
    font-family: Roboto, system-ui;
    color: #000000;
    font-size: 1.6rem
}

::selection {
    background: #ffe500;
    color: #000000;
    text-shadow: none;
}

section {
    width: 80%;
    margin: 0 auto;
    display: table;
    position: relative
}

article {
    padding: 10px 0;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 6px 6px 10px #ededed;
    margin: 0 0 20px
}

p {
    color: #292e37;
    font-size: 18px;
    line-height: 33px;
    margin: 10px 25px 0px 25px;
    text-align: justify;
}

.webname {
    text-align: center;
    padding: 4px 1px;
    background-color: #ffe500
}

.webname a {
    text-decoration: none;
    color: #000000;
    font-size: 31px
}

div.scrollmenu {
    background-color: #000;
    overflow: auto;
    white-space: nowrap
}

div.scrollmenu a {
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 7px 8px;
    text-decoration: none
}

div.scrollmenu a:hover {
    background-color: #777
}

.tabcon {
    background-color: #fffff4;
    margin: 20px 0;
    padding: 10px 10px;
    border-top: 3px dashed #f1f2f5;
    border-bottom: 3px dashed #f1f2f5
}

.tabcon .tabtit {
    color: #545e6f;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -.2px
}

.tabcon #tabdown {
    margin-top: 10px;
    padding-left: 20px
}

.tabcon #tabdown li {
    line-height: 22px;
    list-style: none;
    padding: 0
}

.tabcon #tabdown li a {
    line-height: 24px;
    color: #545e6f;
    transition: .2s ease-in-out color
}

.tabcon #tabdown li:before {
    content: '➥';
    color: #ffe500;
    margin-right: 10px;
    font-size: 20px;
    font-weight: 600
}

.tabtit {
    margin: 0px 10px;
}


.maincon {
    margin: 10px 0 0;
    text-align: center;
    color: #000000;
    border-radius: 5px 5px 0 0;
    background-color: #ffe500;
}

.leftbox {
    width: 75%
}

.rightbox {
    width: 25%;
    margin: 10px 5px 20px 10px;
    padding: 5px;
    height: 1500px;
    background-color: #fff;
    border-radius: 10px;
    /* position: sticky; */
    top: 10px;
    box-shadow: 2px 2px 6px #e5e1e1
}

.combo {
    display: flex
}

h1 {
    padding: 20px 0;
    font-size: 28px;
    font-weight: 500
}

h2,
h3,
h4 {
    font-size: 22px;
    margin: 30px 20px 0 30px;
    color: #0057d0;
}


h3 {
    font-size: 20px;
}

.remopo {
    font-size: 22px;
    font-weight: 600;
    margin: 10px 10px 0 25px
}

.remopore {
    margin: 10px 10px 10px 30px
}

.remopore a {
    display: block
}

.remopore a::before {
    content: "#";
    padding: 0 5px
}

.remo {
    border-bottom: 3px dashed #e3e4e8;
    margin: 10px 0
}

@-webkit-keyframes waveColors {
    0% {
        background-position: 0% 7%
    }

    50% {
        background-position: 100% 94%
    }

    100% {
        background-position: 0% 7%
    }
}

@keyframes waveColors {
    0% {
        background-position: 0% 7%
    }

    50% {
        background-position: 100% 94%
    }

    100% {
        background-position: 0% 7%
    }
}

table {
    border-collapse: collapse;
    width: 99%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    margin: 5px;
}

td,
th {
    border: 1px solid #e3e3e3;
    padding: 5px;
    color: #000000;
    font-size: 16px;
}

.certifi th {
    font-size: 20px;
    background-color: #ffe500;
    color: #000000;
}

.licen th {
    text-align: left;
}

.happy {
    width: 70%;
}

tr:nth-child(even) {
    background-color: #f7f7f7;
}

article ul,
article ol {
    margin: 7px 30px 0 60px;
    color: #292e37;
    text-align: justify;
}

article a {
    color: #000000;
    font-weight: 600
}

article a:hover {
    color: #0057d0;
    transition: .3s
}

article ul li,
article ol li {
    list-style-type: circle;
    padding: 5px 0;
    line-height: 33px;
}

.poppo {
    text-align: center;
    padding: 10px;
    border-bottom: 2px dashed #e1e1e1;
    margin-bottom: 10px;
    border-radius: 10px;
    font-size: 20px;
    letter-spacing: 1.4px
}

.popoli a {
    display: block;
    color: #555;
    margin: 6px 0
}

.popoli a:hover {
    color: #0057d0
}

.singli::before {
    content: "»";
    color: #000000;
    font-weight: 600;
    padding: 0 5px
}

@media only screen and (max-width:1050px) {
    section {
        width: 96%
    }
}

@media only screen and (max-width:980px) {
    section {
        width: 96%
    }

    .combo {
        display: block
    }

    .leftbox {
        width: auto
    }

    .rightbox {
        width: auto;
        margin-left: 5px;
    }

    article {
        padding: 5px 5px
    }
}

@media only screen and (max-width:800px) {
    p {
        color: #292e37;
        font-size: 18px;
        line-height: 26px;
        margin: 7px 7px 0
    }



    h1 {
        font-size: 22px;
        padding: 10px;
    }

    table {
        margin: 5px 0px;
        width: 95%;
    }

    td {
        font-size: 12px;
    }

    th {
        font-size: 15px;
    }

    .happy {
        width: 95%;
    }
}

@media only screen and (max-width:600px) {
    .tabcon {
        margin: 10px 0;
        padding: 10px 5px
    }

    .tabcon #tabdown {
        padding-left: 0
    }

    article ul,
    article ol {
        margin: 10px 10px 0 20px;
    }
}


.footside {
    width: 100%;
    background-color: #000;
    text-align: center
}

.footside a {
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 7px 8px;
    text-decoration: none
}

.footside p {
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 0 0 5px
}

@media screen and (max-width:800px) {
    .footside a {
        font-size: 18px
    }

    .footside p {
        font-size: 15px
    }

    h2,
    h3,
    h4 {
        font-size: 20px;
        margin: 7px 7px 0 7px;
    }

    h3 {
        font-size: 18px;
    }
}

.adsbygoogle {
    text-align: center;
    padding: 10px 0
}

.salary {
    font-size: 25PX;
    font-weight: 700;
}




















        .row {
            margin: 0px -7px 0px 4px;
        }

        .row,
        .row>.column {
            padding: 3px;
        }

        .column {
            float: left;
            width: 32%;
            margin: -2px 0px -2px 2px;
        }

        .row:after {
            content: "";
            display: table;
            clear: both;
        }

        @media screen and (max-width: 900px) {
            .column {
                width: 32%;
            }
            .row {
                margin: -5px -4px -3px 4px;;
        }
        .row,
        .row>.column {
            padding: 0px;
        }
        }
        @media screen and (max-width: 600px) {
            .column {
                width: 32%;
            }
        }


        img {
            border-style: none;
            box-shadow: 0 5px 10px rgb(0 0 0 / 25%);
            border-radius: 7px;
            width:100%;
            height: auto;
            aspect-ratio: 1 / 1;
        }


