.years {display: flex; align-items: center; margin-bottom: 20px; }
.years select {margin-left: 15px; width: 100px; height: 30px; border:1px solid #ddd;  padding: 0 10px; font-size: 16px; font-weight: 300; color:#555;
appearance:none; background:url("/img/sub2/1_select_arrow.png") 90% center no-repeat;}
.sub_table + p {font-weight: 400; color:#006bef; margin-top: 20px; text-align: left; }



@media screen and (max-width: 1400px) {
    .subpage br:not(.space) {display: none;}

}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 640px) {
    .years select {font-size: 14px;  }
}
