@charset "utf-8";

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

.Prologue-simple::after{
	right: 9rem;
	top: 3.5rem;
	background-image: url(../images/processimprovement/obj_prologue.svg);
}

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

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

	.Prologue-simple::after{
		right: 4rem;
		top: 50%;
		transform: translateY(-50%);
	}

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

	.Prologue-simple::after{
        position: static;
        margin-left: auto;
        margin-right: auto;
		right: unset;
		top: unset;
		transform:unset;
	}

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

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

}