.box_kouen{
	background-color: #fff; 
	padding: 10px;
	margin: 0; 
	width: auto; 
	border:1px solid #B6B6B6; border-radius: 4px;
}

.kouen-title {
  width: 100%;
  font-weight: bold;
  border-bottom: 1px solid #B6B6B6;
}

.kouen-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 10px;
}

.kouen-left {
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-right: 1px solid #B6B6B6;
}

.kouen-right {
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.kouen-right a {
  display: block;
}

.btn-entry {
  display: inline-block;
  background-color: #9ba5b8;
  color: #fff !important;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  white-space: nowrap;
  transition: background-color 0.3s;
}

.btn-entry:hover {
  background-color: #ced4df;
}

.btn-entry .arrow {
  margin-right: 10px;
  font-size: 20px;
}

.spacer-10 {
  height: 10px;
}













