.information__wrapper ul {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.information__wrapper ul li p span {
    font-size: 14px;
    font-weight: 500;
    color: #B1B1B1;
}

.information__wrapper ul li a {
    font-size: 16px;
    letter-spacing: .02em;
    color: #313131;
    text-decoration: underline;
    transition: .3s;
}

.information__wrapper ul li a:hover {
    color: #D80000;
}

.information__title h3 {
    font-size: 28px;
    font-family: 'Noto Sans JP', serif;
}

.information__title p span {
    font-size: 14px;
    font-weight: 500;
    color: #B1B1B1;
}

.information__content {
    padding: 40px 0;
}

.information__nav {
    align-items: center;
    display: flex;
    column-gap: 16px;
}

.information__nav a {
    font-size: 14px;
    color: #313131;
    text-decoration: underline;
    transition: .3s;
}

.information__nav a svg {
    color: #D80000;
}

.information__nav-divider {
    display: block;
    width: 1px;
    height: 32px;
    background-color: #aaaaaa;
    margin: 0 24px;
}

.information__more {
    align-items: center;
    display: flex;
    column-gap: 16px;
}

.information__more a {
    color: #1A1A1A;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .02em;
}

.information__more a:hover {
    text-decoration: underline;
}

.information__more-icon {
    border: 1px solid #D80000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
}

.information__more-icon img {
    height: 8px;
    width: 20px;
}

.information__more {
    padding-top: 40px;
}


@media screen and (max-width: 880px) {
    .information__title h3 {
        font-size: 5.8vw;
        line-height: 7.8vw;
    }
}

@media screen and (max-width: 720px) {
    .information__box h3 {
        font-size: 4.8vw;
    }
    .information__more-icon {
        height: 8vw;
        width: 8vw;
    }
    .information__more-icon img {
        height: 4vw;
        width: 3.2vw;
    }
    .information__content p img {
        width: 100%;
    }
}