/**
 * Theme Name:     Twenty Twenty-One Child
 * Author:         the WordPress team
 * Template:       twentytwentyone
 * Text Domain:	   twenty-twenty-one-child
 * Description:    Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
 */
span.need
{
	color: #FFF;
    display: inline-block;
    background: #cc3333;
    padding: 0.5em;
    line-height: 1;
    font-size: 75%;
    border-radius: 4px;
}
.smf-item__label__text {
    position: relative;
}
.smf-item:has([data-validations~="required"]) .smf-item__label__text::after {
  position: absolute;
  top: 52%;
  right: -50px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 40px;
  height: 23px;
  border-radius: 4px;
  content: "必須";
  font-size: 12px;
  color: #fff;
  background: #cc3333;
}
.inquiry-form.wp-block-columns .wp-block-column {
  margin: auto !important;
}
.inquiry-form h2 {
  text-align: center;
}
[data-screen="input"] .confirm_only {
    display: none;
}
[data-screen="complete"] .confirm_only {
    display: none;
}
[data-screen="confirm"] .input_only {
    display: none;
}
[data-screen="complete"] .input_only {
    display: none;
}
