@charset "UTF-8";
.companyWrap h2 {
  text-align: center;
  color: #787f18;
  font-size: 3rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  margin-top: 40px;
}
.companyWrap .box {
  margin-top: 30px;
}
.companyWrap .box .title {
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  color: #787f18;
  margin-bottom: 5px;
}
.companyWrap .box .title span {
  font-size: 1.8rem;
  display: block;
  text-align: center;
}
.companyWrap .detail {
  margin-bottom: 30px;
}
.companyWrap .detail .table {
  border: 1px solid #d1d1d1;
}
.companyWrap .detail dl {
  display: flex;
}
.companyWrap .detail dl:nth-child(odd) dt, .companyWrap .detail dl:nth-child(odd) dd {
  background-color: #eee;
}
.companyWrap .detail dt, .companyWrap .detail dd {
  padding: 5px;
}
.companyWrap .detail dt {
  width: 30%;
}
.companyWrap .detail dd {
  width: 70%;
  border-left: 1px solid #d1d1d1;
}

/*---------- sp ----------*/
/*---------- モバイル縦長 ----------*/
@media screen and (max-width: 812px) and (orientation: portrait) {
  .companyWrap .img {
    margin-bottom: 10px;
  }
}
/*---------- モバイル横長 ----------*/
@media screen and (max-width: 812px) and (orientation: landscape) {
  .companyWrap .img {
    width: 30%;
  }
  .companyWrap .textBox {
    width: 68%;
  }
}
/*---------- pc ----------*/
@media screen and (min-width: 813px) {
  .companyWrap h2 {
    margin-bottom: 15px;
  }
  .companyWrap .box {
    margin-top: 40px;
  }
  .companyWrap .box .title {
    margin-bottom: 10px;
    font-size: 2.8rem;
  }
  .companyWrap .box .title span {
    font-size: 2.4rem;
  }
  .companyWrap .box .img {
    width: 40%;
    order: 1;
  }
  .companyWrap .box .textBox {
    width: 56%;
    order: 2;
  }
  .companyWrap .detail dt, .companyWrap .detail dd {
    padding: 10px 20px;
  }
  .companyWrap .detail dt {
    width: 20%;
    text-align: center;
  }
  .companyWrap .detail dd {
    width: 80%;
  }
}
/*---------- タブレット ----------*/

/*# sourceMappingURL=company.css.map */
