main {
  background: #f7e9e4;
}

.contents__wrap {
  padding-top: 20px;
  padding-bottom: 40px;
}
.p-cat-nav__item{
  flex-basis: 216px;
}
.p-cat-nav{
  margin-bottom: 100px;
}
.wpcf7-response-output{
  display: none !important;
}
@media screen and (min-width: 768px) {
  .contents__wrap {
    padding-top: 10px;
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 768px) {
  .wpcf7-form-item__title + .wpcf7-form-item__wrap, .wpcf7-form-item__txt + .wpcf7-form-item__wrap {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .wpcf7-form-item__wrap--2col .wpcf7-form-item__cell {
    max-width: 285px;
  }
}
.wpcf7-form-item__txt--zip {
  margin: 10px 0 5px;
}
@media screen and (min-width: 768px) {
  .wpcf7-form-item__txt--zip {
    margin: 16px 0 -6px;
  }
}
.wpcf7-form-item__agree {
  margin-top: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .wpcf7-form-item__agree {
    margin-top: 60px;
  }
}
.wpcf7-form-item__privacy {
  margin-top: 20px;
  font-size: 0.75em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .wpcf7-form-item__privacy {
    margin-top: 30px;
    font-size: 1em;
  }
}
.wpcf7-text, .wpcf7-textarea, .wpcf7-number {
  width: 100%;
}
.wpcf7-text {
  max-width: 630px;
}
.wpcf7-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  letter-spacing: 0;
}
.wpcf7-checkbox .wpcf7-list-item-label {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 0.88em;
}
@media screen and (min-width: 768px) {
  .wpcf7-checkbox .wpcf7-list-item-label {
    font-size: 1.25em;
  }
}
.wpcf7-number {
  width: 100px;
}
@media screen and (min-width: 768px) {
  .wpcf7-number {
    width: 140px;
  }
}
.wpcf7-select {
  min-width: 188px;
}
@media screen and (min-width: 768px) {
  .wpcf7-select {
    min-width: 285px;
  }
}

@media screen and (max-width: 768px) {
  .p-cat-nav{
    margin-bottom: 6%;
  }
  .p-cat-nav__item{
    flex-basis: 116px;
  }
}


/**************************************

2025.06.04追加css

***************************************/
.wpcf7-form-univ .wpcf7-form-item__wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px 35px;
}
.wpcf7-form-univ .wpcf7-form-item__wrap .wpcf7-form-univ-date p{
  display: flex;
  align-items: flex-end;
}
.wpcf7-form-univ .wpcf7-form-item__wrap .wpcf7-form-univ-date p label{
  width: 180px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.wpcf7-form-univ .wpcf7-form-item__wrap .wpcf7-form-univ-date p label .wpcf7-text{
  max-width: 110px;
  margin-top: 0;
}