/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 25 2020 | 11:44:38 */
.comment-form-comment label{font-size:0;}
.comment-form-comment label:before {font-size: 18px; content: "内容（必須）";}

.comment-form-author label{font-size:0;}
.comment-form-author label:before {font-size: 18px; content: "お名前またはニックネーム（必須）";}

.comment-form-email label{font-size:0;}
.comment-form-email label:before {font-size: 18px; content: "メールアドレス（必須／非公開）";}


/*順番の入れ替え*/
#commentform {
    display: flex;
    flex-direction: column;
}
/*注意書き*/
.comment-notes {order: 1;}

/*コメント記入欄*/
.comment-form-comment {order: 2;}
 
/*名前*/
.comment-form-author {order: 3;}

/*メールアドレス*/
.comment-form-email {order: 4;}

/*ウェブサイト*/
.comment-form-url {order: 5;}

/*コメント送信ボタン*/
.form-submit {order: 6;}