@charset "UTF-8";
.section-topicsbox .txtbox {
  margin: 30px;
  color: #231815;
  font-size: 14px;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif; }
  @media screen and (max-width: 480px) {
    .section-topicsbox .txtbox {
      margin: 30px 10px; } }
  .section-topicsbox .txtbox p {
    margin: 30px 0; }
  .section-topicsbox .txtbox .ph {
    display: flex;
    justify-content: left;
    margin-bottom: 20px; }
