/* 客製_start */
.certification-section {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 15px;
    color: #2f2f2f;
}

.certification-list {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.cert-item {
    display: flex;
    align-items: center;
}

.cert-logo {
    flex: 0 0 auto;
    width: 115px;
}

.cert-logo img {
    display: block;
    max-width: 100%;
    height: auto;
}

.cert-item-large .cert-logo {
    width: 390px;
}

.cert-item-wide .cert-logo {
    width: 520px;
}

.cert-content {
    display: flex;
    align-items: flex-start;
    margin-left: 12px;
    min-width: 360px;
    padding-top: 5px;
}

.cert-dot {
    width: 13px;
    height: 13px;
    background: #333;
    display: inline-block;
    margin-top: 6px;
    margin-right: 22px;
    flex: 0 0 auto;
}

.cert-text {
    position: relative;
    padding-bottom: 7px;
    min-width: 350px;
}

.cert-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #222;
}

.cert-text h3 {
    margin: 0 0 4px;
    font-size: 18px;
    /* font-weight: 700; */
    line-height: 1.25;
    color: #2f2f2f;
}

.cert-text p {
    margin: 0;
    font-size: 16px;
    /* font-weight: 700; */
    line-height: 1.3;
    color: #2f2f2f;
}

.certification-note {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.35;
    color: #333;
}

/* 手機版 */
@media (max-width: 767px) {
    .cert-item {
        align-items: flex-start;
    }

    .cert-logo,
    .cert-item-large .cert-logo,
    .cert-item-wide .cert-logo {
        width: 110px;
    }

    .cert-content {
        min-width: 0;
        margin-left: 10px;
    }

    .cert-text {
        min-width: 0;
    }

    .cert-text::after {
        width: 100%;
    }

    .cert-text h3 {
        font-size: 17px;
    }

    .cert-text p {
        font-size: 15px;
    }

    .certification-note {
        font-size: 17px;
    }
}
/* 客製_end */

@media only screen and (max-width: 1499px) {}

@media only screen and (min-width: 1200px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (min-width: 992px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (min-width: 768px) {}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 568px) {}

@media only screen and (max-width: 440px) {}

@media only screen and (max-width: 420px) {}