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