@charset "UTF-8";
/* variables */
/*util*/
.error .simple-content {
  padding-top: 0;
}

.error .simple-content h1 + .bnr-wrap,
.error .simple-content .error-url-text + .bnr-wrap {
  margin: 40px auto 0 auto;
}

.error .simple-content h1 + .bnr-wrap > a,
.error .simple-content .error-url-text + .bnr-wrap > a {
  display: block;
  margin-top: 0;
}

.error.inspection #container .contents-body {
  min-height: auto;
}

.error.inspection .simple-content h1 {
  margin: 40px 0 0 0;
}

.error.inspection .simple-content .info-box {
  margin: 24px auto 0 auto;
}

.error.inspection .simple-content .info-box .date-info {
  padding: 25px;
  border-radius: 8px;
  background: #F8F8F8;
  color: #ff6c5f;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
}

.error.inspection .simple-content .info-box .info-txt {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .error.inspection .simple-content .info-box .date-info {
    padding: 24px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 700;
  }
}