@charset "utf-8";
/* CSS Document */

/* ---------------------------------------
	OUR HISTORY

    年表の順番（PC専用）

--------------------------------------- */

/*line1 順列*/
#history ul li:nth-child(1){order:1}
#history ul li:nth-child(2){order:2}
#history ul li:nth-child(3){order:3;}

/*line2 逆列*/
#history ul li:nth-child(4){order:6;}
#history ul li:nth-child(5){order:5;}
#history ul li:nth-child(6){order:4;}

/*line3 順列*/
#history ul li:nth-child(7){order:7;}
#history ul li:nth-child(8){order:8;}
#history ul li:nth-child(9){order:9;}

/*line4 逆列*/
#history ul li:nth-child(10){order:12;}
#history ul li:nth-child(11){order:11;}
#history ul li:nth-child(12){order:10;}

/*line5 順列*/
#history ul li:nth-child(13){order:13;}
#history ul li:nth-child(14){order:14;}
#history ul li:nth-child(15){order:15;}

/*line6 逆列*/
#history ul li:nth-child(16){order:18;}
#history ul li:nth-child(17){order:17;}
#history ul li:nth-child(18){order:16;}

/*line7 順列*/
#history ul li:nth-child(19){order:19;}
#history ul li:nth-child(20){order:20;}
#history ul li:nth-child(21){order:21;}

/*line8 逆列*/
#history ul li:nth-child(22){order:24;}
#history ul li:nth-child(23){order:23;}
#history ul li:nth-child(24){order:22;}