@charset "utf-8";
/*
theme Name:quest furin 404
Author:quest law firm
Description:original theme
version： 1.0.0
*/

/*  mainView
---------------------------------------------*/
#company .mainView01 {
  width: 100%;
  height: 400px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/sitemap/keyb_bg_pc.png");
}
@media screen and (max-width: 960px) {
  #company .mainView01 {
    height: 200px;
    background-image: url("../img/sitemap/keyb_bg_sp.png");
  }
}
#company .mainView01 .ttlArea {
  padding-top: 170px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #company .mainView01 .ttlArea {
    padding-top: 75px;
  }
}
@media screen and (max-width: 960px) {
  #company .mainView01 .ttlArea__ttl img {
    width: 96px;
  }
}

#company .kv-ttl {
  color: #fff;
  font-weight: bold;
}
#company .kv-ttl p {
  margin-bottom: 0;
  font-size: 2.8rem;
}

#company .kv-ttl small {
  font-size: 1.6rem;

}

/**/
#company-inner {
  width: 100%;
  max-width: 1008px;
  padding: 100px 15px;
  margin: 0 auto;
}



#company-inner table {
    width: 100%;
}
#company-inner table th,
#company-inner table td {
    padding: 30px 15px;
}
#company-inner table th {
    background: #3A2A57;
    color: #fff;
    border-bottom: solid 1px #fff;
}
#company-inner table td {
    border: 1px solid #ccc;
    color: #1c1c1c;
}
@media screen and (max-width: 991px) {
    #company-inner table th {
        width: 35%;
    }
}
