/* News */
#main .newsBox {
    margin-bottom: 9.6rem;
}

.news_headLine {
    margin-bottom: 2.4rem;
    padding: 0.7rem 0 0.9rem 1.5rem;
    font-weight: 700;
    font-size: 2.4rem;
    border-left: 0.5rem solid #EE6B00;
}
.news_list {
    padding-top: 0.2rem;
}
.news_list > li {
    padding: 0 0 2.3rem 0;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #CCC;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.news_list > li:last-child {
    margin-bottom: 0;
}
.news_list > li::after {
    width: 3.2rem;
    height: 3.2rem;
    position: absolute;
    top: -0.3rem;
    right: 0;
    background: url("../img/common/icon07.png") no-repeat left top / 100% 100%;
    content: "";
}
.news_list > li.on::after {
    background-image: url("../img/common/icon08.png");
}
.news_list .time {
    margin-top: 1px;
    width: 12rem;
    color: #666;
    font-family: "Noto Sans", sans-serif;
    line-height: 1.8;
}
.news_list .right {
    flex: 1;
}
.news_list .dropBox {
    padding: 1.4rem 7rem 0 0;
    font-size: 1.4rem;
    line-height: 1.8;
    display: none;
}
.news_list .title {
    padding-right: 7rem;
    cursor: pointer;
    font-weight: 500;
    line-height: 1.8;
    position: relative;
    z-index: 10;
}

.news_more_btn {
    margin-top: 3.2rem;
    display: flex;
    justify-content: center;
}
.news_more_btn a {
    padding-right: 4rem;
    font-size: 2rem;
    font-weight: 700;
    width: 24rem;
    border: 1px solid #000;
    height: 6rem;
    background-color: #fff;
    border-radius: 5rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news_more_btn a:after {
    margin-top: -1.2rem;
    width: 2.5rem;
    height: 2.4rem;
    position: absolute;
    top: 50%;
    right: 2.3rem;
    background: url("../img/common/icon09.svg") no-repeat left top / 100% 100%;
    content: "";
}
@media all and (min-width: 897px) {
    .news_list.style > li {
        display: block;
        padding-bottom: 1.5rem;
        margin-bottom: 1.7rem;
    }
    .news_list.style .time {
        margin: 0 0 0.4rem;
        width: auto;
    }
    .news_list.style > li::after {
        top: 2.9rem;
    }
    .news_list.style .dropBox {
        padding-top: 1.6rem;
    }
    .news_more_btn a:hover {
        opacity: 0.7;
    }
    .news_more_btn.sml a {
        width: 22.5rem;
    }
}
@media all and (max-width: 896px) {
    .news_headLine {
        margin-bottom: 1.6rem;
    }
    .news_list .time {
        width: 9.4rem;
        line-height: 1.5;
    }
    .news_list > li {
        margin-bottom: 1.6rem;
        padding: 0 0 1.5rem 0;
    }
    .news_list .dropBox {
        margin-bottom: -0.5rem;
        padding: 1.1rem 4rem 0 0;
        font-size: 1.2rem;
        line-height: 1.5;
    }
    .news_list .title {
        padding: 0 4rem 0 0.3rem;
        line-height: 1.5;
    }
    .news_list > li::after {
        width: 2.8rem;
        height: 2.8rem;
        top: 0;
        right: 0.1rem;
    }
    .news_more_btn {
        margin-top: 1.6rem;
    }
    .news_more_btn a {
        padding: 0 4rem 0 1.5rem;
        width: 17.9rem;
        height: 4.8rem;
        font-size: 1.6rem;
    }
    .news_more_btn a:after {
        right: 1.5rem;
    }
}
