<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: #a5caeb;
}
.survey-form .contentHeader {
	background: #0062c2 url(https://bs-offers.konicaminolta.jp/images/question/bg-form.png) no-repeat left center / cover;
	height: 260px;
	margin: 0;
}
.survey-form h1 {
    font-size: 36px;
    color: #000;
    margin-bottom: 45px !important;
}
.survey-form &gt; .container {
	margin-top: -120px;
	padding-bottom: 60px;
}
.survey-form .formWrapper {
	padding: 30px 40px 15px !important;
}
.survey-form .formWrapperInquiry {
	border-top: none;
	border-radius: 0;
	background: #fff;
}


/* フォーム内のスタイル設定 */
.survey-form .formHeading label {
	font-size: 20px;
	color: #000;
	font-weight: normal;
}
.survey-form .form-control {
	border: none;
	border-bottom: #a1a4ab 1px solid;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	font-size: 16px;
	padding: 6px 12px 6px 0;
}
/* 選択項目表示のため、padding-bottom修正（10&gt;6） */

.survey-form .form-control:focus {
	border-color: initial;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.survey-form .formInputOuter {
	margin-bottom: 25px;
}
.survey-form .form-group.required label.field-label::after {
	content: "*";
	margin: 0;
	padding: 0;
	border-radius: 0;
	color:#e83134;
	background: none;
	font-size: initial;
}
.survey-form .formInputInner.first_name {
	padding-left: 10px;
}
.survey-form .formInputInner.last_name {
	padding-right: 10px;
}


/* スマホ用メディアクエリ */
@media (max-width: 768px){
	.survey-form &gt; .container {
		margin-top: -180px;
	}
	.survey-form .formWrapper {
	    padding: 30px 23px 15px !important;
	}
	.survey-form h1 {
	    font-size: 24px;
	    margin-bottom: 35px !important;
	}
}</pre></body></html>