@charset "UTF-8";
/* フリーページ デフォルト */
main {
  background: #fff;
  padding-top: 24px;
}

.indent li {
  padding-left: 1em;
  text-indent: -1em;
}

span.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.breadcrumb {
  margin: 0;
}

@media screen and (max-width: 767px) {
  main {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 768px) {
  main {
    padding-bottom: 288px;
  }
}

/* common */
@media screen and (max-width: 767px) {
  section * {
    font-size: 1.4rem;
    line-height: 1.72;
  }

  /* section:not(:first-child) {
    margin-bottom: 10%;
  } */

  section div:not(.head_wrap) h2,
  section div:not(.head_wrap) h3 {
    font-weight: bold;
  }

  section div:not(.head_wrap) h2 {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }

  section div:not(.head_wrap) h3 {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 768px) {
  section * {
    font-size: 16px;
    line-height: 1.72;
  }

  /* section:not(:first-child) {
    margin-bottom: 64px;
  } */

  section div:not(.head_wrap) h2,
  section div:not(.head_wrap) h3 {
    font-weight: bold;
  }

  section div:not(.head_wrap) h2 {
    font-size: 22px;
    margin-bottom: 16px;
  }

  section div:not(.head_wrap) h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

/* table */
section .table_wrap {
  overflow-x: auto;
}

section table {
  border-collapse:collapse; 
}
section table tr:not(:last-child) > * {
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}
section table th:not(:last-child),
section table td:not(:last-child) {
  border-right: 1px solid #fff;
}
section table th {
  background: #D3EEF7;
  color: #0099CC;
  text-align: left;
  vertical-align: top;
}
section table td {
  background: #FAFAFA;
}

section table td a {
  color: #0099CC;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  section table th,
  section table td {
    padding: .7em .8em;
  }

  section .table_wrap + h2 {
    margin-top: 64px;
  }

  section table {
    width: 1157px;
  }

  section .wh_table_wrap table tr > *:first-child {
    width: 157px;
  }

  section .wh_table_wrap table tr > *:nth-child(2) {
    width: 110px;
  }

  section .wh_table_wrap table tr > *:nth-child(n + 3) {
    width: 294px;
  }

  section .yd_table_wrap table tr > *:first-child {
    width: 180px;
  }

  section .yd_table_wrap table tr > *:nth-child(2) {
    width: 287px;
  }

  section .yd_table_wrap table tr > *:nth-child(3) {
    width: 208px;
  }
  section .yd_table_wrap table tr > *:nth-child(4) {
    width: 216px;
  }
  section .yd_table_wrap table tr > *:nth-child(5) {
    width: 268px;
  }
}

@media screen and (min-width: 768px) {
  section .table_wrap + h2 {
    margin-top: 55px;
  }

  section table {
    width: 1280px;
  }

  section table tr > * {
    padding: 19px 1.4em 17px;
  }

  section .wh_table_wrap table tr > *:first-child,
  section .wh_table_wrap table tr > *:nth-child(2) {
    width: 196px;
  }

  section .wh_table_wrap table tr > *:nth-child(n + 3) {
    width: 294px;
  }

  section .yd_table_wrap table tr > *:first-child {
    width: 196px;
  }

  section .yd_table_wrap table tr > *:nth-child(2) {
    width: 325px;
  }

  section .yd_table_wrap table tr > *:nth-child(3) {
    width: 233px;
  }
  section .yd_table_wrap table tr > *:nth-child(4) {
    width: 241px;
  }
  section .yd_table_wrap table tr > *:nth-child(5) {
    width: 290px;
  }
}