@charset "UTF-8";

.award2025 .sub-copy p{
  font-size: 2.5rem;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#judge{
	background:RGB(255,255,255,0.7);
}
#judge h2{
	font-weight: 500;
}
#judge .row.judge .item p {
  color: #000;
}
.row.judge .item {
    min-width: 250px;
}
.btn_master{
  border-radius: 14px;
}
.btn_line{
  border: 1px solid #ff5350;
  color: #ff5350;
  background: #fff;
  border-radius: 14px;
}

#past_activity_links{
  max-width: 768px;
  margin: 1rem auto;
  text-wrap: stable;
}
@media (max-width: 767px) {
    #past_activity_links a {
        display: inline-block;
        font-size: larger;
        padding: 8px;
    }
}
#sponcer h3{
	padding:12px;
}