@charset "utf-8";

/* Styles for page-cpds-kojinid */
.sub-title {
    font-size: 44px;
}

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

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

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

.c-lower .kojinTbl thead th {
    background: #EDFAF9;
    padding: 20px 16px;
    text-align: center;
    border: none;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    vertical-align: middle;
}

.c-lower .kojinTbl tbody th {
    background: var(--color-green2);
    color: #fff;
    padding: 16px;
    text-align: left;
    border: none;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
    vertical-align: middle;
}

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

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

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

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

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

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

.kojin-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;
}

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

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

.check-list-style li {
    position: relative;
    padding-left: 1.8em;
    margin-bottom: 0.8em;
}

.check-list-style li .chk {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
}

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

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

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

.faqTblKojin th {
    background: #EDFAF9;
    font-weight: bold;
}

.faqTblKojin th:nth-child(1) {
    width: 20%;
}

.faqTblKojin th:nth-child(2),
.faqTblKojin th:nth-child(3) {
    width: 33%;
}

.faqTblKojin th:nth-child(4) {
    width: 14%;
}

.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;
}

.cpds-id .bg1 {
    z-index: 0;
}

.cpds-id th {
    width: 30%;
    padding: 30px 12px;
}

.txt_underline {
    text-decoration: underline;
}

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 .kojinTbl {
        font-size: 15px;
    }

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

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

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

    .kojin-unit li+li,
    .c-lower .kojin-supportlist li+li {
        margin-top: 0 !important;
    }

    .sub-title {
        font-size: 26px;
    }
}

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

    .c-lower .kojin-supportlist li {
        flex: 1 1 100%;
    }

    .faqTbl {
        font-size: 15px;
    }

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

    .sub-title {
        font-size: 26px;
    }
}
