/* 会社概要&ダウンロード */
#about table,
#download table{
  width: 100%;
  font-size: 16px;
}
#about table th,
#about table td,
#download table th,
#download table td{
  font-size: 16px;
  line-height: 28px;
  padding: 12px 0;
  margin-bottom: 16px;
}
#about table th,
#download table th{
  width: 280px;
  text-align: center;
  font-weight: 700;
}
#about table td,
#download table td{
  padding-left: 40px;
  border-left: 5px solid #F0F0F0;
  display: inline-block;
}
#about table th{
  color: #007CA4;
}
#download table th{
  color: #404040;
}
#download table ul li{
  margin-bottom: 0.5em;
}
#download table a{
  color: #007CA4;
  font-weight: 700;
}
#download table a:hover{
  text-decoration: underline;
}
/* 価格表 */
#price table{
  width:100%;
}
#price th,
#price td{
  border: 1px solid #E0E0E0;
}
#price tr:nth-child(odd){
  background: #F2F2F2;
}
#price th{
  background: #007CA4;
  color: #FFF;
  font-weight: normal;
  text-align: center;
  padding: 20px 0;
}
#price th span{
  font-size: 12px；
}
#price td{
  padding: 16px;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.6;
}
#price td:first-child{
  font-size: 16px;
  font-weight: 700;
  width: 35%;
}
#price td:first-child ul{
  margin-top: 5px;
}
#price td:nth-child(n+2){
  width: 20%;
}
#price td a{
  font-size: 16px;
  font-weight: 700;
  display: block;
}
#price td a::after{
  content: url("../img/icn_link.svg");
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
#price td a:hover{
  color: #007CA4;
}
#price td span.cat{
  color: #007CA4;
  font-size: 10.5px;
  font-weight: 700;
  background: #FEC909;
  padding: 3px 18px;
  border-radius: 15px;
  display:inline-block;
  margin: 5px 5px 2px 0;
}
#price td p{
  font-size: 12px;
  color: #007CA4;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 0.5em;
  text-indent: -1em;
  padding-left: 1em;
}
#price td:nth-child(n+2){
  text-align: center;
}
#price td:nth-child(n+2) ul li{
  margin-top: 3px;
}
#price ul.attention{
  margin: 20px 0;
}
#price ul.attention li{
  line-height: 1.4;
  margin: 8px 0;
  text-indent: -1em;
  padding-left: 1em;
}
#price ul.attention li::before{
  content:"※"
}

@media screen and (max-width: 768px) {
  /* 会社概要&ダウンロード */
  #about table th{
    width: 5em;
    text-align:left;
  }
  #about table td{
    padding-left: 1em;
  }
  #download table th,
  #download table td{
    width: 100%;
    display: block;
    margin: 0;
  }
  #download table th{
    text-align: left;
    font-size: 18px;
    border-bottom: 3px solid #F0F0F0;
  }
  #download table td{
    padding-left: 0;
    border-left: none;
    display: block;
  }
  #download table td li a{
    display: block;
  }

  /* 価格表 */
  #price{
  }
  #price table{
    display: block;
    height: 400px;
    overflow: scroll;

  }
  #price table tbody {
    width: 830px;
    display:table;
  }
  #price table tbody td:first-child{
    width: 310px;
  }
  #price table tbody td:nth-child(2),
  #price table tbody td:nth-child(3){
    width: 150px;
  }
  #price table tbody td:last-child{
    width: 220px;
  }
  #price table th{ /* 項目固定 */
    position: sticky;
    top: 0;
  }
  #price table th:before{
    content: "";
    position: absolute;
    height: 100%;
  }
  #price table::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  #price table::-webkit-scrollbar-thumb {
    background: #47b6be;
    border-radius: 5px;
  }




}
