@charset "utf-8";

/* ======================================================
 * afterservice_pc.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Elements >>> Text
 * - Elements >>> List
 * - Elements >>> Link
 * - Elements >>> Image
 * - Elements >>> Other
 * - Conditional Elements >>> Heading
 * - Conditional Elements >>> Navi
 * - Layout >>> Table
 * - Layout >>> Column
 * - Layout >>> Box
 * - Layout >>> Other
 * - Components
 * - Clearfix
 * Media Queries
====================================================== */

@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  /* ----- layout ----- */
  /* ----- a ----- */
  /* ----- opacity ----- */
  /* ----- transition ----- */
  /* ----- sprite ----- */

  /* ------------------------------------------------------
   * Elements >>> Text
  ------------------------------------------------------ */
  /* ----- introduce-text-color ----- */
  .introduce-text-small {
    font-size: 1.4rem;
  }
  /* ----- introduce-text-color ----- */
  .introduce-text-color {
    color: #fa8072;
  }

  /* ------------------------------------------------------
   * Elements >>> List
  ------------------------------------------------------ */
  /* ----- introduce-list-wrap ----- */
  .introduce-list-wrap {
    display: flex;
    justify-content: center;
  }

  /* ------------------------------------------------------
   * Elements >>> Link
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * Elements >>> Image
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * Elements >>> Other
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * Conditional Elements >>> Heading
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * Conditional Elements >>> Navi
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * Layout >>> Table
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * Layout >>> Grid
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * Layout >>> Column
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * Layout >>> Box
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * Layout >>> Other
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * Component >>> Index
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * Component >>> Other
  ------------------------------------------------------ */

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix:after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * Media Queries
====================================================== */
@media print {
}