@charset "utf-8";
@import "./company_common.css";
#movie-cert-links-area {
    margin-top: 3.0rem;
}
#company-links-area {
    margin-top: 7.0rem;
}
div.certification {
    margin-top: 4.0rem;
}
.certification table thead th:first-of-type {
    width: 42%;
    font-size: 1.6rem;
    line-height: 2.0;
    padding: 1rem;
    padding-left: 10%;
    border-top: 0 !important;
    border-bottom: solid 2px #E60012 !important;
}
.certification table thead th:nth-child(n+2) {
    width: calc(58% / 4);
    font-size: 1.6rem;
    padding: 1rem;
    line-height: 2.0;
    text-align: center;
    border-top: 0 !important;
    border-bottom: solid 2px #CCCCCC;
}
.certification table tbody th:first-of-type {
    padding: 1rem;
    font-size: 1.6rem;
    line-height: 1.25;
    text-align: left;
}
.certification table tbody td:nth-child(n+2) {
    text-align: center;
    vertical-align: middle;
    padding: 1rem;
    font-size: 1.6rem;
    line-height: 2.0;
}
.certification table tbody td:nth-child(n+2) .red {
    color: #E60012;
}
.certification table tbody tr:nth-child(odd) {
    background-color: #F4F4F4;
}
@media (min-width: 768px) and (max-width: 1365px) {
    #movie-cert-links-area {
        margin-top: 2.19vw;
    }
    #company-links-area {
        margin-top: 5.12vw;
    }
    div.certification {
        margin-top: 2.93vw;
    }
    .certification table thead th {
        font-size: 1.17vw !important;
        padding: 0.73vw !important;
    }
    .certification table tbody th, td {
        font-size: 1.17vw !important;
        padding: 0.73vw !important;
    }
}
@media (max-width: 767px) {
    #movie-cert-links-area {
        margin-top: 7.0rem;
    }
    .certification table thead th:first-of-type {
        width: 47%;
        text-align: center;
        vertical-align: bottom;
        padding: 1.5rem !important;
        font-size: 1.6rem;
        line-height: 2.0;
        border-top: 0 !important;
        border-bottom: solid 2px #E60012 !important;
    }
    .certification table thead th:nth-child(n+2) {
        width: calc(53% / 4);
        font-size: 1.4rem;
        line-height: 1.28;
        padding: 0;
        padding-bottom: 1.5rem;
        text-align: right;
        border-top: 0 !important;
    }
    .certification table thead th:nth-child(n+2) p {
        writing-mode: vertical-rl;
        white-space: nowrap;
        margin: auto;
    }
    .certification table tbody th:first-of-type {
        padding: 0.5rem;
        text-align: left;
        vertical-align: top;
        font-size: 1.4rem;
        line-height: 1.42;
    }
}
