@charset "UTF-8";


@media screen and (max-width: 1116px) {
	#points ul li div.explain {
		top: 8px;
		font-size: 16px;
	}
	#price ul li dl dt span { font-size: 18px; }
	#price ul li dl dd { font-size: 14px; }
	#price ul li dl dd strong { font-size: 28px; }
}
@media screen and (max-width: 882px) {
	header span.catch { font-size: 16px; }
	#points ul li div.explain {
		top: 7px;
		font-size: 14px;
	}
	#price ul li dl dt span { font-size: 16px; }
	#price ul li dl dd { font-size: 12px; }
	#price ul li dl dd strong { font-size: 24px; }
}
@media screen and (max-width: 790px) {
	header span.aacd,
	header span.catch { font-size: 15px; }
}


@media screen and (min-width: 1650px) {
	#reason h4 {
	  font-size:26px;
	}

}


header {

	display: flex;
	justify-content: center;
	position: relative;
}

header .hdcorp {
	position: absolute;
	right: 0;
}


