/* newsroom */

.newsroom .press .underline {
    border-top: 1px dashed #cccccc;
    margin-bottom: 30px;
}

.newsroom .press a {
    color: #0088cc;
    text-decoration: none;
    display: inline;
    margin-bottom: 2rem;
}

.newsroom .press a .txt-black {
    color: black;
}

.newsroom .press h3 {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.newsroom .press .table {
    border-collapse: collapse;
    margin: 0 auto;
}

.newsroom .press .table td {
    border: 1px solid #ccc;
}

.newsroom .press .table th {
    background-color: #EFEFEF;
    border: 1px solid #ccc;
}

.newsroom .press .table th:first-child {
    border-left: 1px solid #ccc;
}

.news-content {
    display: flex !important;
}

.news-content a:hover {
    color: #006AB7 !important;
}

.news-content a {
    display: inline !important;
}

.txt-black a {
    color: black !important
}

.txt-black a:hover {
    text-decoration: underline;
    color: #006AB7 !important;
}

.txt-black:hover {
    color: #006AB7 !important;
}

.news-area1 .news-list .news-detail .img {
    width: 90% !important;
    margin-right: 0.5rem !important;
}

/* content */

.btn-w100i {
    width: 100% !important;
}