.display-none {
    display: none;
}

/* ContactForm/agreement.php */
.fontsize-14px {
    font-size: 14px;
}

/* ContactForm/complete.php */
.to-toppage {
    margin: 30px;
}

/* ContactForm/confirm_normal.php, /ContactForm/confirm_personal.php,
ContactForm/form_normal.php, ContactForm/form_personal.php */
td.category {
    font-weight: bold;
    background-color: #f0f7fc;
}

/* ContactForm/confirm_normal.php, /ContactForm/confirm_personal.php */
button.send {
    width: 200px;
    height: 40px;
}
  
div.confirm {
    padding-top: 20px;
    padding-bottom: 40px;
}
  
/* ContactForm/form_normal.php, ContactForm/form_personal.php */  
span.error::before {
    position: absolute;
    content: '必 須';
    right: 0;
    background-color: #ee6557;
    padding: 4px 8px 3px;
    line-height: 1;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
}

.margin-left-0 {
    margin-left: 0;
}

/* ContactForm/form_personal.php */  
div.agreement {
    background-color: #f0f7fc;
}

span.note {
    font-size: smaller;
}

/* element/contact/progress.php */
.step-list-item {
    width: 30% !important;
    padding: 20px 10px !important;
}

.width-100 {
    width: 100% !important;
}
