@charset "UTF-8";

.widget_form form dt,
.widget_form form dd {
    font-family: "Zen Maru Gothic", serif !important;
    font-weight: 700 !important;
}

.widget_form form dl:nth-of-type(1) {
    border-top: 1px dotted rgba(58, 57, 55, 0.5);
}

.widget_form form dl {
    border-bottom: 1px dotted rgba(58, 57, 55, 0.5);
}