#champ {
  position: relative;
  margin: 20px;
  padding-left: 0px !important;
  text-align: center;
}

#champ:before,
#champ:after {
  position: absolute;
  z-index: 0;
  bottom: -10px;
  display: block;
  content: '';
  border: 1em solid #e14040;
}

#champ:before {
  left: -18px;
  height: 10px;
  border-left-width: 15px;
  border-left-color: transparent;
}

#champ:after {
  right: -18px;
  height: 10px;
  border-right-width: 15px;
  border-right-color: transparent;
  
}

#champ span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1rem 2rem;
  color: #fff;
  background: #f15151;
  font-size: 1.5em;
  font-weight: bold;
}

#champ span:before,
#champ span:after {
  position: absolute;
  bottom: -20px;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  border-style: solid;
  border-color: #b70505 transparent transparent;
}

#champ span:before {
  left: 0;
  border-width: 10px 0 0 10px;
}

#champ span:after {
  right: 0;
  border-width: 10px 10px 0 0;
}

.cplayer {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding-top: 10px;
}

.champ-li {
  margin-bottom: 0 !important;
}

.champ-video {
  vertical-align: bottom;
}

.index-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 30px;
}

.index-content2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 5px;

}

.box-style {
  margin-top: 25px;
  width: 100%;
  border: 2px solid #999999;
  background-color: #fff;
  background-image: url('http://stg.keepercoating.jp/img/contest/2022/chemical.jpg');
  background-position: right bottom;
  background-size: contain;
  background-repeat:  no-repeat;

}

.box-style div{
  margin: 8px 0 8px 10px;
}

.box-style p{
  font-size: 15px;
  padding-bottom: 8px;
}

.index-pic {
  position: absolute;
  right: 1.5%;
}

.border-line {
  border-bottom: solid 2px #999999;
}

.border-dot {
  border-bottom: dotted 2px #999999;
}

.font-s {
  font-size: 100%;
}

.font-m {
  font-size: 129%;
}

.font-l {
  font-size: 171%
}

.font-b {
  font-weight: bold;
}

.border-gradation {
  position: relative;
  padding: 1rem 2rem;
  border-bottom: 6px solid #000;
}

border-gradation:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #00cc5b;
}

.champ-img {
  padding: 5px;
  border: 4px solid #0b3290;
}

.successive {
  margin-bottom: 0 !important;
}

.king-icon {
  width: 40px;
  height: auto;
  padding-bottom: 3px;
}

.box-pup {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #fcdc46;
  width: auto !important;
  color: #000;
}

.box-pup:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 3px solid #000;
}

.box-pup a {
  color: #000;
}

.box-pup img {
    height: 23px;
    width: auto;
    vertical-align: bottom;
    right: 15px;
    position: absolute;
    bottom: 15px;
}

.name-line {
  border-bottom: 2px solid #0b3290;
  background: #e2eeff;
}


/* メディアクエリ */
@media screen and (max-width:667px) {

  .index-pic {
    position: inherit;
    margin-top: 10px;
    margin-right: 5px;
    text-align: center;
    max-width: 100%;
  }
  
  .box-style {
    background-image: none;
  }
  
  .sp-enter {
    white-space: pre;
  }
  
  .sp-ml10{
    margin-left: 10px;
  }
  
  .sp-mt15 {
    margin-top: 15px;
  }
  
  .sp-mb10 {
    margin-bottom: 10px;
  }
}