@charset "utf-8";
/* 共通 */
#cy-body .cy-products-otherBox {
	position: relative;
	overflow: hidden;
	margin: 50px 0 0;
	padding-bottom: 80px;
}

/* 業界統一テスト条件 */
.p-products .cy-test_conditionsPage {
	margin: 40px 0 0;
}

@media screen and (max-width: 767px) {
	.p-products .cy-test_conditionsPage {
		margin: 25px 0 0;
	}
}


/* ページタイトル */
.p-products .cy-test_conditionsPage-title {
	font-size: 30px;
	line-height: 1.6;
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	/* ページタイトル */
	.p-products .cy-test_conditionsPage-title {
		font-size: 28px;
		line-height: 1.4;
		margin-bottom: 30px;
	}
}

#cy-body .cy-test_conditions.f-container {
	margin-bottom: 5em;
}

#cy-body .cy-test_conditions__h2 {
	margin: 0 0 30px;
	padding: 14px 30px;
	font-size: 115%;
	border-radius: 5px;
	background: #eee;
	font-weight: bold;/*MY26*/
}

#cy-body .cy-test_conditions__h3 {
	clear: both;
	padding: 8px 0 5px 12px;
	margin: 30px auto 20px;
	font-size: 115%;
	border-left: 5px solid;
	font-weight: bold;
	line-height: 1.4;
}


#cy-body ul.list__test_conditions__lists {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 10px auto 30px;
}

#cy-body ul.conditions__img02__lists li {
	margin: 10px 0;
}
#cy-body .cy-products-otherBox-section__img02 {
	clear: both;
	overflow: hidden;
	padding: 3% 4%;
	/*margin: 20px auto;*/
	margin: 10px auto;
	width: 66%;
}

#cy-body .cy-products-otherBox-section__img02 img {
	float: left;
	margin-right: 6%;
}

#cy-body .cy-products-otherBox-section__txt {
	font-size: 93%;
	line-height: 1.5;
}
#cy-body .cy-products-otherBox-section__note {
	font-size: 86%;
	line-height: 1.5em;
	text-indent: -1em;
	padding-left: 1em;
}
#cy-body .conditions__list {
	line-height: 1.5em;
	font-size: 93%;
	margin: 0 0 10px 0;
}

#cy-body .conditions__list__txt {
	margin: 0 0 5px 0;
}

@media only screen and (max-width: 640px) {
	#cy-body .cy-test_conditions.f-container {
		margin-bottom: 3em;
	}

#cy-body .cy-test_conditions__h2 {
		padding: 10px 15px;
	}

	#cy-body .cy-test_conditions__h3 {
		font-size: 90%;
	}

	#cy-body .list__uniqueArea-econavi__lists {
		clear: both;
		display: block;
		padding: 10px 0 0;
	}

	#cy-body ul.conditions__img02__lists li {
		font-size: 86%;
		line-height: 1.3;
	}

	#cy-body .cy-products-otherBox-section__txt {
		font-size: 80%;
	}

	#cy-body .cy-products-otherBox-section__note {
		line-height: 1.5;
		font-size: 86%;
	}

	#cy-body .cy-products-otherBox-section__img02 {
		width: 80%;
	}

	#cy-body .conditions__img02__lists {
		clear: both;
		display: block;
		padding: 10px 0 0;
		font-size: 93%;
	}
	#cy-body .conditions__list__txt {
		font-size: 86%;
		line-height: 1.5;
	}
}

/*MY26*/
#cy-body .cy-test_conditions__h4 {
	margin: 20px 0 10px 0;
	font-size: 100%;
	font-weight: bold;
}

#cy-body .cy-products-otherBox-section__box{
	border: 1px solid #e5e5e4;
	margin-bottom: 20px;
}

#cy-body .cy-products-otherBox-section__text {
	line-height: 1.5em;
}

#cy-body .topLead {
	margin:-20px  0 30px  0;
	}
#cy-body .img_note {
	margin:20px 0 0 0;
	font-size: 80%;
	}

#cy-body .conditions__list__h4txt {
	line-height: 2em;
	font-size: 93%;
	margin: 0 0 10px 0;
}

/* 共通 */
.pc-only{
	display: block;
}
.sp-only{
	display: none;
}
@media (max-width: 768px) {
	/* 共通 */
	.pc-only{
		display: none;
	}
	.sp-only{
		display: block;
	}
}
