@charset "UTF-8";
.right-post-content-box img {
  display: inline-block;
  width: 100%;
}
.page-layout-section table {
  width: 100%;
}
.streetview {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 10px;
}

.streetview #pano {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .page-layout-section table {
    width: 100% !important;
  }
}
@media screen and (min-width: 769px) {
  /**********
  PC
  **********/
}
