@charset "utf-8";
/* CSS Document */

.sec01 .text01 {
  margin-bottom: 35px;
}
.sec01 .text01 span.source {
  display: block;
  text-align: right;
  font-size: 12px;
}
.sec01 .img01 {
  text-align: center;
}
.sec01 .text02 {
  width: 92%;
  margin: 0 auto;
  text-align: right;
  font-size: 12px;
}


@media only screen and (max-width: 767px) {
  .sec01 .img01 {
    width: 94%;
    margin: 0 auto;
  }
  .sec01 .text01 span.source {
    font-size: 10px;
  }
  .sec01 .img01 img {
    width: 100%;
  }
  .sec01 .text02 {
    width: 92%;
    margin: 0 auto;
    font-size: 10px;
  }
}