@charset "utf-8";

.edu_history_list { display:table; max-width:800px; width:100%; }
.edu_history_list li {display:table-row;}
.edu_history_list li .edu_class {display:table-cell; min-width:4em; width:20%; font-size:1.5em; vertical-align:middle;padding-left:2%; border-bottom:1px solid #ddd;}
.edu_history_list li .class_con {display:table-cell; vertical-align:middle; padding:1.5em 0; border-bottom:1px solid #ddd;}
.edu_history_list li:last-child .edu_class, .edu_history_list li:last-child .class_con {border-bottom:none;}
.class_con dt {position:relative; display:inline-block; width:10%; line-height:2em; color:rgba(0,106,58,0.7);}
.class_con dt::after {position:absolute; display:inline-block; content:""; width:2px; height:0.85em; background:#ccc; right:0; top:50%; transform:translateY(-50%);  }
.class_con dd { display:inline-block; width:83%; padding-left:1em;}