@charset "utf-8";

/*---------------

----------------*/
.num01{
	padding-bottom: 0;}

.num02,
.num03,
.num04{
	padding-top: 0;
}

/*plotBox*/
.plotBox{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}
.plotBox img{
	width: 100%;
}

@media only screen and (max-width:768px) {
	.num02 .cntlinkBox .cntlinkBox-inner .cntlinkBox-img img{
		top:50%; /* または200px(heightの半分) */
		left: -20%; /* この値を変更すると左右に位置をずらせる */
		transform: translate(-50%, -50%);
	}
}