@charset "UTF-8";

#greeting_message_pc + section .heading.block_header_2 p,
#greeting_message_sp + section .heading.block_header_2 p {
    font-size: 1.65rem;
    font-weight: 500;
}

#greeting_message_sp + section {
    display: none;
}

@media screen and (max-width: 900px) {
#greeting_message_pc + section {
    display: none;
}
#greeting_message_sp + section {
    display: block;
}
}