.education#yotsuba_clover .c-table_type01 > div > table > tbody > tr > th {
  width: 14%;
  border-color: #CBCBCB;
  font-weight: bold;
  white-space: nowrap;
}

.education#yotsuba_clover .c-table_type01 > div > table > tbody > tr > td {
  border-color: #CBCBCB;
}

.education#yotsuba_clover .photo_list a {
  position: relative;
  width: 20%;
  float: left;
  border: solid 1px #FFF;
  border-left-width: 0;
  border-top-width: 0;
  overflow: hidden;
}

.education#yotsuba_clover .photo_list a:nth-child(5n+1) {
  clear: both;
}

.education#yotsuba_clover .photo_list a > img {
  transition: transform 0.15s ease 0s;
  transform: scale3d(1, 1, 1);
}

.education#yotsuba_clover .photo_list a:hover > img {
  transform: scale3d(1.1, 1.1, 1.1);
}

.education#yotsuba_clover .photo_list a .search_icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: background-color 0.15s ease 0s;
  background-color: transparent;
}

.education#yotsuba_clover .photo_list a .search_icon > img {
  position: absolute;
  width: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease 0s;
  opacity: 0;
}

.education#yotsuba_clover .photo_list a .search_icon:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.education#yotsuba_clover .photo_list a .search_icon:hover > img {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .education#yotsuba_clover .photo_list a {
    width: 50%;
  }
  .education#yotsuba_clover .photo_list a:nth-child(5n+1) {
    clear: none;
  }
  .education#yotsuba_clover .photo_list a:nth-child(2n+1) {
    clear: both;
  }
}

.education#yotsuba_clover .p-others {
  padding: 30px;
}

@media only screen and (max-width: 767px) {
  .education#yotsuba_clover .p-others {
    padding: 20px;
  }
}

.education#yotsuba_clover .p-others .p-others__head {
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .education#yotsuba_clover .p-others .p-others__head {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.education#yotsuba_clover .p-others .c-rt_type01 > span {
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #fff;
  border: solid 1px #CBCBCB;
  border-radius: 3px;
  padding: 0.1em 0.3em;
  margin-right: 1em;
}

@media only screen and (max-width: 767px) {
  .education#yotsuba_clover .p-others .c-rt_type01 > span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.education#yotsuba_clover .p-others .c-rt_type01 > br {
  display: none;
}

@media only screen and (max-width: 767px) {
  .education#yotsuba_clover .p-others .c-rt_type01 > br {
    display: block;
  }
}
