.wysiwyg {
    line-height: 2.2;
    margin:1rem;
}
.wysiwyg h2,
.news_content h2 {
    font-weight: bold;
    font-size: 2.2rem;
}
.mce-tinymce p {
    margin-bottom: 10px
}

.mce-tinymce img {
    display: block;
    max-width: 600px;
    margin: 40px auto
}

.mce-tinymce a {
    text-decoration: underline
}

.mce-tinymce a[target=_blank] {
    margin-right: 5px;
    padding-right: 22px;
    background: no-repeat top 6px right;
    background-image: url("/img/icon_blank.svg");
    background-size: 15px
}

.mce-tinymce a[href$=".pdf"] {
    margin-right: 5px;
    padding-right: 40px;
    background: no-repeat top 6px right;
    background-image: url("/img/icon_pdf.svg");
    background-size: 32px
}

.mce-tinymce a[href$=".doc"],.mce-tinymce a[href$=".docx"] {
    margin-right: 5px;
    padding-right: 45px;
    background: no-repeat top 6px right;
    background-image: url("/img/icon_word.svg");
    background-size: 38px
}

.mce-tinymce a[href$=".xls"],.mce-tinymce a[href$=".xlsx"] {
    margin-right: 5px;
    padding-right: 45px;
    background: no-repeat top 6px right;
    background-image: url("/img/icon_excel.svg");
    background-size: 38px
}

.newsList>dd,.newsList>dt {
    padding: 20px 0;
    border-top: solid 1px #e1e1e1
}

.newsList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: solid 1px #e1e1e1
}

.newsList>dt {
    position: relative;
    width: 140px;
    padding-right: 20px;
    padding-left: 30px;
    font-weight: 400
}

.newsList>dt::before {
    display: block;
    position: absolute;
    top: 31px;
    left: 0;
    width: 14px;
    height: 1px;
    background-color: #b81c22;
    content: ""
}

.newsList>dd {
    width: calc(100% - 140px)
}

.newsList>dd>a[target=_blank] {
    margin-right: 5px;
    padding-right: 22px;
    background: no-repeat top 6px right;
    background-image: url("/img/icon_blank.svg");
    background-size: 15px
}

.newsList>dd>a[href$=".pdf"] {
    margin-right: 5px;
    padding-right: 40px;
    background: no-repeat top 6px right;
    background-image: url("/img/icon_pdf.svg");
    background-size: 32px
}

.newsList>dd>a[href$=".doc"],.newsList>dd>a[href$=".docx"] {
    margin-right: 5px;
    padding-right: 45px;
    background: no-repeat top 6px right;
    background-image: url("/img/icon_word.svg");
    background-size: 38px
}

.newsList>dd a[href$=".xls"],.newsList>dd a[href$=".xlsx"] {
    margin-right: 5px;
    padding-right: 45px;
    background: no-repeat top 6px right;
    background-image: url("/img/icon_excel.svg");
    background-size: 38px
}

/* list */
.wysiwyg ul li,
.news_content ul li {
    position: relative;
    padding-left: 14px;
    padding-left: 11px;
    font-size: 1.6rem
}

.wysiwyg ul li::before,
.news_content ul li::before {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #b81c22;
    content: ""
}

.wysiwyg ul li::before,
.news_content ul li::before {
    top: 1.5rem;
    width: 5px;
    height: 5px
}

.wysiwyg ul li:nth-child(n+2),
.news_content ul li:nth-child(n+2) {

}
.wysiwyg ol,
.news_content ol {
    list-style-type: decimal;
    padding-left: 1rem;
}
.wysiwyg img {
    display: block;
    max-width: 600px;
    margin: 40px auto
}

.wysiwyg a {
    text-decoration: underline
}

.wysiwyg a[target=_blank] {
    margin-right: 5px;
    padding-right: 22px;
    background: no-repeat top 6px right;
    background-image: url("/img/icon_blank.svg");
    background-size: 15px
}

.wysiwyg a[href$=".pdf"] {
    margin-right: 5px;
    padding-right: 40px;
    background: no-repeat top 6px right;
    background-image: url("/img/icon_pdf.svg");
    background-size: 32px
}

.wysiwyg a[href$=".doc"],.wysiwyg a[href$=".docx"] {
    margin-right: 5px;
    padding-right: 45px;
    background: no-repeat top 6px right;
    background-image: url("/img/icon_word.svg");
    background-size: 38px
}

.wysiwyg a[href$=".xls"],.wysiwyg a[href$=".xlsx"] {
    margin-right: 5px;
    padding-right: 45px;
    background: no-repeat top 6px right;
    background-image: url("/img/icon_excel.svg");
    background-size: 38px
}

.wysiwyg table,
.news_content table {
    width: 100%
}

.wysiwyg table th,table td,
.news_content table th,table td {
    vertical-align: middle;
    word-break: break-all
}
.wysiwyg table>thead,
.news_content table>thead {
    background-color: #b81c22;
    color: #fff
}

.wysiwyg table>thead>tr>th,
.news_content table>thead>tr>th {
    padding: 20px 15px;
    font-weight: normal;
    text-align: center
}

.wysiwyg table>tbody>tr>th, .wysiwyg table>tbody>tr td,
.news_content table>tbody>tr>th, .news_content table>tbody>tr td {
    padding: 20px 15px;
}

.wysiwyg table>tbody>tr>th,
.news_content table>tbody>tr>th {
    font-weight: normal;
    background-color: #b81c22;
    color: #fff;
}

.wysiwyg table>tbody>tr>th.is-bl,
.news_content table>tbody>tr>th.is-bl {
    border-left: 1px solid #e1e1e1
}

.wysiwyg table>tbody>tr>th.is-bt,
.news_content table>tbody>tr>th.is-bt {
    border-top: 1px solid #e1e1e1
}

.wysiwyg table>tbody>tr>th,.wysiwyg table>>tbody>tr td,
.news_content table>tbody>tr>th,.news_content table>tbody>tr td {
    padding: 20px 15px
}

.wysiwyg table>tbody>tr>td.is-bl,
.news_content table>tbody>tr>td.is-bl {
    border-left: 1px solid #e1e1e1
}

.wysiwyg table>tbody>tr>td.is-bt,
.news_content table>tbody>tr>td.is-bt {
    border-top: 1px solid #e1e1e1
}



.wysiwyg table>tbody>tr:last-child,
.news_content table>tbody>tr:last-child {
    border-bottom: 1px solid #e1e1e1
}

.wysiwyg table>thead>tr>th:not(:first-child),.wysiwyg table>thead>tr td:not(:first-child),.wysiwyg table tbody>tr>th:not(:first-child),.wysiwyg table tbody>tr td:not(:first-child),
.news_content table>thead>tr>th:not(:first-child),.news_content tablethead>tr td:not(:first-child),.news_content table tbody>tr>th:not(:first-child),.news_content table tbody>tr td:not(:first-child) {
    border-left: 1px solid #e1e1e1
}

.wysiwyg table>thead>tr.is-bt,.wysiwyg table tbody>tr.is-bt,
.news_content table>thead>tr.is-bt,.news_content table tbody>tr.is-bt {
    border-top: 1px solid #e1e1e1
}

.wysiwyg table>tbody>tr:nth-child(even),
.news_content table>tbody>tr:nth-child(even) {
    background-color: #f4f4f4
}

