
.type-common-block .bus-information p {
  font-size: 20px;
  line-height: 1.75;
  margin-bottom: 0.5em;
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .type-common-block .bus-information p {
    font-size: 14px;
  }
}

.type-common-block .bus-information p.lg {
  font-size: 26px;
  line-height: 1.75;
  margin-bottom: 35px;
  color: #004a29;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .type-common-block .bus-information p.lg {
    font-size: 16px;
  }
}

.type-common-block .bus-information p span{
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 0.5em;
  color: #000000;
  text-align: center;
}

.type-common-block .bus-information p a{
  color: #0078ff;
}
.type-common-block .bus-information p a:hover{
  text-decoration: none;
}