@charset "utf-8";
.search.edu {
  padding: 0;
  overflow: hidden;
}

.search.edu.open form {
  background: #fff; 
  border-color :#333; 
  box-shadow: 0 0.1rem 0.8rem rgba(0,0,0,.3);
}

.search.edu .field {
  padding: 3.5%;
}

.search.edu .search_detail {
  display: none;
  padding: 0 5%;
  background: #fff;
}

.search.edu .search_detail dl {
  padding: 3rem 0;
  border-top: 1px dashed #bbb
}

.search.edu .search_detail dl dt {
  display: none
}

.search.edu .search_detail dl dd {
  padding: 0
}

.search.edu .search_detail ul.chkboxList {
  display: flex;
  flex-wrap: wrap;
  font-size: 0px;
  overflow: hidden;
  justify-content: center;
}

.search.edu .search_detail ul.chkboxList>li {
  padding: 0.2rem;
  width: 20%;
}

.search.edu .search_detail ul.chkboxList>li input[type=checkbox] {
  opacity: 0;
  position: absolute;
}

.search.edu .search_detail ul.chkboxList>li label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0.8rem 0.5rem;
  height: 100%;
  text-align: center;
  font-size: 1em;
  border: 1px solid rgba(0, 0, 0, .2);
  background: #fff;
  border-radius: 0.3rem;
  cursor: pointer;
}

.search.edu .search_detail ul.chkboxList>li input:checked+label {
  background: var(--main);
  color: #fff
}

.search.edu .search_detail ul.chkboxList>li input:focus-visible+label {
  border: 2px solid var(--main);
}

.search.edu .search_detail .search_btnBox {
  text-align: center;
  padding: 4rem 0px;
  border-top: 1px solid #ddd
}

.search.edu .tgl {
  text-align: center;
}

.search.edu .tgl a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0;
  height: 3.6rem;
  color: #333;
  background: #ddd;
  transition: all ease .2s
}

.search.edu .tgl a:After {
  display: inline;
  content: ' ▼';
  position: relative;
  margin-left: 0.5rem;
  top: -1px;
  font-size: 1.1rem;
}

.search.edu.open .tgl a {
  color: #fff;
  background: #333;
}

.search.edu.open .tgl a:After {
  content: ' ▲'
}

.search.edu .tgl_close {
  display: none;
}

.search.edu.open .tgl_open {
  display: none;
}

.search.edu.open .tgl_close {
  display: block;
}

.board_list ul.eduList {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.board_list ul.eduList>li {
  position: relative;
  width: 100%;
  max-width: calc(50% - 0.5rem);
  border-radius: 2rem;
  padding: 3rem 3rem 2.7rem;
  border: 1px solid #ddd;
}

.board_list ul.eduList>li.close {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.board_list ul.eduList>li>a {
  display: block;
}

.board_list ul.eduList>li .tag_state {
  font-size: 0.9em;
}

.board_list ul.eduList>li p.tit {
  margin-top: 1.6rem;
  color: #111;
  font-size: 1.4em;
  font-weight: bold;
}

.board_list ul.eduList>li ul {
  margin-top: 1.5rem;
  width: 100%;
  overflow: hidden;
}

.board_list ul.eduList>li ul>li {
  position: relative;
  padding-left: 0.8rem;
  font-size: 1.5rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.board_list ul.eduList>li ul>li:after {
  display: block;
  content: '';
  position: absolute;
  left: 0px;
  top: 1rem;
  width: 0.3rem;
  height: 0.3rem;
  background: #ccc;
}

.edu_array {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5rem 0 1.5rem;
  width: 100%;
}

.edu_array>div {
  display: flex;
}

.edu_array .edu_state a {
  position: relative;
  display: inline-block;
  padding: 0.3rem 5.7rem 0.3rem 1.5rem;
  font-size: 1.4rem;
  border: 1px solid #aaa;
  border-radius: 100px;
  text-decoration: none;
  transition: all ease .2s
}

.edu_array .edu_state.on a {
  padding: 0.3rem 1.5rem 0.3rem 5.7rem;
  border-color: #e43d3d;
  color: #e43d3d;
  font-weight: 500
}

.edu_array .edu_state a:after {
  position: absolute;
  top: 0.2rem;
  bottom: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  border-radius: 100px;
  font-size: 1.3rem;
  line-height: 0;
  box-sizing: border-box;
  transition: all ease .2s
}

.edu_array .edu_state.off a:after {
  content: 'OFF';
  right: 0.2rem;
  background: #ddd;
}

.edu_array .edu_state.on a:after {
  content: 'ON';
  left: 0.2rem;
  color: #fff;
  background: #e43d3d;
}

.edu_array .edu_order {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  margin-left: 1rem;
}

.edu_array .edu_order>li {
  display: flex;
  align-items: center;
  gap: 1.3rem;
}

.edu_array .edu_order>li+li:before {
  content: '';
  left: 0px;
  top: 0.6rem;
  width: 0.1rem;
  height: 1.4rem;
  background: #ddd;
}

.edu_array .edu_order>li a {
  position: relative;
}

.edu_array .edu_order>li.select a {
  padding-right: 1.4rem;
  color: #222;
  font-weight: 500;
}

.edu_array .edu_order>li.select a:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 0.5rem;
  width: 0.6rem;
  height: 0.6rem;
  border: 0px solid #333;
  border-width: 0px 0.1rem 0.1rem 0px;
  transform: rotate(45deg);
}

.edu_array .num {
  margin-left: 12rem;
  align-items: flex-end;
  font-size: 1.4rem;
}

.edu_array .num:before {
  content: '* ';
  position: relative;
  top: 0.3rem;
}

@media screen and (max-width:1024px) {

}

@media screen and (max-width:500px) {
  .search.edu .search_detail ul.chkboxList>li {
    width: 33.3%;
  }
  .board_list ul.eduList>li {
    max-width: 100%;
  }
  .edu_array .num {
    display: none;
  }
}