@charset "utf-8";

/* 価格プラン */
 .dx-aio .row .price_plan._column-1 {
	width: 70%;
}

/* 価格プラン */
 .dx-aio .row .price_plan._column-2 {
	width: 50%;
	@media screen and (max-width: 767px) {
		width: 100%;
	}
}

/* 価格プラン */
 .dx-aio .row .price_plan._column-3 {
	width: 30%;
	@media screen and (max-width: 767px) {
		width: 100%;
	}
}