/* ------------------------------
 協力会社様へ
------------------------------ */
.partnerBlock table th {
    padding: 10px;
    text-align: center;
}
.partnerBlock table th:nth-child(2) td {
    text-align: center;
}
/* ------------------------------
 PC用限定CSS（協力会社様へ）
------------------------------ */
@media print, screen and (min-width: 768px) {
    .partnerBlock table th:first-child {
        width: 40%;
    }
    .partnerBlock table th:nth-child(2) {
        width: 20%;
    }
    .partnerBlock table th:last-child {
        width: 40%;
    }
}
/* ----------------------
 スマホ用コード（協力会社様へ）
---------------------- */
@media screen and (max-width: 767px) {

}