.p-activity__stewmix{
  background-color: #e8e1a6;
}
.p-activity__stewmix:before,
.p-activity__stewmix:after{
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  position: absolute;
  left: 0;
}
.p-activity__stewmix:before{
  top: 20px;
}
.p-activity__stewmix:after{
  bottom: 20px;
}

.p-activity__stewmix .col3{
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.p-activity__stewmix .col3 div{
  padding: 0 10px 10px;
}

.result .p-activity__stewmix .col3{
  position: relative;
  padding-bottom: 60px;
}

.result .p-activity__stewmix .col3 .c-roundButton{
  width: calc(100% - 40px);
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 20px;
}

.cookpad{
  max-width: 800px;
  margin: 40px auto 0;
  border: solid 4px #ff9935;
  background: #ffeede;
  border-radius: 10px;
  padding: 20px;
}
