@charset "UTF-8";

/* top ni kiku fix */
#main {
    border-top: 9px solid #b6a025;
}

.indent-icon{
	text-indent: -1em;
	margin-left: 1em;
}

.indent-icon > *{
	text-indent: 0;
	margin-left: 0;
}

/* 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;
}

