<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* フォーム以外のスタイル設定 */
.survey-form {
	background: #006d98 url(https://bs-offers.konicaminolta.jp//pr/accuriopress-sp/questionnaire/img/bg.jpg) no-repeat center top !important;
    width: 100%;
}
.survey-form .contentHeader {
	background: none !important;
	height: 260px !important;
	margin: 0;
}
.contentHeader {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

/* 必須マーク変更 */
.survey-form .form-group.required label.field-label::after {
    content:"必須";
    display:inline-block !important;
    margin:0 0 0 10px !important;
    padding:1px 4px !important;
    border-radius:3px !important;
    color:#FFFFFF !important;
    background:#E83134 !important;
    line-height:1.5 !important;
    font-size:11px !important;
    font-weight:normal !important;
    vertical-align: top !important;
}






</pre></body></html>