@charset "UTF-8";



.sitemap-wrap{position:relative;box-sizing:border-box;padding:40px 0 2px 15px;border-top:1px solid #ccc;}
.sitemap-wrap:after{position:absolute;content:'';top:-1px;left:0;width:290px;height:2px;background:#004483;}
.sitemap-wrap .h4-tit01{padding:0 0 32px 0;}

.sitemap-box:after{content:'';display:block;clear:both;}

.sitemap-float{float:left;width:calc(33.3333% - 15px);margin:0 15px 0 0;padding:0 0 34px 0;}
.sitemap-float:nth-child(3n){margin:0;}
.sitemap-float:nth-child(3n+1){clear:both;}

.sitemap-float .menu-depth02{font-weight:400;font-size: 17px;padding:0 0 8px 0px;line-height:30px;color;#333;}
.sitemap-float .ul-type02 li{line-height:26px;padding:0 0 4px 16px;}
/*.sitemap-float .ul-type02{padding:0 0 34px 0;}*/

@media screen and (max-width:800px) {
  .sitemap-wrap{padding:25px 0 20px 10px;}
  .sitemap-wrap .h4-tit01{padding:0 0 15px 0;}
  .sitemap-float{padding:0 0 10px 0;}
  .sitemap-float .menu-depth02{font-size:16px;padding:0 0 5px 0px;line-height:28px;}
  .sitemap-float .ul-type02 li{line-height:22px;}
  .sitemap-float .ul-type02 > li:after{top:10px;}
}

@media screen and (max-width:640px) {
  .sitemap-wrap{padding:20px 0 10px 10px;}
  .sitemap-wrap:after{width:50%;}
  .sitemap-wrap .h4-tit01{padding:0 0 7px 0;}
  .sitemap-float{float:left;width:calc(50% - 10px);margin:0 10px 0 0;padding:0 0 6px 0;}
  .sitemap-float .menu-depth02{font-size:15px;padding:0 0 2px 0px;line-height:25px;}
  .sitemap-float:nth-child(2n){margin:0;}
  .sitemap-float:nth-child(2n+1){clear:both;}
  .sitemap-float:nth-child(3n){margin:0 10px 0 0;}
  .sitemap-float:nth-child(3n+1){clear:none; }
  
  .sitemap-float .ul-type02 li{line-height:21px;}
}

@media screen and (max-width:420px) {
  .sitemap-wrap{padding:20px 0 10px 10px;}
  /*float-none*/
 /*.sitemap-float{float:none;width:100%;margin:0;padding:0 0 5px 0;}*/
  /*.sitemap-float:nth-child(3n){margin:0 0px 0 0;}*/
  /*.sitemap-float .ul-type02 li{line-height:20px;padding:0 0 0px 16px;}*/
}