/*lead*/
.c5-leadBox{
	margin-top: 40px;
}
.c5-leadBoxPC img{
	width: 100%;
}
.c5-leadBoxSP{
	display: none;
}

.c5-title{
	background: url(../images/title.jpg) no-repeat left center #f89d98;
	height: 60px;
	line-height: 60px;
	width: 100%;
	margin-bottom:20px;
}
.c5-title h2{
	color: #fff;
	font-size: 20px;
	padding:0 20px;
}
.c5-title h2 span{
	font-size: 18px;
	font-weight: normal;
}

.nws10_simulation iframe {
    overflow: visible;
    border: none;
    width: 100%;
    /*height: 1200px;*/
 }

@media screen and (max-width: 750px) {
	.c5-title{
		background: #f89d98;
		height: auto;
		line-height: 1.4em;
		width: 100%;
		margin-bottom:20px;
	}
	.c5-title h2{
		color: #fff;
		/*font-size: 16px;*/
		padding:15px 20px;
	}
	.c5-title h2 span{
		/*font-size: 14px;*/
	}

}

@media screen and (max-width: 639px) {
	.c5-title h2{
		font-size: 16px;
	}
	.c5-title h2 span{
		font-size: 14px;
	}

	/*lead*/
	.c5-leadBox{
		width: 100%;
	}
	.c5-leadBoxPC{
		display: none;
	}
	.c5-leadBoxSP{
		display: block;
		/*background-color: #02061f;
		color: #ffffff;
		padding: 10px;*/
	}
	/*.c5-leadBoxSP strong{
		border-bottom: solid 1px #ffffff;
		padding-bottom: 10px;
		margin-bottom: 10px;
		display: block;
		text-align: center;
	}*/
}