@charset "UTF-8";
/**************************************************
*  background-color: colors(warning,dark);
*            ↓↓↓↓↓↓
*  background-color: #ff7b7b;
**************************************************/
.tag[data-v-e806b16c] {
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
.tag[data-v-e806b16c] {
    font-size: 16px;
    cursor: pointer;
}
}
@media screen and (min-width: 768px) {
.tag p[data-v-e806b16c] {
    padding-bottom: 3.5px;
    border-bottom: solid 1px #1a1a1a;
}
}
@media screen and (max-width: 767px) {
.tag p[data-v-e806b16c] {
    padding-bottom: 0.5333333333vw;
    border-bottom: solid 0.2666666667vw #1a1a1a;
}
}
.tag span[data-v-e806b16c] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #207fba;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
.tag span[data-v-e806b16c] {
    margin-right: 5px;
    font-size: 20px;
}
}
@media screen and (max-width: 767px) {
.tag span[data-v-e806b16c] {
    margin-right: 0.8vw;
    font-size: 5.3333333333vw;
}
}