@charset "UTF-8";
/* デザートビネガーとは
   ========================================================================== */
.about-dessertvinegar p {
  line-height: 1.8;
  margin-top: 1em; }
.about-dessertvinegar .lead {
  display: flex; }
  .about-dessertvinegar .lead .txt {
    width: calc((100% - 40px) / 2);
    margin-right: 40px; }
  .about-dessertvinegar .lead figure {
    width: calc((100% - 40px) / 2); }
  .about-dessertvinegar .lead p:first-of-type {
    margin-top: 0; }
.about-dessertvinegar h3 {
  font-size: 24px; }
.about-dessertvinegar section {
  margin-top: 80px; }
.about-dessertvinegar .howto figure {
  text-align: center;
  margin-top: 40px; }
@media screen and (max-width: 768px) {
  .about-dessertvinegar p {
    font-size: 14px; }
  .about-dessertvinegar .lead {
    display: block;
    margin-top: 0; }
    .about-dessertvinegar .lead .txt {
      width: 100%;
      margin: 0 0 10px 0; }
    .about-dessertvinegar .lead figure {
      width: 100%;
      margin-top: 20px; }
  .about-dessertvinegar h3 {
    font-size: 18px;
    line-height: 1.6; }
  .about-dessertvinegar section {
    margin-top: 40px; }
  .about-dessertvinegar .howto figure {
    margin-top: 20px; } }
