/* ------------------------------
 width: all
------------------------------ */
main section.ttlbox .wrapper {
  background-image: url(../../images/ttl_recipe02.jpg);
}

main section.s01 .wrapper {
  padding-top: 100px;
  padding-bottom: 150px;
  width: 1000px;
  margin: 0 auto;
}

main section.s01 .wrapper .icon_ttl {
  display: block;
  margin: 0 auto;
}

main section.s01 .wrapper h3 {
  text-align: center;
  font-size: 45px;
  letter-spacing: 6px;
  margin-top: 10px;
  color: #0f1f55;
}

main section.s01 .wrapper .msg01 {
  font-size: 20px;
  line-height: 150%;
  margin-top: 40px;
}

main section.s01 .wrapper dl {
  margin-top: 100px;
}

main section.s01 .wrapper dl dt {
  width: 470px;
  float: left;
}

main section.s01 .wrapper dl dt img {
  width: 100%;
  display: block;
}

main section.s01 .wrapper dl dd {
  width: 470px;
  float: right;
}

main section.s01 .wrapper dl dd .time {
  font-size: 16px;
}

main section.s01 .wrapper dl dd .time img {
  width: 11px;
  display: inline-block;
  vertical-align: top;
  margin: 5px 6px 0 0;
}

main section.s01 .wrapper dl dd .t02 {
  font-size: 26px;
  color: #0f1f55;
  margin-top: 5px;
}

main section.s01 .wrapper dl dd .t03 {
  font-size: 16px;
  line-height: 170%;
  margin-top: 10px;
}

main section.s01 .wrapper dl dd .t04 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}

main section.s01 .wrapper dl dd table {
  width: 100%;
  margin-top: 5px;
}

main section.s01 .wrapper dl dd table tr td {
  width: 50%;
  font-size: 14px;
  padding: 2px 0;
  letter-spacing: 0;
}

main section.s01 .wrapper dl dd .t05 {
  font-size: 16px;
  margin-top: 25px;
  font-weight: bold;
}

main section.s01 .wrapper dl dd .t06 {
  font-size: 14px;
  line-height: 170%;
  letter-spacing: 0;
  margin-top: 5px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 767px) {
  main section.ttlbox .wrapper {
    background-image: url(../../images/ttl_recipe02.jpg);
  }
  main section.s01 .wrapper {
    padding: 50px 20px 70px;
    width: 100%;
    margin: 0 auto;
  }
  main section.s01 .wrapper .icon_ttl {
    width: 100px;
    display: block;
    margin: 0 auto;
  }
  main section.s01 .wrapper h3 {
    text-align: center;
    font-size: 28px;
    letter-spacing: 3px;
    margin-top: 7px;
    color: #0f1f55;
  }
  main section.s01 .wrapper .msg01 {
    font-size: 16px;
    line-height: 150%;
    margin-top: 30px;
  }
  main section.s01 .wrapper dl {
    margin-top: 50px;
  }
  main section.s01 .wrapper dl dt {
    width: 100%;
  }
  main section.s01 .wrapper dl dt img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper dl dd {
    width: 100%;
    margin-top: 20px;
  }
  main section.s01 .wrapper dl dd .time {
    font-size: 14px;
  }
  main section.s01 .wrapper dl dd .time img {
    width: 9px;
    display: inline-block;
    vertical-align: top;
    margin: 5px 6px 0 0;
  }
  main section.s01 .wrapper dl dd .t02 {
    font-size: 18px;
    color: #0f1f55;
    margin-top: 5px;
  }
  main section.s01 .wrapper dl dd .t03 {
    font-size: 13px;
    line-height: 170%;
    margin-top: 5px;
    letter-spacing: 0;
  }
  main section.s01 .wrapper dl dd .t04 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
  }
  main section.s01 .wrapper dl dd table {
    width: 100%;
    margin-top: 5px;
  }
  main section.s01 .wrapper dl dd table tr td {
    width: 50%;
    font-size: 13spx;
    padding: 2px 0;
    letter-spacing: 0;
    vertical-align: top;
  }
  main section.s01 .wrapper dl dd .t05 {
    font-size: 14px;
    margin-top: 15px;
    font-weight: bold;
  }
  main section.s01 .wrapper dl dd .t06 {
    font-size: 13px;
    line-height: 170%;
    letter-spacing: 0;
    margin-top: 5px;
  }
}
