section div.sitemap {
  background-image: url(../images/other-bcg2.jpg);
  background-size: auto 100%;
  background-position: right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 500px) {
  section div.sitemap {
    background-image: none;
  }
}
section div.sitemap div a {
  color: #000000;
}
section div.sitemap div dl {
  margin: 40px 0 30px 30px;
}
@media screen and (max-width: 500px) {
  section div.sitemap div dl {
    margin-top: 20px;
  }
}
section div.sitemap div dl dt {
  margin-bottom: 10px;
}
section div.sitemap div dl dd {
  padding: 10px;
  display: inline;
}
@media screen and (max-width: 500px) {
  section div.sitemap div dl dd {
    display: block;
  }
}
section ul.pp {
  margin-left: 100px;
}
@media screen and (max-width: 500px) {
  section ul.pp {
    margin-left: 30px;
  }
}
section ul.pp li {
  margin-bottom: 20px;
  list-style-position: inside;
}
section table.contact-table {
  border-collapse: collapse;
  margin-left: 30px;
  min-width: 300px;
  width: 85%;
  border: 1px solid #666666;
  margin: 20px auto;
}
section table.contact-table td, section table.contact-table th {
  padding: 20px;
  width: 14%;
  vertical-align: middle;
  border: 1px solid #666666;
}
@media screen and (max-width: 768px) {
  section table.contact-table td, section table.contact-table th {
    display: block;
    box-sizing: border-box;
  }
}
section table.contact-table th {
  background-color: #dbecfc;
  width: 12em;
}
@media screen and (max-width: 768px) {
  section table.contact-table th {
    width: 100%;
  }
}
section table.contact-table td {
  width: calc(100% - 12em);
}
@media screen and (max-width: 768px) {
  section table.contact-table td {
    width: 100%;
  }
}
section table.contact-table caption {
  text-align: left;
}
section table.contact-table .small {
  font-size: 1.2rem;
}
section table.contact-table .red {
  color: red;
}
section table.contact-table input[type=text] {
  padding: 10px;
  font-size: 1.5rem;
}
section table.contact-table .long {
  width: 85%;
}
@media screen and (max-width: 768px) {
  section table.contact-table .long {
    width: calc(100% - 20px);
  }
}
section table.contact-table .short {
  width: 35%;
}
@media screen and (max-width: 768px) {
  section table.contact-table .short {
    width: calc(100% - 20px);
  }
}
section table.contact-table .middle {
  width: 55%;
}
@media screen and (max-width: 768px) {
  section table.contact-table .middle {
    width: calc(100% - 20px);
  }
}
section table.contact-table textarea {
  width: 90%;
  height: 8em;
  padding: 10px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  section table.contact-table textarea {
    width: calc(100% - 20px);
  }
}
section input[type=submit] {
  width: 12em;
  padding: 20px;
  font-size: 1.5rem;
  text-align: center;
  margin: 20px auto;
  display: block;
  background-color: #FFEFF2;
  border: 1px solid #666666;
  cursor: pointer;
  color: black;
}
section input[type=submit]:hover {
  background-color: #dbecfc;
}

.pager {
  text-align: center;
  margin-top: 25px;
}
.pager a {
  padding: 10px;
  border: 1px solid #ccc;
}/*# sourceMappingURL=other.css.map */