@charset "UTF-8";
.bold {
  font-weight: bold;
}

.wpcf7-spinner {
  display: block;
  margin: 10px auto;
}

.wpcf7-form .wpcf7-list-item-label {
  display: block;
  padding: 8px 12px;
  padding-left: 35px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  height: 100%;
  line-height: 1.3;
}

.wpcf7-form .wpcf7-list-item-label::before, .wpcf7-form .wpcf7-list-item-label::after {
  content: "";
  transition: all 0.2s linear;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.wpcf7-form .wpcf7-list-item-label::before {
  background-color: #FFF;
}

.wpcf7-form .wpcf7-list-item-label::after {
  opacity: 0;
}

.wpcf7-form .wpcf7-list-item {
  margin-left: 0;
}

form input[type="checkbox"], form input[type="radio"] {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

form input[type="checkbox"]:checked + span::after, form input[type="radio"]:checked + span::after {
  box-sizing: border-box;
  opacity: 1;
}

.wpcf7-radio {
  /*.wpcf7-list-item-label::before {
    height: 16px;
    width: 16px;
    border: 2px solid #BBB;
    border-radius: 50px;
  } */
}
.wpcf7-radio.input-full {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  background-color: transparent;
}
.wpcf7-radio.input-full .wpcf7-list-item {
  width: 100%;
}
.wpcf7-radio label {
  padding-left: 0;
}
.wpcf7-radio .wpcf7-list-item-label::after {
  margin-left: 4px;
}

.wpcf7-checkbox .wpcf7-list-item-label::after,
.wpcf7-acceptance .wpcf7-list-item-label::after {
  box-sizing: border-box;
  height: 10px;
  width: 17px;
  border-left: 4px solid #000;
  border-bottom: 4px solid #000;
}

.wpcf7-checkbox .wpcf7-list-item-label::before,
.wpcf7-acceptance .wpcf7-list-item-label::before {
  height: 16px;
  width: 16px;
  border: 2px solid #BBB;
}

.wpcf7-checkbox input[type="checkbox"]:checked + span::after,
.wpcf7-acceptance input[type="checkbox"]:checked + span::after {
  height: 10px;
  width: 17px;
  margin-top: -7px;
  border-bottom: 4px solid #4E533F;
  border-left: 4px solid #4E533F;
  transform: rotate(-45deg);
}

.wpcf7-form {
  /*プラポリ*/
}
.wpcf7-form #pripoli-wrap {
  margin-top: 30px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.wpcf7-form #pripoli-wrap.list-checkbox label {
  padding: 0;
}
.wpcf7-form #pripoli-wrap .pripoli-lead {
  text-align: center;
  color: #707070;
}
.wpcf7-form #pripoli-wrap .wpcf7-acceptance {
  display: inline-block;
  border: 2px solid #F00;
}
.wpcf7-form #pripoli-wrap a {
  color: #3600d9;
  text-decoration: underline;
}
.wpcf7-form #pripoli-wrap .wpcf7-list-item-label {
  background-color: #FEE;
  padding: 15px 10px 15px 40px;
  font-weight: bold;
}
.wpcf7-form #pripoli-wrap input[type="checkbox"]:checked + .wpcf7-list-item-label {
  background-color: #EFEFEF !important;
}
.wpcf7-form .list-checkbox label {
  padding-left: 0;
}
@media print, screen and (min-width: 768px) {
  .wpcf7-form .button-submit {
    width: 419px;
    height: 87px;
    font-size: 26px;
    font-weight: 500;
    background: #B20000;
    border-radius: 50px;
  }
}

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