@charset "UTF-8";
/*
 *
 *　Original:
 *  各クラスター種別用フォーマット
 *
 */
/* Introduction
------------------------------------------------------------------ */

/* アンケート項目 入れ子用css */
.nest-list .nest-title p {
	background-color: #EEEEEE;
	font-size: 14px;
	font-weight: bold;
	/* margin: 5px 0; */
	padding: 8px;
}

.nest-list .nest-title p.bgp-label {
  background-color: #FDC4C4;
}

.nest-list .nest-input {
	margin-left: 10px;
}

/* disabledの場合　色変更 */
.nest-list .nest-input select[disabled] {
	background-color: #C0C0C0;;
}

/* online商談 */
.nest-list .nest-input input[type="radio"] + label {
	width: calc(100% - 25px);
}
.nest-list .nest-input input[type="radio"][disabled] + label {
	color: #C0C0C0;
}