/*シンボル的に使う青色*/
.h_color {
    color: #3099ff;
}

/* 一重の線 */
.simple-border1 {
    text-decoration:underline solid #3099ff
}

.border-bottom-h_color{
/*    border-bottom: solid 2px blue*/
    border-bottom: solid 2px #3099ff
}