@charset "UTF-8";
body {
    font-family: "Meiryo UI", monospace;
}

.list_block01 {
    width: 27.5%;
    min-width: 520px;
    margin: 6em auto 0;
    padding-bottom: 6em;
}
@media screen and (max-width: 960px) {
    .list_block01 {
        width: 85.5%;
        min-width: initial;
    }
}
.list_heading01,
.list_heading02 {
    text-align: center;
}
.list_heading02 {
    position: sticky;
    top: 0;
    background-color: #DDEBF7;
    border: 1px solid #000;
}
.list_wrap01 {
    border-style: none solid solid solid;
    border-width: 0 1px 1px 1px;
    border-color: #000;
}
.list_item01 {
    border-bottom: 1px solid #000;
    &:last-child {
        border-bottom: none;
    }
}