@charset "utf-8";
/* CSS Document */
p.pic04 {
  margin-bottom: 60px;
}
p.tpc_pic01 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 1024px) {
  p.tpc_pic01 {
    width: 29%;
    margin-left: 15px;
  }
  p.pic02 {
    width: 885px;
    height: 722px;
    position: relative;
  }
  p.pic02 img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
@media print, screen and (min-width: 768px) {}