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

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

/*----------サイズについて----------*/
.sizeCont{
	margin-bottom: 40px;
}

/**/
.sizeCont .aboutBox{
	margin: 20px 0;
}
.sizeCont .aboutBox img{
	margin-bottom: 15px;
}
.sizeCont .aboutBox dl{
	font-size: 14px;
}
.sizeCont .aboutBox dl dt{
	margin-bottom: 5px;
	font-weight: bold;
}
.sizeCont .aboutBox dl dd{
	margin: 0 0 10px 10px;
}

/**/
.sizeCont .comparisonBox {
	display: flex;
	gap: 30px;
	margin: 30px 0;
}
.sizeCont .comparisonBox dl{
	width: 435px;
}
.sizeCont .comparisonBox dl dt{
	background-image: url(../../../_images/common/bg_pattern02big.webp), linear-gradient(to right, #fff 0%, #8878d1 20%,#8878d1 50%,#8878d1 80%,#fff 100%);
	background-repeat: repeat, repeat;
	color: #fff;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.sizeCont .comparisonBox dl dt span{
	display: inline-block;
	padding: 10px 20px;
	position: relative;
}
.sizeCont .comparisonBox dl dt span:before,
.sizeCont .comparisonBox dl dt span:after{
	content: "";
	display: block;
	background: #fff;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sizeCont .comparisonBox dl dt span:before{
	left: 0;
}
.sizeCont .comparisonBox dl dt span:after{
	right: 0;
}

.sizeCont .comparisonBox dl dd{
	background-repeat: no-repeat;
	background-position: top;
}
.sizeCont .comparisonBox dl.leftPopular dd{
	background-image: url(../../../_images/detail/size/popular_img.webp);
	padding-top: 170px;
}

.sizeCont .comparisonBox dl.rightSports dd{
	background-image: url(../../../_images/detail/size/sports_img.webp);
	padding-top: 170px;
}

.sizeCont .comparisonBox dl dd ul{
	display: flex;
	justify-content: center;
	gap: 5px;
	margin: 20px auto 0;
}
.sizeCont .comparisonBox dl dd ul li{
	text-align: center;
}
.sizeCont .comparisonBox dl dd ul li img{
	box-shadow: -3px 3px 3px rgba(0,0,0,0.3);
}


/**/
.sizeCont .sizeKiji{
	margin: 50px auto 5px;
}
.sizeCont .sizeKiji dl{
	background: #f1ecd4;
}
.sizeCont .sizeKiji dl > dt{
	background: #a69a62;
	color: #fff;
	padding: 5px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.sizeCont .sizeKiji dl > dd ul{
	display: flex;
	justify-content: space-around;
	gap: 30px;
	padding: 10px 20px;
}
.sizeCont .sizeKiji dl > dd ul > li{
	width: 405px;
	min-height: 66px;
	background-repeat: no-repeat;
	background-position: left;
	padding: 40px 0 0 250px;
}
.sizeCont .sizeKiji dl > dd ul > li.kijiSouri{
	background-image: url(../../../_images/detail/size/kiji_souri.webp);
}
.sizeCont .sizeKiji dl > dd ul > li.kijiOka{
	background-image: url(../../../_images/detail/size/kiji_oka.webp);
}
.sizeCont .sizeKiji .moreTokuoka{
	font-size: 15px;
	margin: 5px 0;
}


/**/
.sizeCont .halfBox{
	margin: 50px 30px;
	border: 2px solid #cc6d6d;
}
.sizeCont .halfBox dt{
	background-color: #cc6d6d;
	background-image: url(../../../_images/detail/check_headBg_yagasuri.webp);
	background-repeat: repeat;
	color: #fff;
	padding: 10px 15px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	text-shadow: 3px 3px 2px rgba(0,0,0,0.3);
}
.sizeCont .halfBox dt span{
	padding-left: 95px;
	position: relative;
}
.sizeCont .halfBox dt span:before{
	content: "";
	display: block;
	background-image: url(../../../_images/detail/check_icon.webp);
	background-repeat: no-repeat;
	width: 89px;
	height: 89px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.sizeCont .halfBox dd{
	background-image: url(../../../_images/detail/size/half_img.webp);
	background-repeat: no-repeat;
	background-position: 15px 20px;
	min-height: 420px;
	padding: 30px 15px 30px 450px;
}
.sizeCont .halfBox dd div{
	margin: 30px 0;
	text-align: center;
}
.sizeCont .halfBox dd div img{
	box-shadow: -3px 3px 3px rgba(0,0,0,0.3);
}

@media screen and (max-width: 768px) {
	.sizeCont .aboutBox{
		width: 95%;
		margin: 20px auto;
	}

	/**/
	.sizeCont .comparisonBox{
		width: 95%;
		margin: auto;
	}
	.sizeCont .comparisonBox dl{
		width: 100%;
	}

	.sizeCont .comparisonBox dl.leftPopular dd{
		padding-top: 170px;
	}
	.sizeCont .comparisonBox dl.rightSports dd{
		padding-top: 170px;
	}
	
	/**/
	.sizeCont .sizeKiji{
		width: 95%;
		margin: 50px auto 10px;
	}
	.sizeCont .sizeKiji dl > dd ul{
		margin: 5px auto 10px;
	}
	.sizeCont .sizeKiji dl > dd ul > li{
		width: calc((100% - 30px) / 2);
		min-height: auto;
		padding: 0;
		text-align: center;
	}
	.sizeCont .sizeKiji dl > dd ul > li.kijiSouri{
		background-position: center top;
		padding-top: 75px;
	}
	.sizeCont .sizeKiji dl > dd ul > li.kijiOka{
		background-position: center top;
		padding-top: 75px;
	}
	.sizeCont .sizeKiji .moreTokuoka{
		margin: 5px 0;
		font-size: 15px;
	}
	
	/**/
	.sizeCont .halfBox{
		width: 90%;
		margin: 50px auto;
	}
	
	.sizeCont .halfBox dd{
		background-position: center 20px;
		background-size: 400px auto;
		min-height: auto;
		padding: 410px 15px 0;
	}
	.sizeCont .halfBox dd div{
		margin: 30px auto;
	}
	.sizeCont .halfBox dd div img{
		width: auto;
	}
}
@media screen and (max-width: 550px) {
	/**/
	.sizeCont .comparisonBox{
		flex-wrap: wrap;
		width: 90%;
	}
	.sizeCont .comparisonBox dl{
		width: 100%;
	}
	
	/**/
	.sizeCont .sizeKiji dl > dt{
		font-size: 18px;
	}
	.sizeCont .sizeKiji dl > dd ul{
		flex-wrap: wrap;
		gap: 20px;
	}
	.sizeCont .sizeKiji dl > dd ul > li{
		width: 100%;
		min-height: auto;
		padding: 0;
		text-align: center;
	}
}
@media screen and (max-width: 480px) {
	/**/
	.sizeCont .halfBox dd{
		background-size: 320px auto;
		padding: 320px 15px 0;
	}
	.sizeCont .halfBox dd div{
		margin: 30px auto;
	}
	.sizeCont .halfBox dd div img{
		width: 100%;
	}
}
