@charset "utf-8";

/* CSS Document */

#sample_image {
  margin-bottom: 40px;
}

#sample_image img {
  margin-right: 20px;
}

#font_image img {
  margin-right: 30px;
}

#font_image {
  margin-bottom: 40px;
}

#main h3 {
  background: #eee none repeat scroll 0 0;
  border-radius: 6px;
  font-size: 113%;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
  margin-bottom: 20px;
  padding-left: 10px;
  position: relative;
  clear: both;
}
#address_sample{
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}
#address_sample dl{
    margin-bottom:60px;
}
#address_sample dt{
  /* font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
  font-weight: bold;
  margin-bottom: 5px;
  color: #444;
}

#address_sample dd img{
    width:280px;
    border: 1px solid #ccc;
}