.feature_cont {
  background: url(../img/body_bg.gif) left top repeat;
}
.wrap {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

img {
  width: 100%;
}
.result_mv h1 {
  margin: 0;
}

.company_comment {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
  gap: 30px;
}

.company_comment_txt {
  box-sizing: border-box;
  width: 55%;
  font-size: 16px;
  color: #663300;
  font-weight: 600;
  padding: 0 1%;
  line-height: 1.5;
}

.company_comment_txt_sign {
  text-align: right;
  padding-top: 15px;
}

.company_comment_prize {
  box-sizing: border-box;
  width: 45%;
}
.winner_a img {
  margin-bottom: 10px;
}

.winner_b {
  position: relative;
  padding-bottom: 60px;
}
.bk_btn {
  position: absolute;
  bottom: 240px;
  right: -80px;
}

.bk_btn a {
  display: block;
  padding: 4px 70px;
  text-decoration: none;
  color: #fff;
}
.bk_btn img {
  width: 260px;
}

.feature_cont.wrap a:visited {
  color: #fff!important;
}
.bk_btn a:hover {
  opacity: 0.7;
}