@charset "utf-8";

/*
 * 個別
 */
#pro-43313 {
	max-width: 940px;
	color: #000;
	font-feature-settings: "palt";
	letter-spacing: 0.8px;
}
#pro-43313 h2 {
	margin: 40px -210px 55px;
	margin: 40px 0 55px;
}
#pro-43313 h3 {
	margin: 10px 0;
}
#pro-43313 p {
	line-height: 1.85;
}
#pro-43313 h2 {
	background-color: transparent;
	font-feature-settings: normal;
}
#pro-43313 #kv {
	margin-bottom: 80px;
	letter-spacing: 2.5px;
}
#pro-43313 .cont {
	margin: 60px 0 90px;
	text-align: center;
}
#pro-43313 .cont > * {
	position: relative;
	z-index: 1;
}
#pro-43313 .cont h2 {
	margin-bottom: 41px;
	padding: 0;
}
#pro-43313 .cont h2 > span {
	display: inline-block;
	padding: 0 0 2px 0.3em;
	border-bottom: 2px solid #000;
}
#pro-43313 .cont p {
	font-size: 18px;
}
#pro-43313 .feature {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
}
#pro-43313 .feature ul {
	display: flex;
	justify-content: space-between;
	width: 586px;
	margin: 0 auto 95px;
	padding-top: 3px;
}
#pro-43313 .feature li {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 152px;
	height: 152px;
	background: url(feature_block.png) no-repeat 0 0;
	font-size: 18px;
	line-height: 1.7;
	opacity: 0;
	transition: opacity 1s ease;
}
#pro-43313 .feature ul.showed li {
	opacity: 1;
}
#pro-43313 .feature li:after {
	position: absolute;
	top: 0;
	right: -42px;
	bottom: 0;
	width: 21px;
	height: 21px;
	margin: auto 0;
	background: url(feature_cross.png) no-repeat 0 0;
	content: "";
	opacity: 0;
	transition: opacity .5s ease .5s;
}
#pro-43313 .feature ul.showed li:after {
	opacity: 1;
}
#pro-43313 .feature li:last-child:after {
	content: none;
}
#pro-43313 .feature ul.showed li:nth-child(2) {
	transition-delay: 1s;
}
#pro-43313 .feature ul.showed li:nth-child(2):after {
	transition-delay: 1.5s;
}
#pro-43313 .feature ul.showed li:nth-child(3) {
	transition-delay: 2s;
}
#pro-43313 .usage {
	display: flex;
	justify-content: space-between;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 41px 0 33px;
	text-align: left;
}
#pro-43313 .usage picture {
	width: 394px;
	margin-right: 20px;
}
#pro-43313 .usage > div {
	position: relative;
	width: 371px;
	padding-left: 166px;
}
#pro-43313 .usage > div:before {
	position: absolute;
	top: 20px;
	left: 0;
	width: 151px;
	height: 116px;
	background: url(feature_usage.png) no-repeat 0 0;
	content: "";
}
#pro-43313 .usage h3 {
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: 1px solid #000;
	font-size: 13px;
}
#pro-43313 .usage p {
	font-size: 13px;
	line-height: 1.5;
	text-align: justify;
	letter-spacing: 0;
}
/* ご注意 */
#pro-43313 .ct-attention-block {
	max-width: 820px;
	margin: 70px auto 0;
}
#pro-43313 .ct-attention-block h3 {
	margin: 0;
}
#pro-43313 .ct-attention-block ul {
	text-align: left;
}

@media screen and (max-width: 768px) {
	#pro-43313 {
		max-width: none;
		margin-bottom: 5.6vw;
	}
	#pro-43313 h2 {
		margin: 8vw -4vw 9.6vw;
	}
	#pro-43313 p {
		line-height: 1.5;
	}
	#pro-43313 picture img {
		width: 100%;
	}
	#pro-43313 #kv {
		margin-left: -4vw;
		margin-right: -4vw;
		margin-bottom: 0;
		letter-spacing: 1.6px;
	}
	#pro-43313 #kv p {
		margin-top: 3.2vw;
		font-size: 17px;
		font-size: 4.53vw;
	}
	#pro-43313 .cont {
		min-height: 0;
		margin: 12vw -4vw 0;
		padding: 0 5.6vw;
	}
	#pro-43313 .cont h2 {
		margin-top: 0;
		margin-bottom: 4.8vw;
		padding-top: 2.4vw;
		border: none;
		font-size: 4.53vw;
		line-height: 1.5;
		text-align: center;
	}
	#pro-43313 .cont h2 > span {
		padding: 0;
		border-bottom: none;
	}
	#pro-43313 .cont h2 > span span {
		display: inline-block;
		padding: 0 0 0.8vw 0.5em;
		border-bottom: 2px solid #000;
	}
	#pro-43313 .cont p {
		font-size: 14px;
		font-size: 3.73vw;
		line-height: 1.9;
	}
	#pro-43313 .feature {
		max-width: none;
	}
	#pro-43313 .feature ul {
		position: relative;
		width: 100%;
		max-width: 89.6vw;
		margin: 13.6vw auto;
		padding-top: 0;
	}
	#pro-43313 .feature li {
		position: static;
		width: 24.8vw;
		height: 24.8vw;
		background-image: url(sp_feature_block.png);
		background-size: contain;
		font-size: 14px;
		font-size: 3.73vw;
		line-height: 1.4;
	}
	#pro-43313 .feature li:after {
		right: auto;
		width: 2.93vw;
		height: 2.93vw;
		background-image: url(sp_feature_cross.png);
		background-size: contain;
	}
	#pro-43313 .feature li:nth-child(1):after {
		left: 30.5%;
	}
	#pro-43313 .feature li:nth-child(2):after {
		right: 30.5%;
	}
	#pro-43313 .usage {
		flex-direction: column;
		max-width: none;
		padding: 0;
	}
	#pro-43313 .usage picture {
		display: block;
		width: 89.6vw;
		margin-right: 0;
		margin-bottom: 13.6vw;
	}
	#pro-43313 .usage > div {
		width: 100%;
		padding-left: 48.8vw;
	}
	#pro-43313 .usage > div:before {
		top: 0;
		left: 2.4vw;
		bottom: 0;
		width: 43.2vw;
		height: 33.6vw;
		margin: auto 0;
		background-image: url(sp_feature_usage.png);
		background-size: contain;
	}
	#pro-43313 .usage h3 {
		margin-bottom: 0.8vw;
		padding-bottom: 0.8vw;
		font-size: 12px;
		font-size: 3.2vw;
	}
	#pro-43313 .usage p {
		font-size: 12px;
		font-size: 3.2vw;
	}
	#pro-43313 .usage p span {
		display: inline-block;
		font-size: 85%;
	}
	/* ご注意 */
	#pro-43313 .ct-attention-block {
		max-width: none;
		margin-top: 16vw;
	}
}
