@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

:root {
  --committee-color-primary: #446e9b;
  --committee-color-secondary: #468847;
  --committee-color-tertiary: #d6e9c6;
  --committee-color-quaternary: #dff0d8;
}

:where(main.renewal2025) {
  padding: 3rem 1.5rem 5rem;
  color: #666666;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.8rem;
  letter-spacing: normal;

  h1,
  h2 {
    font-weight: 700;
    line-height: 1.8;
  }

  dl {
    margin-block-end: 1em;
  }

  dt,
  dd {
    line-height: 1.8;
  }
}

main {
  background-color: #fff;
}

h1,
h2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.8rem;
  margin: 0;
  padding: 0;
}

h1 {
  background-color: var(--committee-color-primary);
  border-radius: 3px 3px 0 0;
  color: #fff;
  padding: 1rem 1.5rem;
}

.committee__contents {
  border: 1px solid var(--committee-color-primary);
  border-top: none;
  padding: 1.5rem;
}

.committee__contents figure {
  border-radius: 6px;
  margin: 1.5rem 0 2rem;
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

table>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

th,
td {
  border-top: 1px solid #dddddd;
  vertical-align: top;
  padding: 8px !important;
}

th {
  color: #666;
  text-align: left;
}

.committee__contents--inner {
  border: 1px solid var(--committee-color-tertiary);
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.committee__contents--inner:not(:last-child) {
  margin-bottom: 2rem;
}

.committee__contents--inner h2 {
  background: var(--committee-color-quaternary);
  color: var(--committee-color-secondary);
  padding: 1rem 1.5rem;
}

.committee__contents--table--outer {
  padding: 1.5rem;
}

.caption {
  line-height: 1.6;
  margin: 0;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.intro {
  background-color: #E4EEFA;
  border: solid 1px #CCDDF2;
  border-radius: 6px;
  font-size: 1.8rem;
  padding: 2rem;
}

.intro dt {
  font-weight: 700;
  color: #446E9B;
}

.intro dd {
  font-size: 1.6rem;
  color: #666666;
}

/* タブレット */
@media screen and (min-width: 768px) {}

@media screen and (min-width: 1138px) {
  main {
    padding-block: 8rem 12rem;
  }

  .committee__inner {
    max-width: var(--contents-width);
    width: 100%;
    margin: 0 auto;
  }

  .committee__contents figure {
    width: 45rem;
    margin: 2.5rem auto 3rem;
  }

  .intro {
    padding: 3rem;
  }
}