@charset "utf-8";
/* CSS Document */
.contents h2 {
  background: url(images/h2_icon.png) no-repeat left 4px;
  background-size: 24.5px auto;
}
/*PR館のご案内 .index
***********************************************/
table.table01.prt01 {
  margin-bottom: 50px;
}
table.table01.prt01 th {
  width: 10em;
}
.li01 {
  margin-bottom: 30px;
}
.img01 {
  text-align: center;
  margin-bottom: 60px;
}
.img01 img {
  max-width: 100%;
}
.att {
  background: #E1EFFD;
  border-radius: 3px;
  padding: 10px;
  color: #00628C;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) { /*SP*/
  table.table01.prt01 {
    margin-bottom: 30px;
  }
  table.table01.prt01 th {
    width: 100%;
  }
  .li01 {
    margin-bottom: 20px;
  }
  .img01 {
    margin-bottom: 30px;
  }
  .att {
    margin-bottom: 30px;
  }
}