@charset "utf-8"; 

#dcac{
	display: flex;
	justify-content: space-between;
	width: 1060px;
	text-align: center;
	margin: 40px auto 30px;
}

#dcac .block{
	width: 485px;
}
#dcac .block img + .border-ttlWrap{
	margin-top: 20px;
}
#dcac .block .imgBlock + .border-ttlWrap{
	margin-top: 60px;
}
#dcac .block img{
	width: 100%;
	height: auto;
}
#dcac p{
	margin-bottom: 10px;
}
#dcac .imgBlock{
	position: relative;
}
#dcac .imgBlock img{
	position: absolute;
	top: 50%;
	right: 0;
	height: auto;
	transform: translateY(-50%);
}
#dcac .imgBlock .img01{
	width: 95px;
}
#dcac .imgBlock .img02{
	width: 190px;
}
#dcac .imgBlock p{
	position: relative;
	z-index: 2;
}
#dcac .notes{
	text-align: right;
	margin: 20px 0 0;
}

@media screen and (max-width : 767px){
	
	#dcac{
		display: block;
		width: auto;
		margin: 0 0 13vw;
	}
	#dcac p{
		margin-bottom: 3vw;
	}
	#dcac .block{
		width: auto;
	}
	#dcac .block + .block,
	#dcac .block .imgBlock + .border-ttlWrap,
	#dcac .block img + .border-ttlWrap{
		margin-top: 25vw;
	}
	#dcac .imgBlock img{
		position: relative;
		top: auto;
		right: auto;
		transform: none;
	}
	#dcac .imgBlock .img01{
		width: 36vw;
	}
	#dcac .imgBlock .img02{
		width: 65vw;
	}
	#dcac .notes{
		margin: 8vw 0 0;
	}
	
}
@media (orientation: landscape) and (max-width : 767px){


}