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

/**/
.textBox p{
	line-height: 2.0em;
}

/*----------色合わせ----------*/
.colorCont{
	margin-bottom: 40px;
	counter-reset: number;
}
.colorCont .patternBox section > h4{
	margin-bottom: 10px;
	padding: 5px 0 5px 40px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 3px solid #cce7ee;
	position: relative;
}
.colorCont .patternBox section > h4:before{
	counter-increment: number;
	content: counter(number);
	display: block;
	background: #247c8f;
	color: #fff;
	width: 28px;
	height: 28px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.colorCont .clothSample > dl{
	background-image: url(../../../_images/detail/color/cloth.webp);
	background-repeat: no-repeat;
	background-position: left;
	min-height: 230px;
	margin-bottom: 30px;
	padding: 0 0 0 450px;
}
.colorCont .clothSample > dl dt{
	margin-bottom: 5px;
	padding: 5px 5px;
	font-size: 15px;
	font-weight: bold;
	border-left: 4px solid #b0d0d7;
}
.colorCont .clothSample > dl dd{
	padding: 10px;
}
.colorCont .clothSample > dl dd p{
	font-size: 13px;
}

/**/
.colorCont .colorChip .chipAbout{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 20px 0;
	width: 750px;
	margin: 50px auto;
	padding: 0 0 20px;
	border: 2px solid #a1d8e1;
}
.colorCont .colorChip .chipAbout h5{
	width: 100%;
	background: linear-gradient(to right, #3db3c6 0%, #bdf0f8 20%,#bdf0f8 50%,#bdf0f8 80%,#3db3c6 100%);
	color: #105f6c;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
.colorCont .colorChip .chipAbout h5 span{
	display: block;
	background-image: url(../../../_images/common/bg_pattern02w.webp);
	background-repeat: repeat;
	padding: 10px 0;
}

.colorCont .colorChip .chipAbout dl{
	width: 330px;
}
.colorCont .colorChip .chipAbout dl dt{
	margin-bottom: 10px;
	font-size: 20px;
	vertical-align: middle;
	position: relative;
}
.colorCont .colorChip .chipAbout dl dt:before{
	content: "■";
	display: inline-block;
	color: #3db3c6;
	margin-right: 10px;
}
.colorCont .colorChip .chipAbout dl dt span{
	display: inline-block;
	background: #11626f;
	color: #fff;
	margin: 0 5px;
	padding: 3px 8px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.1em;
	border-radius: 3px;
}
.colorCont .colorChip .chipAbout dl dd{
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 160px;
}

.colorCont .colorChip .chipAbout dl.dicBox dd{
	background-image: url(../../../_images/detail/color/mihon_dic.webp);
}
.colorCont .colorChip .chipAbout dl.pantoneBox dd{
	background-image: url(../../../_images/detail/color/mihon_pantone.webp);
}
/**/
.colorCont .cautionBox{
	background: #fffae0;
	padding-bottom: 10px;
	position: relative;
}
.colorCont .cautionBox:before{
	content: "";
	display: block;
	background-image: url(../../../_images/detail/color/caution_staff.webp);
	background-repeat: no-repeat;
	width: 299px;
	height: 261px;
	position: absolute;
	right: 15px;
	top: 10px;
	z-index: 100;
}
.colorCont .cautionBox h4{
	background: linear-gradient(to right, #de6767 0%, #f8bdbd 100%);
	color: #fff;
	padding: 15px 10px 15px 70px;
	font-size: 18px;
	font-weight: 700;
	position: relative;
}
.colorCont .cautionBox h4:before{
	content: "";
	display: inline-block;
	background-image: url(../../../_images/common/caution_icon.webp);
	background-repeat: no-repeat;
	background-position: left 50%;
	width: 33px;
	height: 29px;
	position: absolute;
	left: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.colorCont .cautionBox h4:after{
	content: "";
	display: block;
	background: linear-gradient(to right, #c12a2a 0%, #f18c8c 100%);
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.colorCont .cautionBox dl{
	margin: 20px 30px;
}
.colorCont .cautionBox dl:nth-of-type(1){
	margin-right: 320px;
}
.colorCont .cautionBox dl dt{
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding: 5px 0 5px 40px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #cc4e4e;
	position: relative;
}

.colorCont .cautionBox dl:nth-of-type(1) dt{
	background-image: url(../../../_images/detail/color/cation_check1.gif);
}
.colorCont .cautionBox dl:nth-of-type(2) dt{
	background-image: url(../../../_images/detail/color/cation_check2.gif);
}

@media screen and (max-width: 768px) {
	.colorCont .patternBox > section{
		width: 95%;
		margin: auto;
	}
	.colorCont .patternBox section > h4{
		font-size: 20px;
	}
	
	.colorCont .clothSample > dl{
		background-size: 435px;
		background-position: top center;
		min-height: auto;
		padding: 250px 0 0;
	}
	.colorCont .clothSample > dl dt{
		margin-bottom: 10px;
		font-size: 15px;
	}
	.colorCont .clothSample > dl dd{
		padding: 0;
	}

	/**/
	.colorCont .colorChip .textBox{
		width: 100%;
	}
	.colorCont .colorChip .chipAbout{
		gap: 20px;
		justify-content: center;
		width: 95%;
	}
	.colorCont .colorChip .chipAbout h5{
		font-size: 18px;
	}

	.colorCont .colorChip .chipAbout dl{
		width: calc((100% - 40px) / 2);
	}
	.colorCont .colorChip .chipAbout dl dt{
		margin-bottom: 10px;
		font-size: 20px;
	}
	.colorCont .colorChip .chipAbout dl dd{
		background-size: 100% auto;
		padding-top: 45%;
	}

	/**/
	.colorCont .cautionBox{
		width: 95%;
		margin: auto;
	}
	.colorCont .cautionBox:before{
		background-size: 100% auto;
		width: 120px;
		height: 105px;
		right: 0;
		top: -30px;
	}

	.colorCont .cautionBox dl,
	.colorCont .cautionBox dl:nth-of-type(1){
		margin: 20px 15px;
	}
}
@media screen and (max-width: 480px) {
	.colorCont .clothSample > dl{
		background-size: 100% auto;
		padding: 56% 0 0;
	}
	.colorCont .clothSample > dl dt{
		margin-bottom: 10px;
		font-size: 15px;
	}

	/**/
	.colorCont .colorChip .chipAbout{
		gap: 20px;
		justify-content: center;
		width: 95%;
	}
	.colorCont .colorChip .chipAbout h5{
		font-size: 16px;
	}
	.colorCont .colorChip .chipAbout h5 span{
		padding: 5px;
	}

	.colorCont .colorChip .chipAbout dl{
		width: 95%;
	}

	/**/
	.colorCont .cautionBox h4{
		padding: 15px 125px 15px 50px;
	}
	.colorCont .cautionBox h4:before{
		left: 10px;
	}

	.colorCont .cautionBox dl dt{
		padding: 5px 20px 5px 40px;
		font-size: 16px;
	}

}


