/*lead*/
.c5-leadBox{
	margin-top: 40px;
}
.c5-leadBoxPC img{
	width: 100%;
}
.c5-leadBoxSP{
	display: none;
}

.c5-title{
	background: url(../images/title.png) no-repeat center center #f89d98;
	line-height: 60px;
	margin-bottom:20px;
	width: 100%;
    height: 60px;
    text-align: center;
}
.c5-title h2{
	color: #000;
	font-size: 20px;
	padding:0 50px;
}
.c5-title h2 span{
	font-size: 18px;
	font-weight: normal;
}

.c5-title_sub{
	background-color: #ffffff;
	border-top: solid 1px #cb9611;
	border-bottom: solid 1px #cb9611;
	height: 60px;
	line-height: 30px;
	width: 100%;
	margin-bottom:20px;
}
.c5-title_sub h2{
	color: #000;
	font-size: 20px;
	padding:0 20px;
}
.c5-title_sub 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{
		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;*/
	}

}

@media screen and (max-width: 639px) {
	.c5-title h2{
		font-size: 16px;
	}
	.c5-title h2 span{
		font-size: 14px;
	}

	.c5-title_sub h2{
		font-size: 16px;
	}
	.c5-title_sub 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;
	}*/
}

.c5-box_txt{
	background-color: #ffeeee;
	padding: 10px;
}