.c5-concept__Box{
	background-color: #ffffff;
	padding: 10px 40px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	font-weight: bold;
}

.c5-title {
	background-image: url("../images/title_A.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 75px;
	line-height: 75px;
	width: 100%;
	margin-bottom: 30px;
}
.c5-title h2 {
	color: #fff;
	font-size: 20px;
	padding: 0 20px;
	/*background-color: #f3f4f6;*/
}

.snoopy_1706_simulation iframe{
    overflow: visible;
    border: none;
	width: 100%;
	height: 955px;
}


@media screen and (max-width: 750px) {
	.c5-title {
		background: #bd3f1f;
		background-image: none;
		height: auto;
		line-height: 1.4em;
		width: 100%;
		margin-bottom: 20px;
	}
	.c5-title h2 {
		color: #fff;
		padding: 15px 20px;
	}
}

@media screen and (max-width: 639px) {
	.c5-concept__Box {
		padding: 10px;
	}
	.c5-title h2 {
		font-size: 16px;
		background-color: #bd3f1f;
	}
}
