@charset "utf-8";
.c_inner p{
  text-align:justify;
}
.ceremony-wrap{
  margin-bottom: 150px;
}
.ceremony-wrap h1{
  background:none;
  padding: 0;
  margin-bottom: 20px;
}
.ceremony-wrap .logo{
  display: flex;
  justify-content: center;
  gap:8%;
}
.ceremony-wrap .logo figcaption{
  font-size: 1.5rem;
  font-weight: normal;
}
.ceremony-wrap h2.c_h-ttl{
  font-size: 2.5rem;
  border-bottom: none;
}
.ceremony-wrap h2.c_h-ttl{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 15px;
}
.ceremony-wrap h2.c_h-ttl:before,
.ceremony-wrap h2.c_h-ttl:after{
  content: '';
  display: inline-block;
  width: calc(50% - 140px);
  height: 2px;
  background-color:#042A6B;
}

.ceremony-wrap h3.c_bg-ttl{
  font-size: 2.2rem;
}
.ceremony-wrap h4.c_h-ttl02{
  display: flex;
  align-items: center;
  gap:13px;
  padding-left: 0;
  color:#042A6B;
  font-weight: bold;
  font-size: 2.0rem;
  line-height: 1.35;
}
.ceremony-wrap h4.c_h-ttl02.gold{
  margin-bottom: 10px;
}
.ceremony-wrap h4.c_h-ttl02.gold::before{
  display: inline-block;
  padding:6px 6px;
  background: linear-gradient(
  -90deg,
  #DBC086 0%,
  #f3e0aa 25%,
  #fff4d0 50%,
  #f3e0aa 75%,
  #DBC086 100%
  );
  color: #604B00;
  text-shadow: 0 0 4px #fff;
  font-size: 1.5rem;
  white-space: nowrap;
  content: '優秀賞';
}
.ceremony-wrap h4.c_h-ttl02.silver{
  margin-bottom: 0;
}
.ceremony-wrap h4.c_h-ttl02.silver::before{
  display: inline-block;
  width: 57px;
  padding:6px 6px;
  background: linear-gradient(
  -90deg,
  #b0b0b0 0%,
  #d0d0d0 25%,
  #eeeeee 50%,
  #d0d0d0 75%,
  #b0b0b0 100%
  );
  color: #000;
  text-shadow: 0 0 4px #fff;
  font-size: 1.5rem;
  white-space: nowrap;
  content: '奨励賞';
}
.ceremony-wrap article{
    margin-bottom: 50px;
}
.ceremony-wrap article.flex{
  display: flex;
  justify-content: space-between;
  gap:30px;
  padding-top: 30px;
  margin-bottom: 30px;
  border-top:1px solid #dedede;
}
.ceremony-wrap article.flex p{
  margin-bottom: 0;
}
.ceremony-wrap .silver_wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 50px;
  border-top: 1px solid #dedede;
}
.ceremony-wrap .silver_wrap article{
  width: 48%;
  margin-bottom: 30px;
}
.ceremony-wrap article.flex:first-of-type{
  padding-top: 0;
  border-top:none;
}
.ceremony-wrap article.flex div{
  width: calc(63.3% - 30px);
  margin-bottom: 0;
}
.ceremony-wrap article.flex div .link{
  margin-top: 20px;
}
.ceremony-wrap article.flex div .link a{
  display: inline-block;
  padding:10px 42px;
  background-color: #042A6B;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
}
.ceremony-wrap article.flex div .link a::after{
  display: inline-block;
  width: 18px;
  height: 18px;
  background:url(/dc/common/img/icon_pdf_white.svg) no-repeat;
  background-size: contain;
  margin-left: 7px;
  vertical-align: middle;
  content: '';
}
.ceremony-wrap article picture{
  width: 36.7%;
}

@media screen and (max-width: 767px) {
  .ceremony-wrap .c_inner:first-of-type{
    margin-top: 20px;
  }
  .ceremony-wrap h1{
    margin-bottom: 50px;
  }
  .ceremony-wrap .silver_wrap{
    display: block;
  }
  .ceremony-wrap .silver_wrap article{
    width: 100%;
  }
  .ceremony-wrap article.flex{
    display: block;
  }
  .ceremony-wrap article.flex div{
    padding-bottom: 20px;
  }
  .ceremony-wrap h2.c_h-ttl:before, .ceremony-wrap h2.c_h-ttl:after {
    width: calc(50% - 130px);
  }
  .ceremony-wrap article.flex div,
  .ceremony-wrap article picture{
    width: 100%;
  }
  .ceremony-wrap article picture{
    text-align: center;
  }
  .ceremony-wrap article.flex div .link{
    margin-bottom: 30px;
    text-align: center;
  }

}