@charset "UTF-8";
.contact {
  /* padding: 100px 0; */
  padding: 100px 0 0 0;
  text-align: center;
}
.contact-roadservice {
  font-size: 30px;
  font-weight: bold;
  color: #aa000d;
  margin-top: 0.5em;
}
.contact-read p {
  text-align: center;
}

.contact-office {
  /* padding: 70px 0; */
  padding: 70px 0 0 0;
}
.contact-office-inner {
  max-width: 1300px;
  padding: 0 30px;
}
.contact-office-inner2 {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
}
.contact-office-inner3 {
  margin: 5vw auto 0;
  background: #f9f9f9;
  padding: 5vw 0;
  display: flex;
}
.contact-office-info {
  display: flex;
  justify-content: space-around;
}
.contact-office-tel {
  width: 45%;
  margin-bottom: 0;
}
.contact-office-mail {
  width: 55%;
  background: #fff;
  border: 5px solid #f3f3f3;
  padding: 40px;
}
.contact-office-mail p {
  text-align: left;
}
.contact-office-mail a {
  display: inline-block;
  position: relative;
  color: #222;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
/*.contact-office-mail a:before {
  content: "";
  background: url("../images/access/icon-mail.png") no-repeat center center;
  background-size: 100% auto, cover;
  width: 38px;
  height: 27px;
  position: absolute;
  left: -45px;
  top: 0;
  bottom: 0;
  margin: auto;
}*/
.contact-sns {
  display: flex;
}
.contact-sns01 {
  margin: 20px 8vw;
}
.contact-sns02 {
  margin: 0 2vw;
}
.contact-office-title {
  color: #222;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.contact-office-telnum a, .contact-office-freenum a {
  display: inline-block;
  color: #009438;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
}
.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: 15px;
  border: 1px solid #cccccc;
  margin-right: 10px;
  padding: 0.2em 1em;
}
.contact-office-branch {
  width: 50%;
  margin-bottom: 0;
}
.contact-office-inner3 .contact-office-branch {
  margin: 0 auto;
}
.contact-office-branch:nth-child(even) {
  background: inherit;
  padding: inherit;
}

#contact .content-title {
  font-size: 48px;
}

.roadservice, .roadservice a {
  color: #aa000d;
}

hr {
  width: 80%;
  height: 0;
  margin: 30px auto;
  padding: 0;
  border: 0;
  border-top: 1px solid #ddd;
}

/* 1300px以下でのテキストの崩れ調整 */
@media screen and (max-width: 1200px) {
  .contact-office-mail a {
    font-size: 2.5vw;
  }
}
