@charset "UTF-8";

/* top ni kiku fix */

/* unique css */
.display-inlineblock{
  display: inline-block;
}

@media screen and (min-width: 769px) { /* pc */
  .pc-display-block{
    display: block;
  }
}

/* text */
.txtstyle3 p{
  text-indent: 1em;
}

.txtstyle3 p *{
  text-indent: 0;
}

.txtstyle3 p + p{
  margin-top: 1.8em;
}
