@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
@keyframes slide-progress {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
body {
  height: 100%;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
main {
  width: 100%;
  padding: 0px;
  margin: 0px;
  position: relative;
}
main:not(:last-child) {
  margin-bottom: 100px;
}
main .sec {
  position: relative;
}
main .sec h3 {
  color: #9C7B4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
main #visual {
  width: 100%;
  padding: 120px 0 0 0;
  position: relative;
}
main #visual:not(:last-child) {
  margin-bottom: 85px;
}
main #visual .invisual {
  width: 100%;
}
main #lead {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
}
main #lead:not(:last-child) {
  margin-bottom: 100px;
}
main #lead h3 {
  color: #9C7B4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 40px;
}
main #lead > div {
  width: 100%;
  margin: 0 auto;
}
main #lead > div p {
  color: #9C7B4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}
main #lead > div p:not(:last-child) {
  margin-bottom: 10px;
}
main #detail {
  width: 100%;
  border-top: solid 1px #9C7B4E;
}
main #detail a.anc {
  width: 100%;
  padding-top: 120px;
  margin-top: -120px;
  display: block;
}
main #detail a.anc#d1 + .detail, main #detail a.anc#d3 + .detail, main #detail a.anc#d5 + .detail {
  background-color: #FAF8F6;
}
main #detail .detail {
  width: 100%;
  padding: 40px 0 40px 0;
  background-color: #FFF;
}
main #detail .detail > dl {
  width: 100%;
  max-width: 1200px;
  padding-top: 100px;
  margin: -100px auto 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main #detail .detail > dl > dt {
  color: #9C7B4E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
main #detail .detail > dl > dd {
  width: 100%;
  padding: 30px 0 0 0;
}
main #detail .detail > dl > dd p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}
main #detail .detail > dl > dd p:not(:last-child) {
  margin-bottom: 20px;
}
main #detail .detail > dl > dd p.notice {
  color: #707070;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}
