@charset "utf-8";
/* =============================================================================
   pc
   ========================================================================== */


.strongWrap .pose li {
	width: 100%;
}
.strongWrap .pose li:not(:first-child) {
	margin-top: 30px;
}
.strongWrap .pose .figure {
	position: relative;
	border: solid 1px #ddd;
	box-sizing: border-box;
}
.strongWrap .pose .figure img {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 1s ease;
}
.strongWrap .pose .figure img:first-child {
	position: relative;
	left: 0;
	top: 0;
	opacity: 1;
}
.strongWrap .pose .figure img.active {
	opacity: 1;
}
.strongWrap .pose .txt {
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
	color: #005694;
}

.strongWrap dl + dl {
	margin-top: 30px;
}
.strongWrap dl dd p {
	font-size: 18px;
	color: #005694;
	text-align: center;
	margin: 10px 0 60px;
}
.strongWrap dl dt {
	position: relative;
}
.strongWrap dl dd + dt:after {
	content: '';
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 20px;
	background: url(../../img/product-10/pc/arrow_traction.svg) no-repeat center center / contain;
}

#specification p {
	font-size: 24px;
	color: #005694;
	margin-bottom: 20px;
}
#specification .specificationTb + p {
	margin-top: 40px;
}
#specification .row {
	font-weight: bold;
	background: #005694;
	color: #fff;
	writing-mode: vertical-rl;
	text-align: center;
    vertical-align: middle;
    letter-spacing: .1em;
    padding: 0;
}

/* =============================================================================
   sp
   ========================================================================== */

@media screen and (max-width: 768px) {
	.pose li {
		float: none;
		width: auto;
		max-width: none;
	}
	.strongWrap .pose .txt {
		font-size: 16px;
	}
	.strongWrap .pose li:not(:first-child) {
	    margin-top: 20px;
	}
	.strongWrap dl dd p {
	    font-size: 16px;
	    margin: 10px 0 40px;
	}
	.strongWrap dl dd + dt:after {
	    top: -30px;
	    width: 30px;
	    height: 10px;
	}
	.strongWrap .accessories.flex li {
	    width: 50%;
	}
	#specification .row {
	    width: 12%;
	}
	#specification p {
	    font-size: 18px;
	    margin-bottom: 10px;
	}
}
