.wrap {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

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

.company_comment {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.company_comment_txt {
  box-sizing: border-box;
  width: 55%;
  font-size: 12px;
  color: #976533;
  padding: 0 1%;
  line-height: 1rem;
}

.company_comment_txt_sign {
  text-align: right;
}

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

.bk_btn {
  width: 180px;
  /* box-shadow: 3px 5px 2px #f7cc99; */
  margin: 0 0 10px auto;
}
.bk_btn a {
  display: block;
  text-decoration: none;
}
.bk_btn a:hover {
  opacity: 0.7;
}