@charset "utf-8";

.box .sec-years {
    max-width: 500px;
    position: relative;
    margin-bottom: 4rem;
}

.box .sec-years select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    font-size: 2.2rem;
    color: #0c4097;
    background: #fff;
    border: 2px solid #0c4097;
    border-radius: 10px;
    padding: 0.5rem 2rem 0.9rem;
    font-weight: 500;
}

.box .sec-years select option {
    color: #0c4097;
}

.box .sec-years::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 45%;
    border: solid #0c4097;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.box .tit-24 {
    color: #222222;
}

.box > .tit-24 {
    margin-bottom: 4rem;
}

.box .child {
    margin-bottom: 6rem;
}

.box .child ul {
    padding: 3rem;
    background: #f2f2f2;
    border-radius: 1rem;
}

.box .child ul li:not(:last-child) {
    margin-bottom: 2rem;
}

.box .child ul li a {
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #0c4097;
}

.box .child ul li a:hover {
    text-decoration: none;
}

.box .data {
    display: none;
}

.box #data-2024 {
    display: block;
}
