@charset "utf-8";

body.transferSection{
    font-size: 1.25rem;
}

@media (max-width: 767px) {
    body.transferSection{
        font-size: 1.125rem;
    }
}

body.transferSection.font-small,
.font-small body.transferSection input,
.font-small body.transferSection textarea,
.font-small body.transferSection select,
.font-small body.transferSection a:not(.fz_h3),
.font-small body.transferSection a:not(.fz_h4){
    font-size: 1.125rem;
}

.font-large body.transferSection,
.font-large body.transferSection input,
.font-large body.transferSection textarea,
.font-large body.transferSection select,
.font-large body.transferSection a:not(.fz_h3),
.font-large body.transferSection a:not(.fz_h4) {
    font-size: 1.375rem;
}

.font-small body.transferSection .card_home_item a {
    font-size: 1.375rem;
}

.font-large body.transferSection .card_home_item a {
    font-size: 1.625rem;
}

.font-small body.transferSection .card_home_item .title_h4 {
    font-size: 2.125rem;
}

.font-large body.transferSection .card_home_item .title_h4 {
    font-size: 2.375rem;
}


.font-small body.transferSection ._text_page_en {
    font-size: 1.625rem;
}

.font-large body.transferSection ._text_page_en {
    font-size: 1.875rem;
}



