@charset "utf-8";

/* ========== list ========== */
.PublicCompetition-list-01 {
  margin: 1.25em 0 0;
  padding: 0;
}
.PublicCompetition-list-01 > li {
  font-size: 131.25%;
  list-style: none;
}
@media only screen and (min-width: 640px) {
  .PublicCompetition-list-01:after {
    clear: both;
    content: "";
    display: block;
  }
  .PublicCompetition-list-01 > li {
    float: left;
    width: 31.33%;
  }
  .PublicCompetition-list-01 > li + li {
    margin-left: 3%;
  }
}
@media only screen and (max-width: 640px) {
  .PublicCompetition-list-01 > li {
    margin-top: 1.25em;
  }
}
.PublicCompetition-list-01 .sholder {
  background: #eb7000;
  border-radius: 8px;
  color: #fff;
  display: block;
  margin-bottom: 1em;
  padding: 11px 15px 7px;
  position: relative;
}
.PublicCompetition-list-01 .sholder:after {
  border-color: #eb7000 transparent transparent;
  border-style: solid;
  border-width: 9px 7px;
  content: "";
  display: block;
  height: 0;
  margin-left: -7px;
  position: absolute;
    top: 100%;
    left: 50%;
  width: 0;
}
@media only screen and (max-width: 900px) {
  .PublicCompetition-list-01 p br {
    display: none;
  }
}
.publiccompetition-list-01 {
  margin: 1.25em 0 0;
  padding: 0;
}
.publiccompetition-list-01 > li {
  font-size: 126.25%;
  list-style: none;
}
@media only screen and (min-width: 640px) {
  .publiccompetition-list-01:after{
    clear: both;
    content: "";
    display: block;
  }
  .publiccompetition-list-01 > li {
    float: left;
    width: 31.33%;
  }
  .publiccompetition-list-01 > li + li{
    margin-left: 3%;
  }
}
@media only screen and (max-width: 640px) {
  .publiccompetition-list-01 > li{
    margin-top: 1.25em;
  }
}
.publiccompetition-list-01 .sholder {
  background: #eb7000;
  border-radius: 8px;
  color: #fff;
  display: block;
  margin-bottom: 1em;
  padding: 11px 15px 7px;
  position: relative;
}
.publiccompetition-list-01 .sholder:after {
  border-color: #eb7000 transparent transparent;
  border-style: solid;
  border-width: 9px 7px;
  content: "";
  display: block;
  height: 0;
  margin-left: -7px;
  position: absolute;
    top: 100%;
    left: 50%;
  width: 0;
}
@media only screen and (max-width: 900px) {
  .publiccompetition-list-01 p br {
    display: none;
  }
}