@charset "utf-8";

/* -------------------------------------------------- */
/* #block-sitemap */
/* -------------------------------------------------- */
#block-sitemap .wrap-sitemap{display:flex;gap:20px;padding:0 15px;}
#block-sitemap .wrap-sitemap > *{flex:1;}
#block-sitemap .list-sitemap{font-size:1.3rem;}
#block-sitemap .list-sitemap > li{padding-left:16px;background-image: url(/img/arrow02.gif);background-repeat: no-repeat;list-style: none;background-position:left 3px;}
#block-sitemap .list-sitemap > li + li{margin-top:20px;}
#block-sitemap .list-sitemap .children{margin-top:10px;}
#block-sitemap .list-sitemap .children > li{padding-left:14px;background-image: url(/img/arrow01.gif);background-repeat: no-repeat;list-style: none;background-position:left 5px;}
#block-sitemap .list-sitemap .children > li + li{margin-top:5px;}

/* ======================================================================================================================= */
/* for sp */
/* ======================================================================================================================= */
@media screen and (min-width:1px) and (max-width:799px){
  /* -------------------------------------------------- */
  /* #block-sitemap */
  /* -------------------------------------------------- */


}
@media screen and (min-width:1px) and (max-width:569px){
  #block-sitemap .wrap-sitemap{gap:10px;padding:0;}
  #block-sitemap .list-sitemap{font-size:1.2rem;}

}