/*
File Name: terms.css
Version: 3.0
*/

/*** terms sec1 ***/

#terms_sec1 {
    height: auto;
    margin: 0 auto;
    max-width: 991px;
    padding: 30px;
    width: 100%;
}

#terms_sec1 h2 {
    font-size: 2.5em;
    margin-bottom: 1.0em;
    text-align: center;
}

#terms_sec1 h2 + p {
    color: #909080;
    font-size: 1.4em;
    margin-bottom: 1.5em;
    text-align: center;
}

#terms_sec1 > p {
    font-size: 1.4em;
    line-height: 1.5;
    margin-bottom: 0.5em;
}

#terms_sec1 dl {
    margin-bottom: 30px;
}

#terms_sec1 dt {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.5;
}

#terms_sec1 dd {
    font-size: 1.2em;
    line-height: 1.5;
}

#terms_sec1 dt:not(:first-of-type) {
    margin-top: 15px;
}

#terms_sec1 p:last-of-type {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.5;
}

#terms_sec1 li {
    font-size: 1.2em;
    line-height: 1.5;
}

@media (max-width: 639px) {

    #terms_sec1 {
        padding: 15px;
    }

    #terms_sec1 h2 {
        font-size: 2.0em;
    }

    #terms_sec1 > p {
        font-size: 1.2em;
    }

}
