.pc_LL_display {
  display: none;
}
@media screen and (max-width: 1600px) {
  .pc_LL_display {
    display: block;
  }
}

.pc_L_display {
  display: none;
}
@media screen and (max-width: 1400px) {
  .pc_L_display {
    display: block;
  }
}

.pc_M_display {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pc_M_display {
    display: block;
  }
}

.pc_S_display {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc_S_display {
    display: block;
  }
}

.tab_display {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab_display {
    display: block;
  }
}

.sp_LL_display {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp_LL_display {
    display: block;
  }
}

.sp_L_display {
  display: none;
}
@media screen and (max-width: 460px) {
  .sp_L_display {
    display: block;
  }
}

.sp_ML_display {
  display: none;
}
@media screen and (max-width: 400px) {
  .sp_ML_display {
    display: block;
  }
}

.sp_M_display {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp_M_display {
    display: block;
  }
}

.sp_S_display {
  display: none;
}
@media screen and (max-width: 350px) {
  .sp_S_display {
    display: block;
  }
}

.lp_section {
  padding: 120px 0;
  background-color: rgba(250, 237, 237, 0.2);
}
@media screen and (max-width: 600px) {
  .lp_section {
    padding: 80px 0;
  }
}
.lp_section h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .lp_section h1 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.lp_section h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media screen and (max-width: 600px) {
  .lp_section h2 {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.lp_section p {
  line-height: 1.5;
  margin-bottom: 40px;
}
.lp_section table {
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .lp_section table {
    border-bottom: 1px solid #000;
  }
}
@media screen and (max-width: 600px) {
  .lp_section table tr {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .lp_section table td {
    border-bottom: none;
  }
}
.lp_section table td:nth-child(1) {
  background-color: rgba(221, 211, 202, 0.3);
}
.lp_section .wp-block-table td,
.lp_section .wp-block-table th {
  width: 58px;
  padding: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .lp_section .wp-block-table td,
  .lp_section .wp-block-table th {
    width: 100%;
  }
}

.lp_section_inner {
  width: 74%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .lp_section_inner {
    width: 92%;
  }
}

.footer {
  width: 100%;
  background-color: #333;
  padding: 40px 0;
}
@media screen and (max-width: 600px) {
  .footer {
    padding: 20px 0 60px;
  }
}

.footer_wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 60px;
  justify-content: center;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .footer_wrap {
    flex-direction: column;
    gap: 20px;
    font-size: 12px;
  }
}/*# sourceMappingURL=index.css.map */