/* ----------------------------------------
 * text装飾
---------------------------------------- */

.bold-blue { font-weight: bold; color: #004ea2; }
.bold-lightblue { font-weight: bold; color: #3399ff; }
.bold-pink { font-weight: bold; color: #EC6B81; }
.text-lightblue { color: #3399ff; }
.text-pink { color: #EC6B81; }
.bold-underline { 
    font-weight: bold;   
    text-decoration-color: #F7FAFF;
    text-decoration-line: underline;
    text-decoration-thickness: 10px;
    text-underline-offset: -3px;
}
.marker-yellow { background-color: #FDFF95; }
