.t-right {
    text-align: right;
}
.t-center {
    text-align: center;
}
.t-bold {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}
.t-lead {
    font-size: 18px;
    letter-spacing: 0.7px;
}
.t-title {
    font-size: 14px;
}
.t-label {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    margin-bottom: 2px;
}
.t-link {
    color: #1c9e3b;
    text-decoration: underline;
}
