@charset "utf-8";

/*================================================
material
================================================*/
.page-header {
  background-image: url(../../../image/business/material/page_header_bg.jpg);
}

/*------------------------------------------------
material
------------------------------------------------*/
table.material-type {
  width: 100%;
  margin: var(--layout-gap) 0;
}
table.material-type caption {
  color: var(--secondary-color);
  line-height: 1;
  text-align: left;
  padding: 1em 0;
  font-size: clamp(1rem, 0.8rem + 1vw, 2rem);
  font-weight: 700;
}
table.material-type caption::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 3px;
  background-color: var(--secondary-color);
  box-shadow: 0 3px 6px rgba(var(--color-black-rgb),0.16);
  margin-right: 1em;
}

table.material-type tr {
  border-bottom: 1px solid rgba(var(--color-black-rgb),0.16);
}

table.material-type th,
table.material-type td {
  color: var(--secondary-color);
  padding: 1em 0.5em;
  text-align: center;
  line-height: 1.25;
  font-size: 1.2rem;
  /* font-size: clamp(1rem, 0.8rem + 1vw, 2rem); */
}

table.material-type thead th {
  color: var(--secondary-color);
  width: calc(100% / 3);
  background-color: var(--color-blue-white);
}

table.material-type thead th:nth-of-type(2),
table.material-type tbody td:nth-of-type(2) {
  border-left: 1px solid rgba(var(--color-black-rgb),0.16);
  border-right: 1px solid rgba(var(--color-black-rgb),0.16);
}

.notes-list > li {
  color: var(--secondary-color);
  padding-left: 1.25em;
  line-height: 1.25;
  margin-top: 0.5em;
  /* font-size: clamp(1rem, 0.8rem + 1vw, 2rem); */
  /* font-size: clamp(1rem, 0.88rem + 0.6vw, 1.6rem); */
  font-size: clamp(1rem, 0.92rem + 0.4vw, 1.4rem);
}
.notes-list > li::before {
  content: "※";
  padding-right: 0.25em;
  margin-left: -1.25em;
}
.material-pic {
  margin-top: calc(var( --layout-gap)/1);
}

@media print, screen and (min-width: 480px) {
  table.material-type th,
  table.material-type td {
    font-size: clamp(0.8rem, 0.64rem + 0.8vw, 1.6rem);
  }
}

@media print, screen and (min-width: 960px) {
  table.material-type {
    width: 100%;
    margin: calc(var( --layout-gap)*1.5) 0  calc(var( --layout-gap)*2.5) ;
  }
  .material-pic {
    margin-top: calc(var( --layout-gap)*2.5);
  }
}
