@charset "utf-8";

/* パンくずリスト */
#fs-news .block-topic-path--list {
    display: flex;
    font-size: 1.2rem;
}
#fs-news .block-topic-path--list a{
    text-decoration: underline;
    margin-right: 8px;
}

/* メイン */
#fs-news .wrap{
    padding-top: 40px;
    box-sizing: border-box;
}
#fs-news .pc{
    display: inline;
}
#fs-news .sp{
    display: none;
}
#fs-news ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#fs-news .fs-news-ttl{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 50px;
}

#fs-news .fs-news-ttl h2{
    font-size: 2.8rem;
    margin: 0;
}

#fs-news .fs-news-ttl time{
    font-size: 1.4rem;
    color: #aaaaaa;
}

.fs-news-body {
    font-size: 1.4rem;
}

#fs-news .fs-news-body p {
    line-height: 1.6;
    margin: 1rem 0 2rem 0;
    font-size: 1.4rem;
}

#fs-news .fs-news-imgbox{
    margin: 2rem 0 3rem 0;
}

#fs-news .fs-news-imgbox img{
    width: 50%;
}
#fs-news .fs-news-imgbox2 img{
    width: 70%;
}

#fs-news .fs-news-body a {
    text-decoration: underline;
    color: rgb(59, 59, 192);
}
#fs-news .fs-news-body a:hover {
    opacity: 0.5;
}

#fs-news .fs-news-body .login-text {
   color: #000;
   font-weight: bold;
   text-decoration: none;
}

#fs-news .fs-news-body .pass-text{
    color: red;
}

/* .rank_table{
    width: 100%;
    max-width: 680px;
    font-size: 1.5rem;
    margin-bottom: 30px;
}

.rank_table th{
    text-align: left;
    padding: 1rem 2rem;
    color: #FFF;
}

.rank_table td{
    padding: 1rem 2rem;
    background-color: #F6F6F6;
}

.rank_table tr td:nth-of-type(1){
    text-align: center;
}

.rank_table tr:nth-of-type(1) th{
    background-color: #a36b21;
}

.rank_table tr:nth-of-type(2) th{
    background-color: #afafb0;
}

.rank_table tr:nth-of-type(3) th{
    background-color: #f8b856;
}

.rank_table tr:nth-of-type(4) th{
    background-color: #4e67b0;
}

.rank_table tr:nth-of-type(5) th{
    background-color: #92114a;
} */

/* レスポンシブ */
@media screen and (max-width:428px) {

    .fs-l-main {
        padding: 8px 4%;
    }
    #fs-news .fs-news-ttl h2 {
        font-size: 2.2rem;
    }
    #fs-news .pc{
        display: none;
    }
    #fs-news  .sp{
        display: inline;
    }

    #fs-news .fs-news-ttl {
        flex-direction: column-reverse;
    }

    #fs-news .fs-news-ttl time{
        width: 100%;
        text-align: right;
        font-size: 1.4rem;
        margin-bottom: 0.8rem;
    }

    #fs-news .fs-news-imgbox img{
        width: 100%;
    }
    #fs-news .fs-news-imgbox2 img{
        width: 100%;
    }

    /* .rank_table{
        font-size: 1.2rem;
    }

    .rank_table th{
        padding: 1rem 1rem;
    }
    
    .rank_table td{
        padding: 1rem 1rem;
    } */

}
