@charset "utf-8";
@media print, screen and (max-width:768px){
/*=========================================================================
STYLE BASIC
=========================================================================*/
.for_sp {display: none !Important;}

/* -------------------------------------------------------------- */
.section_basic {margin-bottom: 9%;}


@media print, screen and (max-width:414px){
.section_basic {width: 86%; margin-bottom: 12%;}
}
/*=========================================================================
HEADER
=========================================================================*/
#Header, #headerContainer {height: 50px;}

/* -------------------------------------------------------------- */
#siteName {width: 20%;}


/*=========================================================================
FOOTER
=========================================================================*/
#footContainer {padding: 3% 0;}

/* -------------------------------------------------------------- */
ul#footLink li {font-size: 2.3vw; margin-right: 6%;}
ul#footLink li:last-of-type {margin-right: 0;}

@media print, screen and (max-width:414px){
ul#footLink li{font-size: 2.3vw;}
}




}