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

img {
  width: 100%;
}
.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: #666666;
  padding: 0 1%;
  line-height: 1.0rem;

}

.company_comment_txt_sign {
  text-align: right;
}

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

.bk_btn {
  background: #f8b620;
  width: 180px;
  border-radius: 8px;
  box-shadow: 3px 5px 2px #f7cc99;
  margin:0 auto 20px;
}
.bk_btn a {
  display: block;
  padding: 4px 70px;
  text-decoration: none;
  color: #fff;
} 
.bk_btn a:hover {
  opacity: 0.7;
}
.bk_btn_txt {
  font-weight: 600;
  margin: 0;
  position: relative;
}
.bk_btn_txt::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: 7px;
  right: -20px;
}
.feature_cont.wrap a:visited {
  color: #fff!important;
}