@charset "UTF-8";

.text {
    font-size: 1.0rem; !important;
    line-height: 1.6;
    color: red;
}

.text3 {
    font-size: 1.2rem !important;
    font-weight:bold;
    line-height: 1.6;
    color: red;
}

.box_red {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: solid 5px red;
    text-align: left;
}

.box_red a{
    text-decoration: underline;
    text-decoration-color: red;
}
.box_red a:hover{
    text-decoration: none;
    text-decoration-color: red;
}
