/*cm5_s01*/
.cm5_s01 .deco_top {
	padding: 0 0 30px;
}
.cm5_s01 .deco_top h1 {
	font-size: 25px;
	line-height: 1em;
	color: #1e1e1e;
	word-break: keep-all;
	font-weight: 600;
	margin: 25px 0;
}
.cm5_s01 .deco_top h1 strong {
	color: #174793;
	font-weight: 600;
}
.cm5_s01 .vdo_box {
    background-color: #fcfcfc;
    padding: 15px;
    border: 1px solid #ddd;
}

@media (min-width:769px) {
    .cm5_s01 .vdo_box .video_wrp {
        width: 30%;
    }
}
@media (max-width:768px) {
	.cm5_s01 .deco_top {
		padding: 0 0 15px;
	}
	.cm5_s01 .deco_top h1 {
		font-size: 15px;
		margin: 15px 0;
	}
	.cm5_s01 .deco_top .img_wrp img {
		width: 10px;
	}
    .cm5_s01 .video_wrp {
        text-align: center;
    }
	.cm5_s01 .video_wrp video {
        width: 50%;
        display: inline-block;
	}
}

