@charset "utf-8";

.tbl01__item {
  border-top: 1px solid var(--gray400);
  border-left: 1px solid var(--gray400);
  border-right: 1px solid var(--gray400);
}

.tbl01__item:last-child {
  border-bottom: 1px solid var(--gray400);
}

.tbl01__note {
  padding-left: 1em;
  color: var(--gray700);
  font-size: 12px;
  line-height: 1.6;
  text-indent: -1em;
}

.tbl01Head {
  padding: 10px 14px;
  background: var(--gray50);
  display: flex;
  align-items: center;
  gap: 8px;
}

.tbl01Head__txt {
  font-size: 14px;
}

.tbl01Data {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

.tbl01Data:has(.c-check) {
  display: block;
}

.tbl01Data__input--lg {
  width: 100%;
}

.tbl01Data__input--md {
  width: 60%;
}

.tbl01Data__input--sm {
  width: 144px;
}

.tbl02__table {
  width: 100%;
}

.tbl02__table:not(:first-child) {
  margin-top: 16px;
}

.tbl02__wrap {
  padding-top: 16px;
  display: grid;
  gap: 16px;
}

.tbl02__tbody {
  padding: 16px;
  background: var(--white);
  display: grid;
  gap: 12px;
}

.tbl02__row {
  display: flex;
  gap: 16px;
}

.tbl02__head {
  width: 22%;
  padding-top: 2px;
  color: var(--gray700);
  font-size: 13px;
  font-weight: normal;
}

.tbl02__data {
  width: calc(100% - 22% - 16px);
}

.tbl02Datachk__image {
  margin-top: 4px;
  display: block;
}

.tbl02Datachk__image.is-tate {
  width: 40%;
  max-width: 104px;
}

.tbl02Datachk__image.is-yoko {
  width: 62%;
  max-width: 144px;
}

.tbl02Datachk__image.is-square {
  width: 48%;
  max-width: 120px;
}

.tbl03__wrap {
  padding: 16px;
}

.tbl03__item:not(:first-child),
.tbl03__item_standout:not(:first-child) {
  padding-top: 10px;
  border-top: 1px solid var(--gray400);
}
.tbl03__item_standout:not(:first-child) {
  background: #e9f7eb;
}

.tbl03__item:not(:last-child),
.tbl03__item_standout:not(:last-child) {
  padding-bottom: 10px;
}
.tbl03__item_standout:not(:last-child) {
  background: #e9f7eb;
}

.tbl03__head {
  color: var(--gray700);
  font-size: 13px;
}

.tbl04 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tbl04__item,
.tbl04__data {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.tbl04__head {
  font-size: 13px;
  font-weight: 600;
}





@media screen and (min-width: 576px) {

}



@media screen and (min-width: 768px) {

.tbl01__item {
  display: flex;
}

.tbl01Head,
.tbl01Data {
  padding: 16px;
}

.tbl01Head {
  width: 28.3%;
}

.tbl01Head--reverse {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.tbl01Data {
  width: calc(100% - 28.3%);
}

.tbl01Data:has(.fileSelect) {
  justify-content: center;
}

.tbl01Data__input--lg {
  width: 80%;
}

.tbl01Data__input--md {
  width: 35%;
}

.tbl02__tbody {
  padding: 24px;
}

.tbl03__wrap {
  padding: 24px;
}

.tbl03__item,
.tbl03__item_standout {
  display: flex;
  gap: 40px;
}
.tbl03__item_standout {
  background: #e9f7eb;
  padding-top: 16px;
}

.tbl03__item-centerClm {
  align-items: center;
}

.tbl03__item:not(:first-child),
.tbl03__item_standout:not(:first-child) {
  padding-top: 16px;
}
.tbl03__item_standout:not(:first-child) {
  background: #e9f7eb;
}

.tbl03__item:not(:last-child),
.tbl03__item_standout:not(:last-child) {
  padding-bottom: 16px;
}
.tbl03__item_standout:not(:last-child) {
  background: #e9f7eb;
}

.tbl03__head {
  width: 150px;
  color: inherit;
  font-size: inherit;
}

.tbl03__data {
  width: calc(100% - 150px - 40px);
}

.tbl04 {
  gap: 32px;
}

.tbl04__item {
  flex-direction: row;
  gap: 40px;
}

.tbl04__head {
  width: 200px;
  font-size: 16px;
  font-weight: normal;
}

.tbl04__data {
  width: calc(100% - 200px - 40px);
  gap: 6px;
}




}



@media screen and (min-width: 992px) {

.tbl02__wrap {
  padding-top: 32px;
}

}



@media screen and (min-width: 1200px) {

.tbl02__wrap {
  padding-top: 40px;
}

.tbl02__cell--sm {
  width: 10.1%;
}

.tbl02__cell--md {
  width: 12.3%;
}

.tbl02__cell--lg {
  width: 19%;
}

.tbl02__cell--xl {
  width: 33.9%;
}

.tbl02__row {
  display: table-row;
}

.tbl02__row:not(:first-child) {
  border-top: 1px solid var(--gray400);
}

.tbl02__head {
  padding: 0 4px 8px 4px;
  color: var(--black);
  font-size: inherit;
  font-weight: 600;
}

.tbl02__data {
  padding: 16px 4px;
}

.tbl02Datachk__image {
  margin-top: 8px;
}

.tbl02Datachk__image.is-tate {
  width: 95px;
  max-width: none;
}

.tbl02Datachk__image.is-yoko {
  width: 120px;
  max-width: none;
}

.tbl02Datachk__image.is-square {
  width: 104px;
  max-width: none;
}







}



@media screen and (min-width: 1400px) {

}

