@charset "UTF-8";

.widget_form form dl:nth-of-type(7) dd input,
.widget_form form dl:nth-of-type(8) dd input{
display: inline-block;
    width: 50%;
}
.widget_form form dl:nth-of-type(7) dd::after{
    content: " 人";
}
.widget_form form dl:nth-of-type(8) dd::after{
    content: " 歳";
}