.premium_form_head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
}
@media screen and (max-width: 800px) {
  .premium_form_head {
    flex-direction: column;
  }
  .premium_form_head_logo {
    margin: auto auto 32px;
  }
}
.premium_form_head_logo {
  display: block;
  height: auto;
  width: 240px;
}
.premium_form_head_logo img {
  display: block;
  height: auto;
  width: auto;
}
.premium_form_head_tel_single {
  display: block;
}
.premium_form_head_tel_numbar a {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .premium_form_head_tel_single {
    line-height: 1.75;
  }
  .premium_form_head_tel a {
    color: #00aa71;
    text-decoration: underline;
  }
  .premium_form_head_tel a:hover {
    text-decoration: none;
  }
  .premium_form_head_sp_inline {
    display: inline-block;
  }
}
@media screen and (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
