/* CSS Document */

body {
    background: #fff;
    min-width: unset;
}
.newslatest {
    width: 100%;
    max-width: 800px;
    margin: auto;
    font-family: "Hiragino Kaku Gothic Pro", sans-serif;
    color: #1a1a1a;
}

.newslatest__modal {
    right: 0;
    width: fit-content;
    margin: auto;
}

.newslatest__cont {
    padding-left: 56px;
    padding-right: 56px;
    padding-top: 44px;
    border-left: 3px solid;
    border-right: 3px solid;
    border-bottom: 3px solid;
    border-color: #F0BB37;
    padding-bottom: 88px;
}

.newslatest__introtext {
    color: #1a1a1a;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px; /* 185.714% */
    letter-spacing: 0.2px;
    margin-bottom: 29px;
}

.newslatest__seg1__text {
    color: #1a1a1a;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px; /* 216.667% */
    letter-spacing: 1.7px;
}

.newslatest .close {
    text-align: right;
    width: 100%;
}

@media (max-width: 750px) {
    .newslatest table.news {
        width: 90%;
        margin-bottom: 0;
    }
}

.newslatest__header__img {
    width: 100%;
    height: auto;
}

.newslatest__seg1 {
    display: flex;
    justify-content: space-between;
}

.newslatest__seg2 {
    margin-top: 45px;
}

.newslatest__seg2__intro {
    color: #1a1a1a;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px; /* 216.667% */
    letter-spacing: 0.24px;
    margin-bottom: 27px;
}

.newslatest__seg2__maintext {
    color: #1a1a1a;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px; /* 216.667% */
    letter-spacing: 0.3px;
}
