._box_inquiry-01 > .content > .tel > .content .hdg {
  position: relative;
  padding-left: 25px;
  margin-bottom: .5em;
}
._box_inquiry-01 > .content > .tel > .content .hdg:before {
    background-image: url(/shared/img/icon/sprite.png);
    background-position: -55px -64px;
    width: 18px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
}
._tablist ._btn_list-01 {
  display: flex;
  justify-content: space-between;
  max-width: 830px;
  margin: 0 auto 32px;
  gap: 30px;
}

._tablist ._btn_list-01 > li {
  flex: 1 1 100%;
  margin-top: 0;
}

._tablist ._btn_list-01 ._btn-01 {
  width: 100%;
  aspect-ratio: 400 / 84;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}

._tablist ._btn_list-01 ._btn-01 > span > span {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  color: #222;
}


@media screen and (min-width: 768px) and (max-width: 1099px) {
  ._tablist ._btn_list-01 ._btn-01 {
    aspect-ratio: 300 / 90;
    font-size: 19px;
  }
}

@media screen and (max-width: 767px) {
  ._tablist .panel li a span{
    display: none;
  }
  ._tablist ._btn_list-01 {
    flex-direction: column;
    margin: 0 auto 32px;
    gap: 16px;
  }
  ._tablist ._btn_list-01 ._btn-01 {
    aspect-ratio: 327 / 36;
    font-size: 18px;
  }
  ._tablist ._btn_list-01 li:nth-child(2) ._btn-01 img {
    max-width: 200px;
  }
}
