.s_eirModule_date {
    white-space: nowrap;
    width: 12%;
    color: #949494;
}
.eirItem {
    padding: 1em 0;
}

.eir_pdfNote {
    margin-top: 50px;
}
@media screen and (min-width: 640px){

.eir_pdfNote {
    display: flex;
}
.eir_pdfNote_item:first-child {
    margin-left: 0;
}
.eir_pdfNote_item {
    margin-left: 20px;
}
.eirItem {
    display: flex;
}



}





/* ---------------------------------- mobile --------------------------------------------- */
@media screen and (max-width: 639px){
.eir_pdfNote_item:first-child {
    margin-bottom: 10px;
}












}