@charset "utf-8";

h2{
  font-size:200%;
  font-weight: bold;
  text-align: center;
  margin-bottom:5%;
}
ul.asterisk li {
  list-style-type: none;
  text-indent: -1em;
  margin-left: 15px;
  font-size: 13px;
}
ul.asterisk li:before {
  display: inline;
  content: "※";
}

.news-img{
  width:100%;
}
.news-img img{
  width:100%;
}
.news_box p{
  margin-bottom:5%;
}
.news_box div{
  width:100%;
  margin-bottom:5%;
}
.news_box div img{
  width:100%;
}
.news_box ul{
  margin-bottom:5%;
}
.list-decimal li{
  list-style-type: decimal;
}

@media screen and ( min-width:640px ) { /* PC ==================== */
}
@media screen and ( max-width:640px ) { /* SP  ==================== */
  .news-img{
  }
}
