.ps_title02 {
  font-size: 2.0rem;
  line-height: 3.2rem;
  font-weight: 700;
  color: #109189;
  margin-bottom: 4.0rem;
  padding: 1.3rem 2.4rem 1.4rem;
  background-color: #dcefee;
  display: none;
}

@media (max-width: 559px) {

.ps_title02 {
  font-size: 1.7rem;
  line-height: 2.7rem;
}

}

.ps_title02[data-dbType="ps_all"] {
  display: block;
}

.dbTypeListWrapper {
  padding: 3rem 0;
  background-color: #ffffff;
  z-index: 3;
  margin: -2rem 0 1rem;
}

.dbTypeListWrapper {
  position: sticky;
  top: 6.9rem;
}

@media (min-width: 1200px) {

.dbTypeListWrapper {
  top: 10.9rem;
}

}

.dbTypeList {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.6rem 1.6rem;
  margin: 0;
}

.dbTypeList.fixed {
  position: fixed
}

.dbTypeSelectWrapper {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 100%;
}

.dbTypeSelectWrapper::after {
  position: absolute;
  right: 2.0rem;
  width: 1rem;
  height: 0.7rem;
  background-color: #cccccc;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
  pointer-events: none;
}

.dbTypeSelect {
  padding: 1.5rem 2.4rem;
  width: 100%;
  border-radius: 0.2rem;
  border: 1px solid #d9d9d9;
  appearance: none;
  min-width: 230px;
  color: #000000;
  background-color: #fff;
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.dbTypeSelect option {
  font-size: 1.5rem;
  line-height: 2.5rem;
}
  
.dbTypeList .dbListType {
  margin: 0;
  cursor: pointer;
}

.dbListType {
  font-weight: 400;
  padding: 0.6rem 1.6rem 0.7rem;
  border-radius: 0.5rem;
	text-align: center;
  z-index: 2;
  flex-shrink: 0;
  display: block;
  position: relative;
  color: #000000;
  border: 1px solid #1a1a1a;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

.dbTypeList .dbListType.selected {
  color: #ffffff;
  background-color: #000000;
  cursor: auto;
}

.dbTypeList .dbListType:hover {
  color: #ffffff;
  background-color: #000000;
}
