@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;
}
.wakugaiyo td, .wakugaiyo th {
  line-height: 210%;
  text-align: left;
}
#details table th, #details table td {
  display: block;
  height: auto;
  
  vertical-align: middle;
}
#details table th {
  background: #DCE4E5;
  width: 100%;
  color: #366564;
}
#details td {
  width: 100%;
}
#wakugaiyoL table, #wakugaiyoR table {
  margin: 0 auto;
}
.none {
  display: none;
}
/* ---------------------------
for PC
------------------------------ */
@media screen and (min-width: 640px) {
  
  #wakugaiyoL table, #wakugaiyoR table {
    width: 98%;
    margin: 0 auto;
  }
  #details table th, #details table td {
    display: table-cell;
    text-align: justify;
	  border-block-end: 0px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #534741;
  padding-inline-start: 10px;
  }
  #details table th {
    background: none;
    padding-inline-start: 0;
  }
  #details td {
    /*width: 550px;*/
    width: 50%;
  }

	
  #wakugaiyoL table th {
    width: 14%;
  }

  #wakugaiyoL table {
    margin-right: 0.5%;
  }
  .none {
    display: inherit;
  }
  #service ul {
    width: 950px;
    margin: 0 auto 50px;
  }
  #service ul li {
    width: 33%;
  }
}
.form {
  padding: 30px 0 0 0;
  text-align: center;
}
#gmap {
  margin: 50px 0 0;
  border-bottom: 0;
}
/* CSS Document */