@charset "utf-8";
/* CSS Document */
/* ---------------------------
service
------------------------------ */
#service {
  margin: 100px auto 0;
  padding-left: 10px;
  padding-right: 10px;
}
#service ul {
  max-width: 950px;
  margin: 0 auto 50px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#service ul li {
  max-width: 314px;
  margin: 5px auto;
}
/* ---------------------------
details
------------------------------ */
#details {
  clear: both;
  margin: 0 auto;
  max-width: 950px;
}
.wakugaiyo td, .wakugaiyo th {
  line-height: 210%;
  text-align: left;
}
#details table th, #details table td {
  display: block;
  height: auto;
  border-block-end: 0px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #475769;
  padding-inline-start: 10px;
  vertical-align: middle;
}
#details table th {
  background: #ECDFEF;
  width: 100%;
  font-size: 1.1em;
}
#details td {
  width: 100%;
}
#wakugaiyoL table, #wakugaiyoR table {
  width: 95%;
  margin: 0 auto;
}
.none {
  display: none;
}
/* ---------------------------
for PC
------------------------------ */
@media screen and (min-width: 750px) {
  #details table th, #details table td {
    display: table-cell;
      text-align: justify;
  }
  #details table th {
    background: none;
    padding-inline-start: 0;
  }
  #details td {
    width: 550px;
  }
  #wakugaiyoL table, #wakugaiyoR table {
    width: 470px;
    margin: 0 auto;
  }
    #wakugaiyoL table th {
    width: 160px;
    }
#wakugaiyoR table th {
    width: 180px;
  }
  #wakugaiyoL table {
    margin-right: 10px;
  }
  .none {
    display: inherit;
  }
  #wakugaiyoL, #wakugaiyoR {
    float: left;
  }
  #service ul {
    max-width: 950px;
    margin: 0 auto 50px;
  }
  #service ul li {
    width: 33%;
  }
}
.form {
  padding: 30px 0px 0 0;
  text-align: center;
}
#gmap {
  margin: 150px 0 0;
  padding-bottom: 100px;
}
/* CSS Document */