.contact {
  /* padding: 7vw 0; */
  padding: 7vw 0 0 0;
  text-align: center;
}
.contact-roadservice {
  font-size: 7vw;
  font-weight: bold;
  line-height: 1.5;
  color: #aa000d;
  margin-top: 0.5em;
}
.contact-read {
  width: 90%;
  margin: 0 auto 5vw auto;
  text-align: left;
}

.contact-office {
  padding: 10vw 0;
}
.contact-office:nth-child(even) {
  background: #f9f9f9;
}
.contact-office-inner {
  width: 90%;
  margin: 0 auto;
}
.contact-office-tel {
  width: 100%;
  margin-bottom: 7vw;
}
.contact-office-mail {
  width: 100%;
  background: #fff;
  border: 5px solid #f3f3f3;
  padding: 5vw;
}
.contact-office-mail p {
  text-align: left;
}
.contact-office-mail a {
  display: inline-block;
  position: relative;
  color: #222;
  font-size: 5vw;
  font-weight: bold;
  letter-spacing: 0em;
  margin-left: 10%;
}
/*.contact-office-mail a:before {
  content: "";
  background: url("../images/access/icon-mail.png") no-repeat center center;
  background-size: 100% auto, cover;
  width: 30px;
  height: 20px;
  position: absolute;
  left: -35px;
  top: 0;
  bottom: 0;
  margin: auto;
}*/
.contact-sns {
  display: flex;
}
.contact-sns01 {
  margin: 20px 10vw;
}
.contact-sns02 {
  margin: 0 12vw;
}
.contact-office-title {
  color: #222;
  font-size: 4.5vw;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.contact-office-telnum a, .contact-office-freenum a {
  display: inline-block;
  color: #009438;
  font-size: 7vw;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
}
.contact-office-freenum a {
  margin-left: 10%;
}
.contact-office-telnum a:before {
  content: "";
  background: url("../images/common/icon-phone.png") no-repeat center center;
  background-size: 100% auto, cover;
  width: 30px;
  height: 40px;
  position: absolute;
  left: -35px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.contact-office-freenum a:before {
  content: "";
  background: url("../images/access/icon-freedial.png") no-repeat center center;
  background-size: 100% auto, cover;
  width: 61px;
  height: 35px;
  position: absolute;
  left: -70px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.contact-office-teltime {
  letter-spacing: 0.05em;
}
.contact-office-teltime span {
  font-size: 3vw;
  border: 1px solid #cccccc;
  margin-right: 10px;
  padding: 0.2em 1em;
}
.contact-office-branch {
  margin-bottom: 15vw;
}
.contact-office-branch:nth-child(even) {
  background: #f9f9f9;
  padding: 10vw 0;
}

.contact-office-mail .contact-office-title {
  margin-bottom: 1em;
}

.roadservice, .roadservice a {
  color: #aa000d;
}

hr {
  width: 90%;
  height: 0;
  margin: 4vw auto;
  padding: 0;
  border: 0;
  border-top: 1px solid #ddd;
}
