/* ***************************
common
*************************** */
.miraito_toc_list.is-nosymbol {
  list-style: none;
  padding-left: 17px !important;
}

.miraito_ingredientList.is-red li:before {
  background-color: #d0121b;
}

.miraito_makeList.is-red .miraito_makeList_symbol {
  color: #d0121b;
}

.miraito_fcRed {
  color: #d0121b;
}

/* ***************************
miraito_topicsBox
*************************** */
.miraito_topicsBox {
  position: relative;
}
* + .miraito_topicsBox {
  margin-top: 24px;
}
.miraito_topicsBox + .miraito_topicsBox {
  margin-top: 54px;
}

.miraito_topicsBox_heading {
  position: relative;
  margin: 0 0 14px;
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}
.miraito_topicsBox_heading img {
  position: absolute;
  width: 60px;
  bottom: 5px;
  left: 5px;
}

.miraito_topicsBox_heading_sub {
  display: block;
  margin: 0;
  padding: 0 0 0 72px;
  font-size: 110.29412%;
  line-height: 160%;
}

.miraito_topicsBox_heading_main {
  display: block;
  padding: 8px 10px 4px 70px;
  background: #fcf8ef;
  border: 2px solid #6a3a0e;
  font-size: 132.35294%;
  line-height: 134%;
  color: #d0121b;
  border-radius: 4px;
}

.miraito_topicsBox_subHeading {
  position: relative;
  margin: 0 0 24px;
  padding: 16px 0 0;
  font-size: 125%;
  line-height: 142%;
  font-weight: bold;
}
.miraito_topicsBox_subHeading img {
  position: absolute;
  width: 60px;
  top: 0;
  left: 8px;
}
.miraito_topicsBox_subHeading span {
  display: block;
  padding: 9px 11px 7px 80px;
  background: #fefdeb;
  border: 1px solid #e3e2cf;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.miraito_dishBox_right {
  margin-top: 25px;
}
