@charset "UTF-8";
/* ベース */
#visual {
  width: 100%;
  height: 30vh; /* 高さはお好みで調整（例：50%画面） */
  background-image: url("../../img/top/kv.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

/* テキスト配置 */
#visual .visual-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

#visual .visual-text {
  position: absolute;
  top: 2.3rem;
  left: 4rem;
  color: #696969;
  font-size: 2rem;
  font-weight: bold;
  /* text-shadow: 1px 1px 4px rgba(0,0,0,0.6); */
  background-color: #fff;
  padding: 0.5em 1em;
  line-height: 1.2;
  border-radius: 10px;
}

#visual .visual-text span {
  font-size: 1.3rem;
  font-weight: normal;
  display: block;
  /* opacity: 0.8; */
  color: #037Fb9;
  padding: 0;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  #visual {
    height: 40vh;
  }

  #visual .visual-text {
    font-size: 1.4rem;
    left: 1rem;
  }

  #visual .visual-text span {
    font-size: 0.9rem;
  }
}




#publicnotice .publicnotice-area {
}
#publicnotice.publicnotice-area ul {
    margin: 0;
    padding: 0;
    border-top: 1px dotted #CCCCCC;
}
#publicnotice .publicnotice-area ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px dotted #CCCCCC;
}
#publicnotice .publicnotice-area ul li a {
    display: block;
    margin: 0;
    padding: 1.2em 1em 1.2em 3em;
    background: url(../../img/common/icon-pdf-large.png) no-repeat left center;
}











