.companyPage .bigTitle {
  font-size: 1.5em;
  margin-bottom: 2em;
}
.companyPage .img {
  margin-bottom: 2em;
}
.companyPage .firstWrap {
  margin-bottom: 3em;
}
.companyPage p.name {
  margin-top: 1em;
  font-size: 1.2em;
}
.companyPage .listWrap {
  background-color: #fff;
  border-radius: 5px;
  padding: 1.5em;
}
.companyPage .listWrap table {
  border-top: 1px solid #666;
  font-size: 0.95em;
}
.companyPage .listWrap table tr th {
  border-bottom: 1px solid #666;
  padding: 1em 0;
  width: 32%;
  font-weight: normal;
  text-align: center;
}
.companyPage .listWrap table tr td {
  border-bottom: 1px solid #666;
  padding: 1em 0;
  vertical-align: middle;
  width: 68%;
  text-align: left;
}

@media only screen and (min-width: 580px) {
  .companyPage .bigTitle {
    margin-bottom: 3.5em;
    font-size: 1.8em;
  }
  .companyPage .txt {
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: start;
  }
  .companyPage .txt p {
    font-size: 1.05em;
    line-height: 200%;
  }
  .companyPage .txt p.name {
    text-align: end;
    padding-right: 0.5em;
  }
  .companyPage .firstWrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5em;
  }
  .companyPage .firstWrap .img {
    width: 62%;
  }
  .companyPage .firstWrap .txt {
    width: 35%;
  }
  .companyPage .secondWrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .companyPage .secondWrap .img {
    width: 55%;
  }
  .companyPage .secondWrap .txt {
    width: 40%;
  }
  .companyPage .listWrap {
    padding: 3em 4em;
  }
  .companyPage .listWrap table {
    width: 100%;
  }
}