text-decoration: underline;
text-underline-position: under;
text-decoration-color: hsla(240, 100%, 47%, 0.5);
/*
hsl()ではhue:色相、saturation:彩度、lightness:輝度の3要素で色を指定
hsla()で透明度もあわせて指定
*/