@charset "utf-8";
.mainvisual-fixed {
  /* 画像ファイルの指定 */
  background-image: url(../img/top/photo06.jpg);
}
@media screen and (min-width:1025px){
#content-quality #content-mv-area {
	height:40vh;
}
}

.grade {
		font-family: Georgia, 'Times New Roman', Times, 'serif';
	font-weight: normal;
	text-align: center;
	font-size: 18px;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	padding: 15px 0;
	margin:50px auto;
}

.quality-title {
	font-family: Georgia, 'Times New Roman', Times, 'serif';
	font-weight: normal;
	font-size: 18px;
	color:#BCB4DD;
	margin:50px auto;
	text-align: center;
	
}
.equip-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 1.7;
	text-align: justify;
}
.equip-list li {
	width: 48%;
	margin-bottom: 20px;
}
.equip-list li .box-title{
	font-weight: normal;
}
.equip-list li p {
	color:#AAA;
}

@media screen and (min-width: 768px) {
.equip-list li {
	width: 32%;
}
	
	.grade {
		font-size: 22px;
		margin: 100px auto;
		padding: 25px 0 10px;
}
}



.security01 {
	margin-top: 40px;
	display: flex;
}
.security02 {margin-top: 40px;}

