@charset "utf-8";

/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/

/* トップページ デザイン定義 */
#main-news {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
    #main-news h1{
        text-align:left;
    }
    #main-news h3 {
        border-bottom-width: 0px;
        border-bottom-style: none;
        font-size: 18px;
        color: #333333;
        font-weight: bold;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 13px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 5px;
        padding: .5em .75em;
    }

#main-news h3.newstitle {

  position: relative;
  padding: .75em 1em .75em 1.5em;
  border: 1px solid #ccc;
}


#main-news h3.newstitle::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  /*height: -webkit-calc(100% - 1em);*/
  height: calc(100% - 1em);
  background-color: #00CC00;
  border-radius: 4px;
}

#main-news h3 .ja {
  display: none;
}

#main-news dt {
  width: 77px;
  padding-left: 0;
  padding-bottom: 0;
  padding-top: 5px;
  padding-right: 0;
  text-align: center;
}

#main-news dt img {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #C4C28A;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #C4C28A;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #C4C28A;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #C4C28A;
}

#main-news dd {
  padding-left: 83px;
  min-height: 64px;
  padding-bottom: 5px;
  padding-top: 5px;
}

#main-news .date {
  /*    line-height: 1.7;*/
  white-space: nowrap;
  position: relative;
  padding: .2em .5em .2em 2em;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  width: 150px;
}

#main-news .date::before,
#main-news .date::after {
  position: absolute;
  content: '';
  border-radius: 100%
}

#main-news .date::before {
  top: .2em;
  left: .2em;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: rgba(0, 145, 197, .5);
}

#main-news .date::after {
  top: .7em;
  left: .7em;
  width: 13px;
  height: 13px;
  background: rgba(170, 170, 170, .5);
}

#main-news .title {
  position: relative;
  padding: .2em 0em .2em 0em;
  font-size: 15px;
  text-align: left;
  width: auto;
}

#main-news .detail {
  font-size: 15px;
  text-align: left;
  margin-top: 10px;
}

#main-news .comment {
  margin-top: 20px;
  padding-top: 10px;
}

#main-news hr {
  padding-top: 0px;
  margin-top: 0;
  margin-bottom: 0px;
  clear: both;
}

#main-news table tr {
  border-bottom: 1px solid #ccc;
}

.newstitle {
  text-align: left;
  vertical-align: middle;
  position: relative;
  padding: 0 .5em .2em 2em;
  margin-top: .2em;
  border-bottom: 1px solid #ccc;
  font-size: 17px;
  width: auto;
  /*color:aqua;*/
}

.newstitle::before,
.newstitle::after {
  position: absolute;
  content: '';
  border-radius: 100%
}

.newstitle::before {
  top: .2em;
  left: .2em;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: rgba(0, 145, 197, .5);
}

.newstitle::after {
  top: .7em;
  left: .7em;
  width: 13px;
  height: 13px;
  background: rgba(170, 170, 170, .5);
}
/* 20231214追加　過年度非表示 */
.pastnews{
    display:none;
}