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

@import url("common.css");

/* -------------------------------------------------------------------
サイトマップ
------------------------------------------------------------------- */

div.sitemap_area{
	width:96%;
	margin:1em auto 5em;
}

dl.sitemap{
	width:100%;
  display: flex;
  flex-wrap: wrap;
}

.sitemap dt {
  width: 96%;
  padding: 20px;
  background-color: #DADADA;
  margin: 0 0 10px 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sitemap dd {
  width: 96%;
  padding: 20px;
  background-color: #F3F3F3;
  margin: 0 0 10px 0;
  text-align:left;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}




/* -------------------------------------------------------------------
PC版
------------------------------------------------------------------- */

@media(min-width:600px){

div.sitemap_area{
	width:60%;
	margin:1em auto 5em;
}

.sitemap dt {
  width: 20%;
  padding: 20px;
  background-color: #DADADA;
  margin: 0 0 10px 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sitemap dd {
  width: 60%;
  padding: 20px;
  background-color: #F3F3F3;
  margin: 0 0 10px 0;
  text-align:left;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}




}
