/*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 top;
	height: 74px;
	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: 1249px) {
	.nws10_simulation iframe {
		height: 970px;
	}	
}
@media screen and (max-width: 750px) {
	.c5-title{
		background: #c2042e;
		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;
	}*/
}





.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;*/
	}
}


.c5-pc{}
.c5-sp{ display:none;}
@media screen and (max-width: 639px) {
	.c5-pc{
		display:none;
	}
	.c5-sp{
		display:block;
	}
	.c5-concept__Box--imgSp{
		/*background-color:#fbfbfb;*/
		background: url(/walkman/store/special/a-disneypictomicky/images/img_concept_sp_bg.jpg) repeat-y center center;
		background-size: contain;
		padding:20px;
	}
	.c5-concept__Box--imgSp h2{
		margin:0;
	}
}


.c5-textWeight--normal{
	font-weight: normal !important;
}