@charset "UTF-8";

/*------------------------------------------------------------Content*/
.sheet_basic td dl{

}
.sheet_basic td dt{
  margin-top: 1em;
}
.sheet_basic td dd ul{
  margin-left: 2em;
  list-style: disc;
 
}
.sheet_basic td dd ul li{
  list-style-position: outside;
}
#about .sheet_basic td br{
  display: block;
}

@media print, screen and (min-width:768px) {
 #about .sheet_basic td br{
  display: none;
}

}
#map{}
#map iframe{
  width: 100%;
}
#map dl{

}
#map dl dt {
  font-size: 12px;
}
#map dl dd {
    font-size: 12px;
  padding-left: 1em;
}

#map dl dd:first-of-type {
  margin-bottom: 1em;
}

#privacy{}
#privacy dl{
  margin-top: 2em;
}
#privacy dl dt{
  margin-bottom: 0.5em;
}
#privacy dl dd{
  margin-bottom: 1em;
}
#privacy dl dd ul{
  list-style: disc;
  margin-top: 0.5em;
  margin-left:2em;
}
#privacy dl dd ul li{
  list-style: disc;
  list-style-position: outside;
}

#privacy dd br{
  display: block;
}

#privacy dd p br{
  display: block;
}
@media print, screen and (min-width:768px) {
#privacy dd br{
  display: none;
}
  #privacy dd p br{
  display: block;
  }
}
