/* テーブル
-----------------------------------------------------------------------*/
/*テーブル ライン*/
.table_line {
  width: 100%;
}
.table_line table {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto 80px auto;
  border-collapse: collapse;
  border-spacing: 0;    font-size: 13px;
  line-height: 2em
}
.table_line th, .table_line td {
  padding: 20px 20px;
  border: 1px solid #002a55;
  font-size: 16px
}
.table_line th {
  white-space: nowrap;
  text-align: left;
  font-weight: normal;
  background-color: #e6e6e6
}
@media screen and (max-width: 1000px) {
  .table_line table {
    text-align: left;
    border-bottom: 1px solid
  }
  .table_line th {
    padding: 5px 10px;
    display: block;
    text-align-last: left;
  }
  .table_line td {
    display: block;
    padding: 5px 10px 10px 10px;
    border-top: 0.5px;
    border-bottom: 0.5px solid
  }
}
/*テーブル テキスト*/
.table_text {
  width: 100%;
}
.table_text table {
  width: 100%;
  font-size: 13px;
}
.table_text h4 {
  font-size: 13px;
  margin-top: 30px
}
.table_text th, .table_text td {
  padding: 1px 0px 1px 0px;
  text-align: left;
  font-weight: normal;
  letter-spacing: 0px
}
.table_text th span {
  display: flex;
  align-items: center;
}
.table_text th span:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  display: block;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.40);
}
.table_text th span:after {
  margin-left: 1em;
}
@media screen and (max-width: 460px) {
  .table_text table {
    width: 100%;
    font-size: 12px;
  }
  .table_text th, .table_text td {
    display: block;
  }
  .table_text td {
    display: block;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.40);
    padding: 0px 0 5px 0
  }
  .table_text th span:after {
    border-bottom: 0px
  }
}