/* 執照申請用css */
.lisence {
  font-size: 20px;
}
.section-title {
  background-color: #2e75b5;
  color: white;
  padding: 5px 10px;
  font-weight: bold;
  font-size: calc(1.1rem + 0.3vw);
  padding-top: 9px;
}
.lisence ol {
  margin-top: 5px;
  padding-left: 20px;
}
.lisence li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.download-buttons a {
  margin: 5px;
  padding: 2.5px 2px;
  text-decoration: none;
  color: white;
  background-color: #2e75b5;
  border-radius: 5px;
}
.download-buttons a:hover {
  background-color: #3a93e1;
}

.title-dark {
  margin-bottom: 0.5em;
}
