.recipe_top {
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.inner__960 {
  max-width: 650px;
}

.printForm {
  display: block;
  width: 100%;
  margin-bottom: 60px;
}

.printBtn {
  width: 80%;
  height: 60px;
  border-radius: 40px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  background: #ef0d0f;
  margin: 0 auto;
  font-size: 20px;
  border: none;
  padding: 0;
}

.printBtn:hover {
  color: #fff;
  opacity: 0.7;
}

.printForm::before {
  display: none;
}

.recipe_top_left {
  width: 300px;
  padding-right: 30px;
}

.product_cate, .recipe_cate, .feature_cate {
  font-size: 10px;
}

.product_ttl, .recipe_ttl {
  font-size: 20px;
}

.recipe_time {
  padding-top: 5px;
  font-size: 14px;
}

.recipe_desc {
  padding-top: 15px;
  padding-right: 20px;
  font-size: 14px;
}

.recipe_material {
  max-width: 650px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 30px;
}

.recipe_material_ttl {
  font-size: 16px;
}

.recipe_material_amount {
  padding-top: 5px;
  font-size: 14px;
}

.recipe_material_head {
  padding-bottom: 16px;
}

.recipe_material_table {
  width: 90%;
  margin: 0 auto;
}

.recipe_material_table th, .recipe_material_table td {
  font-size: 14px;
  padding: 12px 10px;
}

.recipe_first,.recipe_howTo,.recipe_brief {
  padding-bottom: 20px;
}

.recipe_first_ttl, .recipe_howTo_ttl, .recipe_brief_ttl {
  font-size: 14px;
  padding-bottom: 8px;
}

.recipe_first_body, .recipe_brief_body {
  padding: 15px 20px;
}

.recipe_first_item {
  font-size: 14px;
}

.recipe_howTo_body {
  padding-top: 5px;
}

.recipe_howTo_item {
  column-gap: 20px;
  font-size: 14px;
  padding: 16px 10px 16px 30px;
}

.recipe_howTo_item:before {
  width: 20px;
  height: 20px;
}

.recipe_howTo_item > img {
  max-width: 150px;
}

.recipe_brief_ttl {
  padding-bottom: 10px;
}

.recipe_brief_body {
  font-size: 14px;
}

.recipe_brief_body img {
  width: 100px;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  .printForm {
    display: none;
  }
}