@charset "utf-8";

.newsmenu {
    background-image: url(../img/news/mc_noisemint1200bk.jpg);
    width: 100%;
    padding-bottom: 100px;
}

.newstitle {
    font-size: 36px;
    color: #F3AF7F;
    padding-top: 60px;
    margin-left: 12%;
}

.newstitle span {
    font-size: 15px;
    margin-left: 10px;
}

.newsbox {
    width: 945px;
    height: 320px;
    margin: 0 auto 30px;
    border-radius: 30px;
    border: 4px solid #faee8c;
    box-shadow: 5px 5px #faee8c;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-contents {
    width: 420px;
    color: #F3AF7F;
    font-size: 14px;
    margin-left: 60px;
    line-height: 1.5;
}

.index {
    padding-bottom: 20px;
    position: relative;
}

.index::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* borderだけだと上下左右について二重になるので必ずbottomwo
    入れる */
    border-bottom: 4px dotted #F3AF7F;
}

.indextext {
    margin-top: 20px;
}

.newsbox img {
    padding: 40px 60px 40px 0;
}

.pagination-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
    list-style-type: none;
    padding: 0;
}

.pagination-3 a {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    /* border-bottom: 2px solid #f2f2f2; */
    color: #727171;
    text-decoration: none;
}




/* 
.pagination-3 .current a {
    border-bottom: 2px solid #f3af7f;
    pointer-events: none;
} */