@charset "UTF-8";
/* 見出し背景 ページ調整用 start */
.c-heading__lower__bgImg--01 {
    background-image: url(/topics/ad/images/topics_bg.png);
}

@media screen and (max-width: 768px) {
    .c-heading__lower {
        margin-bottom: 50px;
    }
}
/* 見出し背景 ページ調整用 end */

.c-top__Topics {
    margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
    .c-top__Topics {
        margin-bottom: 100px;
    }  
}

/* トピックスエリア */
.c-topics {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.c-topics::after {
content: '';
display: block;
width: 30%;
}
.c-topics__cont {
    width: 30%;
    max-width: 100%;
    position: relative;
}
.c-topics__List {
    border: 2px solid #0071bd;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 35px;
}
.c-topics__List__Inner {
    padding: min(2vw, 38px);
    flex-direction: column;
    display: flex;
}
.c-topics__Txt__top {
    color: #0071bd;
    font-weight: 600;
    line-height: 1.7;
}
.c-topics__Txt__bottom {
    margin-top: auto;
    color: #0071bd;
    display: flex;
    align-items: center;
    justify-content: end;
}
.c-topics__Txt__bottom p {
    font-weight: 600;
    margin-bottom: 0;
}
.c-topics__Txt__bottom > p {
    margin-right: 6%;
}
.c-topics_Btn {
    background: #0071bd;
    border-radius: 20px;
    text-align: center;
    width: 34%;
}
.c-topics_Btn a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.05em;
    width: 100%;
    display: inline-block;
    padding: 0 0 1px 0;
}
.c-icon {
    position: absolute;
    right: -10px;
    top: -20px;
    z-index: 5;
    width: 32%;
    height: auto;
    text-align: center;
}
.c-featuredSpots {
    margin-bottom: 0;
    font-weight: 600;
}
.c-spotList {
    padding-left: 0.8em;
    line-height: 1.6;
    font-weight: 900;
}

@media screen and (max-width: 768px) {
    .c-topics {
        display: block;
        width: 100%;
    }
    .c-topics__cont {
        width: 100%;
        margin-bottom: 70px;
    }
    .c-topics__List {
        border-radius: 10px;
    }
    .c-topics__List__Inner {
        padding: min(4vw, 40px);
    }
    .c-topics__Txt__top {
        margin-bottom: 10%;
    }
    .c-topics_Btn {
        width: 25%;
    }
    .c-topics_Btn a {
        /* padding: 4% 0; */
        padding: 4% 0% 5%;
    }
    .c-topics__Txt__bottom > p {
        margin-right: 4%;
    }
    .c-topics__List {
        margin-bottom: 18px;
    }

    /* archive用 */
    .c-archive .c-topics__cont {
        margin-bottom: 40px;
    }

}
/* トピックスエリア end */


/* アーカイブページエリア */
#archive .c-Spots {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#archive .c-top__Topics__lineItem {
    position: relative;
}
#archive .c-top__Topics__lineItem::after {
    content: "";
    background-image: url(/topics/ad/images/line_item01.png);
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
}
#archive .c-top__Topics {
    padding-bottom: 7%;
}
@media screen and (max-width: 768px) {
    #archive .c-Spots {
        display: block;
    }
    #archive .c-Spots__block01 {
        margin-bottom: 8vw;
    }
    #archive .c-top__Topics {
        padding-top: 7%;
        padding-bottom: 10%;
    }
}

/* anchor start */
#archive .c-linkArea {
    margin-bottom: 10px;
    max-width: 100%;
    width: 400px;
}
#archive .c-linkArea .c-Btn__block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    line-height: 1.2;
    margin-bottom: 15px;
}
#archive .c-linkArea .c-noLink__Btn {
    background-color: #fff;
    border: 2px solid #0071bd;
    color: #0071bd;
    padding: 15px 50px 15px 50px;
}
#archive .c-linkArea .c-Btn__block .c-goTtx__Item01 {
    margin-left: 15px;
}
#archive .c-linkArea .c-Btn__block a {
    display: flex;
    flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
    #archive .c-linkArea {
        width: 100%;
        margin-top: 40px;
        margin-bottom: 0;
    }
    #archive .c-linkArea .c-Btn__block {
        margin-bottom: 5%;
        margin-left: 0;
        margin-right: 0;
    }
    #archive .c-linkArea .c-Btn__block .c-goTtx__Item01 {
        margin-left: 0;
    }
}
/* anchor end */
