@charset "utf-8";
/*=============================================================
 contents Layout
=============================================================*/
/*------------------------------------------------------------
 sitemap
-------------------------------------------------------------*/
/* box
-------------------------------------------------------------*/
#sitemap .box:not(:first-child){margin-left:50px;}
#sitemap .box{flex-basis:calc((100% - 100px) / 3);}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px), only screen and (max-device-width:767px){
/*------------------------------------------------------------
 sitemap
-------------------------------------------------------------*/
/* box
-------------------------------------------------------------*/
#sitemap .box:not(:first-child){margin-left: 0px;}
  

}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:440px){

}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones small (portrait)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:374px){

}
