@charset "utf-8";

.toriyose_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.toriyose_title {
    margin: 10px 0;
    font-size: large;
}

.toriyose_text {
    text-align: center;
}

.toriyosenituite_button {
    margin: 10px 0;
    font-size: larger;
}

.toriyosenituite_button a {
    text-decoration: none;
    color: none;
    border-bottom: 2px solid;
    font-weight: bold;
}

.toriyosenituite_button a:link {
    color: black;
}

.toriyosenituite_button a:visited {
    color: black;
}

.toriyosenituite_button a:hover {
    color: #006888;
}