@charset "Shift_JIS";
/*----------------------------------------------------

 Faq

----------------------------------------------------*/


#sec01 {}
.outline {
  border-top: 1px dotted #ccc;
  margin-top: 20px;
}
.outline dt {
  color: #b09c53;
  padding: 10px 10px 5px
}
.outline dd {
  padding: 0 10px 10px;
  border-bottom: 1px dotted #ccc;
}

#gmapBox .txt {
  padding: 1em;
}
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (min-width: 40em) {
  .outline dt {
    padding: 15px 0;
  }
  .outline dd {
    padding: 15px 10px 15px 150px;
    margin-top: -3.5em;
  }
}