/* ======================================================
 * technology_sp.css
 * ------------------------------------------------------
 * - Common (Customized Layout)
 * - Common (Technology)
 * - Main
 * - Other
 * Media Queries
 * Print
====================================================== */
@media screen and (max-width: 767px) {
  /* -----------------------------------------------------
     * Common (Customized Layout)
   ------------------------------------------------------*/
  #technology .contents {
    margin: 0 auto 60px;
  }
  #technology .contents:last-child {
    margin-bottom: 0;
  }
  /* -----------------------------------------------------
     * Common (Technology)
   ------------------------------------------------------*/
  .tech-cmn01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 25px;
  }
  .tech-cmn01 picture {
    margin: 0 0 20px;
  }
  /* -----------------------------------------------------
     * Main
   ------------------------------------------------------*/
  /* -----tech-ingredients----- */
  .tech-ingredients {
    margin-top: 12px;
  }
  .tech-ingredients .tech-ingredients__img1 {
    width: 49.4%;
    margin-right: 0;
  }
  .tech-ingredients .tech-ingredients__img2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 46.3%;
  }
  .tech-ingredients .tech-ingredients__img2 > picture {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .tech-ingredients .tech-ingredients__info {
    clear: both;
    float: inherit;
    width: 100%;
  }
  .tech-ingredients .tech-ingredients__info > p {
    margin: 0;
    padding-top: 10px;
    font-size: 13px;
  }
  .tech-ingredients .tech-ingredients__table {
    width: 100%;
    font-size: 12px;
  }
  .tech-ingredients .tech-ingredients__table th,
  .tech-ingredients .tech-ingredients__table td {
    padding-left: 7px;
    padding-right: 7px;
  }
  /* -----tech-fabric----- */
  .tech-fabric li {
    width: 100%;
    margin-bottom: 11px;
  }
  .tech-fabric li:first-child {
    margin-right: 0;
  }
  .tech-fabric li:nth-child(2) {
    width: 100%;
  }
  .tech-fabric li p {
    font-size: 14px;
  }
  /* -----tech-composite----- */
  .tech-composite {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
  }
  .tech-composite picture:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
/* ======================================================
 * Media Queries
====================================================== */
@media screen and (max-width: 390px) {
  .tech-cmn01 .tech-cmn01__info > p {
    margin-bottom: 5px;
  }
  .tech-cmn01 .tech-cmn01__table--spinning {
    font-size: 12px;
  }
  .tech-cmn01 .tech-cmn01__table--spinning > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tech-cmn01 .tech-cmn01__table--spinning dt {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    padding: 2px 10px;
  }
  .tech-cmn01 .tech-cmn01__table--spinning dd {
    padding: 2px 10px;
  }
  .tech-cmn01 .tech-cmn01__table--gel {
    font-size: 12px;
  }
  .tech-cmn01 .tech-cmn01__table--gel dt {
    width: 98px;
    padding: 2px 10px;
  }
  .tech-cmn01 .tech-cmn01__table--gel dd {
    padding: 2px 10px;
  }
  /* -----------------------------------------------------
     * Main
   ------------------------------------------------------*/
  /* -----tech-ingredients----- */
  .tech-ingredients .tech-ingredients__table {
    font-size: 11px;
  }
  .tech-ingredients .tech-ingredients__table th,
  .tech-ingredients .tech-ingredients__table td {
    padding: 2px 7px;
  }
}/*# sourceMappingURL=technology_sp.css.map */