@charset "utf-8";
/* CSS Document */


.terms-wrap { overflow-y: auto;width: 100%;height: 800px; padding: 20px; background: #fafafa; border-radius: 5px; border: 1px solid #e5e5e5; font-size: 1.3rem;}

@media all and (max-width: 880px) {
	.terms-wrap {height:450px;}
}
@media all and (max-width: 650px) {
	.sub-banner .title {top: calc(50% + 10px);}
}