.topix-list__wrap {
   
}


.topix-list__bg {
    background: linear-gradient(#007EC3, #A9DCF6);
    padding-bottom: 58px;
    position: relative;
    overflow: hidden;
}

.topix-list__bg::after{
    background-image: url('../img/top/top__topix__bg.png');
    content: "";
    display: inline-block;
    background-size: contain;
    position: absolute;
    bottom: 0;
    height: 66.2vw;
    width: 100vw;
    background-repeat: no-repeat;
}



.topix-list {
    position: relative;
    z-index: 1;
}

.topix-list__info {}

.topix-list__info__ttl {
    padding-top: 50px;
    margin-bottom: 60px;
}

.topix-list__info__list {
    width: calc(300/345*100%);
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

.topix-list__info__list li {
    padding-bottom: 60px;
   

}

.topix-list__info__list__img {}

.topix-list__info__list__txtarea {
    margin-top: 10px;
    color: #fff;
    text-align: left;
}

.topix-list__info__list__time {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
    text-shadow: 0 0 2px #000;
}

.topix-list__info__list__txt {
    line-height: calc(24/16);
    position: relative;
    z-index: 10;
    text-shadow: 0 0 2px #000;
}



.topix-list__btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
   

}
.topix-list__btn a{
    color: #707070;
    display: flex;
    justify-content: center;
    align-items: center;
    height:100%;
    width: 100%;
}

.side_btn {
    width: 96px;
    height: 32px;
    background-color: #fff;
    border-radius:20px;
  
}

.side_btn a{

}

.num_btn__list {
    display: flex;
}

.num_btn__list li{
    color: #707070;
    margin-right: 10px;
   
}

.num_btn__list li:not(:last-child){
    background-color: #fff;
    width:30px;
    height: 30px;
    border-radius: 50px;
}
.num_btn__list li:last-child a{
    color: #fff;
}

.num_btn__list li:nth-child(4),.num_btn__list li:nth-child(5),.num_btn__list li:nth-child(6){
    display: none;
}
.num_btn__list li:first-child{
    margin-left: 10px;

}

.topix-list__btn__arrow{
    display: none;
}

.bg-1{
    position: relative;
  
}
/* .bg-1::before {
   content: " ";
   background-image: url('../img/topix-list/bg01.png');
   background-size: contain;
   display: inline-block;
   background-repeat: no-repeat;
   top: 80px;
   width:116px;
   height: 213px;
   position: absolute;
   left: -15px;


}
.bg-1{
    position: relative;
  
}
.bg-1::after {
   content: " ";
   background-image: url('../img/topix-list/bg02.png');
   background-size: contain;
   display: inline-block;
   background-repeat: no-repeat;
   top: 160px;
   width:115px;
   height: 213px;
   position: absolute;
   left: auto;
   right:-15px;


}
.bg-2{
    position: relative;
}
.bg-2::before {
    content: " ";
    background-image: url('../img/topix-list/bg03.png');
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    bottom: 30px;
    width:23px;
    height: 74px;
    position: absolute;
    left: 40px;
 
 
 }
.bg-2::after {
    content: " ";
    background-image: url('../img/topix-list/bg04.png');
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    bottom: -60px;
    width:116px;
    height: 76px;
    position: absolute;
    left: calc((300/355*100% - 100%)/2 - 15px);
   
 
 
 }

 .bg-3{
    position: relative;
}
.bg-3::before {
    content: " ";
    background-image: url('../img/topix-list/bg05.png');
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    bottom: -20px;
    width:77px;
    height: 61px;
    position: absolute;
    left: auto;
    right: 0;
 
 
 }
 .bg-4{
    position: relative;
}
.bg-4::before {
    content: " ";
    background-image: url('../img/topix-list/bg06.png');
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    bottom: 40px;
    width:61px;
    height: 216px;
    position: absolute;
    left: auto;
    right: calc((300/355*100% - 100%)/2 - 15px);
 
 
 }
.bg-4::after {
    content: " ";
    background-image: url('../img/topix-list/bg07.png');
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    bottom: -80px;
    width:115px;
    height: 140px;
    position: absolute;
    left: auto;
    right: calc((300/355*100% - 100%)/2 - 15px);
 
 
 }

 .bg-5{
    position: relative;
}
.bg-5::before {
    content: " ";
    background-image: url('../img/topix-list/bg08.png');
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    bottom: 130px;
    width:61px;
    height: 70px;
    position: absolute;
    
    left: calc((300/355*100% - 100%)/2 - 15px);
 
 
 } */


 @media screen and (min-width: 768px){
    .topix-list__wrap {
        
    }
    
    
    .topix-list__bg {
        
        padding-bottom: 58px;
    }
    
    
    
    .topix-list {
        position: relative;
        z-index: 1;
    }
    
    .topix-list__info {}
    
    .topix-list__info__ttl {
        padding-top: 60px;
        margin-bottom: 60px;
    }
    
    .topix-list__info__list {
        width: 100%;
        margin: 0 ;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
    }
    
    .topix-list__info__list li {
        padding-bottom: 60px;
        width: calc((100 - 9)/3*1%);
        position: relative;
        z-index: 1;
       
    
    }

    .topix-list__info__list li:not(:nth-child(3n)){
        margin-right: 4.5%;
    }
    
    .topix-list__info__list__img {}
    
    .topix-list__info__list__txtarea {
        margin-top: 10px;
        color: #fff;
        text-align: left;
    }
    
    .topix-list__info__list__time {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 3px;
    }
    
    .topix-list__info__list__txt {
        line-height: calc(24/16);
        position: relative;
        z-index: 10;
    }
    
    
    
    .topix-list__btn{
        display: flex;
        justify-content: space-between;
        align-items: center;

        max-width: 593px;
        margin:0 auto;
       position: relative;
    
    }

    .topix-list__btn__arrow{
        width:15px;
        display: block;
    }
    .topix-list__btn a{
        color: #707070;
        display: flex;
        justify-content: center;
        align-items: center;
        height:100%;
        width: 100%;
    }
    
    .side_btn {
        width: 96px;
        height: 32px;
        background-color: #fff;
        border-radius:20px;
      
    }
    
    .side_btn a{
    
    }
    
    .num_btn__list {
        display: flex;
    }
    
    .num_btn__list li{
        color: #707070;
        margin-right: 10px;
       
    }
    
    .num_btn__list li:not(:last-child){
        background-color: #fff;
        width:30px;
        height: 30px;
        border-radius: 50px;
    }
    .num_btn__list li:last-child a{
        color: #fff;
    }
    
    .num_btn__list li:nth-child(2){
        
    }
    .num_btn__list li:first-child{
        margin-left: 10px;
    
    }
    .num_btn__list li:nth-child(4),.num_btn__list li:nth-child(5),.num_btn__list li:nth-child(6){
        display: block;
    }
    
    /* .bg-1{
        position: relative;
      
    }
    .bg-1::before {
       content: " ";
       background-image: url('../img/topix-list/bg01-pc.png');
       background-size: contain;
       display: inline-block;
       background-repeat: no-repeat;
       top: 45px;
       width:274px;
       height: 314px;
       position: absolute;
       left: 50px;
    
    
    }
   
    .bg-1::after {
       content: " ";
       background-image: url('../img/topix-list/bg02-pc.png');
       background-size: contain;
       display: inline-block;
       background-repeat: no-repeat;
       top: 22px;
       width:343px;
       height: 348px;
       position: absolute;
       left: auto;
       right:17px;
    
    
    }
    .bg-2{
        position: relative;
    }
    .bg-2::before {
        content: " ";
        background-image: url('../img/topix-list/bg03.png');
        background-size: contain;
        display: inline-block;
        background-repeat: no-repeat;
        bottom: 30px;
        width:23px;
        height: 74px;
        position: absolute;
        left: 40px;
     
        display: none;
     
     }
    .bg-2::after {
        content: " ";
        background-image: url('../img/topix-list/bg04.png');
        background-size: contain;
        display: inline-block;
        background-repeat: no-repeat;
        bottom: -60px;
        width:116px;
        height: 76px;
        position: absolute;
        left: calc((300/355*100% - 100%)/2 - 15px);
       
     display: none;
     
     }
     .bg-2-pc{
        position: relative;
     }



     .bg-2-pc::before {
        content: " ";
        background-image: url('../img/topix-list/bg03.png');
        background-size: contain;
        display: inline-block;
        background-repeat: no-repeat;
        top: 42%;
        width:47px;
        height: 149px;
        position: absolute;
        left: 80px;
     
        
     
     }
    .bg-2-pc::after {
        content: " ";
        background-image: url('../img/topix-list/bg04.png');
        background-size: contain;
        display: inline-block;
        background-repeat: no-repeat;
        
        width:195px;
        height: 153px;
        position: absolute;
        top: 50%;
        left: -30px;

       
       
     
     
     }
    
     .bg-3{
        position: relative;
    }
    .bg-3::before {
        content: " ";
        background-image: url('../img/topix-list/bg05.png');
        background-size: contain;
        display: inline-block;
        background-repeat: no-repeat;
        bottom: -20px;
        width:77px;
        height: 61px;
        position: absolute;
        left: auto;
        right: 0;
     
     display: none;
     }

     .bg-3-pc{
        position: relative;
     }
     .bg-3-pc::before {
        content: " ";
        background-image: url('../img/topix-list/bg05.png');
        background-size: contain;
        display: inline-block;
        background-repeat: no-repeat;
        top: 35%;
        width:155px;
        height: 122px;
        position: absolute;
        left: auto;
        right:1%;
     
     }

     .bg-4{
        position: relative;
    }
    .bg-4::before {
        content: " ";
        background-image: url('../img/topix-list/bg06.png');
        background-size: contain;
        display: inline-block;
        background-repeat: no-repeat;
        bottom: 40px;
        width:61px;
        height: 216px;
        position: absolute;
        left: auto;
        right: calc((300/355*100% - 100%)/2 - 15px);
     
        display: none;
     
     }
    .bg-4::after {
        content: " ";
        background-image: url('../img/topix-list/bg07.png');
        background-size: contain;
        display: inline-block;
        background-repeat: no-repeat;
        bottom: -80px;
        width:115px;
        height: 140px;
        position: absolute;
        left: auto;
        right: calc((300/355*100% - 100%)/2 - 15px);
     display: none;
     
     }
     .bg-4-pc{
        position: relative;
    }
    .bg-4-pc::before {
        content: " ";
        background-image: url('../img/topix-list/bg06.png');
        background-size: contain;
        display: inline-block;
        background-repeat: no-repeat;
        top: 50%;
        width:72px;
        height: 327px;
        position: absolute;
        left: auto;
       right: 5%;
     
     }
    .bg-4-pc::after {
        content: " ";
        background-image: url('../img/topix-list/bg07.png');
        background-size: contain;
        display: inline-block;
        background-repeat: no-repeat;
       top: 65%;
        width:calc(115px*1.4);
        height:calc(140px*1.4);
        position: absolute;
        left: auto;
        right: 0;
     
     
     }
    
     .bg-5{
        position: relative;
    }
    .bg-5::before {
        content: " ";
        background-image: url('../img/topix-list/bg08.png');
        background-size: contain;
        display: inline-block;
        background-repeat: no-repeat;
        bottom: 130px;
        width:61px;
        height: 70px;
        position: absolute;
        
        left: calc((300/355*100% - 100%)/2 - 15px);
     display: none;
     
     }
     .bg-5-pc{
        position: relative;
    }
    .bg-5-pc::before {
        content: " ";
        background-image: url('../img/topix-list/bg08-pc.png');
        background-size: contain;
        display: inline-block;
        background-repeat: no-repeat;
        bottom: -68px;
        width:81px;
        height:138px;
        position: absolute;
        left: 2%;
        
     
     
     } */
 }