@charset "utf-8";
/* CSS Document */


/*----------------------
   顔料プリント色まとめ
----------------------*/
.printGanryo .h2Cont h2{
	background-image: url(../../../_images/dye/ganryo/main_img.webp);
}
/*--実績--*/
.printGanryo .trackrecordBox .hBox{
	background-image: linear-gradient(to right, #48851c 0%, #d6e7ab 75%,#f8ffce 100%);
}
.printGanryo .trackrecordBox .hBox h3{
	background-color: #c9e7b3;
	background-image: url(../../../_images/common/bg_pattern02.webp);
}
.printGanryo .trackrecordBox .swiper-parent{
	background-color: #edf4e8;
}
.printGanryo .trackrecordBox .swiper-button-next{
	border-left-color: #2cb111;
}
.printGanryo .trackrecordBox .swiper-button-prev{
	border-right-color: #2cb111;
}
/**/
.printGanryo .moreImg{
	background-image: url(../../../_images/dye/ganryo/sample_img.webp);
	padding-top: 350px;
}
/**/
.printGanryo .aboutPrint dl dt{
	background-image: url(../../../_images/dye/ganryo/about_print.webp);
}
.printGanryo .aboutPrint dl dt span{
	background-color: rgba(57,139,46,0.8);
}

/*----活用例----*/
.printGanryo .exampleCont dl dt{
	background-image: linear-gradient(to right, #b2d698 0%, #b2d698 60%,#fff 100%);
}
.printGanryo .exampleCont dl:nth-of-type(1){
	background-image: url(../../../_images/dye/ganryo/example_img01.webp);
}
.printGanryo .exampleCont dl:nth-of-type(2){
	background-image: url(../../../_images/dye/ganryo/example_img02.webp);
}

/*----その他----*/
.printGanryo .otherCont .nouhinBox{
	background-image: url(../../../_images/dye/ganryo/nouhin_img.webp);
}
.printGanryo .otherCont .cautionBox{
	background-image: url(../../../_images/dye/ganryo/caution_img.webp);
}



@media screen and (max-width: 768px) {
	/**/
	.printGanryo .featureCont .moreImg{
		padding-top: 35%;
	}
}


