@charset "UTF-8";

.heading.block_header_2 {
    margin-bottom: 10px;
}

#bg+section>.content_wrapper {
    border-radius: 20px 0 20px 0;
    min-height: auto;
    padding: 30px 2%;
}

#txt+section .inner_item_txt p {
    font-family: "Zen Maru Gothic", serif !important;
    font-weight: 700 !important;
}

#txt+section .inner_item_txt p span {
    background: var(--i_sub3_color);
    color: #fff;
    border-radius: 50px;
    font-size: 2rem;
    padding: 0 15px;
}