
.element-item{
	width: 49%;
	text-align: center;
	margin-top: 2rem;
}
.element-item img{
	margin-bottom: 10px;
}

.button{
	padding: 1rem;
	margin-bottom: 0rem;
	width: 33%;/*ボタン４つ時25%　ボタン３つ時33%*/
	border-top: 1px solid #121212;
	border-right: 1px solid #121212;
	border-bottom: 1px solid #121212;
	border-left:  1px solid #121212;
  background: #292c31;
	color: #818284;
  outline: 0;
}


.button:first-child{
	border-left: 1px solid #121212;
	width: 33%;/*ボタン４つ時25%　ボタン３つ時34%*/
}

.is-checked{
	background-color: #1b1d20;
	color: #fff;
}


.element-item a{
	color: #ae1d4d;
}