/* ----- 上部固定欄 ここから ----- */
#contact-operation-container{
    position: fixed;
    top: 69px;
    /* left: 50%; */
    left: 0;
    right: 0;
    z-index: 500;
    /* text-align:right; */
}
@media (max-width: 991px) {
    #contact-operation-container{
        position : absolute;
    }
}
/* ----- 上部固定欄 ここまで ----- */

/* ----- データ表示欄 ここから ----- */
#contact-container{
    margin-bottom:3rem;
}
@media (max-width: 991px) {
    #contact-container{
        min-width : 992px;
    }
}
/* ----- データ表示欄 ここまで ----- */

/* ----- JPRO必須項目の色 ここから ----- */
.fa-asterisk.jpro-required-color::before{
    color: #ffc107;
}
/* ----- JPRO必須項目の色 ここまで ----- */
