/* Contact
---------------------------------------------------------------- */
body#contact .pagetitle {
  background-image: url("../images/contact/pagetitle_bg.jpg");
}
body#contact .boxset {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.875rem;
}
body#contact .boxset .box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex-basis: 49%;
  text-align: center;
}
body#contact .boxset .box p {
  margin-bottom: 0.625rem;
}
body#contact .boxset .box p.tel {
  font-size: 1.5rem;
}
body#contact .boxset .box img {
  border: solid 1px #cccccc;
}

/* RWD
---------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  body#contact .boxset {
    display: block;
  }
  body#contact .boxset .box {
    margin: 0 auto;
  }
  body#contact .boxset .box + .box {
    margin-top: 6.66667vw;
  }
  body#contact .boxset .box p {
    margin-bottom: 1.33333vw;
  }
  body#contact .boxset .box p.tel {
    font-size: 4.8vw;
  }
  body#contact .boxset .box img {
    max-width: 53.33333vw;
  }
}
