.page-guide {
  border-bottom: 1px solid #d3d3d3;
}
.page-guide__header {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  cursor: pointer;
  color: #0000ff;
  font-weight: bold;
}
.page-guide__header:hover {
  color: #00bfff;
}
.page-guide__header--mark {
  transition: 0.5s;
}
.page-guide__content {
  display: none;
}

.rotate {
  transform: rotate(-90deg);
}

.search-filter__level, .search-filter__soft {
  display: flex;
  justify-content: center;
  margin: 16px;
}
.search-filter__level input[type=radio], .search-filter__soft input[type=radio] {
  display: none;
}
.search-filter__level input[type=radio]:checked + .search-filter__level-label, .search-filter__soft input[type=radio]:checked + .search-filter__level-label {
  color: #ffffff;
  background-color: #1e90ff;
  border: 1px solid #1e90ff;
  font-size: 18px;
  font-weight: bold;
}
.search-filter__level input[type=radio]:checked + .search-filter__soft-label, .search-filter__soft input[type=radio]:checked + .search-filter__soft-label {
  color: #ffffff;
  background-color: #1e90ff;
  border: 1px solid #1e90ff;
  font-size: 18px;
  font-weight: bold;
}
.search-filter__level-label, .search-filter__soft-label {
  display: flex;
  justify-content: center;
  width: 256px;
  padding: 8px;
  color: #808080;
  background-color: #d3d3d3;
  border: 1px solid #c0c0c0;
  font-weight: bold;
  text-align: center;
}
.search-filter__level-label input[type=number], .search-filter__soft-label input[type=number] {
  width: 48px;
  margin-left: 8px;
  font-size: 18px;
}
.search-filter__select-group {
  width: 80%;
  margin: 16px auto;
  display: flex;
  justify-content: center;
  background-color: #efffff;
  border: 1px solid #afeeee;
  border-radius: 10px;
}
.search-filter__select {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 64px;
}
.search-filter__select--trainer-name, .search-filter__select--pokemon-name {
  justify-content: flex-start;
}
.search-filter__select-label {
  margin-bottom: 8px;
  color: #000000;
}
.search-filter__select-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 8px;
  margin: 8px;
  background-color: #ffffff;
  border: 1px solid #afeeee;
  border-radius: 4px;
}
.search-filter__select-icon svg {
  display: block;
  color: #1e90ff;
  stroke-width: 8px;
}
.search-filter__select-icon i {
  vertical-align: middle;
  font-size: 26px;
  color: #1e90ff;
}
.search-filter__select select {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .search-filter__level {
    align-items: center;
  }
  .search-filter__select-group {
    width: 95%;
    flex-direction: column;
  }
  .search-filter__select {
    justify-content: flex-start;
    margin: 8px;
  }
  .search-filter__select-content {
    margin-left: 8px;
  }
  .search-filter__select-content select {
    font-size: 16px;
  }
}

/*# sourceMappingURL=content.css.map */
