@charset "utf-8";
/*<section class="topics">*/
.topics {
    margin-top: 80px;
}

.topics-title {
    display: flex;
    gap: 24px;
    font-size: 12px;
}

.cate {
    color: #75DAB4;
}

.topics-h2 {
    font-size: 28px;
    margin: 24px 0;
}

.thumb-area {
    width: 100%;
    height: 100%;
}

.topics-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.topics-area {
    margin: 60px 0;
}

.prev-next {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.p-n-btn {
    display: inline-block;
    max-width: 240px;
    width: 100%;
    color: #fff;
    background-color: #111;
    text-align: center;
    padding: 8px;
    border-radius: 100vh;
}
/*終わり*/


/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
/*終わり*/  

/*<section class="topics">*/
    .thumb-area {
        width: 100%;
        height: 400px;
    }
/*終わり*/  
}


/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
/*終わり*/  

/*<section class="topics">*/
    .topics {
        margin: 80px 0;
    }

    .topics-h2 {
        font-size: 18px;
    }

    .thumb-area {
        width: 100%;
        height: 180px;
    }

    .prev-next {
        gap: 24px;
    }
    
/*終わり*/  
}