@charset "UTF-8";

.btn-large {
  font-size: 1rem;
}

#dvErrorInfoBox #dvErrorInfo div.dvErrorContents {
  text-align: left !important;
  color: #333 !important;
  font-size: 15px;
}

.dvErrorBtnBox {
  padding-top: 30px;
}

.dvErrorBtnBox p {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-inline: auto;
}

.dvErrorBtnBox .btn-basic {
  margin: 0;
}

.dvErrorBtnBox:has(.btn-submit:nth-of-type(3)) .btn-normal {
  order: 1;
}

#dvErrorInfoBox #dvErrorInfo .dvErrorContents .highlight {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  #dvErrorInfoBox #dvErrorInfo .dvErrorContents:not(:has(br)) {
    text-align: center;
  }
  .dvErrorBtnBox p {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    max-width: 600px;
  }
  #dvErrorInfoBox #dvErrorInfo .dvErrorContents .highlight {
    font-size: 24px;
    margin-bottom: 22px;
  }
  #dvErrorInfoBox #dvErrorInfo div.dvErrorContents {
    font-size: 18px;
  }
}
.dvErrorBtnBox .btn-submit:hover {
  background-color: #F65A54;
}

#dvErrorInfoBox #dvErrorInfo {
  margin-top: 0;
}

.u-error .dvErrorBtnBox .btn-basic {
  width: 220px !important;
}
.u-notfound .dvErrorBtnBox .btn-basic {
  width: 280px !important;
}