@charset "UTF-8";


#program .archivement .table-box table tr td.dot-box.TextCenter{
  text-align:center;
}



.PageArea section .Type4 {
  position: relative;
  font-size: 20px;
  color: #4f9c3a;
  margin-top: 1.5em;
  margin-bottom: 40px;
  background:#e8f0e6;
  width: 100%;
  border-radius:15px;
  padding:26px 47px;
  line-height: 1.3;
}


.PageArea section .Type4::before {
  position: absolute;
  content: "";
  background:url("../img/news/ttl-object.png") no-repeat;
  background-size: auto;
  background-size: contain;
  width: 32px;
  height: 47px;
  left: 0;
  bottom: -27px;
}

.PageArea section .btnN a {
  margin:30px auto;
}

#overview .event-sec .read {
  width: 66%;
  text-align: center;
  margin: 0 auto 30px;
}





@media only screen and (max-width: 600px) {


  #overview .event-sec .read {
    width: 100%;
    text-align: center;
    margin: 0 auto 30px;
  }

  #overview .Dotlist {
    
  }
  #overview .Dotlist li{
    text-indent: -1em;
    margin-left: 1em;
    line-height: 1.6;
    padding: 0.3em 0;
  }


}




