.regist-label-form {
    /* Formに対するラベルのスタイル定義 */
}


.regist-section-title {
    /* セクションのスタイル定義 */
}

.regist-important-text {
    /* Formの注意書きに対するスタイル定義 */
}

.regist-btn-submit {
    /* common.cssに定義しているポルシェカラー以外のスタイル定義を定義する時に使用 */
}
.regist-required::after {
    content: ' ※';
    color: #C3232D;
}
.regist-required-blue::after {
    content: ' ※';
    color: #2223AA;
}
.error-message{
    color:red;
}
label.error{
    color:red;
}

