body {
    font-family: 'Noto Sans JP', sans-serif;
}

.mv__news__ttl img {
    width: 77px;
}

.topix__wrap {
    /*  background-image: linear-gradient(-45deg, #ffead0 25%, #fdefdd 25%, #fdefdd 50%, #ffead0 50%, #ffead0 75%, #fdefdd 75%, #fdefdd 100%);
    background-size: 40px 40px; */
    padding-top: 57.7px;
    /* padding-bottom: 23.7px; */
}
.topix__area__wrap{
    text-decoration: none;
    color: #000;
}

.topix {
    margin: 0 19px;
}

.tpix__area {
    background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 8px);
    background-size: 4px 1px;
    background-position: left top;
    background-repeat: repeat-x;
}

.topix__ttl {
    width: 128.7px;
    margin: 0 auto;
    margin-bottom: 23px;
}

.topix__sub__ttl {
    color: #666666;
    font-weight: normal;
    text-align: center;
    margin-top: 16.5px;
}

.tpix__area .topix__pc__wrap:nth-child(1) {}

.topix__border {
    background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 8px);
    background-size: 4px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
}

.ttl-date__wrap {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    padding-top: 16px;
}

.topix__info {
    color: #fff;
    padding: 3.5px;
    text-align: center;
    width: 93px;
    font-size: 12px;
    margin-right: 6.8px;
    border-radius: 5px;
}

.news__ttl {
    background-color: #b60005;
}

.date {
    font-size: 14px;
}

.topix__txt {
    line-height: 1.4;
    padding-bottom: 16px;
    margin-top: 10px;
}

.event__ttl {
    background-color: #f7931e;

}

/* .news__btn__wrap {
    margin-top: 28px;
} */

.send__num__btn {
    margin-top:30px;
}

.num__btn__list {
    display: flex;
    justify-content:center;
    align-items:center;
}

.num__btn__list li:not(:last-child) {
    font-size:14px;
   
    border:1px solid #b3b3b3;

margin-right: 11px;
}
.num__btn__list li:not(:last-child) a{
    text-decoration: none;
    color: #b3b3b3;
    width:29.5px;
    height:29.5px;
    justify-content: center;
align-items: center;
display: flex;
}

.num__btn__list li:last-child{
    width:7px;
}

.topix .num__btn__list .active{
background-color: #b60005;
border:1px solid #b60005;
}
.send__num__btn .num__btn__list .active a{
    color: #fff;
}








@media screen and (min-width:768px) {

    .mv__news__ttl{
        width:378.8px;
    }

    .mv__news__ttl img {
        width: 109.4px;
    }

    .under__shadow {
        width: 304px;
        
    }
    .topix__wrap {
        /* background-image: linear-gradient(-45deg, #ffead0 25%, #fdefdd 25%, #fdefdd 50%, #ffead0 50%, #ffead0 75%, #fdefdd 75%, #fdefdd 100%);
    background-size: 100px 100px; */
        padding-top: 110px;
        padding-bottom: 36px;
    }



    .topix {
        /* display: flex; */
        max-width: 940px;
        margin: 0 auto;
        align-items: flex-end;
        padding: 0 20px;
    }

    .topix__ttl {
        width: 154.4px;
        margin: 0 auto;
        margin-bottom: 44px;
    }

    .topix__sub__ttl {

        margin-top: 22px;
    }



    .topix__pc__wrap {
        display: flex;
        align-items: center;
        padding-bottom: 13px;
    }

    .topix__txt {

        margin-left: 15px;
        padding: 0;
    }

    .send__num__btn {
        margin-top: 41px;
    }


}