@charset "UTF-8";
/*────────────────────────────────────
	Not Found
────────────────────────────────────*/
div.contentsTitleBack {
  padding: 15px 0 15px 0;
  background: cover;
  background-repeat: no-repeat;
  background-image: url(../images/bg_404_title.png);
  background-position: right top 50%;
}
@media screen and (min-width: 450px), print {
  div.contentsTitleBack {
    background-position: right top 50%;
  }
}
@media screen and (min-width: 798px), print {
  div.contentsTitleBack {
    background-position: right;
  }
}

h1.h1_contentsTitle {
  position: relative;
  padding: 15px 0 15px 40px;
  font-size: 1.75rem;
  text-shadow: 2px 2px 1px #efefef, -2px 2px 1px #efefef, 2px -2px 1px #efefef, -2px -2px 1px #efefef;
}

h1.h1_contentsTitle i.material-icons {
  position: absolute;
  top: 12px;
  left: 0;
  font-size: 2rem;
  color: #00004c;
  margin: 0 10px 0 0;
}/*# sourceMappingURL=404.css.map */