@charset "UTF-8";

.gyou_panel.is-active {
  display: block !important;
}

.menu-trigger, .menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  transition: all .4s;
}

.menu-trigger {
  font-size: 12px;
  line-height: 1;
  position: relative;
  z-index: 2;
  height: 28px;
  margin: 20px 5px;
  padding: 0 50px 0 10px;
  color: #fff;
  border: #fff 2px solid;
  border-radius: 14px;
  outline: none;
  background: inherit;
}

.menu-trigger i {
  font-size: 20px;
  position: absolute;
  top: 2px;
  right: 10px;
}

.menu-trigger.active {
  color: #01b1af;
  background-color: #fff;
}

.menu-trigger span {
  position: absolute;
  right: 0;
  left: 0;
  width: 30px;
  height: 2px;
  margin: auto;
  background: #fff;
}

.menu-trigger span:nth-of-type(1) {
  top: 15px;
}

.menu-trigger span:nth-of-type(2) {
  top: 0;
  bottom: 0;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 15px;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

.search_area .inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.g-nav {
  position: absolute;
  z-index: 99999;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
}

.g-nav .list {
  padding: 20px;
}

.g-nav .list .item {
  border-bottom: 1px solid #fff;
}

.g-nav .list .item a {
  display: block;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

.search_area {
  position: fixed;
  width: 100%;
  padding: 60px 0 0;
  background-color: #fff;
  overflow-y: auto;
  top: 0;
  left:  0;
  right: 0;
  bottom: 0;
}

.gyou_btn_box {
  display: flex;
  flex-direction: row;
  max-width: 291px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gyou_btn_box span {
  font-size: 22px;
  display: flex;
  width: 50px;
  height: 50px;
  margin: 0 0 10px;
  text-align: center;
  color: #00b1af;
  border: solid 1px #00b1af;
  justify-content: center;
  align-items: center;
}

span.gyou_btn.is-active {
  color: #fff;
  background: #00b1af;
}

ul.works {
  display: flex;
  /* flex-direction: column; */
  /* height: 220px; */
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  flex-wrap: wrap;
  align-content: space-between;
}

ul.works li {
  /* display: flex; */
  flex-direction: column;
  padding: 0 6px 10px 0;
}

ul.works li.gyou_panel_dummy1 {
  height: 120px;
  /* !!!!!!!!!!!!dummy!!!!!!!!!!!! */
  padding: 0;
  display:  none;
}

ul.works li.gyou_panel_dummy2 {
  height: 60px;
  /* !!!!!!!!!!!!dummy!!!!!!!!!!!! */
  padding: 0;
  display: none;
}

ul.works li span {
  font-size: 16px;
  color: #00b1af;
  border-bottom: solid 2px #00b1af;
}

ul.works li input[type=checkbox] {
  display: none;
}

ul.works li label {
  display: block;
  margin: 0;
  padding: 5px 0 5px 20px;
}

ul.works li label input[type=checkbox] {
  position: relative;
  display: inline-block;
  visibility: hidden;
  width: 0;
  cursor: pointer;
}

ul.works label input[type=checkbox]::before {
  position: absolute;
  top: -4px;
  left: -20px;
  visibility: visible;
  width: 18px;
  height: 18px;
  margin-top: 0;
  content: '';
  border-radius: 100%;
  background: #e5e5e5;
}

ul.works label input[type=checkbox]:checked::after {
  position: absolute;
  top: 0;
  left: -16px;
  visibility: visible;
  width: 10px;
  height: 10px;
  margin-top: 0;
  content: '';
  border-radius: 100%;
  background: #01b1af;
}

@media only screen and (min-width: 769px) {
  li.gyou_panel {
    display: flex !important;
    width: 19.9%;
    min-width: 164px;
  }
}

@media only screen and (max-width: 768px) {
  .menu-trigger {
    margin: 0;
    font-size: 15px;
    width: 330px;
    max-width: 90%;
    height: 40px;
    padding: 0 0 0 20px;
    text-align: left;
    border-radius: 20px;
    background: rgba(255, 255, 255, .2);
  }
  .menu-trigger i {
    font-size: 27px;
    top: 5px;
    right: 16px;
  }
  .g-nav {
    position: relative;
    z-index: 9999999999;
    padding: 0 2% 0;
    background: none;
  }
  .search_area {
    z-index: 1000;
    top: 158px;
    right: 0;
    bottom: 5%;
    left: 0;
    overflow-y: auto;
    width: 96%;
    margin: 0 auto;
    padding: 0;
    height:  auto;
  }
  ul.works {
    height: auto;
  }
}



.search_area .ttl {
  font-size: 25px;
  color: #01b1af;
  padding:  0 0 20px;
  font-weight: 500;
}

.category, .compatible ,.refine{
  border-top: 1px #eee solid;
  padding: 20px 0 10px;
}

.refine{
  padding: 20px 0 60px;
}

.category ul, .compatible ul {
  display: flex;
  padding: 0;
  text-align: left;
  letter-spacing: 1.3px;
  justify-content: center;
}

.category ul li, .compatible ul li {
  padding: 0 5px;
  list-style: none;
}

.category ul li {
  width: 17.5%;
  min-width: 147px;
}

.compatible ul li {
  width: 35%;
  min-width: 270px;
}

.category ul li label, .compatible ul li label {
  width: 100%;
  margin: 0;
  padding: 0;
}

.category ul li input, .compatible ul li input {
  display: none;
}

.category ul li input[type=checkbox]+span, .compatible ul li input[type=checkbox]+span {
  line-height: 30px;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 5px 5px 5px 40px;
  color: #555;
  border-radius: 5px;
  background: #e5e5e5;
}

.category ul li input[type=checkbox]+span::before, .compatible ul li input[type=checkbox]+span::before {
  position: absolute;
  top: 12px;
  left: 12px;
  visibility: visible;
  width: 18px;
  height: 18px;
  margin-top: 0;
  content: '';
  border-radius: 100%;
  background: #fff;
}

.category ul li input[type=checkbox]:checked+span, .compatible ul li input[type=checkbox]:checked+span {
  color: #fff;
  background: #00b1af;
}

.category ul li input[type=checkbox]:checked+span::after, .compatible ul li input[type=checkbox]:checked+span::after {
  position: absolute;
  top: 16px;
  left: 16px;
  visibility: visible;
  width: 10px;
  height: 10px;
  margin-top: 0;
  content: '';
  border-radius: 100%;
  background: #00b1af;
}

.refine button {
  position: relative;
  padding: 10px 90px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  border: none;
  background: url(../img/btn_refine_renewal3265.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.refine button i {
  position: absolute;
  top: 3px;
  right: 5%;
  font-size:  24px;
}

@media only screen and (max-width: 768px) {
  .category ul, .compatible ul {
    flex-wrap: wrap;
  }
  .category ul li {
    width: 50%;
    padding: 0 1px 2px;
  }
  .compatible ul li {
    width: 100%;
    padding: 0 0 2px;
  }
}