#d2898787 .p-text .c-text:first-child {
    font-size: 32px;
}
#d2898787 .p-text .c-text:nth-child(2),
#d2898787 .p-text .c-text:nth-child(3),
#d2898784 .p-text .c-text:first-child,
#d2898784 .p-text .c-text:nth-child(6),
#d2898784 .p-text .c-text:last-child {
    font-size: var(--h3-font-size-mobile);
}
#d2898784 .p-button a {
    word-break: break-all;
}
#d2898784 .p-button a:hover .c-link-icon {
    filter: none;
}
#d2894155 .bottom_btn a {
    text-decoration: none;
}
#d2894155 .bottom_btn a:hover {
    text-decoration: underline;
}
@media only screen and (min-width: 769px) {
    #d2898787 .p-text .c-text:nth-child(2),
    #d2898787 .p-text .c-text:nth-child(3),
    #d2898784 .p-text .c-text:first-child,
    #d2898784 .p-text .c-text:nth-child(6),
    #d2898784 .p-text .c-text:last-child {
        font-size: var(--h3-font-size-pc);
    }
}