/**
 * Form
 */
.form-error-message {
    margin: 5px 0;
    color: #f00;
}

.form-required-icon {
    color: #f00;
}

/**
 * background
 */
.bg-notify {
    background-color: #ffd7d7;
}

/**
 * list
 */
.information-list {
    font-size: 16px;
}

.information-list dt,
.information-list dd {
    margin: 10px auto;
}

/**
 * title
 */
.sub-title {
    font-size: 18px;
}


/**
 * text
 */
.strong-text {
    color: #f00;
}

.fontsize8rem {
    font-size: 0.8rem;
}

.text-break {
    word-break: break-all;
}

/**
 * size
 */
 .w-100px { width: 100px; }
 .w-200px { width: 200px; }
 .w-300px { width: 300px; }
