/*****************************************************************************
CSS only for 20250718_01 page
*****************************************************************************/

/* .DlList__item
-----------------------------------------*/
.DlList__item dt {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .DlList__item {
    flex-direction: column;
    margin-bottom: 9px;
  }
}

/* .TblData
-----------------------------------------*/
.TblData {
  background-color: #fff;
  border: solid 1px #d6d6d6;
  border-bottom: none;
  margin-bottom: 6px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

@media screen and (max-width: 767px) {
  .TblData {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

.TblData table {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .TblData table {
    table-layout: fixed;
  }
}

.TblData th {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  vertical-align: middle;
  height: 30px;
  font-weight: bold;
  background-color: #d6d6d6;
  border: solid 1px #fff;
  padding: 5px;
}
@media screen and (max-width: 976px) {
  .TblData th {
    font-size: 12px;
    font-size: 1.2rem;
    height: auto;
  }
}

.TblData th:first-child {
  width: 15%;
}
@media screen and (max-width: 976px) {
  .TblData th:first-child {
  width: 100px;
  }
}

.TblData th:nth-child(2) {
  width: 15%;
}
@media screen and (max-width: 976px) {
  .TblData th:nth-child(2) {
  width: 100px;
  }
}
.TblData th:nth-child(3) {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .TblData th:nth-child(3) {
    width: 430px;
  }
}

.TblData td {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 12px;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  border-bottom: solid 1px #d6d6d6;
  border-right: dashed 1px #999999;
}
@media screen and (max-width: 767px) {
  .TblData td {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.TblData td:nth-child(3) {
  text-align: left;
}
.TblData td:last-child {
  border-right: none;
}

.MailImg {
    max-width: 100%;
    vertical-align: middle;
    margin-left: 5px;
}