/*プレビューモードヘッダ非表示*/
.fs-preview-header { display: none; }





.fs-l-main {
   flex-direction: row-reverse;
}

.fs-c-inputInformation__message {
    justify-content: left;
}
.fs-c-inputInformation__field {
    margin: 24px 0;
}

/*会員登録ページのフォーム文字サイズの拡大*/
.fs-c-inputInformation { 
    font-size: 1.5em; 
}	

/*会員登録ページのフォームの文字サイズの拡大*/フォームサイズの拡大
.fs-c-inputTable input, .fs-c-inputTable select {
    height: 40px;
}





/*-- SP_sns --*/
	
ul.ocs_sns{
list-style: none;
width:100%;
text-align:center;
}

ul.ocs_sns li{
display: inline;
padding: 0 10px;
}

ul.ocs_sns li img{
width: 21px;
}