.loan_contact {
  margin: 4em 0 1em;
}
.loan_contact a {
  display: flex;
  margin: auto;
  text-decoration: none;
}
.loan_contact a ._name {
  color: #ffffff;
  padding: 1ex 1ex;
  background: #127d60;
  width: 50%;
  box-sizing: border-box;
  border: 1px solid #127d60;
  border-radius: 5px 0 0 5px;
  text-align: center;
  transition: 0.3s all;
  border-right: none;
  letter-spacing: 0.2ex;
}
.loan_contact a ._tel {
  padding: 1ex 1ex;
  background: #ffffff;
  width: 50%;
  box-sizing: border-box;
  border: 1px solid #127d60;
  border-radius: 0 5px 5px 0;
  text-align: center;
  letter-spacing: 0.2ex;
  font-weight: 700;
  color: #127d60;
  transition: 0.3s all;
  border-left: none;
  font-family: "Montserrat", sans-serif;
  font-size: 100%;
}
.loan_contact a ._tel::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -5%;
  background: url(../asset/img/common/icon_tel.webp) 50% 50%/contain no-repeat;
}
.loan_contact a:hover, .loan_contact a:active {
  text-decoration: none;
}
.loan_contact a:hover ._name, .loan_contact a:active ._name {
  color: #314061;
  background: #eeeeee;
  border-color: #0baf83;
}
.loan_contact a:hover ._tel, .loan_contact a:active ._tel {
  color: #314061;
  border-color: #0baf83;
}
.loan_contact ._site_logo img {
  display: block;
  margin: 1em auto;
  max-height: 48px;
  width: auto;
}
.loan_contact ._primary > div {
  padding: 10px;
}
.loan_contact ._primary a {
  width: 600px;
  max-width: 100%;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .loan_contact ._primary a {
    font-size: 100%;
  }
}
.loan_contact ul._secondary {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.loan_contact ul._secondary li {
  margin: 0;
  padding: 5px 10px;
  width: 33.3%;
  box-sizing: border-box;
}
@media only screen and (max-width: 959px) {
  .loan_contact ul._secondary li {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .loan_contact ul._secondary li {
    width: 100%;
  }
}

/*# sourceMappingURL=loan_tels.css.map */
