/*esthetic_02*/
#esthetic_02 .subtit h1 {
	color: #393738;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.3em;
}
#esthetic_02 .subtit h4 {
	color: #ccc;
	font-size: 20px;
    line-height: 1.3em;
}
#esthetic_02 .subtit p {
	color: #393738;
	font-size: 17px;
    line-height: 1.6em;
}
#esthetic_02 .subtit p strong {
	font-size: 1.3em;
    border-bottom: 1px solid #ef1a90;
    color: #ef1a90;
    font-weight: 600;
    line-height: 1.6em;
}
#esthetic_02 .subtit .lined {
	border-bottom: 1px solid #393738;
	width: 100px;
	display: inline-block;
}
#esthetic_02 .subtit .lined.lined_w {
	border-color: #ccc;
}
@media (max-width:768px){
	#esthetic_02 .subtit h1 {
		font-size: 20px;
		word-break: keep-all;
	}
	#esthetic_02 .subtit h4 {
		font-size: 13px;
	}
	#esthetic_02 .subtit p {
		font-size: 13px;		
	}
}
/*est2_sec01*/
#est2_sec01 {
	padding: 30px 0;	
}
#est2_sec01 .aside_l {
	padding: 50px 15px 0;
}
@media (max-width:768px){
	#est2_sec01 {
		padding: 40px 0 0;
	}
	#est2_sec01 .aside_l {
		padding: 0 15px;
	}
	#est2_sec01 .aside_r img {
		max-width: 250px;
	}
}
/*est2_sec02*/
#est2_sec02 {
	padding: 110px 0;
	background-color: #f7f7f7;
}
#est2_sec02 .table {
	margin-top: 30px;
	border-top: 2px solid #ef1a90;
	border-bottom: 2px solid #ef1a90;
}
#est2_sec02 .table tr th,
#est2_sec02 .table tr td {
	vertical-align: middle;
}
#est2_sec02 .table tr th {
}
#est2_sec02 .table tr td {
	padding: 30px 8px;
}
#est2_sec02 .table tr td h3 {
	color: #393738;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.3em;
	position: relative;
	padding-left: 35px;
}
#est2_sec02 .table tr td h3 span {
	position: absolute;
    left: 0;
    top: -2px;
    background-color: #ef1a90;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 25px;
    text-align: center;
    padding-top: 1px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}
#est2_sec02 .table tr td p {
	color: #393738;
    font-size: 15px;
    line-height: 1.6em;
    position: relative;
}
@media (max-width:768px){
	#est2_sec02 {
		padding: 40px 0;
	}
	#est2_sec02 .table tr th,
	#est2_sec02 .table tr td {
		display: block;
		width: 100%;
		background-color: #fff;
	}
	#est2_sec02 .table tr th {
		text-align: center;
		background-color: #fcfcfc;
	}
	#est2_sec02 .table tr th img {
		width: 100px;
	}
	#est2_sec02 .table tr td {
		padding: 15px 8px;
	}
	#est2_sec02 .table tr td h3 {
		font-size: 16px;
		padding-left: 25px;
		word-break: keep-all;
	}
	#est2_sec02 .table tr td h3 span {
		width: 20px;
		height: 20px;
		line-height: 18px;
		font-size: 12px;
		top: -1px;
	}
	#est2_sec02 .table tr td p {
		font-size: 13px;
	}
}