@charset "utf-8";
/* CSS Document */

input{
  display: none;
}
.bl_3daysSearchBlock{
}
.bl_3daysSearchBlock_inner{
}
.js_target{
  display: none;
}
.js_target.js_selected{
  display: block;
}
.bl_selectBlock label{
  display: inline;
	font-size: 2rem;
	line-height: 1.6em;
	font-weight: bold;
}
.bl_selectBlock_check label .el_checkbox{
  position: relative;
  top: 3px;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 5px;
	background-image: url("../../img/school/check_off.png");
	background-size: cover;
}
.bl_selectBlock_check input[type=checkbox]:checked + label .el_checkbox{  
	background-image: url("../../img/school/check_on.png");
}
.el_searchResult{
  margin-bottom: 20px;
}
.bl_selectBlock{
	text-align: center;
}
.bl_selectBlock_wrapper_wrapper{
	background-color: #F5F5F5;
  margin-bottom: 60px;
	border-radius: 60px;
}
.bl_selectBlock_check label{
  cursor: pointer;
}
.bl_selectBlock_ttl{
  width: 185px;
  color: #0073aa;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 765px){
  .bl_selectBlock_ttl{
    width: 100%;
    margin-bottom: 20px;
  }
}
.bl_selectBlock_content{
}
@media screen and (max-width: 765px){
  .bl_selectBlock_content{
    width: 100%;
  }
}
.bl_searchResultBlock{
	display: flex;
	flex-wrap: wrap;
}
.bl_searchResultBlock_item{
	width: 48%;
	margin: 20px 1% 60px;
	background-color: #F5FAE1;
	border-radius: 24px;
}
.bl_selectBlock_check{
  display: inline-block;
	margin: 20px 25px 20px 0;
}
.bl_selectBlock_check:last-child{
  margin-right: 0;
}
.bl_selectBlock_release{
  text-align: center;
  color: #fff;
  background-color: #bdbdbd;
  padding: 15px 0;
}
.js_release{
  cursor: pointer;
}