@charset "utf-8";

/***************************************************************************
Media Queries
****************************************************************************/

@media print, screen and (max-width: 1280px) {
}
@media only screen and (max-width: 767px) {
}

/***************************************************************************
txt 
****************************************************************************/

[class^="txt_"] {
    padding-top: 1em;
    padding-bottom: 1em;
}

.txt_30 {
    font-size: 1.875rem;      /* 30÷16×100 */
}
.txt_24 {
    font-size: 1.5rem;        /* 24÷16×100 */
}
.txt_18 {
    font-size: 1.125rem;      /* 18÷16×100 */
}
.txt_14 {
    font-size: 0.875rem;      /* 14÷16×100 */
}
.txt_12 {
    font-size: 0.75rem;       /* 12÷16×100 */
}