.part-img {
	display: block;
	width: 100%;
	margin-top: 35px;
}

.part1 .top-img {
	display: block;
	width: 100%;
}

.part1 .big_title {
	font-size: 34px;
	font-family: myfont_Medium;
	font-weight: bold;
	color: #515151;
	line-height: 1;
	margin-top: 45px;
	padding-bottom: 30px;
	border-bottom: 1px solid #9c9b9c;
	position: relative;
	margin-bottom: 25px;
}

.part1 .big_title::after {
	content: "";
	display: inline-block;
	width: 145px;
	height: 162px;
	background: url(../../img/al/bsy/icon.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: -34px;
	top: -25px;
	z-index: -1;
}

.al-title {
	font-family: myfont_Medium;
	font-size: 18px;
	color: #c21a1f;
	line-height: 1;
	font-weight: bold;
	margin-top: 25px;
}

.al-title span {
	display: inline-block;
	vertical-align: bottom;
	line-height: 28px;
	margin-right: 5px;
}

.last-p {
	position: relative;
}

.last-p::after {
	content: "";
	display: inline-block;
	width: 144px;
	height: 144px;
	background: url(../../img/al/bsy/icon2.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: -73px;
	bottom: -170px;
	z-index: -1;
}

.main-box {
	padding-bottom: 200px;
}













.mt20 {
	margin-top: 20px;
}

.mt10 {
	margin-top: 10px;
}

.mt30 {
	margin-top: 30px;
}

p {
	text-align: justify;
}

.reading {
	font-size: 16px;
	font-family: myfont_Light;
	color: #595757;
}

.p1 {
	font-size: 16px;
	color: #595757;
	line-height: 28px;
	font-family: myfont_Light;

}

.p1 span {
	font-family: myfont_Medium;
	font-weight: bold;
	color: #000000;
}

.text-indent {
	text-indent: 2em;
}


/*0411*/

@media screen and (max-width:750px) {

	.main {
		width: 6.8rem !important;
		margin: 0 auto;
		font-size: 12px;
		overflow-x: hidden;
	}

	.part1 .big_title {
		padding-bottom: .2rem;
		font-size: .24rem;
		line-height: 2em;
		margin: .25rem 0;
	}

	.part1 .p2 .span2 {
		margin-left: 1.25rem;
	}

	.part2 .p3 .p3-red span {
		display: unset;
	}

	.part1 .p3 span {
		display: unset;
	}

	.reading,
	.part1 .p1,
	.part1 .p2,
	.al-title,
	.part1 .p2-span,
	.part1 .p3,
	.part1 .p4,
	.part1 .p6,
	.part1 .p7,
	
	.part1 .p5 {
		font-size: .24rem;
		line-height: 2em;
	}

}