@charset "UTF-8";
/* --------------------------------
   索道輸送安全報告書
 -------------------------------- */
.p-safetyReport {
  margin-top: 40px;
}
.p-safetyReport__link {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 2px solid var(--color-green);
  width: fit-content;
  padding: 0.5em;
  border-radius: 10px;
  font-weight: bold;
  font-size: min(1.2em, 4vw);
  margin-inline: auto;
  color: var(--color-green);
}
.p-safetyReport__reader {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5%;
}
.p-safetyReport__note {
  font-size: 0.875em;
}

@media (max-width: 768px) {
  .p-safetyReport__reader {
    flex-direction: column;
    gap: 20px;
  }
}
