/*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;
	}
}

/*pr04_common*/
.pr04_common h4 {
	color: #1e1e1e;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 600;
	margin-bottom: 15px;
}
.pr04_common p {
	color: #1e1e1e;
    font-size: 15px;
    line-height: 1.5em;
	word-break: keep-all;
}
@media (max-width:768px){
	.pr04_common h4 {
		font-size: 14px;
		word-break: keep-all;
	}
	.pr04_common p {
		font-size: 13px;
		word-break: keep-all;
	}
}
/*pr04_sec01*/
#pr04_sec01 ul li {
	color: #1e1e1e;
    font-size: 16px;
    line-height: 1.5em;
    word-break: keep-all;
    padding: 10px 0;
    position: relative;
    padding-left: 25px;
    border-bottom: 1px dashed #ddd;
}
#pr04_sec01 ul li .chlist_hd {
	position: absolute;
	left: 0;
}
#pr04_sec01 ul li .impt {
	display: inline-block;
	position: relative;
}
#pr04_sec01 ul li .impt strong {
	position: relative;
	z-index: 3;
}
#pr04_sec01 ul li .impt:after {
	content: "";
    position: absolute;
    bottom: 0;
    height: 80%;
    background-color: rgba(254, 232, 25, 0.45);
    width: 100%;
	left: 0;
}
@media (max-width:768px){	
	#pr04_sec01 ul li {
		font-size: 13px;
		padding: 3px 0;
		padding-left: 20px;
	}
	#pr04_sec01 ul li .chlist_hd {
		width: 15px;
	}
}
/*pr04_sec05*/
#pr04_sec05 .whybox_item .titbox {
    padding: 20px 0;	
}
#pr04_sec05 .whybox_item.whybox_item01 .titbox {
	background-color: #373737;
}
#pr04_sec05 .whybox_item.whybox_item02 .titbox {
	background-color: #dda368;
}
#pr04_sec05 .whybox_item.whybox_item03 .titbox {
	background-color: #ba5e5e;
}
#pr04_sec05 .whybox_item .titbox h5 {
	font-size: 15px;
    line-height: 1em;
    color: #fff;
    margin-bottom: 10px;
}
#pr04_sec05 .whybox_item .titbox h3 {
	font-size: 21px;
    line-height: 1em;
    margin-bottom: 0px;
    color: #fff;
    font-weight: 600;
}
#pr04_sec05 .whybox_item .btbox {
	border: 1px solid #ddd;
    padding: 30px 20px;
    text-align: left;
    border-top: 0px;
}
@media (min-width:991px){	
	#pr04_sec05 ul li {
		margin-left: -1px;
	}
	#pr04_sec05 .whybox_item .btbox {
		min-height: 215px;
	}
}
@media (max-width:768px){
	#pr04_sec05 ul li {
		margin-bottom: 15px;
	}
	#pr04_sec05 .whybox_item .titbox h5 {
		font-size: 12px;
	}
	#pr04_sec05 .whybox_item .titbox h3 {
		font-size: 14px;
	}	
}

/*pr04_sec05*/
#pr04_sec06 .conbox h5 {
	font-size: 17px;
    line-height: 1.4em;
    margin-bottom: 15px;
    margin-top: 30px;
    color: #1e1e1e;
	position: relative;
	padding-left: 20px;
}
#pr04_sec06 .conbox h5 .col_line {
	position: absolute;
	width: 15px;
	left: 0;
	border-bottom: 1px solid #1e1e1e;
	padding-top: 10px;
}
#pr04_sec06 .conbox h6 {
	font-size: 15px;
    line-height: 1.4em;
    margin-bottom: 20px;
    color: #373737;
    font-weight: 600;
}
@media (max-width:768px){	
	#pr04_sec06 .conbox h5 {
		font-size: 14px;
		word-break: keep-all;
		padding-left: 0px;
		padding-top: 15px;
		margin-top: 10px;
	}
	#pr04_sec06 .conbox h5 .col_line {
		top: 0;
		margin-top: 0px;
	}
	#pr04_sec06 .conbox h6 {
		font-size: 13px;
		word-break: keep-all;
	}
}
/*pr04_sec06*/
#pr04_sec06 .clinic_item .txtbox {
	padding: 15px;
    border: 1px solid #ddd;
    border-top: 2px solid #519c90;
    margin-bottom: 15px;
}
#pr04_sec06 .clinic_item .txtbox h3 {
	border: 0px;
    color: #1e1e1e;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 5px;
}
#pr04_sec06 .clinic_item .txtbox p {
	color: #1e1e1e;
    font-size: 15px;
    line-height: 1.5em;
    word-break: keep-all;	
}
#pr04_sec06 .clist_video {
	margin-top: 30px;
}
#pr04_sec06 .clist_video h3 {
	border: 0px;
    color: #1e1e1e;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 5px;
	text-align: center;
}
@media (min-width:991px){
	#pr04_sec06 .clinic_item .txtbox {
		height: 180px;
	}
}
@media (max-width:768px){
	#pr04_sec06 .clinic_item .txtbox h3 {
		font-size: 14px;
	}
	#pr04_sec06 .clinic_item .txtbox p {
		font-size: 13px;
	}
	#pr04_sec06 .clist_video {
		margin-top: 20px;
	}
	#pr04_sec06 .clist_video h3 {
		font-size: 14px;
		word-break: keep-all;
	}
	#pr04_sec06 .clist_video iframe {
		height: 300px !important;
	}
}

/*clist_video_info*/
.clist_video_info h5 {
	font-size: 24px !important;
    letter-spacing: -1px;
	position: relative;
}
.clist_video_info h5:after {
	content: "";
	position: absolute;
	width: 100%;
	border: 1px solid #519c90;
	left: 0;
	top: 50%;
	z-index: 1;
}
.clist_video_info h5 span {
	display: inline-block;
	padding: 0 10px 0 0;
	background-color: #fff;
	position: relative;
	z-index: 3;
}
.clist_video_info h3 {
	font-size: 20px !important;
    letter-spacing: -1px;
	font-weight: 300;
	color: #636363;
}
@media (max-width:768px){
	.clist_video_info h5 {
		font-size: 15px !important;
	}
	.clist_video_info h5:after {
		top: 25px;
	}
	.clist_video_info h3 {
		font-size: 14px !important;
	}
}
/*cliniclist*/
.cliniclist .clinic_item .txtbox {
	padding: 15px;
    border: 1px solid #ddd;
    border-top: 2px solid #519c90;
    margin-bottom: 15px;
}
.cliniclist .clinic_item .txtbox h3 {
	border: 0px;
    color: #1e1e1e;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 5px;
}
.cliniclist .clinic_item .txtbox p {
	color: #1e1e1e;
    font-size: 15px;
    line-height: 1.5em;
    word-break: keep-all;	
}
.cliniclist .clist_video h3 {
	border: 0px;
    color: #1e1e1e;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 5px;
	text-align: center;
}
@media (min-width:991px){
	.cliniclist .clinic_item .txtbox {
		height: 180px;
	}
}
@media (max-width:768px){
	.cliniclist .clinic_item .txtbox h3 {
		font-size: 14px;
	}
	.cliniclist .clinic_item .txtbox p {
		font-size: 13px;
	}
}