:root {
  --baceFontColor: #333333;
}

#office {
  margin: 0 auto;
}
#office div {
  margin: 30px auto 0 auto;
  text-align: left;
}
#office div h3 {
  font-size: 25px;
  line-height: 37.5px;
  font-size: 1.5625rem;
  line-height: 2.34375rem;
  color: #3d6325;
  text-decoration: underline;
  text-underline-offset: 8px;
}
#office div p {
  margin: 10px auto 0 auto;
  font-size: 18px;
  line-height: 30px;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

#rental_ph_list ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
#rental_ph_list ul li {
  width: calc(50% - 10px);
  margin: 20px 2% 0 0;
}
#rental_ph_list ul li img {
  border-radius: 10px;
}
#rental_ph_list ul li:nth-child(even) {
  margin-right: 0;
}

#for_contact {
  border-radius: 5px;
  padding: 30px;
  background: #3d6325;
  color: white;
  width: 540px;
  max-width: 100%;
  margin: 50px auto 0 auto;
}
#for_contact p {
  text-align: left;
}
#for_contact aside {
  margin: 20px auto 0 auto;
}
#for_contact aside a {
  font-size: 21px;
  line-height: 31.5px;
  font-size: 1.3125rem;
  line-height: 1.96875rem;
  display: inline-block;
  background: white;
  color: #333333;
  padding: 5px 15px;
  border-radius: 5px;
}
#for_contact aside a svg {
  fill: #333333;
  margin: 0 0.3em 0 0;
  height: 30px;
  width: auto;
  vertical-align: middle;
}
#for_contact aside a:hover {
  background: #ffffb3;
}

#fee figure {
  display: none;
}
#fee li {
  padding-top: 20px;
}/*# sourceMappingURL=index.css.map */