#button {
	margin-top: 2em;
	text-align: center;
}

.btn-yes {
  text-indent: 0;
  display: inline-block;
  padding: 0.3em 0.3em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: .4s;
}

.btn-yes:hover {
  background: #67c5ff;
  color: white;
}

.btn-no {
  text-indent: 0;
  display: inline-block;
  padding: 0.3em 0.3em;
  text-decoration: none;
  color: #ffc567;
  border: solid 2px #ffc567;
  border-radius: 3px;
  transition: .4s;
}

.btn-no:hover {
  background: #ffc567;
  color: white;
}

#kaisetsu {
	display: none;
	margin: 1em 0;
	padding: 5px;
	border: 2px dashed #ddffaa;
}

#kaisetsu img {
	max-width: 100%;
}

#kaisetsu p#answer_check img {
	width: 150px;
	height: 100px;
}


#kaisetsu ul {
	margin-left: 1em;
}

figcaption {
	text-align: center;
}

.gonext {
  margin-top: 1em;
  //display: inline-block;
  text-align: center;
  padding: 2px 5px;
  text-decoration: none;
  color: #ffffff;
  box-shadow: 5px 5px 5px rgba(0.9,0.5,1,0.2) ;
  background-color: #d678ff;
  border-radius: 3px;
  transition: .4s;
}

.gonext {
  position: relative;
}

.gonext a {
  display: block;
}

.gonext a, .gonext a:visited {
  text-decoration: none;
  color: #ffffff;
} 

.gonext:hover {
  opacity: 0.5;
  color: #d678ff;
}

