@charset "utf-8";

/* technology */

/* contents
----------------------------------------- */
/* page-visual */
.page-visual {
	background: url(../images/quality_mv-img_sp.jpg) center center no-repeat;
	background-size: cover;
}

.inspection-equipment-sec {
	margin-bottom: 10px;
}
.inspection-equipment-list {
	margin-bottom: 55px;
}
.inspection-equipment-list li {
	width: 46%;
	margin: 0 auto 40px;
}
.inspection-equipment-list li:last-child {
	margin-bottom: 0;
}
.equipment-img {
	margin-bottom: 10px;
}
.equipment-name {
	position: relative;
	padding-left: 12px;
	font-size: 12px;
	font-weight: 600;
}
.equipment-name::before {
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #005657;
	border-radius: 50%;
}
.equipment-sub-ttl {
	position: relative;
	margin-bottom: 15px;
	padding: 0 30px 0 45px;
}
.equipment-sub-ttl span {
	font-size: 12px;
}
.equipment-sub-ttl span:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 30px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background-color: #005657;
}


.certificate-img-list {
	display: flex;
	padding: 0 30px;
}
.certificate-img-list li {
	width: 30%;
	margin-right: 5%;
}
.certificate-img-list li:last-child {
	margin-right: 0;
}
.certification-award-list-wrapper {
	margin-top: -60px;
	padding: 100px 30px 30px;
	background-color: #1268bf;
}
.certification-award-list {
	display: flex;
	flex-wrap: wrap;
}
.certification-award-list li {
	width: 47%;
	margin: 0 6% 15px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
	font-size: 12px;
}
.certification-award-list li:nth-child(even) {
	margin-right: 0;
}
















/* tablet 600px - 799px */
@media only screen and (min-width: 600px) {

.inspection-equipment-sec {
	margin-bottom: 10px;
}

.inspection-equipment-list {
	display: flex;
	margin-bottom: 40px;
	padding: 0 30px;
}
.inspection-equipment-list li {
	width: 30%;
	margin: 0 5% 0 0;
}
.inspection-equipment-list li:last-child {
	margin-bottom: 0;
	margin-right: 0;
}
.equipment-img {
	margin-bottom: 15px;
}
.equipment-name {
	position: relative;
	padding-left: 15px;
	font-size: 13px;
	font-weight: 600;
}
.equipment-name::before {
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #005657;
	border-radius: 50%;
}

.equipment-sub-ttl {
	position: relative;
	margin-bottom: 15px;
	padding: 0 30px 0 45px;
}
.equipment-sub-ttl span {
	font-size: 13px;
}
.equipment-sub-ttl span:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 30px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background-color: #005657;
}



.certificate-img-list {
	display: flex;
	padding: 0 80px;
}
.certificate-img-list li {
	width: 30%;
	margin-right: 5%;
}
.certificate-img-list li:last-child {
	margin-right: 0;
}
.certification-award-list-wrapper {
	margin-top: -60px;
	padding: 100px 30px 30px;
	background-color: #1268bf;
}
.certification-award-list {
	display: flex;
	flex-wrap: wrap;
}
.certification-award-list li {
	width: 47%;
	margin: 0 6% 15px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
	font-size: 12px;
}
.certification-award-list li:nth-child(even) {
	margin-right: 0;
}




} /* tablet end */

































/* PC 800px - */
@media only screen and (min-width: 800px) {

/* page-visual */
.page-visual {
	background: url(../images/quality_mv-img_pc.jpg) center center no-repeat;
	background-size: cover;
}

.inspection-equipment-sec {
	margin-bottom: 10px;
}

.inspection-equipment-list {
	display: flex;
	max-width: 1360px;
	margin: 0 auto 50px;
	padding: 0 30px;
}
.inspection-equipment-list li {
	width: 28%;
	margin: 0 8% 0 0;
}
.inspection-equipment-list li:last-child {
	margin-bottom: 0;
	margin-right: 0;
}
.equipment-img {
	margin-bottom: 15px;
}
.equipment-name {
	position: relative;
	padding-left: 15px;
	font-size: 14px;
	font-family: "Montserrat";
	font-weight: bold;
	line-height: 1.6;
}
.equipment-name::before {
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #005657;
	border-radius: 50%;
}
.equipment-sub-ttl {
	position: relative;
	max-width: 1000px;
	margin: 0 auto 25px;
	padding: 0 0 0 45px;
}
.equipment-sub-ttl span {
	font-size: 15px;
}
.equipment-sub-ttl span:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 25px;
	width: 10px;
	height: 10px;
	margin-top: -4px;
	background-color: #005657;
}


.certificate-img-list {
	display: flex;
	max-width: 1040px;
	margin: 0 auto;
	padding: 0;
}
.certificate-img-list li {
	width: 260px;
	margin-right: 30px;
}
.certificate-img-list li:last-child {
	margin-right: 0;
}
.certification-award-list-wrapper {
	box-sizing: border-box;
	width: 85%;
	margin: -110px auto 0;
	padding: 180px 0 70px;
	background-color: #1268bf;
}
.certification-award-list {
	display: flex;
	flex-wrap: wrap;
	width: 73%;
	margin: 0 auto;
}
.certification-award-list li {
	width: 46%;
	margin: 0 8% 25px 0;
	padding-bottom: 25px;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 20px;
    line-height: 1.5;
    font-family: "Montserrat";
}
.certification-award-list li:nth-child(even) {
	margin-right: 0;
}


/* text-list01 */
.text-list01 {
	display: flex;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: 0 auto;
}
.text-list01 li {
	width: 29%;
	margin: 0 6.5% 25px 0;
	padding-bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 20px;
	line-height: 1.8;
	    font-family: "Roboto";
}
.text-list01 li:nth-child(even) {
	margin-right: 6.5%;
}
.text-list01 li:nth-child(3n) {
	margin-right: 0;
}



} /* PC end */


