.article-content .caption {
    box-sizing: border-box;
    position: relative;
    color: #666;
    display: inline-block;
    font-weight: 600;
    margin-top: 5px!important;
    text-align: left!important;
    width: 100%;
    font-size: 1rem!important;
    line-height: 1.4em!important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.article-content .card {
    display: inline-flex !important;
    padding: 0px 5px !important;
    box-sizing: border-box;
}

.article-content .card__body{
    display: inline-block;
    padding-bottom: 0px !important;
    width: fit-content;
    max-width: 680px;
    margin: 0;
    text-align: left;
}

.article-content .link {
    text-transform: uppercase;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: .6875rem;
    line-height: 1.4em;
    position: relative;
    text-align: left;
    text-decoration: underline;
    cursor: pointer;
    color: #E0241B;
    display: inline-block;
    font-weight: 600!important;
}

.article-content .link:hover {
    opacity: .8;
}

.article-content .link2 {
    text-transform: uppercase;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: .6875rem;
    line-height: 1.4em;
    position: relative;
    cursor: pointer;
    color: #E0241B;
    text-decoration: underline;
    display: inline-block;
    font-weight: 600!important;
}

.article-content .link2:hover {
    opacity: .8;
}

.article-content .credits {
    text-transform: uppercase;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-size: .6875rem;
    line-height: 1.4em;
    position: relative;
    text-align: left;
    font-weight: 400;
    color: #aaa;
    display: inline-block;
}

.article-content .credits span {
    font-weight: 600!important;
    color:#7f7f7f;
}

.article-content .card__figure {
    background: none !important;
    display: inline-block;
    height: 20px !important;
    margin-right: 10px;
    max-height: 20px!important;
    min-height: 20px!important;
    min-width: 14px!important;
    vertical-align: top;
    width: 14px;
}
.article-content .card__figure svg {
    fill: #aaa;
    height: 20px;
    padding-right: 6px;
    width: 20px;
    margin-top: -2px;
}

@media screen and (max-width: 418px){
    .article-content .card__figure svg {
        margin-top: 0px;
        fill: #aaa;
        height: 15px;
        padding-right: 6px;
        width: 15px;
    }

    .article .article-body .image-content2 {
        margin-top: 0px;
    }
}

.article-content > p{
    font-size: 18px;
    line-height: 28.8px!important;;
    font-family: "Pt Serif", Georgia, serif;
    margin-bottom: 30px!important;;
}

.article-content > h3{
    font-size: 20px!important;;
    line-height:  28.8px!important;;
    font-family: "Pt Serif", Georgia, serif;
    margin-bottom: 8px!important;;
    padding-top: 16px;
}

.article-content > h2{
    font-size: 24px!important;;
    line-height: 32px!important;;
    font-family: "Pt Serif", Georgia, serif;
    margin-bottom: 8px!important;;
    padding-top: 16px;
}

.article-content > ul,.article-content > ol{
    margin-bottom: 30px!important;
}

.article-content > li{
    margin-bottom: 8px!important;
}

.article-content > blockquote{
    margin-bottom: 30px!important;
}

.article-content .dynamic-ad,.article-content .widget-recommend,.article-content .credits-outer-wrapper,.article-content .sns-embed{
    margin-bottom: 30px!important;
}

.article-content .fb-post,.article-content .fb-video,.article-content .gallery,.article-content .rtcl__photo{
    margin-bottom: 30px!important;
}
