.tx-biz-ip-error {
  display: flex;
  min-height: 100vh;
  text-align: center;
  font-family: "BIZ UDPGothic",-apple-system, blinkmacsystemfont, "Segoe UI", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
  color: #333333;
  line-height: 1.8;
  flex-direction: column;
  background-color: #FDFDFD;
}

.tx-biz-ip-error .error_image {
  padding-top: 10%;
}

.tx-biz-ip-error .error_image > img {
  width: 100%;
  height: 100%;
  max-width: 140px;
}
.tx-biz-ip-error .error_content {
  margin-bottom: 50px;
}

.tx-biz-ip-error .error_content h1, h2 {
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 20px;
}

.tx-biz-ip-error .error_content p {
  line-height: 1.4;
  font-size: 1.2rem;
}

.tx-biz-ip-error .error_content .cafe {
  margin-bottom: 30px;
}

.tx-biz-ip-error .error_content .cafe p {
  margin-top: 10px;
  line-height: 0.8;
}

.tx-biz-ip-error .error_content .cafe hr {
  padding: 0.1em;
  border-left: none;
  border-right: none;
  border-top: 2px solid #9B9B9B80;
  border-bottom: 2px solid #9B9B9B80;
  max-width: 400px;
  margin: 10px auto;
}

.tx-biz-ip-error .error_content .info {
  margin-bottom: 5px;
}

.tx-biz-ip-error .error_content .note {
  font-size: 0.9rem;
  line-height: 1.3;
  margin: 0;
}

@media (max-width: 768px) {
  .tx-biz-ip-error .error_content h1, h2 {
    font-size: 1.6rem;
  }

  .tx-biz-ip-error .error_content p {
    font-size: 1.1rem;
  }

  .tx-biz-ip-error .error_content .note {
    font-size: 0.8rem;
    margin: 0;
  }
}

.tx-biz-ip-error .error_content .button {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.75rem 2rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
}

.tx-biz-ip-error .error_content .button:hover {
  opacity: 0.85;
}

.tx-biz-ip-error .error_content .button.inquiry {
  background-color: #002b60;
}

.tx-biz-ip-error .error_content .button.regist {
  background-color: #E60012;
  margin-bottom: 10px;
}

@media (max-width: 450px) {
  .tx-biz-ip-error .error_content h1, h2 {
    font-size: 1.4rem;
  }

  .tx-biz-ip-error .error_content p {
    font-size: 0.9rem;
  }

  .tx-biz-ip-error .error_content .note {
    font-size: 0.7rem;
    margin: 0;
  }
}
