@charset "UTF-8";

@charset "UTF-8";

/* コンテンツ内背景 */
.dec1_1:not(.block_images_21) > .content_wrapper {
    background: #fff;
}

/*qrコードの画像表示小さく*/
#qr + .contents_box01 .inner_item_img img {
	border-radius: 0;
}
@media screen and (max-width: 900px) {
	#qr + .contents_box01 .inner_item_img img {
		width: 50% !important;
	}
}