@charset "UTF-8";

h1{
	font-size: 25px;
    font-size: 2.5rem;
}
p.ledeTxt{
	line-height: 1.8;
	font-weight: normal;
}
.ledeTxt + .ledeTxt{
	margin: 13px 0 0;
}
.listNote01{
	margin-top: 2em;
}
.colSet > .colTxt{
	width: 463px;
}
.colSet > .colTxt p{
	font-size: 14px;
	font-size: 1.4rem;
}
.colSet > .colImgR{margin-left: 0;}
.colSet > .colImgR.item01{
	margin-right: 33px;
}
.colSet > .colImgR.item02{
	margin-right: 33px;
}
.colSet > .colImgR.item03{
	margin-right: 11px;
}
h2 + p, h3 + p, h4 + p, h5 + p {
    font-size: 13px;
    font-size: 1.3rem;
}
.sideMenu > dl > dt:after {
    background: url(/about01/images/img_about.png);
}

@media screen and (max-width: 768px) {
	p.ledeTxt{
		margin-top: 1em;
	}
	.ledeTxt + .ledeTxt{
		margin: 1em 0 0;
	}
	.colSet > .colTxt{
		width: 100%;
	}
	.colSet > .colTxt p{
		font-size: 14px;
		font-size: 1.4rem;
	}
	.colSet > .colImgR{
		margin-left: auto;
	}
	.colSet > .colImgR.item01{
		width: 194px;
		margin-right:auto;
	}
	.colSet > .colImgR.item02{
		width: 199px;
		margin-right:auto;
	}
	.colSet > .colImgR.item03{
		width: 237px;
		margin-right:auto;
	}
	.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;
	}
}
