@charset "utf-8";

/*-------------------------------
	こんなお悩みありませんか？
-------------------------------*/

.Prologue-simple::after{
	width: 25.5rem;
	height: 37rem;
	right: 9rem;
	top: 2.5rem;
	background-image: url(../images/dxsolutions/obj_prologue.svg);
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

	.Prologue-simple::after{
		width: calc(25.5rem * .8);
		height: calc(37rem * .8);
		right: 4rem;
		top: 50%;
		transform: translateY(-50%);
	}

}
@media screen and (max-width:1100px) and (min-width: 769px){

	.Prologue-simple::after{
		position: static;
		transform: translateY(0);
		margin-left: auto;
		margin-right: auto;
	}
	.Prologue-simple-list{
		margin-bottom: 2.5rem;
	}

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Prologue-simple::after{
		width: 30.6rem;
		height: 44.2rem;
	}

}