@charset "UTF-8";

.inner-bg {
  background-color: var(--color-gray-pale);
  padding-bottom: 10px;
}

.title-passinq {
  height: 110px;
}

.explain-card {
  background-color: var(--color-bg1);
  border-radius: 4px;
  box-shadow: var(--shadow);
  margin: -70px auto 20px;
  min-height: 90px;
}

.explain-card dt {
  color: var(--color-main);
  font-size: 16px;
  font-weight: bold;
  padding: 32px 0 8px;
  text-align: center;
}

.explain-card dd {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  padding: 0 8px 2px;
}

.explain-txt-card {
  color: var(--color-main);
  font-size: 16px;
  padding-top: 32px;
  text-align: center;
}

.passinq-top-cts ul li {
  padding-bottom: 8px;
}

.passinq-top-cts ul p {
  color: var(--color-text-sub);
  font-weight: bold;
  padding-left: 4px;
  position: relative;
}

.search-btn {
  margin: 20px auto;
  width: 160px;
}

.comp-btn {
  margin: 20px auto;
  width: 160px;
}

.txt-comp p {
  padding-bottom: 4px;
}

.passinq-top-cap {
  font-size: 12px;
  padding: 10px;
}

.passinq-top-cap li:nth-of-type(2) {
  padding-top: 10px;
}

.error {
  color: red;
  font-size: 12px;
}