input{
  display: none;
}
.SelectBlock{
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.search-box{
  width: calc(100% - 5px);
}

.bl_selectBlock{
  display: inline-block;
  width: 240px;
  height: 260px;
  margin-bottom: 5px;
  padding: 10px;
  background-color: #ffffff;
  font-size: 13px;
  box-sizung; border-box;
  letter-spacing: 0.1em;
  background: linear-gradient(#a8ffd3, #ffffff);
}
.bl_selectBlock2{
  width: 975px;
  margin-bottom: 5px;
  padding: 10px;
  font-size: 13px;
  box-sizung; border-box;
  letter-spacing: 0.1em;
  background: linear-gradient(#a8d3ff, #ffffff);
}
.bl_selectBlock label{
  display: inline;
}
.bl_selectBlock input{
}
.bl_selectBlock_wrapper{
  display: flex;
  flex-wrap: wrap;
  align: center;
}
.bl_selectBlock_koumoku{
  color: #0073aa;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
.bl_selectBlock_radio label{
  cursor: pointer;
}
.bl_selectBlock_radio label .el_checkbox{
  position: relative;
  top: 3px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #0073aa;
  background-color: #ffffff;
}
.bl_selectBlock_radio label .el_checkbox:after{
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
  border-radius: 50%;
}
.bl_selectBlock_radio input[type=radio]:checked + label .el_checkbox:after{
  background-color: #0073aa;
}
.bl_selectBlock_check label{
  cursor: pointer;
}
.bl_selectBlock_check label .el_checkbox{
  position: relative;
  top: 3px;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #0073aa;
  background-color: #ffffff;
}
.bl_selectBlock_check label .el_checkbox:after{
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
}
.bl_selectBlock_check input[type=checkbox]:checked + label .el_checkbox:after{
  background-color: #0073aa;
}
.bl_selectBlock_radio{
  display: inline-block;
  margin-right: 20px;
  display: inline-block;
  margin-bottom: 5px;
}
.bl_selectBlock_radio:last-child{
  margin-right: 0;
}
.bl_selectBlock_check{
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 5px;
}

.bl_selectBlock_check:last-child{
  margin-right: 0;
}

.cat_image {
	width: 48%;
	max-width: 320px;
	margin: 0 0 2em;
}
.cat_image.is-hide {
	display: none;
}
.cat_image a {
	display: block;
	color: #444;
}
.cat_image a:hover {
	text-decoration: underline;
}
.spacer {
  width: 100%;
}
