#article-text h2:not(:first-child){
    font-size: 20px;
    padding-left: 12px;
    border-left: 4px solid #ff6a00;
    line-height: .8;
    margin-bottom: 20px;
}
#article-text h2:nth-child(n + 4){
    margin-top: 30px;
}
#article-text h3{
    font-size: 18px;
}
#article-text h4{
    font-size: 16px;
}
#article-text ul li{
    padding-left: 15px;
    position: relative;
}
#article-text ul li:not(:first-child){
    margin-top: 8px;
}
#article-text ul li::before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #999;
    position: absolute;
    left: 0;
    top: 8px;
}
.article_type80 .article-text table td p{
    text-indent: 0;
    overflow: hidden;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}
.article_type80 .article-text table td p img{
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin: 0;
}
.article_type80 .article-text table td p strong{
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    font-size: 12px;
    font-weight: normal;
}