@charset "UTF-8";
/* コンテンツ */

@media screen and (min-width: 521px) {
.table1 th {
    width: 12em;
}
}

h3.hsub {
    text-align: center;
    margin-bottom: 2em;
}
h3.hsub span {
    font-size: 1.32em;
    line-height: 1.4;
    font-weight: normal;
    display: inline-block;
    border-bottom: 1px solid #333;
    letter-spacing: 2px;
    text-indent: 2px;
    padding: 0 1em 0.1em;
}

@media screen and (max-width: 960px) {

h3.hsub span {
    font-size: 1.24em;
}
}


@media screen and (max-width: 520px) {

h3.hsub span {
    font-size: 1.16em;
}

}