@charset "utf-8";

/* sub - common css */
@import url("../sub-common.css");

.terms-wrap {width: 100%;height: 800px;overflow-y: auto;font-size: 1.4rem;background-color: #fafafa; padding: 20px;border: 1px solid #e5e5e5;line-height: 1.5; border-radius: 20px; white-space: pre-wrap;}

@media(max-width:768px) {
    .terms-wrap img {max-width:100%; width:100%} 
}