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

 communication/通信関連

-----------------------------------------------*/

/*----------ポイント----------*/
.industryCont .pointBox .pointLeft h3 span{
    color: #723cae;
}


/*----------おすすめノベルティ----------*/
.industryCont .recommendBox > h3{
    background-color: #703ab2;
    color: #fff600;
}
.industryCont .recommendBox > h3 span{
    color: #703ab2;
}


/*----------ページ内リンク----------*/
.industryCont .recommendBox .anchorLink li a:hover{
	background: #fff600;
}
.industryCont .recommendBox .anchorLink li a:hover:after{
	color: #703ab2;
}

@media screen and (max-width: 736px) {
    /**/
    .industryCont .recommendBox .anchorLink li{
        width: calc(100% / 3);
    }
    .industryCont .recommendBox .anchorLink li:nth-of-type(4){
		border-left: 1px solid #a6a6a6;
    }
}


/*-----------------------------------------------
 アイテム/itemCont
-----------------------------------------------*/

/*-----見出し-----*/
.industryCont .recommendList .itemCategory{
    color: #723cae;
}
.industryCont .recommendList .osusume:before{
    background-image: url(../../../_images/industry/communication/icon_osusume.png);
}
.industryCont .recommendList .hitoaji:before{
    background-image: url(../../../_images/industry/communication/icon_hitoaji.png);
}

/**/
.industryCont #stationery .textBox:after{
    background-image: url(../../../_images/industry/communication/stationery_img.webp);
}
.industryCont #pen .textBox:after{
    background-image: url(../../../_images/industry/communication/pen_img.webp);
}
.industryCont #bag .textBox:after{
    background-image: url(../../../_images/industry/communication/bag_img.webp);
}
.industryCont #life .textBox:after{
    background-image: url(../../../_images/industry/communication/life_img.webp);
}
.industryCont #tumbler .textBox:after{
    background-image: url(../../../_images/industry/communication/tumbler_img.webp);
}
.industryCont #original .textBox:after{
    background-image: url(../../../_images/industry/communication/original_img.webp);
	right: -30px;
	bottom: -70px;
}

@media screen and (max-width: 736px) {
    .industryCont #original .textBox:after{
        right: 0;
        bottom: -90px;
    }
}

/*-----------------------------------------------
 アイテム/recommendBox
-----------------------------------------------*/
/*リンクボタン*/
.industryCont .recommendItem .linkBtn{
    background-color: #6f3ab2;
}

.industryCont .recommendList .linkBtn a{
    background-image: linear-gradient(to bottom, #ff6d33 50%, #f02d00 50%);
}

/*original*/
.industryCont .recommendList#original .itemCategory{
    background-color: #703ab2;
    background-blend-mode: multiply;
    color: #fff600;
}

#original .sampleBox dl dt{
    color: #009e92;
    margin-bottom: 10px;
}





