.sheet-embed-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  margin-bottom: 2rem;
}

.sheet-embed-wrap iframe {
  min-width: 900px;
  display: block;
  border: 0;
}

/* スマホ調整 */
@media (max-width: 768px) {
  .sheet-embed-wrap iframe {
    min-width: 800px;
  }
}

.pdf-download-button {
  font-weight: 700;
  background: #4794e0;
  color: #fff;
  padding: 12px 20px;
  border-radius: 16px;
  border: 2px solid #4794e0;
  text-decoration: none;
  transition: 0.2s;
}

.pdf-download-button:hover {
  background: #e9f2fb;
  color: #4794e0;
}

.pdf-download-button::before {
  font-family: "Font Awesome 6 Free";
  content: "\f1c1"; /* fa-file-pdf */
  font-weight: 900; /* solid */
  font-size: 20px;
  line-height: 1;
}