.ul-type-normal > li{position:relative;padding:0 0 4px 0;line-height: 160%;font-size: 18px;font-weight: 700;color: #262626;}
.ul-type-normal > li:last-child {padding-bottom: 0;}

dl{margin-bottom: 0;}
dl dt{font-size: 18px;font-weight: 700;line-height: 160%;color: #262626;}
dl dd{font-size: 18px;font-weight: 400;line-height: 160%;color: #222222;padding: 0 0 40px 0;}
dl dd:last-child{padding-bottom: 0;}

.txt-color{margin-bottom: 10px;}
.txt-color span{font-size: 17px;line-height: 140%;color: #222222;font-weight: 700;}
.txt-color span:nth-child(1){color: #a52d69;}
.txt-color span:nth-child(2){color: #0068b7;}

@media screen and (max-width:768px){
	.ul-type-normal > li{font-size: 14px;}
	dl dt{font-size: 16px;}
	dl dd{font-size: 14px;padding: 0 0 20px 0;}
	dl dd:last-child{padding-bottom: 0;}
	.txt-color span{font-size: 15px;}
}