<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.Pchan_area {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 20px;
}
.Pchan_area .Pchan_area-cell {
  display: table-cell;
  vertical-align: bottom;
  overflow: hidden;
}
.Pchan_area .Pchan_area-image {
  width: auto;
  display: inline;
}
.Pchan_area .Pchan_area-text {
  width: 260px;
  padding: 20px;
  border-radius: 10px;
  display: inline-block;
  background: #f4f5f7;
  position: relative;
  margin-bottom: 20px;
}
.Pchan_area .Pchan_area-text:after {
  position: absolute;
  content: '';
  bottom: 35px;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 20px 7.5px 0;
  border-color: transparent #f4f5f7 transparent transparent;
}

.aboutPchan {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 30px;
}

@media only screen and (max-width: 936px) {
  .Pchan_area .Pchan_area-cell {
    display: block;
  }
  .Pchan_area .Pchan_box {
    display: table;
    width: 100%;
  }
  .Pchan_area .Pchan_area-text {
    padding: 10px;
    width: inherit;
    display: table-cell;
    vertical-align: middle;
  }
  .Pchan_area .Pchan_area-text:after {
    bottom: 20px;
  }
  .Pchan_area .Pchan_area-image {
    vertical-align: bottom;
    padding-right: 10px;
    display: table-cell;
    margin: 0;
  }
  .Pchan_area .Pchan_area-image img {
    width: 65px;
    height: auto;
  }

  .aboutPchan {
    padding: 10px;
  }
}
</pre></body></html>