@charset "utf-8";
.limitations .heading{
  color: #fff;
}
/* ---------------------------
詳細のテーブルスタイル
-------------------------------*/
.limitations .content-box{
  padding-top:150px;
  margin-top: -150px;
}
.limitations .content-box:not(:last-of-type){
  margin-bottom:7%;
}
.limitations .content-box .ac-child table{
  border-collapse: collapse;
}
.limitations .content-box .ac-child table tr{
  border:1px solid #005557;
}
.limitations .content-box .ac-child table tr th,
.limitations .content-box .ac-child table tr td{
  padding:4%;
  line-height: 1.7;
}
.limitations .content-box .ac-child table tr th{
  background: #d9e7e8;
  width:40%;
  border-right:1px solid #005557;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
}
.limitations .content-box .ac-child table tr th span{
  color: #008b92;
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
}
.limitations .content-box .ac-child table tr td{
  background: #fff;
  width:60%;
}
@media screen and (max-width:768px) {
  .limitations .content-box{
    padding-top:80px;
    margin-top: -80px;
  }
}
@media screen and (max-width:600px) {
  .limitations .content-box .ac-child table tr th{
    font-size: 1.1rem;
  }
  .limitations .content-box .ac-child table tr th span{
    font-size: 1rem;
  }
}