@charset "UTF-8";

.freelist li {
  border-bottom: 1px #ccc dotted;
}

.freelist li:first-of-type {
  border-top: 1px #ccc dotted;
}

.freelist li a {
  border: none !important;
  height: 7.25em;
  padding: 0.8em 0 0 7.3em;
}

.freelist_name {
  font-size: 1.4em;
}

.freelist_point {
  font-size: 1.2em;
  line-height: 1.6;
  position: relative;
}

.freelist .record {
  right: 3em;
  top: 3.2em;
}

.freelist_spec span {
}

.freelist_spec strong {
  font-size: 1.4em;
  color: #dd0f00;
  line-height: 1;
}

.freelist a figure {
  width: 5.7em;
  left: 1em;
  top: 0.9em;
}

.site_type {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.8em;
  color: white;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.site_type li {
  padding: 0.1em 0.5em;
}

.site_type .tag_type {
  position: relative;
  padding: 0.25em;
}
/*
.site_type .type1 {
  background: #f16e5b;
  color: white;
}
.site_type .type2 {
  background: #5da9ef;
  color: white;
}
.site_type .type3 {
  color: #5da9ef;
  border: 1px solid #5da9ef !important;
}
.site_type .type4 {
  background: #44da45;
  color: white;
}
.site_type .type5 {
  background: white;
  color: #44da45;
  border: 1px solid #44da45 !important;
}
.site_type .type6 {
  background: pink;
  color: white;
}
.site_type .type7 {
  color: pink;
  border: 1px solid pink !important;
}
.site_type .type8 {
  color: white;
  background: #ffad4e;
}
.site_type .type9 {
  background: white;
  color: #ffad4e;
  border: 1px solid #ffad4e !important;
}
.site_type .type10 {
  background: white;
  color: #9e9e9e;
  border: 1px solid #9e9e9e !important;
}
.site_type .type11 {
  background: #795548;
  color: white;
}
.site_type .type12 {
  background: #00bcd4;
  color: white;
}
*/

/*
.site_type .tag_type::before {
	position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 5px transparent;
    border-right: solid 15px rgb(149, 158, 155);
}
*/
.site_type li:nth-of-type(n + 2) {
  margin-left: 0.25em;
}

.freelist_link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 1em;
  margin-bottom: 0.5em;
}

.site_type li,
.freelist_link li {
  border: none !important;
}
/*
.freelist_link li:nth-of-type(-n + 3) {
  width: calc((100% / 3) - 0.4em);
}
*/
.freelist_link li {
  width: 48%;
  margin-top: 0.5em;
}

.freelist_link li a {
  min-height: 6em;
  height: auto !important;
  color: white !important;
  padding: 1em;
}

.freelist_link a {
  min-height: auto !important;
}

.freelist_link a::after {
  content: none !important;
}

.site_des {
  font-size: 0.9em;
  line-height: 1.2;
  padding: 0 1em;
  margin-bottom: 0.5em !important;
}

@media (min-width: 768px) {
  .site_type {
    padding-right: 3em;
  }

  .site_type li {
    width: fit-content !important;
    width: -moz-fit-content !important;
    margin: 0 !important;
  }

  .site_type li:nth-of-type(n + 2) {
    margin-left: 0.5em !important;
  }

  .freelist_link {
    padding: 0 0.5em;
    margin-bottom: 1em;
  }

  .freelist_link a {
    padding: 1em !important;
  }

  .freelist_link li {
    margin: 0 0 0.5em !important;
  }

  .freelist_link li:last-of-type {
    margin-bottom: 0 !important;
  }

  .freelist_name {
    line-height: 1.2;
  }

  .site_des {
    text-align: left;
  }

  .freelist li:nth-of-type(-n + 3) a {
    height: auto;
  }

  .freelist li:nth-of-type(-n + 3) .freelist_link li {
    width: 100% !important;
  }

  .freelist li:nth-of-type(-n + 3) .site_type {
    justify-content: center;
    padding-right: 0;
  }

  .freelist li {
    float: none;
    margin-bottom: 0.5em;
    display: flex;
    flex-direction: column;
  }

  .freelist {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .site_des {
    flex: 1;
  }

  .freelist_spec strong {
    font-size: 1.15em;
  }

  .freelist .record {
    right: 0;
    top: 0;
  }

  .freelist .clear {
    right: 2em;
    top: 2.75em;
  }
  .freelist .record {
    right: 3em;
    top: 3.2em;
  }
}

@media (min-width: 1024px) {
  .freelist_spec strong {
    font-size: 1.25rem;
  }

  .freelist .clear {
    right: 5em;
    top: 2.75em;
  }

  .freelist .record {
    right: 3em;
    top: 3.2em;
  }
}
