@charset "utf-8";
/* CSS Document */
.bg-top {
    background: url("/dept/kyoinyousei/img/background.jpg")no-repeat center bottom;
    background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
    background-blend-mode: lighten;
  height: 270px;
  box-sizing: border-box;
}
/*.bg-top h3 {
    background: rgb(246 242 231 / 90%);
    border: none;
    text-align: center;
    font-weight: bold;
    width: 50%;
    margin: auto;
}*/
.bg-top h3 {
    background: none;
    border: none;
    text-align: center;
    width: 50%;
    margin: auto;
    text-shadow: 1px 1px 3px #505d63;
    color: #003300;
  font-weight: bold;
    font-size: 240%;
    padding: 0;
  letter-spacing: 1px;
}