@charset "UTF-8";
/* CSS Document */
	
.tr20220702_2{
	background-image: url("../images/image0.jpg");
	background-size: contain;
}

/*======================================================

	PCサイズ（769px以上）ここから
	
======================================================*/

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

	#workshop .comment{
		position: relative;
	}
	#workshop .comment img{
		display: block;
		position: absolute;
		top: -85px;
		right: 0;
		width: 200px;
	}
}
/*======================================================

	SPサイズ（768px以下）ここから
	
======================================================*/

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

	#workshop .comment img{
		display: block;
		width: 80%;
		max-width: 350px;
		margin: 20px auto 40px;
	}

}