@charset "UTF-8";

/****文字編輯器****/
.c-edit,
.c-edit p {
    font-size: 16px;
    line-height: 2;
    color: #373332;
}

.c-edit a {
    font-size: inherit;
}

.c-edit img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto !important;
}

.c-edit *:last-child {
    margin: 0 auto;
}

.c-edit ul,
.c-edit ol {
    padding: 0 0 0 20px;
    margin: 20px 0;
}

.c-edit ul li,
.c-edit ol li {
    display: list-item;
    width: 100%;
    font-size: 16px;
    line-height: 2;
    color: #777;
    margin: 0 0 5px 0;
}

.c-edit ul li:last-child,
.c-edit ol li:last-child {
    margin: 0;
}

.c-edit ul {
    list-style-type: disc;
}

.c-edit ol {
    list-style-type: decimal
}

.c-edit__youtube {
    display: block;
    width: 100%;
    padding: 56.25% 0 0 0;
}

.c-edit iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.c-edit__table {
    width: 100%;
    padding: 0 0 5px 0;
    overflow-x: auto;
}

.c-edit__table::-webkit-scrollbar {
    height: 4px;
}

.c-edit__table::-webkit-scrollbar-thumb {
    background: #11330a;
}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 575px) {

    .c-edit,
    .c-edit p {
        font-size: 14px;
    }

    .c-edit ul li,
    .c-edit ol li {
        font-size: 14px;
    }
}



/****IOS樣式****/
@supports (-webkit-touch-callout: none) {}