@charset "UTF-8";

.widget_form form dd {
    position: relative;
}
.widget_form form dl:nth-of-type(4) dd:before,
.widget_form form dl:nth-of-type(5) dd:before {
    content: "歳";
    position: absolute;
    display: block;
    z-index: 10;
    top: calc(50% - 16.5px);
    left: 40px;
}
@media screen and (max-width: 800px) {
	.widget_form form dl:nth-of-type(4) dd:before,
        .widget_form form dl:nth-of-type(5) dd:before {
    top: calc(50% - 15.5px);
}
}