h4{
    font-family: 'Kosugi Maru','Noto Sans JP', sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: .9px;
    padding: 20px 0 0;
    text-align: center;

}
.under_color_kyotu{
    text-decoration: underline;
    text-decoration-color: #1801BF;
}
.under_color_tent{
    text-decoration: underline;
    text-decoration-color: #E69EDD;
}
.under_color_kannai{
    text-decoration: underline;
    text-decoration-color: #CAE5A6;
}
.under_color_ground{
    text-decoration: underline;
    text-decoration-color: #C6EDFB;
}
.under_color_stage{
    text-decoration: underline;
    text-decoration-color: #F0D185;
}
strong{
    font-weight: 700;
}