header .inner {
  padding: 1.5rem 1rem;
}

main::before {
  content: "";
  z-index: -1;
  background-image: url(../img/operation_bg_sp.webp);
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

article {
  padding-top: 5rem;
  min-height: 100vh;
  padding-bottom: 5rem;
}

#floatBtn {
  display: none !important;
}

section .inner {
  padding: 2.5rem 1rem;
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
section p {
  margin-bottom: 1rem;
}
section h2 {
  font-size: 1.7rem;
  font-weight: 500;
  color: var(--base-color);
  text-align: center;
  margin-bottom: 3rem;
}
section h3 {
  color: var(--base-color);
  font-size: 1.2rem;
  border-bottom: solid 2px;
  padding-bottom: 0.2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
section dl {
  margin-bottom: 0.5rem;
}
section dl dt {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

table {
  margin: 0 auto;
  max-width: 800px;
  border-spacing: unset;
  border-bottom: solid 1px #ccc;
}
table th {
  text-align: left;
  padding: 1rem;
  font-weight: 400;
  min-width: 7rem;
  font-size: 0.95rem;
  color: #fff;
  background: var(--base-color);
  border-bottom: solid 1px;
}
table td {
  padding: 1rem;
  font-size: 0.95rem;
  border-bottom: solid 1px #ccc;
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
table tr:last-of-type th, table tr:last-of-type td {
  border-bottom: unset;
}

ul.number {
  margin-bottom: 1.5rem;
}
ul.number li {
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  main {
    font-size: 16px;
  }
  main::before {
    background-image: url(../img/operation_bg_pc.webp);
  }
  section {
    padding: 0 1.5rem;
  }
  section .inner {
    padding: 2.5rem 3rem;
  }
  section h3 {
    font-size: 1.1rem;
  }
  section dl dt {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=operation.css.map */