/* ==============================================
   新着一覧（/whatsnew）
   ============================================== */

.whatsnew {
    width: 100%;
    padding: 5px 2.6667%;
    background-color: #e6e6e6;
    box-sizing: border-box;
}

.whatsnew h1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 1%;
    font-size: 1rem;
    font-weight: bold;
    border-bottom: 2px solid #084d8f;
}

.whatsnew h1 img {
    width: 24px;
    margin: 0 4px 0 0;
}

.whatsnew_content {
    width: 100%;
    margin: 10px 0;
    padding: 10px;
    background-color: white;
    border-radius: 8px;
    box-sizing: border-box;
}

.whatsnew_list {
    margin-top: 10px;
}

.whatsnew_list ul {
    margin-bottom: 10px;
}

.whatsnew_list ul li:first-child {
    padding-left: 1%;
    background-color: #004d8f;
    color: white;
    font-size: 12px;
    line-height: 1.5;
}

.whatsnew_list ul li:nth-child(n + 2) {
    padding: 10px 0;
    border-bottom: dotted 1px #333;
}

.whatsnew_list ul li:nth-child(n + 2) a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
}

.whatsnew_list ul li:nth-child(n + 2) a .news_icon {
    display: block;
    width: 13.4328%;
    color: white;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.9;
    text-align: center;
}

.whatsnew_list ul li:nth-child(n + 2) a .news_icon.category_column {
    background-color: #4ca7ff;
}

.whatsnew_list ul li:nth-child(n + 2) a .news_icon.category_slot {
    background-color: #39c519;
}

.whatsnew_list ul li:nth-child(n + 2) a .news_icon.category_pachi {
    background-color: #f93e3e;
}

.whatsnew_list ul li:nth-child(n + 2) a .news_icon.category_news {
    background-color: #eca124;
}

.whatsnew_list ul li:nth-child(n + 2) a .news_icon.category_movie {
    background-color: #ae73f4;
}

.whatsnew_list ul li:nth-child(n + 2) a .news_icon.category_magazine {
    background-color: #f759e2;
}

.whatsnew_list ul li:nth-child(n + 2) a .news_icon.category_pv {
    background-color: #696969;
}

.whatsnew_list ul li:nth-child(n + 2) a .news_icon.category_event {
    background-color: #ff69b4;
}

.whatsnew_list ul li:nth-child(n + 2) a .news_icon.category_plan {
    background-color: #ff69b4;
}

.whatsnew_list ul li:nth-child(n + 2) a .news_text {
    width: 83.5821%;
    color: #333;
    font-size: 14px;
    line-height: 1.4;
}

.whatsnew_list ul li:nth-child(n + 2) a .news_text p {
    color: #777 !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
}

/* PC向けレイアウト調整 */
@media (min-width: 835px) {
    .whatsnew {
        width: 100%;
        padding: 10px;
        border-radius: 8px;
    }

    .whatsnew_content {
        margin: 10px 0;
        padding: 10px;
    }
}
