@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 641px){

.super-right-side {width:30%;margin:20px;}
footer {height:120px;background-color:#fcc900;}

.gototop {display:block;background-color:#fcc900;}
.gototop a{text-align: center;text-decoration: none;}
.gototop h2{font-size:20px;font-weight:bold;color:black;margin:0;}

.footer-navi{border-top: 1px solid #fff;border-bottom:1px solid #fff;}
.footer-menu{display:flex;justify-content:center;max-width:1200px;min-width:641px;margin:0 auto;text-align: center;}
.footer-menu a{flex-basis:25%;display:inline-block;text-decoration:none; padding:20px 40px;
color: black;font-size: 12px;font-weight: bold;border-right:1px solid #fff;}
.footer-menu-list {list-style:none;font-family:'fsfonts';}
.footer-menu:first-child{border-left:1px solid #fff;}

.copyright {font-size:10px;text-align: center;}
.cd {clear: both;}
}

@media screen and (max-width:640px){

.super-right-side {padding:0 10px;}
.textwidget {text-align:center;}
.sidebar-info-title {width:20%;}
.sidebar-info-lists {text-align: left;}

footer {}
.gototop {background-color:#fcc900;}
.gototop a{text-align: center; width:100%;text-decoration:none;}
.gototop h2{font-weight: bold;font-size:18px;color:black;margin:0;}

.footer-navi{border-top: 1px solid #fff;border-bottom:1px solid #fff;background-color:#fcc900;}
.footer-menu{display:flex;justify-content:center;flex-wrap: wrap;max-width:640px;min-width:341px;margin:0 auto;text-align: center;}
.footer-menu a{flex-basis:50%;display:inline-block;text-decoration:none; padding:20px 40px;
color: black;font-size: 12px;font-weight: bold;}
.footer-menu a:not(:nth-of-type(2n)) {border-right:1px solid #fff;}
.footer-menu a:nth-child(-n+2) {border-bottom:1px solid #fff;}
.footer-menu-list {list-style:none;font-family:'fsfonts';}

.copyright {font-size:10px;text-align: center;margin-bottom: 0;background-color:#fcc900;}
.copyright p{margin-bottom: 0;}
}
