/*lead*/
.c5-leadBox{
	margin-top: 40px;
}
.c5-leadBoxPC img{
	width: 100%;
}
.c5-leadBoxSP{
	display: none;
}

.c5-banner{
	padding: 0 20px;
}
@media screen and (max-width: 639px) {
	.c5-banner{
		padding: 0 10px;
	}
}
.c5-normal{
	font-weight: normal;
}


.c5-title{
	background: url(../images/title.png) no-repeat center top;
	height: 75px;
	line-height: 75px;
	width: 100%;
	margin-bottom:20px;
}
.c5-title__2{
	background: url(../images/small_title.png) no-repeat left center;
	height: 60px;
	line-height: 50px;
	width: 100%;
	margin-bottom:20px;
}
.c5-title__2 h2{
	padding:0 100px;
}

.c5-title h2{
	color: #000;
	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: 1200px) {
	.c5-title{
		background-size: contain;
		line-height: 65px;
	}
}
@media screen and (max-width: 1000px) {
	.c5-title{
		background-size: initial;
		line-height: 75px;
	}
}
@media screen and (max-width: 750px) {
	.c5-title{
		background: #d7f1c0;
		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__2{
		background: #fc929c;
		height: auto;
		line-height: 1.4em;
		width: 100%;
		margin-bottom:20px;
	}
	.c5-title__2 h2{
		color: #fff;
		font-size: 16px;
		padding:15px 20px;
	}
	/*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-concept__Box{
	/*background-color: #ffffff;
	padding:50px 40px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;*/
}
.c5-concept__Box .c5-concept__Box--img img{
	width: 100%;
}
@media screen and (max-width: 639px) {
	.c5-concept__Box{
		/*padding:10px;*/
	}

}