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

#title {
    background-image: url("../img/title.jpg");
}

.tx1 {
    font-size: 1.24em;
    margin-bottom: 5px;
    line-height: 1.5;
}

@media screen and (min-width: 500px) {


}

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

.tx1 {
    font-size: 1.16em;
}
}
