
h1.termst {
    margin-top: 60px;
    font-size: 3.0rem;
    letter-spacing: 5px;
}

.termsa {
    font-size: 1.4rem;
    border-bottom: 1px solid #CCC;
    padding-bottom: 30px;
}

.termbox a {
    color: #069;
}

.termbox a:hover {
    color: #C33;
}

.termbox {
    margin-top: 20px;
    text-align: left;
}

.termst01 {
    font-size: 1.4rem;
    line-height: 23px;
}

.termslist {
    margin-bottom: 20px;
}

.termslist dt {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 40px;
}

.termslist dd {
    font-size: 1.4rem;
    margin-top: 3px;
}

@media (max-width: 768px) {
    .termst01 {
        font-size: 2.0rem;
        line-height: 1.7;
    }

    .termslist dt {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .termslist dd {
        font-size: 2.0rem;
    }

    iframe {
        max-width: 100%;
        min-height: 100px;
    }

    .rightmovie h2,
    .infobox_inner h2 {
        font-size: 28px;
    }

    .termslist {
        margin-bottom: 50px;
    }


}