@charset "utf-8";

.tie-up_ttm_recruit {
  font-size: 3em;
  text-align: center;
  font-weight: bold;
  color: transparent;
  background: linear-gradient(0deg, #F57C00 0% 46%, #FFB74D 60% 100%);
  -webkit-background-clip: text;
}

.tie-up_ttm_recruit_cent {
  text-align: center;
  font-size: 130%;
}

.tie-up_ttm_square {
  color: #ab390f;
}

.tie-up_ttm_normal {
  font-weight: normal;
}

.other_box {
  font-size: 15px;
}

.other_box .small {
  font-size: 0.75em;
}

.tie-up_ttm_title {
  font-size: 120%;
  font-weight: bold;
}

.other_item {
  margin: 0 0 1em;
}

.other_item div {
  padding: 0.5em 1em;
}

.other_item div ul {
  margin: 1em 0;
}

.other_item div ul li {
  margin: 0 0 0.25em;
}

.other_item .dead-line {
  margin: 0.5em 0 0;
  font-size: 1.1em;
}

.tie-up_ttm_org {
  background: #ab390f;
  color: #ffffff;
  min-width: 1.5em;
  display: inline-block;
  text-align: center;
  margin: 0 0.5em 0 0;
}

.full-house {
  font-size: 2em;
  background: rgb(255, 51, 0);
  background: linear-gradient(0deg, rgba(255, 51, 0, 1) 0%, rgba(255, 92, 51, 1) 66%, rgba(255, 133, 102, 1) 100%);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 600;
}

@media screen and (max-width: 899px) {
  .tie-up_ttm_recruit {
    font-size: 2.5em;
  }
  .tie-up_ttm_recruit_cent {
      font-size: 120%;
  }

  .other_box {
    font-size: 14px;
  }

  .other_item div ul li {
    display: flex;
    align-items: baseline;
  }
}
