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

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

/*=========================================================================
HEADER
=========================================================================*/
#Header, #headerContainer {height: 65px;}

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


/*=========================================================================
FOOTER
=========================================================================*/
#footContainer {padding: 20px 0;}

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

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


}