@charset "utf-8";

.pagemain-image{
  background: url("../img/pagemain_image.jpg") no-repeat center center;
}
.incontents{
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
.listtext{
  border-bottom: 1px solid #333;
  padding: 10px 0;
  margin: 10px 0;
}
.listtext:last-child{
  border-bottom: none;
}
.listtext_ttl{
  font-size: 18px;
  margin-bottom: 15px;
}
.listtext_sub{
  margin: 0 0 0 15px;
}
@media screen and (max-width: 768px){
  .pagemain-image{
    background: url("../img/pagemain_image_sp.jpg") no-repeat center center;
  }
}