@charset "utf-8";

/* Styles for page-cpds-koshuzisshikikanid */

.koshu-about ul {
    display: flex;
    justify-content: center;
    margin: 32px 0 0;
    padding: 0;
    gap: 16px;
    flex-wrap: wrap;
}

.koshu-about ul li {
    width: 100%;
    list-style: none;
    max-width: 504px;
}

.c-lower .trainOrganizationTbl {
    width: 100%;
    font-size: 18px;
    border: none;
}

.c-lower .trainOrganizationTbl thead th {
    color: #fff;
    background: var(--color-green2);
    padding: 30px 16px;
    text-align: center;
    border: none;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

.c-lower .trainOrganizationTbl tbody th {
    background: #EDFAF9;
    padding: 16px;
    text-align: left;
    border: none;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
}

.c-lower .trainOrganizationTbl tbody td {
    padding: 16px;
    text-align: left;
    border: none;
    border-bottom: 1px solid #ccc;
    background: #fff;
}

.custom-supportlist ul {
    flex-wrap: wrap;
}

.custom-supportlist li {
    flex: 1 1 calc(33% - 24px);
    box-sizing: border-box;
    padding: 24px 16px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.custom-supportlist li:before {
    content: "✓" !important;
}

.trainOrganizationTbl tbody tr:last-child th,
.trainOrganizationTbl tbody tr:last-child td {
    border-bottom: none !important;
}


.koshu-unit ul {
    flex-wrap: wrap;
}

.koshu-unit li {
    flex: 1 1 calc(33.333% - 24px);
    box-sizing: border-box;
    padding: 24px 8px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.koshu-unit li:nth-child(1):before {
    content: '1';
}

.koshu-unit li:nth-child(2):before {
    content: '2';
}

.koshu-unit li:nth-child(3):before {
    content: '3';
}

.none_style {
    list-style: none;
    padding-inline-start: 20px;
}

.required-info {
    background-color: #FBF6F6;
    padding: 24px;
    margin-top: 24px;
}

.faqTbl {
    border: 1px solid #e5e5e5;
    width: 100%;
    min-width: 600px;
}

.faqTbl thead th,
.faqTbl tbody th,
.faqTbl tbody td {
    border: 1px solid #e5e5e5;
}

.faqTbl thead th {
    background: var(--color-green2);
    text-align: center;
    color: #FFF;
    font-weight: bold;
}

.faqTbl tbody tr:nth-child(3) td {
    background-color: #fff2cc;
}

.txt_underline {
    text-decoration: underline;
}

.c-faq-acr {
    border-radius: 6px;
    padding: 16px;
}

.c-faq-acr .q:after {
    top: 30%;
}

.c-faq-chk li,
.content li {
    margin-bottom: 0.3em;
}

.c-faq-chk .box {
    flex: 1;
}

a[href*=".pdf"]::before,
a[href$=".doc"]::before,
a[href$=".docx"]::before,
a[href$=".xls"]::before,
a[href$=".xlsx"]::before {
    display: none !important;
}

@media (max-width: 1023px) {
    .c-lower .trainOrganizationTbl {
        font-size: 15px;
    }

    .c-lower .trainOrganizationTbl thead th {
        font-size: 15px;
        padding: 16px 12px;
    }

    .c-lower .trainOrganizationTbl tbody td {
        font-size: 14px;
    }

    .custom-supportlist li {
        flex: 1 1 calc(33% - 24px);
    }

    .koshu-unit li+li,
    .custom-supportlist li+li {
        margin-top: 0 !important;
    }
}

@media (max-width: 768px) {
    .koshu-unit li {
        flex: 1 1 100%;
    }
    .custom-supportlist li {
        flex: 1 1 100%;
    }

    .faqTbl {
        font-size: 15px;
    }

    .c-faq-chk .box {
        flex: 1 1 100%;
    }
}
