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

.gtx1 {
    background-color: #45ac73;
    color: #fff;
    width: 200px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 10px;
    border-radius:10px;
    font-size: 1.16em;
}
.tx1 {
    color: #45ac73;
    font-size: 1.5em;
}

@media screen and (min-width: 500px) {
.txadj {
    font-size: 1.24em;
    line-height: 2;
}
}

@media screen and (max-width: 499px) {
.gtx1 {
    width: 170px;
}
.tx1 {
    font-size: 1.32em;
}
.table4 {
    width: 600px !important;
}
.ovf {
    overflow-x:scroll;
}
}