@charset "utf-8";

.home_news a {
  text-decoration: underline !important;
}
nav#nav_global > ul {
  max-width: 1400px;
  width: 100%;
  justify-content: center;
}
nav#nav_global > ul > li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: auto;
}
.blog_area {
  max-height: 250px;
  overflow-y: auto;
}
.blog_area dl {
  display: block !important;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.blog_area dl dt,
.blog_area dl dd {
  display: block !important;
  padding: 0 !important;
  border: none !important;
}
.blog_area dl dt {
  font-weight: bold;
  color: #30a0bc;
}
.blog_area dl dd .ttl {
  display: block;
  font-weight: bold;
}
.blog_area dl dd a {
  display: inline-block;
  margin-top: 10px;
  color: #30a0bc !important;
}
.blog #contents img {
  display: inline-block;
  width: 48%;
  margin-right: 3%;
  margin-bottom: 20px;
}
.blog #contents img:nth-of-type(even) {
  margin-right: 0;
}

.h_tel {
  position: relative;
}

/* .h_tel::after {
  content: "当院は予約制を取っておりませんのでいつでもご来院いただけます。";
  color: yellow;
  font-size: 19px;
  text-shadow: 1px 0px 0 black, 0px 1px 0 black, -1px 0px 0 black, 0 -1px 0 black;
  position: absolute;
  top: 35px;
  right: 244px;
  width: 724px;
} */

.sp_tyu {
  display: none;
  color: yellow;
}

.header_container {
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.fix-header-attention {
  color: yellow;
  font-size: 19px;
}

.fix-blog .fix-header-attention {
  color: #333;
  font-weight: 400;
}

@media screen and (max-width: 834px) {
  .fix-header-attention {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .blog #contents img {
    display: block;
    width: 100%;
    margin-right: 0;
  }

  .sp_tyu {
    display: block;
  }

  /* .h_tel::after {
    content: "当院は予約制を取っておりませんのでいつでもご来院いただけます。";
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 35px;
    right: 244px;
    width: 724px;
    display: none;
  } */
}
