@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1+Code:wght@100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
html,
body {
  width: 100%;
}

html {
  font-size: 62.5%;
}

* {
  font-size: 1.6rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #333333;
}

main {
  width: 65%;
  margin: 0 auto;
  padding: 50px 0;
  min-height: calc(100vh - 163px);
}
@media (max-width: 1024px) {
  main {
    width: 100%;
    padding: 33px 15px 100px 15px;
  }
}

.footer {
  height: 163px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #343434;
}
@media (max-width: 1024px) {
  .footer {
    height: 100px;
  }
}
.footer img {
  width: 200px;
  margin-bottom: 9px;
}
@media (max-width: 1024px) {
  .footer img {
    width: 110px;
    margin-bottom: 4px;
  }
}
.footer > p {
  font-size: 13px;
  color: #ffffff;
  line-height: 18px;
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 2px;
}
@media (max-width: 1024px) {
  .footer > p {
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 2px;
  }
}

.back-to-top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 100px;
  bottom: 100px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .back-to-top {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px;
  }
}
.back-to-top > img {
  width: 100%;
  height: 100%;
}

.detail a {
  color: #1DAFE0;
}
@media (max-width: 1024px) {
  .detail a {
    font-size: 13px;
  }
}
.detail .breadcrumb {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1.3rem;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .detail .breadcrumb {
    margin-bottom: 24px;
  }
}
@media (max-width: 1024px) {
  .detail .breadcrumb > p {
    margin-bottom: 0;
  }
}
.detail h1 {
  font-size: 18px;
  margin-bottom: 35px;
  font-weight: 800;
}
@media (max-width: 1024px) {
  .detail h1 {
    font-size: 15px;
  }
}
.detail h2 {
  font-size: 18px;
  margin-bottom: 24px;
  font-weight: 800;
}
@media (max-width: 1024px) {
  .detail h2 {
    font-size: 15px;
  }
}
.detail h3 {
  font-size: 15px;
  margin-bottom: 24px;
  font-weight: 800;
}
@media (max-width: 1024px) {
  .detail h3 {
    font-size: 12px;
  }
}
.detail h4 {
  font-size: 15px;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .detail h4 {
    font-size: 12px;
  }
}
.detail p {
  font-size: 15px;
  margin-bottom: 30px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .detail p {
    font-size: 13px;
  }
}
.detail ul li {
  font-size: 1.5rem;
  font-weight: 500;
}
.detail ul li > a {
  font-size: 1.5rem;
}
.detail img {
  margin: 20px 0;
}
.detail .table-box {
  width: 100%;
  overflow-x: scroll;
  margin-bottom: 30px;
}
.detail .fixed-table-1 th {
  width: 100%;
}
.detail .fixed-table-1 td {
  width: 100%;
}
.detail .fixed-table-2 th {
  width: 50%;
}
.detail .fixed-table-2 td {
  width: 50%;
}
.detail .fixed-table-3 th {
  width: 33.3333333333%;
}
.detail .fixed-table-3 td {
  width: 33.3333333333%;
}
.detail .fixed-table-4 th {
  width: 25%;
}
.detail .fixed-table-4 td {
  width: 25%;
}
.detail .fixed-table-5 th {
  width: 20%;
}
.detail .fixed-table-5 td {
  width: 20%;
}
.detail .fixed-table-6 th {
  width: 16.6666666667%;
}
.detail .fixed-table-6 td {
  width: 16.6666666667%;
}
.detail .fixed-table-7 th {
  width: 14.2857142857%;
}
.detail .fixed-table-7 td {
  width: 14.2857142857%;
}
.detail .fixed-table-8 th {
  width: 12.5%;
}
.detail .fixed-table-8 td {
  width: 12.5%;
}
.detail .fixed-table-9 th {
  width: 11.1111111111%;
}
.detail .fixed-table-9 td {
  width: 11.1111111111%;
}
.detail .fixed-table-10 th {
  width: 10%;
}
.detail .fixed-table-10 td {
  width: 10%;
}
.detail table {
  width: 100%;
  overflow-x: scroll;
  margin-bottom: 5px;
  table-layout: fixed;
}
.detail table tr th {
  background-color: #E2F1EB;
  font-size: 15px;
  width: 115px;
  height: 50px;
  border: 1px solid #B2B2B2;
  text-align: center;
  vertical-align: middle;
  font-weight: 800;
}
.detail table tr td {
  background-color: #ffffff;
  font-size: 15px;
  width: 115px;
  height: 50px;
  border: 1px solid #B2B2B2;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
}
.detail table tr .col-1 {
  width: 115px;
}
.detail table tr .col-2 {
  width: 230px;
}
.detail table tr .col-3 {
  width: 345px;
}
.detail table tr .col-4 {
  width: 460px;
}
.detail table tr .col-5 {
  width: 575px;
}
.detail table tr .ox {
  font-size: 18px;
}
.detail .back-bottom-button {
  display: flex;
  background-color: #A8A8A8;
  color: #ffffff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  width: 140px;
  height: 45px;
  font-weight: 800;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}
.detail .back-bottom-button > img {
  margin-right: 20px;
}

.top {
  padding: 85px 0;
  width: 42%;
  min-width: 920px;
}
@media (max-width: 1024px) {
  .top {
    width: 100%;
    padding: 33px 15px;
    min-width: auto;
  }
}
.top h1 {
  font-size: 3rem;
  color: #73BD59;
  font-weight: 700;
  text-align: center;
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .top h1 {
    font-size: 1.8rem;
    margin-bottom: 24px;
  }
}
.top h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 1024px) {
  .top h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.top h3 {
  font-size: 18px;
  color: #73BD59;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .top h3 {
    font-size: 1.5rem;
    margin-top: 20px;
    margin-bottom: 8px;
  }
}
.top ul {
  display: grid;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
  margin-bottom: 3rem;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1024px) {
  .top ul {
    grid-template-columns: 1fr;
    margin-bottom: 15px;
  }
}
.top ul li {
  height: 5rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #a8a8a8;
}
.top ul li > a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  margin-right: 10px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .top ul li > a {
    font-size: 1.3rem;
  }
}
.top .category-contents {
  margin-bottom: 50px;
}

.bottom-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 85px;
}
.bottom-menu > p {
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: 800;
}
@media (max-width: 1024px) {
  .bottom-menu > p {
    margin-top: 13px;
    margin-bottom: 13px;
  }
}
.bottom-menu > a {
  display: flex;
  background-color: #E83426;
  color: #ffffff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  width: 290px;
  height: 45px;
  font-weight: 800;
}
@media (max-width: 1024px) {
  .bottom-menu {
    margin-top: 30px;
  }
}

.red {
  display: inline-block;
  color: #dc0a16;
  font-size: 13px;
}

.table-font-thin {
  font-weight: 500;
  font-size: 15px;
}

.font-thin {
  font-weight: 500 !important;
}/*# sourceMappingURL=help.css.map */