/* --- loading */
.is_loading {
    display: none;
    position: fixed;
    top: 5%;
    right: 2%;
    background-color: rgb(228, 228, 228);
    padding: 20px;
    z-index: 9999;
    border-radius: 6%;
}
.is_loading span {
    font-size: 30px;
    font-weight: bold;
    color: rgb(63, 63, 63);
}
/* --- END loading */

.post_entry_table tr th {
    min-width: 196px;
}

@media (max-width: 500px) {

}

@media (max-width: 780px) {

}

@media only screen and  (min-width: 781px) and (max-width: 1209px){
    .company_page_post_list .i-post_list {
        width: calc((100vw - 40px - 30px) / 3);
    }
}

@media only screen and  (min-width: 1210px) {
    .i-post_list:nth-child(3n) {
        margin-right: 0;
    }
    .i-post_list:nth-child(4n) {
        margin-right: 20px;
    }
}