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








main .list .box section:not(:last-of-type) {
  margin-bottom: 150px;
}
main .list .box section .tbl table {
  width: 100%;
  border-top: solid 1px #007457;
}
main .list .box section .tbl table tr th ,
main .list .box section .tbl table tr td {
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
  padding: 1em 1.5em;
}
main .list .box section .tbl table tr:not(:last-of-type) th ,
main .list .box section .tbl table tr:not(:last-of-type) td {
  border-bottom: solid 1px #c9caca;
}
main .list .box section .tbl table tr th {
  width: 180px;
  text-align: left;
  background: #f7f8f8;
}
main .list .box section .tbl table tr td {
  width: calc(100% - 180px);
  background: #ffffff;
}
main .list .box section .caution {
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .list .box section .caution ul li {
  position: relative;
  padding-left: 1.2em;
  color: #007457;
  font-weight: 700;
  letter-spacing: .2em;
}
main .list .box section .caution ul li:not(:last-of-type) {
  margin-bottom: .8em;
}
main .list .box section .caution ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '※';
}
main .list .box section .caution ul li a {
  color: #007457;
  font-weight: 700;
  text-decoration: underline;
}
main .list .box section .btn01-reverse {
  padding-top: 40px;
}


@media screen and (max-width: 767px) {
  main .list .box section:not(:last-of-type) {
    margin-bottom: 15vw;
  }
  main .list .box section .tbl table {
    width: 100%;
    border-top: solid 1px #007457;
  }
  main .list .box section .tbl table tr th ,
  main .list .box section .tbl table tr td {
    padding: 1em .5em;
  }
  main .list .box section .tbl table tr th {
    width: 30vw;
  }
  main .list .box section .tbl table tr td {
    width: calc(100% - 30vw);
  }
  main .list .box section .caution {
    padding-top: 5vw;
  }
  main .list .box section .btn01-reverse {
    padding-top: 8vw;
  }

}




