@charset "UTF-8";


/******************************************************************
	equipment
******************************************************************/

.equipment > section{
	margin: 0 0 70px 0;
}
.equipment p{
	font-size: 1.5rem;
	line-height: 180%;
	text-align: center;
}
.equipment > p{
	margin: 0 0 70px 0;
}
@media only screen and (max-width: 500px) {

	.equipment p{
		font-size: 1.3rem;
		line-height: 180%;
	}
	.equipment > section{
		margin: 0 0 30px 0;
	}

}

/* ul
=======================*/
.equipment > ul{
	width: 100%;
	margin: 0 auto 70px auto;
	/* flex center */
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.equipment > ul li{
	width: 25%;
	margin: 0 10px;
	font-size: 1.5rem;
	text-align: center;
}

.equipment > ul li a{
	width: 100%;
	padding: 10px;
	display: block;
	background-color: #363636;
	border-radius: 3px;
	color: #fff
}
.equipment > ul li a:hover{
	background-color: #F07FB1;
}

@media only screen and (max-width: 500px) {

	.equipment > ul{
		width: 100%;
		margin: 0 auto 30px auto;
		/* flex center */
		display: inline-block;
		overflow: hidden;
	}
	.equipment > ul li{
		width: 100%;
		margin: 0 0 5px 0;
		font-size: 1.3rem;
		text-align: center;
	}

}


/* machine & check
=======================*/
.equipment table{
	width: 100%;
	font-size: 1.5rem;
	text-align: left;
	background-color: #f1f1f1;
	padding: 30px;
	margin: 0 0 30px 0;
	border-radius: 3px;
}
.equipment table caption{
	width: 100%;
	font-size: 1.5rem;
	text-align: center;
	color: #fff;
	background-color: #363636;
	padding: 20px;
	margin: 0;
}
.equipment table th,
.equipment table td{
	padding: 10px;
}

.equipment table thead th{
	border-bottom: 1px solid #363636;
}
.equipment table th.part{
	background-color:#ccc;
	text-align: center;
}
.equipment table tbody th{
	width:30%;
}


@media only screen and (max-width: 800px) {

	.equipment table{
		font-size: 1.5rem;
		padding: 20px;
	}

}
@media only screen and (max-width: 500px) {

	.equipment table{
		font-size: 1.3rem;
		padding: 10px;
	}
	.equipment table thead th{
		display: none;
	}
	.equipment table tbody th{
		width: 100%;
		float: left;
		clear: both;
		display: inline-block;
		padding: 10px 0;
	}
	.equipment table tbody td{
		width: 100%;
		float: left;
		clear: both;
		display: inline-block;
		padding: 10px 0;
	}
	.equipment table tbody td:last-child{
		border-bottom: 1px solid #363636;
	}
	.equipment table tbody tr:last-child td{
		border-bottom: none;
	}

}

/* check
=======================*/

#check ul{
	width: 100%;
	margin: 70px 0 0 0;
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
	align-content: space-between;
}
#check ul li{
	width: 30%;
	margin: 0 1% 50px 1%;
	padding: 0;
}
#check ul li p{
	font-size: 1.5rem;
}
#check ul li p span{
	font-size: 1.3rem;
	display: block;
}
#check ul li img{
	width: 100%;
	background-color: #ccc;
	margin: 0 0 20px 0;
	display: block;
}

@media only screen and (max-width: 500px) {

	#check ul{
		margin: 30px 0 0 0;
		display: inline-block;
	}
	#check ul li{
		width: 100%;
		margin: 0 0 30px 0;
		padding: 0;
	}
}
