@charset "utf-8";

html{
    height: 100%;
}
body{
    height: 100%;
}
.contentTerm, .contentPrivacy{
    height: 100%;
}
.head_top {
    position: fixed;
    width: 100%;
}
#main {
    height: 100%;
    padding: 5vw 6vw;
}
.text_scroll_box{
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ddd;
    padding: 2.4vw;
    overflow-y: scroll;
    overflow-x: hidden;
}
.text_scroll_box p, .text_scroll_box li {
    font-size: 3.2vw;
    line-height: 4.5vw;
}
ol,ul{
	
	list-style:none;
	box-sizing:border-box;
}

ol{
    width: 100%;
    margin: 0vw auto 3.6vw auto;
    padding: 0 3.6vw;
}
#container {
    width: 100%;
	padding-top: 14.5vw;
    box-sizing: border-box;
    overflow: auto;
}
#container.not_footer {
    height: 100%;		
}
.mt10 {
    margin-top: 2vw !important;
}
.mt20 {
    margin-top: 4vw !important;
}
.back_left:active {
	opacity: 0.6;
}

@media screen and (max-width: 1024px) {
.contentTerm, .contentPrivacy{
    height: 100%;
}
.head_top {
    position: fixed;
    width: 100%;
}
#main {
    height: 100%;
    padding: 5vw 6vw;
}
.text_scroll_box{
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ddd;
    padding: 2.4vw;
    overflow-y: scroll;
    overflow-x: hidden;
}
.text_scroll_box p, .text_scroll_box li {
    font-size: 3.2vw;
    line-height: 4.5vw;
}
ol,ul{
	
	list-style:none;
	box-sizing:border-box;
}

ol{
    width: 100%;
    margin: 0vw auto 3.6vw auto;
    padding: 0 3.6vw;
}
#container {
    width: 100%;
	padding-top: 14.5vw;
    box-sizing: border-box;
    overflow: auto;
}
#container.not_footer {
    height: 100%;		
}
.mt10 {
    margin-top: 2vw !important;
}
.mt20 {
    margin-top: 4vw !important;
}
.back_left:active {
	opacity: 0.6;
}
}

