@charset "utf-8";
/* ---------------------------------------------------
   File: sitemap.css
   Version: 1.0.0
   Author: https://flowlab.co.jp

   (c)2007-2019 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */



/* ===========================================================================================================================================

   WIDE DESKTOP LAYOUT

=========================================================================================================================================== */
#container {
	padding-top: 269px;
}


/* ====================================================
		h1
==================================================== */
#main .headLine01 {
	margin-bottom: 68px;
	font-weight: 500;
}
#main .headLine01 .text {
	padding-bottom: 12px;
	font-weight: 500;
	border-width: 3px;
	letter-spacing: 0.5px;
}


/* ====================================================
		Sitemap Link
==================================================== */
#sitemapLink {
}
#sitemapLink .lBox {
  width: 48%;
  float: left;
}
#sitemapLink .rBox {
  width: 48%;
  float: right;
  letter-spacing: 0;
}
#sitemapLink dt {
  font-size: 1.2em;
  margin-bottom: 30px;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
}
#sitemapLink .linkUl .innerUl {
	/*margin: 13px 0 24px 0;*/
}
#sitemapLink .linkUl .innerUl li {
	padding-left: 14px;
  font-weight: 400;
  position: relative;
}
#sitemapLink .linkUl .innerUl li::after {
	width: 6px;
	height: 1px;
	position: absolute;
	top: 9px;
	left: 0;
	background-color: #000;
}
#sitemapLink .linkUl > li {
  margin-bottom: 30px;
}
#sitemapLink .innerUl li {
  padding-top: 10px;
}

#sitemapLink dd {
  margin-bottom: 20px;
}
#sitemapLink .innerUl02 {
  margin-top: 30px;
}
#sitemapLink a {
  display: block;
}
#sitemapLink a:hover {
  text-decoration: none;
}

/* ===========================================================================================================================================

   TABLET

============================================================================================================================================= */
@media all and (min-width: 768px) and (max-width: 1299px) {
#container {
	padding-top: 169px;
}
}


/* ===========================================================================================================================================

   MOBILE

============================================================================================================================================= */
@media all and (max-width: 767px) {  
#container {
	padding-top: 100px;
}
  
  #sitemapLink .lBox,
  #sitemapLink .rBox {
    width: 100%;
    float: none;
    letter-spacing: 0;
  }
  #sitemapLink .linkUl > li {
    margin-bottom: 30px;
  }
  #sitemapLink dd {
    margin-bottom: 50px;
  }
  .pddTop40 {
    padding-top: 0;
  }
}
