@charset "UTF-8";
@media screen and (max-width: 768px) {
  .about .ttlStyle03.mt00 {
    padding-top: 0;
  }
}
.about .hospitalOutline dt,
.about .inspections dt {
  float: left;
}

.about .hospitalOutline dt::before,
.about .inspections dt::before {
  content: "";
  display: block;
  clear: both;
}

.about .hospitalOutline dt::after,
.about .inspections dt::after {
  content: "：";
}

@media print, screen and (min-width: 769px) {
  .about .hospitalOutline dd:nth-of-type(3) {
    margin-left: 4em;
  }
}
.about .authorize dt:not(:first-of-type) {
  margin-top: 20px;
}

.about .authorize a {
  display: block;
  background-color: #3d6919;
  color: #fff;
  text-align: center;
  width: 195px;
  padding: 6px 0;
  border-radius: 3px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .about .authorize a {
    width: 150px;
    padding: 8px 0;
    border-radius: 2px;
    font-size: 11px;
  }
}
.hospitalOutline a {
  color: #2079c6;
  text-decoration: underline;
}
.hospitalOutline a:hover {
  text-decoration: none;
  opacity: 1;
}
