@charset "utf-8";

#subpage {overflow:scroll; height:59vh; border:1px solid #dbdfe2; box-sizing: border-box;padding:5px;}
.pageContents {display:flex;align-items:center; justify-content:center; height:auto; padding:10px 10px 10px 10px; margin-bottom:0px;}
.pageContents .first {width:auto; float:left;margin-top:unset; height:100%;}
#pageTab {margin-block:5px;}
#footer {margin-top:-100px !important;}
::-webkit-scrollbar {width:10px; background-color:#f0f0f0; height:0px;}
::-webkit-scrollbar-thumb {border-radius: 3px; background-color: gray;}

@media all and (max-width : 1455px){
.pageContents .sconed span {font-size: 30px;}
.pageContents {margin-top:unset; min-height:unset;}
}
@media all and (max-width : 1024px){
.pageContents {height:auto;}
}