/* ***************************
common
*************************** */
.miraito_heading {
  border-bottom-color: #e60012;
}

.miraito_ingredientList.is-red li:before {
  background-color: #e60012;
}

.miraito_fcRed {
  color: #e60012;
}

/* ***************************
miraito_dandoriPoint
*************************** */
.miraito_dandoriPoint {
  padding: 12px;
  border: 3px solid #f6dee0;
}

.miraito_dandoriPoint_ttl {
  margin: 0 0 15px;
  padding: 0 0 5px;
  border-bottom: 2px solid #e60012;
}

.miraito_dandoriPoint_ttl img {
  vertical-align: middle;
}

/* ***************************
miraito_hr
*************************** */
.miraito_hr {
  margin: 20px 0;
  border: none;
  border-top: 1px solid #d3d3d3;
}

/* ***************************
miraito_menuHeading
*************************** */
.miraito_menuHeading {
  margin-bottom: 15px;
  padding-top: 6px;
  font-size: 147.05882%;
  line-height: 120%;
  font-weight: bold;
}

.miraito_menuHeading span {
  display: table-cell;
  vertical-align: middle;
}

.miraito_menuHeading img {
  margin: -6px 13px 0 0;
  vertical-align: middle;
}

/* ***************************
miraito_recipe
*************************** */
.miraito_recipe {
  position: relative;
  margin: 15px 0 0;
  padding: 0 0 0 50px;
}

.miraito_recipe:before {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  top: 0;
  left: 18px;
  padding: 23px 0 36px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%22100%22%3E%3Ccircle%20fill%3D%22%237C6854%22%20cx%3D%2220%22%20cy%3D%2280%22%20r%3D%2220%22%2F%3E%3C%2Fsvg%3E") top left repeat;
  background-clip: content-box;
  background-size: 4px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.miraito_recipe:after {
  position: absolute;
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  bottom: 28px;
  left: 14px;
  border: solid #7c6854;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.miraito_recipe_timer {
  position: relative;
  height: 0;
  margin: 0 !important;
}

.miraito_recipe_timer img {
  position: relative;
  margin-left: -47px;
}

.miraito_recipe_timer.is-top img {
  top: 6px;
}

.miraito_recipe_timer.is-bottom img {
  top: -22px;
}

.miraito_recipe_timer.is-middle img {
  top: 40px;
}

.miraito_recipe_timer.is-last img {
  margin-left: -50px;
}

.miraito_recipe_item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #d4d4d4;
}

.miraito_recipe_item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.miraito_recipe_column {
  display: table;
  width: 100%;
}

.miraito_recipe_text {
  display: table-cell;
  width: 57.89474%;
  width: calc(100% - 120px);
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}

.miraito_recipe_img {
  display: table-cell;
  width: 42.10526%;
  width: calc(120px);
  margin: 0 !important;
  vertical-align: top;
}

.miraito_recipe_ttl {
  margin: 0 0 15px;
  padding: 5px 10px 3px;
  background: #ccc;
  font-size: 102.94118%;
  line-height: 158%;
  font-weight: bold;
  text-align: center;
  border-radius: 2px;
}

.miraito_recipe_ttl.is-lightGreen {
  background-color: #c2da69;
}

.miraito_recipe_ttl.is-lightYellow {
  background-color: #fff462;
}

.miraito_recipe_ttl.is-lightPink {
  background-color: #f4b3c2;
}

.miraito_recipe_ttl.is-orange {
  background-color: #f8b625;
}

.miraito_recipe_ttl.is-purple {
  background-color: #d3c1de;
}

.miraito_recipe_ttl.is-lightBlue {
  background-color: #d6eefb;
}

.miraito_recipe_ttl.is-lightOrange {
  background-color: #fbd3a0;
}

.miraito_recipe_step {
  position: relative;
  padding-left: 22px;
  font-size: 80.88235%;
  line-height: 155%;
}

.miraito_recipe_step span {
  display: inline-block;
  width: 22px;
  margin: 0 0 0 -22px;
  color: #e60012;
  font-weight: bold;
}

.miraito_recipe_point {
  margin: 15px 0 0;
  padding: 13px 14px;
  border: 1px dotted #e60012;
  font-size: 88.23529%;
  line-height: 142%;
  border-radius: 2px;
}

/* ***************************
miraito_pointBox
*************************** */
.miraito_pointBox {
  padding: 12px 12px 7px;
  border: 3px solid #f6dee0;
}

* + .miraito_pointBox {
  margin-top: 20px;
}

.miraito_pointBox_text {
  margin-top: 10px;
  font-size: 95.58824%;
  line-height: 154%;
  font-weight: bold;
  color: #e60012;
}
