/*sub_tit*/
.sub_tit {
	margin-bottom: 50px;
}
.sub_tit .img_wrp {
	margin-bottom: 15px;
}
.sub_tit .lined {
    line-height: 0;	
}
.sub_tit .lined span {
	display: inline-block;
    line-height: 0;
    width: 40px;
    border-bottom: 2px solid #493a30;
    margin-bottom: 20px;
}
.sub_tit h1 {
	color: #493a30;
    font-size: 26px;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 5px;
}
.sub_tit h2 {
	color: #2e2e2e;
    font-size: 22px;
    line-height: 1.5em;
    margin-bottom: 0px;
}
.sub_tit h3 {
	color: #2e2e2e;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 0px;
}
@media (max-width:768px){
	.sub_tit {
		margin-bottom: 30px;
		text-align: left;
	}
	.sub_tit .img_wrp {
		margin-bottom: 10px;
	}
	.sub_tit .img_wrp img.ling {
		width: 10px;
	}
	.sub_tit .lined {
		line-height: 0;	
	}
	.sub_tit .lined span {
		width: 20px;
	}
	.sub_tit h1 {
		color: #493a30;
		font-size: 20px;
		line-height: 1.5em;
		font-weight: 600;
		margin-bottom: 5px;
		word-break: keep-all;
	}
	.sub_tit h2 {
		font-size: 16px;
		word-break: keep-all;
	}
	.sub_tit h3 {
		font-size: 14px;
	}
}
/*cl01_sec01*/
#cl01_sec01 .img_wrp {
	margin-bottom: 40px;
}
#cl01_sec01 h4 {
	color: #1e1e1e;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 600;
	margin-bottom: 5px;
}
#cl01_sec01 p {
	color: #1e1e1e;
    font-size: 15px;
    line-height: 1.5em;
}
@media (max-width:768px){
	#cl01_sec01 .img_wrp {
		margin-bottom: 20px;
	}
	#cl01_sec01 .conbox {
		text-align: left;
	}
	#cl01_sec01 h4 {
		font-size: 14px;
		word-break: keep-all;
	}
	#cl01_sec01 p {
		font-size: 13px;
		word-break: keep-all;
	}
}
/*cl01_sec02*/
#cl01_sec02 .conlist {
	margin-bottom: 40px;
}
#cl01_sec02 .conlist h3 {
	color: #1e1e1e;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    vertical-align: middle;
}
#cl01_sec02 .conlist h3 span,
#cl01_sec02 .conlist h3 span img {
	vertical-align: middle;
}
#cl01_sec02 .conlist p {
	color: #1e1e1e;
    font-size: 15px;
    line-height: 1.5em;
}
@media (max-width:768px){
	#cl01_sec02 .sub_tit {
		margin-bottom: 30px;
		text-align: center;
	}
	#cl01_sec02 .conlist {
		margin-bottom: 20px;
	}
	#cl01_sec02 .conlist h3 {
		font-size: 14px;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	#cl01_sec02 .conlist h3 span img {
		width: 7px;
	}
	#cl01_sec02 .conlist p {
		font-size: 13px;
	}
}