@charset "utf-8";
/* common ************************************************************/
#masthead {
  display: none !important;
}
.site {
  margin-top: 75px;
}
img.logo {
  width: 200px;
  height: auto;
}
/* archive ************************************************************/
.list-article-meta a {
  color: #fff;
  padding: 2px 12px;
  box-sizing: border-box;
  display: inline-block;
  background: #00a2d6;
}
.list-article-content .entry-header .entry-title a {
  color: #00a2d6;
}
/* post ************************************************************/
.entry-meta {
  display: none !important;
}
.entry-title {
  margin-bottom: 22px !important;
  font-size: 1.5em !important;
  color: #00a2d6 !important;
  font-weight: bold !important;
  font-family: "游ゴシック", "Lucida Sans Unicode", "Lucida Grande", "Arial",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック",
    sans-serif !important;
}
.entry-content {
  font-family: "游ゴシック", "Lucida Sans Unicode", "Lucida Grande", "Arial",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック",
    sans-serif;
}
.entry-content h2 {
  margin-bottom: 22px;
  font-size: 1.5em;
  font-weight: bold;
}
.wp-block-image img {
  margin: 22px 0;
}
.entry-footer {
  display: none;
}
/* widget ************************************************************/
.widget-area .wp-block-heading {
  color: #00a2d6;
  border-bottom: solid 2px #00a2d6;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.8;
}
/* area ************************************************************/
.caseDetail-area {
  min-width: 1024px;
  background: #e8edef;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  /* common ************************************************************/
  .site {
    margin-top: 50px;
  }
  img.logo {
    width: auto;
    height: 38px;
    box-sizing: content-box;
  }
}

@media screen and (max-width: 768px) {
  /* common ************************************************************/
  .site {
    margin-top: 33px;
  }
  /* area ************************************************************/
  .caseDetail-area {
    min-width: auto;
  }
}
@media screen and (max-width: 468px) {
}
