.c5-concept__Box{
	padding: 10px 40px 10px;
	-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.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 90px;
	display: table;
	/* height: 75px;
	line-height: 75px;
	width: 100%;
	margin-bottom: 30px; */
}
.c5-title h2 {
	color: white;
	font-size: 20px;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.4em;
/*	 padding: 0 20px;*/
}

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

@media screen and (max-width: 850px) {
	.c5-title h2 {
		font-size: 18px;
		line-height: 1.2em;
		box-sizing: border-box;
		padding: 0 10px;
	}
}

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

.c5-ga--new_content {
    border: 1px solid #000;
    box-sizing: border-box !important;
    padding: 20px !important;
    background: #fff
}
