@charset "utf-8";

/*-------------------------------------------------------
MARK: - 20. 利用履歴のダウンロード
-------------------------------------------------------*/

/* STEP1 利用履歴ダウンロード画面へ遷移 */
.--history-mov .g-comp__no li:nth-child(1) { top: 0; left: 0; }
.--history-mov .g-comp__no li:nth-child(2) { top: 53.64%; left: 26.30%; }
.--history-mov .g-comp__no li:nth-child(3) { top: 59.15%; left: 82.20%; }

/* STEP2 ダウンロードする利用履歴を選択（個人） */
.g-comp__img.--history-indiv-dl img { max-width: 400px; }
.--history-indiv-dl .g-comp__no li:nth-child(1) { top: 15.03%; left: 11.75%; }
.--history-indiv-dl .g-comp__no li:nth-child(2) { top: 95.56%; left: 33.75%; }

/* STEP2 ダウンロードする利用履歴を選択（法人） ※=絞り込み条件 / 1=選択 / 2=ダウンロード */
.g-comp__img.--history-corp-dl img { max-width: 400px; }
.--history-corp-dl .g-comp__no li:nth-child(1) { top: 21.99%; left: 22.00%; }
.--history-corp-dl .g-comp__no li:nth-child(2) { top: 56.24%; left: 10.50%; }
.--history-corp-dl .g-comp__no li:nth-child(3) { top: 93.83%; left: 30.50%; }
