/* ------------------------------------------------------------------------ */
/*                                                                          */
/*   アンケートplusテンプレート　スタイルシート template3用                    */
/*　　（HTMLエディタ使用時のみ読込）                                           */
/*                                                                          */
/*    (c) j.union Inc.                                                      */
/*　　Last Modified 2021.06                                                 */
/*                                                                          */
/*                                                                          */
/* ------------------------------------------------------------------------ */

/* --------------------------------- */
/* 設問文							 */
/* --------------------------------- */
/* 全体設定 */
.ctBox .title {
	font-size: 130%;
	line-height: 1.7;
}

/* 全体設定(縦並びのみ) */
.ctBox:not(.column2) .title {
	position: relative;
}

/* pタグ設定 */
.ctBox .title p {
    line-height: 1.7;
}

/* --------------------------------- */
/* 設問 							 */
/* --------------------------------- */
/* 全体設定 */
.ctBox .inputBox {
	line-height: 1.7;
}

/* 選択肢設定（マトリクス） */
.ctBox .tblStyle02 .txt {
	line-height: 1.7;
}

/* 選択肢設定（順位） */
.ctBox .tblStyle04 .txt {
	line-height: 1.7;
}

/* インデックス設定 */
.ctBox .leadBox {
	line-height: 1.7;
}
