/*Info-20240605 CSS　Ver.1.0.0 */
.ann-subject img {
	width: 70%;
}




/*=================================
タブレット設定（768px〜1024px）
=================================*/
@media only screen and (max-width: 1025px) {

	.ann-subject img {
		width: 85%;
	}

}


/*=================================
スマホ設定（〜767px）
=================================*/
@media only screen and (max-width: 768px) {

	.ann-subject img {
		width: 100%;
	}

}
