@charset "UTF-8";
/*────────────────────────────────────
	検定試験
────────────────────────────────────*/
/* line 13, exam.scss */
div.contentsTitleBack {
  padding: 15px 0 15px 0;
  background: cover;
  background-repeat: no-repeat;
  background-image: url(../images/bg_exam_title.png);
  background-position: right top 50%;
}
@media screen and (min-width: 450px), print {
  /* line 13, exam.scss */
  div.contentsTitleBack {
    background-position: right top 50%;
  }
}
@media screen and (min-width: 798px), print {
  /* line 13, exam.scss */
  div.contentsTitleBack {
    background-position: right;
  }
}

/* line 26, exam.scss */
h1.h1_contentsTitle {
  position: relative;
  padding: 15px 0 15px 65px;
  font-size: 1.75rem;
  text-shadow: 2px 2px 1px #efefef, -2px 2px 1px #efefef, 2px -2px 1px #efefef, -2px -2px 1px #efefef;
}

/* line 36, exam.scss */
h1.h1_contentsTitle img {
  position: absolute;
  top: 15px;
  left: 0;
  width: 56.833px !important;
  height: 28.3833px !important;
  margin: 0 10px 0 0;
}

/* line 47, exam.scss */
i.i_examNumber {
  color: #ffd700 !important;
}

/*# sourceMappingURL=exam.css.map */