main #detail .detail > dl > dd .list {
  width: 100%;
}
main #detail .detail > dl > dd .list:not(:last-child) {
  margin-bottom: 20px;
}
main #detail .detail > dl > dd .list > p {
  display: none;
}
main #detail .detail > dl > dd .list table {
  width: 100%;
  border-top: solid 1px #9C7B4E;
  border-right: solid 1px #9C7B4E;
}
main #detail .detail > dl > dd .list table thead tr th {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
  text-align: center;
  vertical-align: middle;
  padding: 20px 10px;
  border-bottom: solid 1px #9C7B4E;
  border-left: solid 1px #9C7B4E;
  background-color: #FAF8F6;
}
main #detail .detail > dl > dd .list table thead tr th:nth-child(1) {
  width: 4%;
}
main #detail .detail > dl > dd .list table thead tr th:nth-child(2) {
  width: 13%;
}
main #detail .detail > dl > dd .list table thead tr th:nth-child(3) {
  width: 5%;
}
main #detail .detail > dl > dd .list table thead tr th:nth-child(4) {
  width: 9%;
}
main #detail .detail > dl > dd .list table thead tr th:nth-child(5) {
  width: 9.5%;
}
main #detail .detail > dl > dd .list table thead tr th:nth-child(6) {
  width: 9.5%;
}
main #detail .detail > dl > dd .list table thead tr th:nth-child(7) {
  width: 9.5%;
}
main #detail .detail > dl > dd .list table tbody tr:nth-child(n+1) td {
  background-color: #FDF3F3;
}
main #detail .detail > dl > dd .list table tbody tr:nth-child(2n+1) td {
  background-color: #ECF1F8;
}
main #detail .detail > dl > dd .list table tbody tr:nth-child(3n+1) td {
  background-color: #F0FBF9;
}
main #detail .detail > dl > dd .list table tbody tr td {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0em;
  text-align: center;
  vertical-align: middle;
  padding: 20px 10px;
  border-bottom: solid 1px #9C7B4E;
  border-left: solid 1px #9C7B4E;
}
main #detail .detail > dl > dd .list table tbody tr td.wh {
  background-color: #FFF;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }

  main:not(:last-child) {
    margin-bottom: 50px;
  }
  main .sec h3 {
    color: #9C7B4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main #visual {
    padding: 60px 0 0 0;
  }
  main #visual:not(:last-child) {
    margin-bottom: 40px;
  }
  main #lead {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
  }
  main #lead:not(:last-child) {
    margin-bottom: 50px;
  }
  main #lead h3 {
    color: #9C7B4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main #lead > div {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  main #lead > div p {
    color: #9C7B4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
    text-align: justify;
  }
  main #lead > div p br {
    display: none;
  }
  main #detail a.anc {
    padding-top: 60px;
    margin-top: -60px;
    display: block;
  }
  main #detail a.anc#d1 + .detail, main #detail a.anc#d3 + .detail, main #detail a.anc#d5 + .detail {
    background-color: #FAF8F6;
  }
  main #detail .detail {
    padding: 30px 0;
  }
  main #detail .detail:last-child {
    padding-bottom: 0px;
  }
  main #detail .detail > dl {
    width: 100%;
    max-width: 100%;
    padding-top: 0px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main #detail .detail > dl > dt {
    color: #9C7B4E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  main #detail .detail > dl > dd {
    text-align: left;
    width: 100%;
    padding: 15px 15px 0 15px;
  }
  main #detail .detail > dl > dd p {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
  }
  main #detail .detail > dl > dd p:not(:last-child) {
    margin-bottom: 20px;
  }
  main #detail .detail > dl > dd p.notice {
    color: #707070;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
  }
  main #detail .detail > dl > dd p br {
    display: none;
  }
  main #detail .detail > dl > dd .list {
    width: 100%;
    padding-bottom: 20px;
    overflow: scroll;
    position: relative;
  }
  main #detail .detail > dl > dd .list:not(:last-child) {
    margin-bottom: 20px;
  }
  main #detail .detail > dl > dd .list > p {
    color: #EC8785;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    display: inline-block;
    position: sticky;
    left: 0px;
  }
  main #detail .detail > dl > dd .list table {
    width: 1200px;
    position: relative;
  }
  main #detail .detail > dl > dd .list table thead tr th {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
    text-align: center;
    vertical-align: middle;
    padding: 20px 10px;
    border-bottom: solid 1px #9C7B4E;
    background-color: #FAF8F6;
  }
  main #detail .detail > dl > dd .list table thead tr th:nth-child(1) {
    width: 4%;
    border-right: solid 1px #9C7B4E;
    position: sticky;
    left: 0px;
  }
  main #detail .detail > dl > dd .list table thead tr th:nth-child(2) {
    width: 13%;
  }
  main #detail .detail > dl > dd .list table thead tr th:nth-child(3) {
    width: 5%;
  }
  main #detail .detail > dl > dd .list table thead tr th:nth-child(4) {
    width: 9%;
  }
  main #detail .detail > dl > dd .list table thead tr th:nth-child(5) {
    width: 9.5%;
  }
  main #detail .detail > dl > dd .list table thead tr th:nth-child(6) {
    width: 9.5%;
  }
  main #detail .detail > dl > dd .list table thead tr th:nth-child(7) {
    width: 9.5%;
  }
  main #detail .detail > dl > dd .list table thead tr th:not(:first-child) {
    border-left: solid 1px #9C7B4E;
  }
  main #detail .detail > dl > dd .list table tbody tr:nth-child(n+1) td {
    background-color: #FDF3F3;
  }
  main #detail .detail > dl > dd .list table tbody tr:nth-child(2n+1) td {
    background-color: #ECF1F8;
  }
  main #detail .detail > dl > dd .list table tbody tr:nth-child(3n+1) td {
    background-color: #F0FBF9;
  }
  main #detail .detail > dl > dd .list table tbody tr td {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0em;
    text-align: center;
    vertical-align: middle;
    padding: 20px 10px;
    border-bottom: solid 1px #9C7B4E;
  }
  main #detail .detail > dl > dd .list table tbody tr td:not(:first-child) {
    border-left: solid 1px #9C7B4E;
  }
  main #detail .detail > dl > dd .list table tbody tr td.wh {
    background-color: #FFF;
  }
}

/*# sourceMappingURL=style_gyne.css.map */
