@charset "utf-8";
/* CSS Document */

/* ===============================
	mv
 =============================== */
#mv {
  background: rgb(93,157,141);
  background: linear-gradient(90deg, rgba(93,157,141,1) 0%, rgba(65,110,99,1) 55%, rgba(52,95,84,1) 100%);
  position: relative;
}
#mv::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: var(--C-black);
  opacity: 0.55;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#mv .wrap {
  z-index: +1;
}

/* ===============================
	web_accessibility
 =============================== */
#web_accessibility {
  margin-top: 80px;
}
#web_accessibility section:first-of-type {
  margin-top: 64px;
}
#web_accessibility section:not(:last-child) {
  margin-bottom: 40px;
}
#web_accessibility section h2.title {
  font-weight: 500;
  margin-bottom: 16px;
}
#web_accessibility a {
  color: var(--C-txt-blue);
  text-decoration: underline;
}
#web_accessibility small {
  display: block;
  margin-top: 40px;
}
#web_accessibility .common_list,
#web_accessibility .table_list {
  margin-top: 24px;
  margin-bottom: 40px;
}

#web_accessibility .link_list {
  margin-top: 16px;
}
#web_accessibility .link_list li:not(:last-child) {
  margin-bottom: 12px;
}

#web_accessibility .common_list dt {
  width: 27.35849056603774%;
}
#web_accessibility .common_list dd {
  width: calc((100% - 27.35849056603774%) - 1px);
}
@media screen and (max-width: 750px) {
  #web_accessibility {
    margin-top: 10.66666666666667vw;
  }
  #web_accessibility section:first-of-type {
    margin-top: 10.66666666666667vw;
  }
  #web_accessibility section:not(:last-child) {
    margin-bottom: 10.66666666666667vw;
  }
  #web_accessibility section h2.title {
    margin-bottom: 4.26666666666667vw;
  }
  #web_accessibility small {
    margin-top: 4.26666666666667vw;
  }
  #web_accessibility .common_list,
  #web_accessibility .table_list {
    margin-top: 4.26666666666667vw;
    margin-bottom: 10.66666666666667vw;
  }
  
  #web_accessibility .link_list {
    margin-top: 4.26666666666667vw;
  }
  #web_accessibility .link_list li:not(:last-child) {
    margin-bottom: 3.2vw;
  }
  
  #web_accessibility .common_list dt,
  #web_accessibility .common_list dd {
    width: 100%;
  }
}

.table_list {
  width: 100%;
}
.table_list tbody {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1px;
}
.table_list tr {
  display: flex;
  flex-direction: row;
  gap: 1px;
}
.table_list th,
.table_list td {
  font-size: 14px;
  text-align: center;
  height: 60px;
  display: flex;
  align-items: center;
  margin: auto;
}
.table_list th:nth-child(1),
.table_list td:nth-child(1) {
  justify-content: center;
  max-width: 70px;
  width: calc(100% - (45.18867924528302% + 48.0188679245283%));
}
.table_list th:nth-child(3),
.table_list td:nth-child(3) {
  text-align: left;
  padding-left: 16px;
}
.table_list th {
  font-weight: 500;
  color: var(--C-accent-green);
  background: rgb(64 110 99 / .15);
  width: 180px;
  display: flex;
  align-items: center;
  margin: 0;
}
.table_list td {
  font-weight: 400;
  background: #F2F2F2;
}
.table_list.row_3 th:nth-child(2),
.table_list.row_3 td:nth-child(2) {
  max-width: 479px;
  width: 45.18867924528302%;
  padding-left: 16px;
}
.table_list.row_3 th:nth-child(3),
.table_list.row_3 td:nth-child(3) {
  max-width: 509px;
  width: 48.0188679245283%;
}
.table_list.row_4 td a {
  position: relative;
  padding-right: 25px;
}
.table_list.row_4 td a::after {
  content: '';
  width: 13px;
  height: 13px;
  background-image: url(../img/web_accessibility/icon_link.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.table_list.row_4 th:nth-child(1),
.table_list.row_4 td:nth-child(1),
.table_list.row_4 th:nth-child(2),
.table_list.row_4 td:nth-child(2),
.table_list.row_4 th:nth-child(4),
.table_list.row_4 td:nth-child(4) {
  max-width: 70px;
  width: 100%;
  justify-content: center;
}
.table_list.row_4 th:nth-child(3),
.table_list.row_4 td:nth-child(3) {
  max-width: calc(100% - (70px * 3));
  width: 100%;
}
@media screen and (max-width: 750px) {
  .table_list tr:first-child {
    height: 9.33333333333333vw;
  }
  .table_list th,
  .table_list td {
    font-size: 3.46666666666667vw;
    height: auto;
    margin: 0;
  }
  .table_list th:nth-child(1),
  .table_list td:nth-child(1) {
    max-width: inherit;
    width: 11.60714285714286%;
  }
  .table_list th {
    justify-content: center;
    padding: 0 1.33333333333333vw;
  }
  .table_list.row_3 th:nth-child(2),
  .table_list.row_3 td:nth-child(2) {
    max-width: inherit;
    width: 37.79761904761905%;
    padding: 0 1.33333333333333vw;
  }
  .table_list.row_3 th:nth-child(3),
  .table_list.row_3 td:nth-child(3) {
    max-width: inherit;
    width: calc(100% - (11.60714285714286% + 37.79761904761905%));
    padding: 0 1.33333333333333vw;
  }
  .table_list.row_4 td a {
    padding-right: 4.8vw;
  }
  .table_list.row_4 td a::after {
    width: 3.2vw;
    height: 3.2vw;
  }
  .table_list.row_4 th:nth-child(1),
  .table_list.row_4 td:nth-child(1),
  .table_list.row_4 th:nth-child(2),
  .table_list.row_4 td:nth-child(2),
  .table_list.row_4 th:nth-child(4),
  .table_list.row_4 td:nth-child(4) {
    max-width: inherit;
    width: 11.60714285714286%;
  }
  .table_list.row_4 th:nth-child(3),
  .table_list.row_4 td:nth-child(3) {
    max-width: calc(100% - (11.60714285714286% * 3));
    padding: 0 1.33333333333333vw;
  }
  .table_list.row_4 tr:first-child th {
    font-size: 2.66666666666667vw;
    line-height: 1.3;
    height: 10.66666666666667vw;
    padding: 0;
  }
}