@charset "utf-8";
/* pc */

@media screen and (min-width: 751px) {
  #container {
    width: 1000px;
    margin: 0 auto
  }
  img.fv_sp {
    display: none;
  }
  img.fv_pc {
    width: 100%;
  }

  .introduction {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .introduction p {
    color: #333;
    font-weight: 600;
    font-size: 1.1em;
    line-height: 2em;
  }

  footer {
    width: 100%;
    height: 120px;
    background-color: #008442;
    color: #fff;
  }
  .footer_all {
    padding: 30px;
  }
  .foot {
    float: left;
  }

  .company {
    font-weight: 500;
    font-size: 13px;
    width: 55%;
    line-height: 1.4em;
    font-weight: 600;
  }

  .infomation {
    font-weight: 100;
    font-size: 13px;
    width: 25%;
    line-height: 1.4em
  }

  .infomation_title {
    font-size: 13px;
    font-weight: 600;
  }

  .infomation_list {
    font-weight: 100;
    font-size: 13px;
    width: 20%;
    line-height: 1.4em
  }
}

/* smartPhone */

@media screen and (max-width: 750px) {
  #container {
    width: 100%;
    margin: 0 auto;
  }
  img.fv_pc, .br_pc  {
    display: none;
  }
  img.fv_sp {
    width: 100%;
  }

  .introduction {
    width: 90%;
    margin: 0 auto;
    padding-top: 6%;
    padding-bottom: 6%;
  }

  .introduction p {
    color: #333;
    font-weight: 600;
    font-size: 0.9em;
    line-height: 1.8em;
    text-align: justify;
  }

  footer {
    width: 100%;
    background-color: #008442;
    color: #fff;
  }
  .footer_all {
    padding: 20px;
    width: 80%;
  }

  .company {
    height: 4em;
    font-weight: 600;
    font-size: 0.7em;
    line-height: 1.4em
  }

  .infomation {
    height: 5em;
    font-size: 0.7em;
    line-height: 1.4em
  }

  .infomation_title {
    font-weight: 600;
  }

  .infomation_list {
    font-size: 0.7em;
  }

}

/* 共通 */

body {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

/*}*/
