.pr.common .tel-reception {
    margin-right: 40px;
    font-size: 13px;
    text-align: left;
    font-weight: bold;
  @media screen and (max-width: 767px) {
    text-align: center;
    margin-right: 0;
    margin-bottom: 8px;
  }
}

.fixed_tel {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  width: 128px;
  box-sizing: border-box;
  padding: 8px;
  border-radius: 6px 0 0 6px;
  @media screen and (max-width: 767px) {
  border-radius: 6px;
  padding: 4px;
  }
}

.fixed_tel img {
    width: 32px;
}

.fixed_tel span {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
}

.fixed_tel_text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.fixed_tel_text .tel-number {
  font-size: 24px;
  font-weight: bold;
  @media screen and (max-width: 767px) {
  font-size: 20px;
  }
}

.fixed_tel_text .tel-reception {
  font-size: 12px;
  @media screen and (max-width: 767px) {
  font-size: 9px;
  }
}
