/* 広告向けCSS */
.mrc_popup img {
  width: auto;
}

/* フォーム調整CSS */
.p-contact__form table th {
  padding: 0 !important;
  background: none !important;
}
.p-contact__form table td {
  padding: 0 !important;
}
.p-contact__form input[type='text']:not([name='zipcode']) {
  width: calc(100% - 70px) !important;
}
.p-contact__form label:has(input[type='checkbox'], input[type='radio']) + input[type='text'] {
  width: auto !important;
}
.p-contact__form .mrc_webform_row:not(.mrc_webform_custinfo):not(.mrc_webform_custtitle):not(.mrc_webform_spacer) > td > .mrc_webform_a:not(:has(textarea)) {
  align-items: center;
}