#hrc #content_wrap * {
    box-sizing: border-box;
}
#hrc #content_wrap .report h2 {
    font-size: 1.7em;
    margin: 0;
    padding: 40px 0 24px;
}
#hrc #content_wrap .report h3 {
    font-size: 1.3em;
    margin-bottom: 4px;
    padding-bottom: 0;
}
#hrc #content_wrap .report h4 {
    font-size: 1.4em;
    border: 0;
    color: #c00;
    background: none;
    margin: 0;
    padding: 0 0 0 1.5em;
}
#hrc #content_wrap .report h5 {
    font-size: 1.1em;
    padding: 0 0 0 1.5em;
    font-weight: normal;
}
#hrc #content_wrap .News02Table th {
    vertical-align: top;
    background: #3b85df;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    font-size: 16px;
}
#hrc #content_wrap .News02Table td {
    vertical-align: middle;
    background: #f2f9e1;
    font-size: 13px;
}
#hrc #content_wrap .News02Table td p {
    padding-bottom: 1em;
}
#hrc #content_wrap .News02Table td p:last-of-type {
    padding-bottom: 0;
}
#hrc #content_wrap .News02Table tr:nth-child(even) td {
    background: #e1eff9;
}
#hrc #content_wrap .News02Table b {
    font-weight: normal;
    color: #c00;
}
#hrc #content_wrap .News02Table em {
    font-size: 0.9em;
}
.News02Table strong {
    color: #c00;
}

hr {
    margin-top: 40px;
}
#hrc #content_wrap .table-02 {
    border: none;
    margin: 10px 0;
}
#hrc #content_wrap .table-02 td {
    border: none;
    font-size: 14px;
    vertical-align: top;
}

#hrc #content_wrap .table-02a {
    border: none;
    margin: 10px 0;
}
#hrc #content_wrap .table-02a td {
    border: none;
    font-size: 14px;
    vertical-align: top;
    padding: 0 5px !important;
}

#hrc #content_wrap .table-03 {
    border: solid 1px black;
    margin: 10px 0;
}
#hrc #content_wrap .table-03 td {
    border: solid 1px black;
    font-size: 14px;
    vertical-align: top;
    text-align: right;
}

#hrc #content_wrap .rtl-list {
    display: block;
    text-align: center;
}

#hrc #content_wrap .rtl-list li {
    display: inline-block;
    width: 48%;
    margin-right: 10px;
}

.flex {
    display: flex;
    justify-content: space-evenly;
}

.btn-prc {
    max-width: 40%;
    width: 100%;
}

.btn-prc:hover {
    background-color: #ffdddd;
    transition: 0.5s;
}

.btn-prc p {
    padding-bottom: 0 !important;
}

.btn-prc a {
    display: flex;
    color: #333;
    text-decoration: none;
    border: 4px solid #111;
    align-items: center;
    padding: 8px;
}

.btn-prc a strong {
    padding-right: 16px;
    line-height: 0;
    flex: 0 0 100px;
}

.btn-prc a em {
    font-size: 20px;
    font-weight: bold;
    flex: 1 0 auto;
}

@media (max-width: 768px) {
    .btn-prc {
        max-width: 380px;
        width: 100%;
    }
}

@media (max-width: 601px) {
    #hrc #content_wrap .rtl-list li {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }
}

@media (max-width: 480px) {
    #hrc #content_wrap .report {
        display: block;
    }
    #hrc #content_wrap .News02Table {
        overflow-x: scroll;
    }
    #hrc #content_wrap .News02Table td {
        padding: 12px;
    }
    #hrc #content_wrap .News02Table td:nth-child(2n) {
        min-width: 40vw;
    }
    #hrc #content_wrap .News02Table td:nth-child(5) {
        min-width: 40vw;
    }
    .flex {
        display: block;
    }
    .btn-prc {
        width: 100%;
    }
}
