body#recipe .section .contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#recipe .section .contents a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex-basis: 23%;
  margin-bottom: 1.25em;
  border: solid 1px #d4ad74;
  border-bottom: solid 0.3125em #d4ad74;
  color: #ffffff;
  background-color: #333333;
}
body#recipe .section .contents a:hover {
  text-decoration: none;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
body#recipe .section .contents a figure {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
body#recipe .section .contents a figure img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body#recipe .section .contents a .title {
  padding: 0.625em;
}
body#recipe .section.detail {
  background-color: #ffffff;
}
body#recipe .section.detail h3 strong {
  color: #000000;
  background-color: #ffffff;
}
body#recipe .section .post {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
body#recipe .section .post h4 {
  flex-basis: 100%;
  order: 4;
}
body#recipe .section .post h4:first-child {
  order: 1;
}
body#recipe .section .post .recipress_thumb {
  flex-basis: 40%;
  order: 3;
  height: auto;
}
body#recipe .section .post table {
  flex-basis: 56%;
  order: 2;
  margin-bottom: 2.5em;
  border-collapse: collapse;
  border-spacing: 0;
}
body#recipe .section .post table tbody tr th, body#recipe .section .post table tbody tr td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 0.625em;
  border-bottom: solid 1px #e5e5e5;
  color: #000000;
  line-height: 1.875;
}
body#recipe .section .post table tbody tr th {
  position: relative;
  white-space: nowrap;
  color: #ffffff;
  background-color: #f2f2f2;
}
body#recipe .section .post table tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
body#recipe .section .post dl.preparation {
  flex-basis: 100%;
  order: 5;
  display: flex;
  margin-bottom: 1.25em;
  padding: 1.25em;
  color: #4d4d4d;
  background-color: #f2f2f2;
  line-height: 1.5;
  -moz-border-radius: 0.3125em;
  -webkit-border-radius: 0.3125em;
  border-radius: 0.3125em;
}
body#recipe .section .post dl.preparation dt {
  margin-right: 0.625em;
  font-weight: 700;
}
body#recipe .section .post ol.list {
  flex-basis: 100%;
  order: 6;
  color: #000000;
}
body#recipe .section .post ol.list li {
  line-height: 1.75;
}
body#recipe .section .post ol.process {
  flex-basis: 100%;
  order: 5;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5em;
  color: #000000;
}
body#recipe .section .post ol.process li {
  flex-basis: 30%;
  margin-bottom: 2.5em;
  margin-left: 3%;
  position: relative;
  line-height: 1.75;
}
body#recipe .section .post ol.process li .num {
  position: absolute;
  top: -1em;
  left: -1em;
  width: 2em;
  height: 2em;
  color: #ffffff;
  font-size: 125%;
  font-weight: 700;
  text-align: center;
  line-height: 2;
  background-color: #d4ad74;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
body#recipe .section .post ol.process li figure {
  margin-bottom: 0.625em;
}
body#recipe .section .post ol.process li .nopic {
  padding-top: 1.5em;
}
body#recipe .section .post p {
  margin-top: 2.5em;
  flex-basis: 100%;
  order: 7;
  color: #000000;
}
body#recipe .section .post .point {
  flex-basis: 100%;
  order: 7;
  margin-top: 2.5em;
}
body#recipe .section .post .point dt {
  color: #ff6600;
  font-weight: 700;
}
body#recipe .section .post .point dd {
  margin-top: 0.625em;
  color: #000000;
  line-height: 1.5;
}

/* RWD
---------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  body#recipe .section .contents a {
    flex-basis: 48%;
  }
  body#recipe .section .contents a .title {
    font-size: 75%;
  }
  body#recipe .section .post {
    display: block;
  }
  body#recipe .section .post .recipress_thumb {
    display: block;
    width: 100%;
    margin-bottom: 1.25em;
  }
  body#recipe .section .post table {
    width: 100%;
    font-size: 75%;
  }
  body#recipe .section .post dl.preparation {
    display: block;
    margin-bottom: 1.75em;
    font-size: 75%;
  }
  body#recipe .section .post dl.preparation dt {
    margin-right: 0;
    margin-bottom: 0.625em;
  }
  body#recipe .section .post ol.process {
    display: block;
    font-size: 75%;
  }
  body#recipe .section .post ol.process li {
    margin-right: 1.75em;
    margin-bottom: 2.5em;
    margin-left: 1.75em;
  }
  body#recipe .section .post ol.process li figure {
    margin-bottom: 0.3125em;
  }
  body#recipe .section .post .point {
    font-size: 75%;
  }
}
