@charset "UTF-8";

.ledeTxt{
	line-height: 1.8;
	font-weight: normal;
    font-size: 15px;
    font-size: 1.5rem;
}
.listNote01{
	margin-top: 3em;
}
.sideMenu > dl > dt:after {
    background: url(/about01/images/img_about.png);
}

@media screen and (max-width: 768px) {
	p.ledeTxt{
		margin-top: 1em;
	}
	.listNote01{
		margin-top: 2em;
	}
	.subject:after {
		top: 5px;
		width: 52px;
		height: 106px;
		background: url(/about01/images/img_about@2x.png) no-repeat;
		background-size: contain;
	}
  .sideMenu > dl > dt:after {
    background: url(/about01/images/img_about@2x.png) no-repeat;
    background-size: contain;
  }

}
