@charset "UTF-8";

#sitemap{
  background-color: rgba(238,238,238,0.7);
  padding: 2em;
  margin: 2em 0;
  box-shadow: -1px -1px 5px rgba(0, 0, 0, 0.5) inset;
  border-radius: 10px;
}

h2{
  padding-bottom: 1em;
}

#map_inner{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-start;
}

#map_inner dl{
  flex-basis: 48%;
  padding: 1em 2em;
  margin: 1em 0;
  background: #fff;
  box-shadow: -1px -1px 5px rgba(0, 0, 0, 0.5) inset;
  border-radius: 10px;
}

#map_home,
#map_guideline,
#map_query,
#map_sitemap,
#map_service,
#map_access{
  background-color: rgba(255, 255, 255, 0.95);
}

#map_home{
  order: 1;
}

#map_guideline{
  order: 3;
}

#map_query{
  order: 5;
}

#map_sitemap{
  order: 6;
}

#map_service{
  order: 2;
}

#map_access{
  order: 4;
}

h3{
  padding-bottom: 0.5em;
}

dt{
  margin-top: 1em;
}

dd{
  padding-left: 1em;
  line-height: 1.5em;
}

.map_subtxt{
  padding: 0 0 1em 1em;
}




@media screen and (max-width:640px){
  #sitemap{
    padding: 2em 0 0;
    margin-top: 4em;
    box-shadow: none;
    border-radius: 0;
  }

  h2{
    text-align: center;
    padding-bottom: 1em;
  }

  #map_inner{
    flex-direction: column;
  }

  #map_inner dl{
    padding: 1em;
    margin: 1em 0;
    background: #fff;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #000;
    border-width: 1px 0;
  }

}
