@charset "UTF-8";

.explanation{
    margin-bottom: 2vw;
}
.list__text-small{
    font-size: 0.89vw;
}
.list-table{
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    width: 100%;
    border-radius: 1.04vw;
    border: solid 0.16vw #BFF205;
    color: #010440;
    font-weight: 700;
}
.list-table th:first-child{
    width: 11vw;
}
.list-table th:nth-child(3){
    width: 9vw;
}
.list-table th:last-child{
    width: 10vw;
}
.list-table td{
    padding: 0.5vw;
    border-bottom: dotted 0.16vw #BFF205;
    border-right: dotted 0.16vw #BFF205;
}
.list-table tr:last-child td {
  border-bottom: none;
}
.list-table th{
    padding: 0.5vw 0;
    font-weight: 700;
    text-align: center;
    background-color: #F3FFC6;
    border-bottom: solid 0.16vw #BFF205;
    border-right: solid 0.16vw #BFF205;
}
.list-table tr th:last-child, .list-table tr td:last-child{
    border-right: none;
}
.list__bg-blue{
    background-color: #EAF5FF;
}
.list-year tr.list__bg-blue{
    background-color: #FFF;
}
.list__date, .list__event-name, .list__price{
    font-size: 1.15vw;
}
.list__price-free{
    text-align: center;
}
.list__event-name a{
    color: #010440;
    text-decoration: underline;
}
.list__event-name a:hover{
    opacity: 0.8;
}
.list__date-number1{
    position: relative;
    padding-left: 1.3vw;
    margin-right: 0.5vw;
}
.list__date-number1::before{
    position: absolute;
    content: "1";
    left: 0vw;
    top: 0.45vw;
    background-color: #010440;
    text-align: center;
    font-size: 0.78vw;
    color: #ffffff;
    width: 1vw;
    height: 1vw;
}
.list__date-number2{
    position: relative;
    padding-left: 1.3vw;
}
.list__date-number2::before{
    position: absolute;
    content: "2";
    left: 0vw;
    top: 0.45vw;
    background-color: #010440;
    text-align: center;
    font-size: 0.78vw;
    color: #ffffff;
    width: 1vw;
    height: 1vw;
}

/* レスポンシブ（SP表示の指定） */
@media (max-width: 1024px) {
    .explanation{
        margin-bottom: 4vw;
    }
    .list-table th{
        display: none;
    }
    .list-table tr,
    .list-table td{
      display: block;
      width: 100%;
    }
    .list-table{
        border: none;
        color: #010440;
        font-weight: 700;
    }
    .list-table td{
        border: none;
        padding-bottom: 2vw;
    }
    .list-table tr{
        border-bottom: solid 0.39vw #BFF205;
        padding-top: 3vw;
    }
    .list-table tr:first-child{
        border-bottom: none;
    }
    .list__text-small{
        font-size: 3.52vw;
    }
    .list__date, .list__price{
        font-size: 5.08vw;
    }
    .list__event-name{
        font-size: 3.91vw;
    }
    .list__price-free{
        text-align: left;
    }
    .list__contact-sp{
        font-size: 3vw;
    }
    .list__date-number1{
        padding-left: 6vw;
    }
    .list__date-number1::before{
        left: 1vw;
        top: 2vw;
        font-size: 3.39vw;
        width: 4.17vw;
        height: 4.17vw;
        line-height: 4.17vw;
    }
    .list__date-number2{
        padding-left: 6vw;
    }
    .list__date-number2::before{
        left: 1vw;
        top: 2vw;
        font-size: 3.39vw;
        width: 4.17vw;
        height: 4.17vw;
        line-height: 4.17vw;
    }
}
