html {
  font-size: 100%;
}

@media screen and (min-width: 640px) {
  header {
    height: 5vw !important;
    margin-top: 0;
  }
  .company {
    width: 70%;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3fr 1fr;
        grid-template-columns: 3fr 1fr;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    margin-bottom: 2vw;
    font-weight: bold;
  }
  .company .logogroup {
    display: block;
    width: 100%;
    margin-top: 1vw;
  }
  .company .logogroup img {
    display: block;
    width: 100%;
    margin-top: 1vw;
  }
  .company .twitter_acount {
    color: black;
    text-decoration: none;
    display: block;
    width: 65%;
    margin: 0  auto;
    background-color: #35b7ea;
    border-radius: 20px;
    padding: 8px 0;
    text-align: center;
    color: white;
    margin-top: 15px;
    -webkit-box-shadow: 0 0 3px gray;
            box-shadow: 0 0 3px gray;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .company .twitter_acount:hover {
    background-color: rgba(53, 183, 234, 0.7);
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .company .company_all {
    border: 1px solid #d4d3d3;
    margin-top: 2vh;
    width: 95%;
    border-radius: 5px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .company .about_top {
    width: 95%;
    display: block;
    margin-top: 2vh;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .company h3 {
    font-size: 20px;
    width: 50%;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    padding: 2px 0;
  }
  .company h3 span {
    color: green;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .company h1 {
    font-size: 25px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    margin-bottom: 0;
  }
  .company h1 span {
    color: green;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .company .company_message {
    width: 95%;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    font-size: 15px;
    -ms-grid-columns: 2fr 1fr;
        grid-template-columns: 2fr 1fr;
    margin-top: 2vh;
  }
  .company .company_message .fujihara_company {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
  .company .company_p {
    width: 95%;
    padding-left: 2.5%;
    font-size: 15px;
    margin-top: 2vh;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .company #table01 {
    width: 95%;
    font-weight: lighter;
    font-size: 15px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .company #table01 tr {
    border-bottom: 4px solid #e6e6e6;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .company #table01 th,
  .company #table01 td {
    padding: 5px 0;
    font-size: 14px;
    border: none;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    border-bottom: 3px solid #e6e6e6;
  }
  .company #table01 th {
    width: 20%;
    background-color: #e9f7e6;
    padding-left: 10px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-weight: normal;
  }
}

@media screen and (max-width: 640px) {
  header {
    height: 0vw !important;
    margin-top: 0;
  }
  .company {
    width: 97%;
    margin: 0 auto;
    margin-top: 0vh;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-weight: bold;
  }
  .company .logogroup {
    display: block;
    width: 100%;
    margin-top: 1em;
    margin-bottom: 4em;
  }
  .company .logogroup h2 {
    text-align: center;
    font-size: 1.3em;
  }
  .company .logogroup img {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: 1em;
  }
  .company .twitter_acount {
    color: black;
    text-decoration: none;
    display: block;
    width: 95%;
    margin: 0  auto;
    background-color: #35b7ea;
    border-radius: 20px;
    padding: 6px 0;
    text-align: center;
    color: white;
    margin-top: 15px;
    -webkit-box-shadow: 0 0 3px gray;
            box-shadow: 0 0 3px gray;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .company .twitter_acount:hover {
    background-color: rgba(53, 183, 234, 0.7);
  }
  .company .company_all {
    border: 1px solid #d4d3d3;
    margin-top: 2vh;
    width: 98%;
    border-radius: 5px;
  }
  .company .about_top {
    width: 100%;
    display: block;
    margin-top: 2vh;
  }
  .company h3 {
    font-size: 16px;
    width: 50%;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    padding: 2px 0;
  }
  .company h3 span {
    color: green;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .company h1 {
    font-size: 18px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    margin-bottom: 0;
  }
  .company h1 span {
    color: green;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .company .company_message {
    width: 95%;
    margin: 0 auto;
    font-size: 13px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2.5fr 1fr;
        grid-template-columns: 2.5fr 1fr;
    margin-top: 2vh;
  }
  .company .company_message .fujihara_company {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .company .company_p {
    width: 95%;
    padding-left: 2.5%;
    font-size: 13px;
    margin-top: 2vh;
  }
  .company #table01 {
    width: 95%;
    font-weight: lighter;
    font-size: 15px;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .company #table01 tr {
    border-bottom: 4px solid #e6e6e6;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .company #table01 th,
  .company #table01 td {
    padding: 5px 0;
    font-size: 14px;
    border: none;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    border-bottom: 3px solid #e6e6e6;
  }
  .company #table01 th {
    width: 20%;
    background-color: #e9f7e6;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-weight: normal;
  }
}
/*# sourceMappingURL=company.css.map */