/*
  Template Name: yutaka-renewal
  Description: テストアップ用
  Version: 0.1
*/
/*フォームの修正contactform7*/
.inquiry input[type="checkbox"]:checked::after {
  display: block;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 14px;
  border-right: 3px solid var(--theme-color);
  border-bottom: 3px solid var(--theme-color);
  content: "";
  z-index: 1;
}
.inquiry input[type="checkbox"] {
  display: inline-block;
  padding: 0;
  width: 20px;
  height: 20px;
  background: white;
  position: relative;
  z-index: 0;
  top: 5px;
  margin-right: 4px;
}
#question .wpcf7-list-item,
#contact_method .wpcf7-list-item {
  margin-left: 0;
}
#question,
#contact_method {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 50px;
}
#question {
  justify-content: space-between;
  gap: 20px 50px;
}
#contact_method {}
.inquiry__checkbox-wrapper {
  display: block;
}
.wpcf7-not-valid-tip {
  margin-top: 8px;
}
.inquiry input, .inquiry textarea {
  width: 100%;
}
@media screen and (max-width:1183px) {
  #question {
    justify-content: flex-start;
  }
}