@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");
* {
  font-family: "Kosugi Maru", sans-serif;
  color: #303030;
}

p,
span,
li,
td,
th {
  font-size: 15px;
  line-height: 1.5em;
}

p {
  padding: 4px 0px;
  margin: 0px;
}

ol {
  padding: 0px 0px 0px 23px;
  margin: 0px;
}
ol li {
  padding: 0px;
  margin: 0px;
}

a {
  transition: 0.2s;
}
a:hover {
  opacity: 0.8;
}

body {
  margin: 0px;
}

.standard_width {
  width: calc(100% - 40px);
  max-width: 800px;
  margin: 0px auto;
  padding: 10px 20px;
}

h2 {
  text-align: center;
  position: relative;
  margin: 30px 0px 70px 0px;
  font-size: 27px;
}
h2:before {
  content: attr(subtitle);
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0px;
  top: 32px;
  font-size: 16.5px;
  color: #b0b0b0;
  font-weight: normal;
}

h3 {
  font-size: 19.5px;
  margin: 10px 0px;
  padding: 5px 0px;
}

header {
  border-bottom: 3px #00446d solid;
}
header .header_div .clinic_logo {
  font-weight: bold;
  text-align: center;
  padding: 20px 0px;
}
header .header_div .clinic_logo img {
  width: 120px;
}
@media handheld, only screen and (max-width: 600px) {
  header .header_div .clinic_logo img {
    width: 90px;
  }
}
header .header_div .clinic_logo span, header .header_div .clinic_logo h1 {
  font-size: 30px;
  line-height: 1.5em;
  padding-top: 16px;
  margin: 0px;
  display: block;
}
@media handheld, only screen and (max-width: 600px) {
  header .header_div .clinic_logo span, header .header_div .clinic_logo h1 {
    font-size: 18px;
  }
}

article {
  min-height: calc(80vh - 110px);
  padding: 10px 0px 60px 0px !important;
}
article table {
  width: 100%;
  max-width: 600px;
  margin: auto;
  border-spacing: 0px 2px;
}
article table tr th {
  padding: 6px;
  text-align: left;
  background: #efefef;
}
@media handheld, only screen and (max-width: 600px) {
  article table tr th {
    display: block;
  }
}
article table tr td {
  padding: 6px;
}
@media handheld, only screen and (max-width: 600px) {
  article table tr td {
    display: block;
  }
}

footer {
  border-top: 3px #00446d solid;
}
footer div.copy {
  background: #00446d;
  text-align: center;
  font-size: 12px;
  padding: 10px 0px;
}
footer div.copy p a {
  color: white;
  text-decoration: none;
}
footer div.info {
  display: flex;
}
@media handheld, only screen and (max-width: 600px) {
  footer div.info {
    display: block;
  }
}
footer div.info div.left {
  width: 50%;
}
@media handheld, only screen and (max-width: 600px) {
  footer div.info div.left {
    width: 100%;
    margin-bottom: 20px;
  }
}
footer div.info div.left p.clinic_logo {
  margin-bottom: 20px;
}
footer div.info div.left p.clinic_logo img {
  width: 46px;
  vertical-align: middle;
}
footer div.info div.left p.clinic_logo span {
  font-weight: bold;
}
footer div.info div.right {
  width: 50%;
}
@media handheld, only screen and (max-width: 600px) {
  footer div.info div.right {
    width: 100%;
    margin-bottom: 20px;
  }
}
footer div.info div.right iframe.googlemap {
  width: 100%;
  height: 200px;
}/*# sourceMappingURL=style.css.map */