@charset "UTF-8";

/*------------TOPContactパーツ--------*/
#contact + .composite_box01.block_images_17 .inner_item.clink img {
    object-fit: contain;
}
#contact + div .inner_item:first-of-type:before,
#contact + div .inner_item:last-of-type:before {
	content: "";
	display: block;
	width: 130px;
	height: 130px;
	position: absolute;
	top: auto;
	top: -50px;
	right: -70px;
	pointer-events: none;
	background: url(/common/upload_data/chikaku-no-osohshikicom/image/coupon.png) no-repeat;
	z-index: 8;
	background-size: contain;
}
#contact + div .inner_item:first-of-type:before {
	background: url(/common/upload_data/chikaku-no-osohshikicom/image/20250714133129.png) no-repeat;
	background-size: contain;
}
#contact + div .inner_item:first-of-type,
#contact + div .inner_item:last-of-type {
    margin-left: 0 !important;
    margin-right: 4% !important;
}
@media screen and (max-width: 1400px) {
    #contact + .composite_box01.block_images_17 .inner_item {
        flex-direction: column !important;
        justify-content: flex-start !important;
    }
	#contact + div .inner_item:first-of-type:before,
	#contact + div .inner_item:last-of-type:before {
		content: "";
		display: block;
		width: 90px;
		height: 90px;
		position: absolute;
		top: auto;
		top: -30px;
		right: -35px;
		pointer-events: none;
		background: url(/common/upload_data/chikaku-no-osohshikicom/image/coupon.png) no-repeat;
		z-index: 8;
		background-size: contain;
	}
}