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

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

 clearfile　クリアファイル制作
 
-----------------------------------------------*/

/*h3*/
.itemClearfile .itemH3Box{
	border-bottom: 4px double #ff6000;
}
.itemClearfile .itemH3Box h3{
	color: #ff6000;
}

/*ページ内リンク*/
.itemClearfile .anchorLink ul{
	margin: auto;
	box-sizing: border-box;
}

.itemClearfile .anchorLink ul li{
	width: 160px;
}
.itemClearfile .anchorLink ul li a{
	font-size: 15px;
	border: 1px solid #ff6000;
	border-bottom: 4px solid #ff6000;
}

.itemClearfile .anchorLink ul li a:after{
	border-top: 8px solid #0356d2;
}

/*----サイズから選ぶ----*/
.itemClearfile .orderItemSize .itemLinkBox dl dt{
	border-bottom: 5px solid #ff6000;
}
.itemClearfile .orderItemSize .itemLinkBox dl dd{
	border: 1px solid #ff6000;
}

/*エコタイプ*/
.itemClearfile .orderItemSize .itemLinkBox dl.ecoType dt{
	border-bottom: 5px solid #0eb431;
}
.itemClearfile .orderItemSize .itemLinkBox dl.ecoType dd{
	border: 1px solid #0eb431;
}
.itemClearfile .orderItemSize .itemLinkBox dl.ecoType dd .linkBtn a{
	background-color: #974400;
}



/*----納品形態から選ぶ----*/
.itemClearfile .orderItemPackage dl{
	width: 440px;
}

/*----白版----*/
.itemClearfile .orderItemWhite .whiteAbout{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
.itemClearfile .orderItemWhite .whiteAbout > dl{
	width: 440px;
}
.itemClearfile .orderItemWhite .whiteAbout > dl dt{
	display: inline-block;
	font-size: 16px;
	margin-bottom: 10px;
	padding: 2px 5px;
	background-color: #f5e987;
}

.itemClearfile .orderItemWhite h4{
	font-size: 20px;
	margin-bottom: 15px;
	padding: 5px;
	border-left: 5px solid #363636;
	border-bottom: 1px solid #363636;
}

.itemClearfile .orderItemWhite .whitePattern {
	margin-bottom: 30px;
}
.itemClearfile .orderItemWhite .whitePattern .inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.itemClearfile .orderItemWhite .whitePattern dl{
	width: 440px;
	margin-bottom: 30px;
}
.itemClearfile .orderItemWhite .whitePattern dl dt{
	margin-bottom: 15px;
}

/*----デザイナーがデザイン----*/
.itemClearfile .designerBox{
	margin: 60px 0;
}
.itemClearfile .designerBox dl{
	width: 770px;
	margin: auto;
	padding: 30px;
	position: relative;
}
.itemClearfile .designerBox dl dt{
	width: 540px;
	text-align: center;
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin: auto;
}
.itemClearfile .designerBox dl dd{
	background-color: #fff;
	box-shadow: 2px 3px 4px rgba(0,0,0,0.5);
	padding: 30px 30px 20px;
	text-align: center;
}
.itemClearfile .designerBox dl dd p{
	margin: 10px 0;
	text-align: left;
}

/*----素材----*/
.itemClearfile .orderItemMaterial{
	margin-bottom: 50px;
}
.itemClearfile .orderItemMaterial .inner{
	display: flex;
	align-items: flex-start;
	margin: 0 auto 30px;
}
.itemClearfile .orderItemMaterial .inner img{
	margin-right: 20px;
	flex-shrink: 0;
}
.itemClearfile .orderItemMaterial .inner dl dt{
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.5em;
	border-bottom: 1px solid #333;
}
.itemClearfile .orderItemMaterial .inner dl dd p{
	font-size: 16px;
	line-height: 1.8em;
}


@media screen and ( max-width: 736px ){
	/*ページ内リンク*/
	.itemClearfile .anchorLink ul{
		padding: 0;
	}
	.itemClearfile .anchorLink ul li{
		width: 32%;
	}
	
	/*----納品形態から選ぶ----*/
	.itemClearfile .orderItemPackage dl{
		width: 46%;
		margin: 0 2%;
	}
	.itemClearfile .orderItemPackage dl:nth-of-type(odd){
		float: left;
	}
	.itemClearfile .orderItemPackage dl:nth-of-type(even){
		float: right;
	}
	
	/*----白版----*/
	.itemClearfile .orderItemWhite .whiteAbout{
		width: 96%;
		margin: 0 2% 30px;
	}
	.itemClearfile .orderItemWhite .whiteAbout > div{
		width: 100%;
		margin-bottom: 15px;
		text-align: center;
		float: none;
	}
	.itemClearfile .orderItemWhite .whiteAbout > div img{
		max-width: 440px;
	}
	.itemClearfile .orderItemWhite .whiteAbout > dl{
		width: 100%;
		max-width: 440px;
		margin: auto;
		float: none;
	}
	
	.itemClearfile .orderItemWhite h4{
		width: 98%;
		margin: 0 auto 15px;
	}
	
	.itemClearfile .orderItemWhite .whitePattern {
		width: 96%;
		margin: 0 auto 30px;
	}
	.itemClearfile .orderItemWhite .whitePattern dl{
		width: 48%;
	}

	/*----デザイナーがデザイン----*/
	.itemClearfile .designerBox dl{
		width: 95%;
		padding: 2%;
	}
	.itemClearfile .designerBox dl dt{
		width: 90%;
		max-width: 540px;
		top: -10%;
	}
	.itemClearfile .designerBox dl dd{
		padding: 5% 3% 2%;
	}
	.itemClearfile .designerBox dl dd img{
		max-width: 619px;
	}

	/*----素材----*/
	.itemClearfile .orderItemMaterial .inner{
		width: 95%;
	}
	.itemClearfile .orderItemMaterial .inner img{
		width: 200px;
		margin-right: 20px;
	}
	.itemClearfile .orderItemMaterial .inner dl dt{
		font-size: 20px;
	}
	.itemClearfile .orderItemMaterial .inner dl dd p{
		font-size: 15px;
	}
}
@media screen and ( max-width: 480px ){
	/*ページ内リンク*/
	.itemClearfile .anchorLink ul li{
		width: 48%;
	}
	/*----サイズから選ぶ----*/
	.itemClearfile .orderItemSize .itemLinkBox dl{
		margin: 20px auto;
	}

	/*----納品形態から選ぶ----*/
	.itemClearfile .orderItemPackage dl{
		width: 96%;
		margin: 0 2% 15px;
	}
	.itemClearfile .orderItemPackage dl:nth-of-type(odd),
	.itemClearfile .orderItemPackage dl:nth-of-type(even){
		float: none;
	}
	
	/*----白版----*/
	.itemClearfile .orderItemWhite .whitePattern dl{
		width: 96%;
		margin: 0 auto 30px;
	}
	.itemClearfile .orderItemWhite .whitePattern dl:nth-of-type(odd),
	.itemClearfile .orderItemWhite .whitePattern dl:nth-of-type(even){
		float: none;
	}

	/*----素材----*/
	.itemClearfile .orderItemMaterial .inner{
		flex-wrap: wrap;
	}
	.itemClearfile .orderItemMaterial .inner img{
		width: 100%;
		max-width: 325px;
		margin: 0 auto 10px;
	}
	.itemClearfile .orderItemMaterial .inner dl dd p{
		font-size: 15px;
		line-height: 1.5em;
	}
}

