@charset "UTF-8";

/* ==========================================================
 Refine common
========================================================== */
/* box-cmn-card-05
---------------------------------------------------------- */
.box-cmn-card-05 .list-data {
  padding-top: 30px;
}
.box-cmn-card-05 .box-card .box-info .ttl-sub {
  font-size: 14px;
  letter-spacing: 0.08em;
}
.box-cmn-card-05.type-02 .box-card-in .image {
  flex: 0 0 240px;
}
.box-cmn-card-05 .list-data dt {
  width: 70px;
}
.box-cmn-card-05 .list-data dt:after {
  font-weight: 400;
}

/* ==========================================================
 Handmade
========================================================== */
/* ttl-handmade
---------------------------------------------------------- */
.ttl-handmade-01,
.ttl-handmade-02 {
  font-size: 22px;
  font-weight: bold;
}
.ttl-handmade-01 {
  margin-bottom: 5px;
}
.ttl-handmade-02 {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .ttl-handmade-01 {
    font-size: 16px;
  }
  .ttl-handmade-02 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

/* box-overview
---------------------------------------------------------- */
.box-overview {
  position: relative;
}
  .box-overview .image {
    margin-bottom: 20px;
  }
    .box-overview .image img {
      width: 100%;
    }

/* list-handmade-step
---------------------------------------------------------- */
.list-handmade-step {
  position: relative;
}
.list-handmade-step::before,
.list-handmade-step::after {
  content: '';
  display: table;
}
.list-handmade-step::after {
  clear: both;
}
  .list-handmade-step li {
    display: block;
    position: relative;
  }
    .list-handmade-step li:not(:last-child) {
      margin-bottom: 60px;
    }
    .list-handmade-step li:not(:last-child)::after {
      content: '';
      width: 40px;
      height: 26px;
      position: absolute;
      bottom: -44px;
      left: 50%;
      margin-right: -50%;
      transform: translateX(-50%);
      background-image: url('/n_mori/common/img/ico_arrow_down_03.png');
      background-repeat: no-repeat;
      background-size: 40px auto;
    }
  .list-handmade-step .box-step {
    width: 100%;
    display: table;
  }
  .list-handmade-step .box-step .image,
  .list-handmade-step .box-step .content {
    display: table-cell;
    vertical-align: middle;
  }
  .list-handmade-step .box-step .image {
    width: 200px;
  }
  .list-handmade-step .box-step .content {
    padding: 15px 30px;
  }
    .list-handmade-step .box-step .ttl-handmade-step {
      font-size: 24px;
      font-weight: bold;
      line-height: 1.5;
    }

@media screen and (max-width: 767px) {
  .list-handmade-step li:not(:last-child) {
    margin-bottom: 30px;
  }
    .list-handmade-step li:not(:last-child)::after {
      width: 18px;
      height: 12px;
      background-size: 18px auto;
      bottom: -14px;
    }
      .list-handmade-step .box-step,
      .list-handmade-step .box-step .image,
      .list-handmade-step .box-step .content {
        display: block;
      }
      .list-handmade-step .box-step .image {
        width: 100%;
        text-align: center;
      }
      .list-handmade-step .box-step .content {
        padding: 15px 0;
        line-height: 1.75;
      }
      .list-handmade-step .box-step .ttl-handmade-step {
        font-size: 16px;
        margin-bottom: 10px;
      }
}

@media screen and (max-width: 767px) {
  .txt-detail {
    line-height: 1.75;
  }
}