@charset "UTF-8";
/* 2022-11-25 */
.news-area {
    max-width: 980px !important;
}

.hdg-red {
    color: #000;
}

hr.line-gray {
    border: 0;
    height: 1px;
    background: #c6c6c0;
    margin: 20px 0px 20px 0px;
}

div.box-top {
    margin-top: 30px;
}

.gig5-news-list ul,ol {
    padding-left: 20px;
}

.gig5-news-list ul li {
    position: relative;
    padding-left: 17px;
}

.gig5-news-list ul li::before {
    display: block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #87867e;
    left: 0;
    top: .65em;
}    

.gig5-news-list ol li {
    display: table;
    width: 100%;
    counter-increment: num;
}

.gig5-news-list ol li::before {
    display: table-cell;
    text-align: right;
    width: 36px;
    padding-right: 12px;
    white-space: nowrap;
    content: counter(num,decimal) ".";
}
