/*lead*/
.c5-leadBox{
	margin-top: 40px;
}
.c5-leadBoxPC img{
	width: 100%;
}
.c5-leadBoxSP{
	display: none;
}

.c5-title{
	background: url(../images/title_left.png) no-repeat center center #fdfdcd;
	height: 80px;
	line-height: 90px;
	width: 100%;
	margin-bottom:20px;
}
.c5-title h2{
	color: #000;
	font-size: 20px;
	padding:0 20px;
}
.c5-title h2 span{
	font-size: 18px;
	font-weight: normal;
}

.c5-title_c{
	background: url(../images/title_center.png) no-repeat center center #fdfdcd;
	height: 80px;
	line-height: 90px;
	width: 100%;
	margin-bottom:20px;
}
.c5-title_c h2{
	color: #000;
	font-size: 20px;
	padding:0 20px;
	text-align: center;
}
.c5-title_c h2 span{
	font-size: 18px;
	font-weight: normal;
}

.nws10_simulation{
	height: 1150px;
}
 @media screen and (max-width: 1270px) {
	.nws10_simulation{
		height: 1308px;
	}
 }
 @media screen and (max-width: 1260px) {
	.nws10_simulation{
		height: 1308px;
	}
 }
 @media screen and (max-width: 1140px) {
	.nws10_simulation{
		height: 1240px;
	}
 }
 @media screen and (max-width: 1120px) {
	.nws10_simulation{
		height: auto;
	}
 }
.nws10_simulation iframe {
    overflow: visible;
    border: none;
    width:100%;
    height:1300px;
 }
 @media screen and (max-width: 639px) {
 	.nws10_simulation iframe {
 		height:850px;
 	}
 }

@media screen and (max-width: 750px) {
	.c5-title{
		background: #fdd700;
		height: auto;
		line-height: 1.4em;
		width: 100%;
		margin-bottom:20px;
	}
	.c5-title h2{
		color: #000;
		/*font-size: 16px;*/
		padding:15px 20px;
	}
	.c5-title h2 span{
		/*font-size: 14px;*/
	}

	.c5-title_c{
		background: #fdd700;
		height: auto;
		line-height: 1.4em;
		width: 100%;
		margin-bottom:20px;
	}
	.c5-title_c h2{
		color: #000;
		font-size: 16px;
		padding:15px 20px;
	}
	.c5-title_c 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;
	}*/
}