.center_text {
    text-align: center;
    font-family: HG創英角ｺﾞｼｯｸUB, system-ui;
    color: #ffffff;
    margin-top: 5px;
    margin-bottom: 5px;
}

.box_parent_vertical {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.hover_box {}

.hover_box:hover {
    filter: brightness(0.5);
}

.contact_box {
    width: 50%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px 10px 10px 10px;
}

.contact_box ul {
    text-align: center;
}

.contact_box a {
    text-decoration: none;
    color: black;
}

.contact_box ul {
    font-family: "源真ゴシックP Medium", system-ui;
    padding-left: 0;
    margin-left: 10px;
    list-style-position: inside;
}