@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------
	☆SP
----------------------------------------------------*/


/*デバイスの横幅が750px以下の場合*/
@media only screen and (max-width: 768px) {
  .sitemap .fltbox{
    width:93%;
    margin:40px auto;
  }
  .sitemap .fltbox .boxL,
  .sitemap .fltbox .boxR{
    width: 100%;
  }
  .sitemap li{
    padding-left: 20px;
  }
  .sitemap li:before{
    font-size: 13px;
    margin-top: -6px;
  }
  .sitemap li ul li a{
  	font-size: 10px;
  }
  .sitemap li:nth-last-of-type(1){
    border-bottom:1px solid #bebebe;
  }
  .sitemap .boxL li:nth-last-of-type(1){
    border-bottom:0;
  }
  .sitemap a{
    font-size:12px;
    padding:10px 0;
  }

}
