@charset "utf-8";
/* CSS Document */



/*==============================
共通
==============================*/

.titleBox{
  margin-bottom: 50px;
  text-align: center;
}
.titleBox h2{
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0;
  margin-bottom: 10px;
  color: #ca151f;
}

.titleBox h3{
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 0;
}

#headWrap{
  padding: 100px;
  background-image: url("../img/headWrap.jpg");
  background-position: center center;
  background-size: cover;
}

#headWrap h2{
  color: #fff;
}

#headWrap p{
  color: #ccc;
  font-weight: bold;
}

@media screen and (max-width: 600px){
  #headWrap{
    padding: 100px 20px;
  }
}

/*==============================
メイン
==============================*/

#comapnyWrap{
  padding: 100px 20px;
}

#comapnyWrap > table{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}

#comapnyWrap > table tr th,#comapnyWrap > table tr td{
  border-top: 1px solid #ccc;
  padding: 30px;
  text-align: left;
}

#comapnyWrap > table tr th{
  padding-right: 15px;
}

#comapnyWrap > table tr td{
  padding-left: 15px;
}

#comapnyWrap > table tr:last-of-type th,#comapnyWrap > table tr:last-of-type td{
  border-bottom: 1px solid #ccc;  
}

/*==============================
レスポンシブ
==============================*/

@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 600px){

  #comapnyWrap > table tr th{
    font-weight: bold;
  }

  #comapnyWrap > table tr th,#comapnyWrap > table tr td{
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;
  }

  #comapnyWrap > table tr th{
    padding-right: 10px;
    letter-spacing: 0;
  }

  #comapnyWrap > table tr td{
    padding-left: 10px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 414px){
}