@charset "utf-8"; 

#dodg{
	width: 1060px;
	text-align: center;
	margin: 0 auto 30px;
}
#dodg .map{
	position: relative;
}
#dodg .map img{
	width: 100%;
	height: auto;
}
#dodg .map .txt{
	position: absolute;
	width: 290px;
}
#dodg .map .txt01{
	top: 86px;
	left: 0;
}
#dodg .map .txt01 p{
	width: 310px;
}
#dodg .map .txt02{
	top: 176px;
	right: 7px;
}
#dodg .map .txt03{
	bottom: 296px;
	right: 7px;
}
#dodg .map .border-ttlWrap .icon{
	flex-flow: column;
	width: 82px;
}
#dodg .map .border-ttlWrap .icon li + li{
	margin: 5px 0 0 0;
}
#dodg .map .border-ttl{
	border-color: transparent;
	letter-spacing: -0.03em;
}
#dodg .map .border-ttl span{
	display: none;
}
#dodg .blockWrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 70px;
}
#dodg .block{
	position: relative;
	width: 485px;
}
#dodg .block p{
	position: relative;
	z-index: 2;
}
#dodg .block p + p{
	margin-top: 2em;
}
#dodg .block01 .img{
	position: absolute;
	right: 0;
	bottom: -80px;
	width: 280px;
	height: auto;
}
#dodg .block02 .img{
	position: absolute;
	height: auto;
}
#dodg .block02 .img01{
	top: 53px;
	right: 0;
	width: 205px;
}
#dodg .block02 .img02{
	width: 138px;
	right: 0;
	bottom: 0;
}
#dodg .notes{
	text-align: right;
	margin: 80px 0 30px;
}

@media screen and (max-width : 767px){
	
	#dodg{
		display: block;
		width: auto;
		margin: 0 0 13vw;
	}
	#dodg .map .txt{
		position: relative;
		width: auto;
		margin-top: 3vw;
	}
	#dodg .map .txt + .txt{
		margin-top: 5vw;
	}
	#dodg .map .txt01,
	#dodg .map .txt02,
	#dodg .map .txt03{
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
	}
	#dodg .map .txt01 p{
		width: auto;
	}
	#dodg .map .border-ttl{
		border-color: #E60012;
	}
	#dodg .map .border-ttl span{
		display: block;
		color: #E60012;
	}
	#dodg .map .border-ttlWrap .icon{
		width: auto;
		flex-flow: row;
	}
	#dodg .map .border-ttlWrap .icon li + li{
		margin: 0;
	}
	#dodg .map img.sp{
		margin-top: 7vw;
	}
	#dodg .blockWrap{
		display: block;
		margin-top: 25vw;
	}
	#dodg .block{
		width: auto;
	}
	#dodg .block + .block{
		margin-top: 25vw;
	}
	#dodg .block p + p{
		margin-top: 1em;
	}
	#dodg .block01 .img{
		position: relative;
		right: auto;
		bottom: auto;
		width: 50vw;
		margin-top: 5vw;
	}
	#dodg .block02 .img{
		position: relative;		
	}
	#dodg .block02 .img01{
		top: auto;
		right: auto;
		width: 50vw;
		margin: 5vw 0;
	}
	#dodg .block02 .img02{
		bottom: auto;
		right: auto;
		width: 40vw;
	}
	#dodg .notes{
		margin: 5vw 0 12vw;
	}
	
	
	
	#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){


}