[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::selection {
  background: #4B8C9D;
  color: white;
}

::-moz-selection {
  background: #4B8C9D;
  color: white;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.pc-flex {
  display: flex !important;
}

.sp-flex {
  display: none !important;
}

.pc-inline {
  display: inline !important;
}

.sp-inline {
  display: none !important;
}

@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .pc-flex {
    display: none !important;
  }
  .sp-flex {
    display: flex !important;
  }
  .pc-inline {
    display: none !important;
  }
  .sp-inline {
    display: inline !important;
  }
}
.th-100 {
  width: 100%;
}

.th-90 {
  width: 90%;
}

.th-80 {
  width: 80%;
}

.th-70 {
  width: 70%;
}

.th-60 {
  width: 60%;
}

.th-50 {
  width: 50%;
}

.th-40 {
  width: 40%;
}

.th-30 {
  width: 30%;
}

.th-20 {
  width: 20%;
}

.th-10 {
  width: 10%;
}