@charset "utf-8";
/* CSS Document */
.btn01 + a {
    display: inline-block;
    text-decoration: none;
    color: red;
    margin-top: 24px;
}
.btn01 + a:hover {
    text-decoration: underline;
}