@charset "utf-8";

table.tables {
    width: 90%;
    border: 1px solid #ddd;
}
table.table_1 {
    margin-bottom: 3em;
}
table.table_2 {
    margin-bottom: 2em;
}
table.table_3 th {
    background:#ebdfde;
}
table.table_3 td {
    background:#fdf4f4;
}
.tables caption {
    text-align: left;
    font-size: 1.1em;
    margin-bottom: 10px;
}
.tables th {
    width: 25%;
    background: #f1f1f1;
    padding-left: 1em!important;
}
.tables td {
    padding: 1.0em 3em;
    padding-left: 1em!important;
}
.tables .left {
    border-right: 1px solid #ddd;
}
.table_2 td, .table_2 th{
    text-align: center;
}
.news-content p {
    max-width: 900px;
}
.news-content .border {
    border-bottom: 1px #4d4d4d dotted;
    padding-bottom: 2em;
}
.newsInner p bold {
    font-weight : 700;
}
.newsInner .small{
    font-size:0.8em;
}
.newsInner .newsImage {
margin-bottom: 60px;
max-width: fit-content;
}
article {
    padding: 40px 0 20px;
    border-bottom: #e0e0e0 1px solid;
}
article.news {
    border-bottom: none;
}
.newsInner a.arrow:after {
    right: -14px;
    margin: -7px 0 0;
    width: 9px;
    height: 14px;
    background: url(../images/common/icon_arrow01.png) no-repeat;
}
.news-content p.last {
    padding-top: 50px;
}
.news-content .t_middle {
    vertical-align: middle;
    text-align: center;
}
.news-content {
    border-bottom: none;
}

    @media (min-width:320px) and (max-width:768px) {
        table.tables{
            width: 100%;
            table-layout: fixed;
            word-break: break-all;
        }
    }
    .newsInner .newsImage {
    margin-bottom: 60px;
    max-width: fit-content;
}
<style>
table.tables {
    width: 90%;
    border: 1px solid #ddd;
}
table.table_1 {
    margin-bottom: 3em;
}
table.table_2 {
    margin-bottom: 2em;
}
.tables caption {
    text-align: left;
    font-size: 1.1em;
    margin-bottom: 10px;
}
.tables th {
    width: 25%;
    background: #f1f1f1;
    padding-left: 1em!important;
}
.tables td {
    padding: 1.0em 3em;
    padding-left: 1em!important;
}
.tables .left {
    border-right: 1px solid #ddd;
}
.table_2 td, .table_2 th{
    text-align: center;
}
.news-content {
    border-bottom: none;
}
.news-content p {
    max-width: 900px;
}

.news-content .border {
    border-bottom: 1px #4d4d4d dotted;
    padding-bottom: 2em;
}
.newsInner .small{
    font-size:0.8em;
}
.newsInner .newsImage {
margin-bottom: 60px;
max-width: fit-content;
}
article {
    padding: 40px 0 20px;
    border-bottom: #e0e0e0 1px solid;
}
article.news {
    border-bottom: none;
}
.newsInner a.arrow:after {
    right: -14px;
    margin: -7px 0 0;
    width: 9px;
    height: 14px;
    background: url(../images/common/icon_arrow01.png) no-repeat;
}
.news-content p.last {
    padding-top: 50px;
}
.news-content p.p_after_arrow {
    margin-top : -20px;
    margin-bottom: 40px;
}
.news-content .p_under_link {
    margin-top : -20px;
    margin-bottom : 30px;
}
.news_red {
    color : #e65649;
    font-weight: 600;
    font-size: 1.2em;
    margin-bottom: 13px;
    display: inline-block;
}
.news_red_top {
    margin-top: -30px;
    margin-bottom: -30px;
}
    @media (min-width:320px) and (max-width:768px) {
        table.tables{
            width: 100%;
            table-layout: fixed;
            word-break: break-all;
        }
    }
    .newsInner .newsImage {
    margin-bottom: 60px;
    max-width: 100%;
}
</style>