@charset "UTF-8";
@media screen and (min-device-width: 767px) {
  /* @media screen and (min-width:767px){ */
  /* =================================================
   unique layout
================================================= */
  /* -----------------------------------------------
    変数
----------------------------------------------- */
  /* -------------------------------------
   article
------------------------------------- */
  #article {
    /* -------------------------------------
       section
    ------------------------------------- */
    /* -------------------------------------
       company_title
    ------------------------------------- */
    /* -------------------------------------
       company_profile
    ------------------------------------- */
    /* -------------------------------------
       company_history
    ------------------------------------- */
  }
  #article .section {
    width: 960px;
  }
  #article .section h3 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 2.0em 0 2.0em 0;
  }
  #article .section .inner {
    width: 800px;
    padding: 0 0 0.3em 0 !important;
    margin: 0 auto;
  }
  #article .section .inner table {
    width: 800px;
  }
  #article .section .inner table tr th,
  #article .section .inner table tr td {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #article .section .inner table tr th {
    width: 320px;
    padding: 1em 0 1em 0.5em;
  }
  #article .section .inner table tr td {
    width: 480px;
    padding: 1em 0;
  }
  #article .section#company_title h2 {
    width: 270px;
    margin: 50px auto 1em auto;
  }
  #article .section#company_title .inner p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #article .section#company_history {
    margin: 0 auto 40px auto;
  }
  #article .section#company_history .inner table tr th,
  #article .section#company_history .inner table tr td {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
