.price__table02 {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}

.price__table02 table {
  border: 5px solid #282C32;
  border-collapse: collapse;
}

.price__table02 table tr {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price__table02 table tr:first-of-type {
  height: 50px;
  font-size: 22px;
  font-weight: 600;
}

@media screen and (max-width: 599px) {
  .price__table02 table tr:first-of-type {
    height: 50px;
  }
}

.price__table02 table tr:not(:first-of-type) {
  height: 70px;
  font-size: 40px;
  font-weight: bold;
}

@media screen and (max-width: 599px) {
  .price__table02 table tr:not(:first-of-type) {
    font-size: 22px;
    height: 50px;
  }
}

.price__table02 table tr:not(:last-of-type) {
  border-bottom: 2px solid #282C32;
}

.price__table02 table tr:last-of-type {
  height: 120px;
}

@media screen and (max-width: 599px) {
  .price__table02 table tr:last-of-type {
    height: 50px;
  }
}

.price__table02 table td {
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price__table02 table:first-of-type {
  width: 33.3333333333%;
  border-right: 1px solid #282C32;
}

.price__table02 table:first-of-type tr:first-of-type {
  background: #F2D784;
}

.price__table02 table:first-of-type tr:not(:first-of-type) {
  background: rgba(221, 46, 30, 0.1);
}

.price__table02 table:first-of-type img {
  height: 110px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 599px) {
  .price__table02 table:first-of-type img {
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.price__table02 table:last-of-type {
  width: 66.6666666667%;
  border-left: 1px solid #282C32;
}

.price__table02 table:last-of-type tr:first-of-type {
  background: #FFC922;
}

.price__table02 table:last-of-type tr:not(:first-of-type) {
  background: #CE2314;
  color: #ffffff;
}

.price__table02 table:last-of-type tr:not(:first-of-type) td {
  color: #ffffff;
}

.price__table02 table:last-of-type img {
  height: 110px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 599px) {
  .price__table02 table:last-of-type img {
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.price__table-attention {
  font-size: 14px;
  font-weight: 600;
}

.home .banner {
  padding: 100px 0;
}

@media screen and (max-width: 1023px) {
  .home .banner {
    padding: 50px 0;
  }
}

.home .banner .slider-frame {
  position: relative;
}

.home .banner .slider-frame .slider {
  opacity: 0;
}

.home .banner .slider-frame .slick-initialized {
  opacity: 1;
}

.home .banner .slick-slider {
  height: 100%;
}

.home .banner .slick-list {
  height: 100%;
}

.home .banner .slick-track {
  height: 100%;
}

.home .banner .slick-slide {
  height: 100%;
  padding: 0 20px;
}

@media screen and (max-width: 1023px) {
  .home .banner .slick-slide {
    padding: 0;
  }
}

.home .banner .slick-slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: 365/232;
  -o-object-fit: cover;
  object-fit: cover;
}

.home .banner .slick-slide div {
  height: 100%;
}

.home .banner .slick-slide div img {
  width: 100%;
  height: 100%;
  aspect-ratio: 365/232;
  -o-object-fit: cover;
  object-fit: cover;
}

.home .banner .arrow_prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  left: -10px;
  width: 40px;
}

@media screen and (max-width: 1023px) {
  .home .banner .arrow_prev {
    left: 0;
    width: 20px;
  }
}

.home .banner .arrow_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
  width: 40px;
}

@media screen and (max-width: 1023px) {
  .home .banner .arrow_next {
    right: 0;
    width: 20px;
  }
}

.p-contact .info,
.form-personal .info {
  font-size: 12px;
  margin-top: 15px;
}

.p-contact .questionnaire,
.form-personal .questionnaire {
  flex-direction: column;
  align-items: flex-start;
}

.p-contact .questionnaire .p-form__title,
.form-personal .questionnaire .p-form__title {
  width: 100%;
}

.p-contact .questionnaire .wpcf7-list-item,
.form-personal .questionnaire .wpcf7-list-item {
  margin: 0;
}

.p-contact .questionnaire .p-form__input,
.form-personal .questionnaire .p-form__input {
  padding: 0;
}

.p-contact .questionnaire .wpcf7-checkbox,
.form-personal .questionnaire .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
  margin-top: 15px;
}

/* 会員登録ページ_チェックボックス調整 */
.cleat-p .myform__wrap-row input[type=checkbox],
.mypage .myform__wrap-row input[type=checkbox] {
    width: unset;
}

/*# sourceMappingURL=add.css.map */