:root {
    --main_color: var(--wp--preset--color--main);
    --sub_color: var(--wp--preset--color--accent);
    --sub_color2: var(--wp--preset--color--ink);
}
.wp-block-group.is-style-cardDesign1 {
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}
.wp-block-group.is-style-cardDesign1::before {
    content: "";
    position: absolute;
    top: 1rem;
    left: 0;
    width: 60%;
    height: 15px;
    background-color: #ffe5c6;
}
.wp-block-group.is-style-cardDesign1::after {
    content: "";
    position: absolute;
    bottom: 1rem;
    right: 0;
    width: 60%;
    height: 15px;
    background-color: #ffbe73;
}
.wp-block-group.is-style-cardDesign2 {
    padding: 2rem;
    background-color: #fff;
    box-shadow:
        8px 8px 0 4px #ffbe73,
        -8px -8px 0 4px var(--sub_color);
}

.wp-block-group.is-style-simplecard {
    outline: solid 3px var(--main_color);
    padding: 2rem;
    background-color: #fff;
}

.wp-block-group.is-style-full_wide {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-top: clamp(2rem, 5vw, 5rem);
    padding-bottom: clamp(2rem, 5vw, 5rem);
}
.wp-block-group.is-style-full_wide .wp-block-group__inner-container {
    max-width: var(--maxWh);
    margin: auto;
}
.wp-block-group.is-style-tri_background {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 1rem 1rem 80px;
    padding-top: 80px;
}
.wp-block-group.is-style-tri_background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100vh / 2);
    width: calc(100vw / 2);
    clip-path: polygon(0% 0, 0% 100%, 100% 0%);
    aspect-ratio: 1;
    background-color: var(--sub_color);
    z-index: -1;
}
.wp-block-group.is-style-tri_background::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(100vh / 2);
    width: calc(100vw / 2);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    aspect-ratio: 1;
    background-color: var(--sub_color);
    z-index: -1;
}
.wp-block-group.is-style-tri_background .wp-block-group__inner-container {
    max-width: var(--maxWh);
    margin: auto;
}

.wp-block-group.is-style-toc_wrapper {
    background: #fff;
    padding: clamp(1rem, 4vw, 2rem);
    border-radius: 8px;
    margin-bottom: clamp(1.5rem, 4vw, 3rem);
    border: solid 4px #ffbe73;
}
.wp-block-list.is-style-list_design {
    list-style-position: inside;
    list-style-image: url(/wp-content/themes/orthopedic-surgery/common/img/check_og.svg);
}
.wp-block-list.is-style-list_design li {
    margin-left: 1em;
    text-indent: -1em;
    padding-bottom: 0.5rem;
}
.wp-block-list.is-style-underline_list_design > li {
    border-bottom: 1px solid #cfcfcf;
    padding: 6px;
}
.wp-block-list.is-style-list_design_dot {
    list-style: none;
    padding-left: 0;
}
.wp-block-list.is-style-list_design_dot > li {
    position: relative;
    padding-left: 1em;
}
.wp-block-list.is-style-list_design_dot > li::before {
    content: "⚫︎";
    position: absolute;
    left: 0;
    top: 0.7em;
    color: var(--main_color);
    font-size: 0.75rem;
    line-height: 1;
}
.wp-block-list.is-style-list_design_count {
    list-style: none;
    padding-left: 0;
    counter-reset: count;
}
.wp-block-list.is-style-list_design_count > li {
    counter-increment: count;
    position: relative;
    padding-left: 1.75em;
    margin: 0.4em 0;
}
.wp-block-list.is-style-list_design_count > li::before {
    content: counter(count);
    position: absolute;
    left: 0;
    top: 1em;
    transform: translateY(-50%);
    width: 1.6em;
    height: 1.6em;
    border-radius: 50%;
    background: var(--sub_color2);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 0.85rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
}
.wp-block-heading.is-style-count_title {
    background-color: var(--sub_color);
    padding: 0.5rem 1rem;
    border-radius: 8px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.wp-block-heading.is-style-count_title::before {
    content: attr(data-count);
    color: #fff;
    font-weight: 700;
    margin-right: 0.5rem;
    background-color: var(--main_color);
    padding: 1rem;
    border-radius: 50%;
    display: inline-block;
    line-height: 1;
}
.wp-block-heading.is-style-count_title_01::after,
.wp-block-heading.is-style-count_title_02::after,
.wp-block-heading.is-style-count_title_03::after,
.wp-block-heading.is-style-count_title_04::after,
.wp-block-heading.is-style-count_title_05::after,
.wp-block-heading.is-style-count_title_06::after,
.wp-block-heading.is-style-count_title_07::after,
.wp-block-heading.is-style-count_title_08::after,
.wp-block-heading.is-style-count_title_09::after,
.wp-block-heading.is-style-count_title_10::after,
.wp-block-heading.is-style-count_title_11::after,
.wp-block-heading.is-style-count_title_12::after,
.wp-block-heading.is-style-count_title_13::after,
.wp-block-heading.is-style-count_title_14::after,
.wp-block-heading.is-style-count_title_15::after {
    display: none;
}
.wp-block-heading[class*="is-style-count_title_"] {
    background-color: var(--sub_color);
    padding: 0.5rem 0.5rem 0.5rem 3rem;
    border-radius: 20px 8px 8px 8px;
    position: relative;
    text-align: start;
}
.wp-block-heading.is-style-count_title_01::before {
    content: "";
    background-image: url(/wp-content/themes/orthopedic-surgery/common/img/count/01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    transform: rotate(0deg);
    border-radius: 50px;
}
.wp-block-heading.is-style-count_title_02::before {
    content: "";
    background-image: url(/wp-content/themes/orthopedic-surgery/common/img/count/02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    transform: rotate(0deg);
    border-radius: 50px;
}
.wp-block-heading.is-style-count_title_03::before {
    content: "";
    background-image: url(/wp-content/themes/orthopedic-surgery/common/img/count/03.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    transform: rotate(0deg);
    border-radius: 50px;
}
.wp-block-heading.is-style-count_title_04::before {
    content: "";
    background-image: url(/wp-content/themes/orthopedic-surgery/common/img/count/04.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    transform: rotate(0deg);
    border-radius: 50px;
}
.wp-block-heading.is-style-count_title_05::before {
    content: "";
    background-image: url(/wp-content/themes/orthopedic-surgery/common/img/count/05.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    transform: rotate(0deg);
    border-radius: 50px;
}
.wp-block-heading.is-style-count_title_06::before {
    content: "";
    background-image: url(/wp-content/themes/orthopedic-surgery/common/img/count/06.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    transform: rotate(0deg);
    border-radius: 50px;
}
.wp-block-heading.is-style-count_title_07::before {
    content: "";
    background-image: url(/wp-content/themes/orthopedic-surgery/common/img/count/07.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    transform: rotate(0deg);
    border-radius: 50px;
}
.wp-block-heading.is-style-count_title_08::before {
    content: "";
    background-image: url(/wp-content/themes/orthopedic-surgery/common/img/count/08.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    transform: rotate(0deg);
    border-radius: 50px;
}
.wp-block-heading.is-style-count_title_09::before {
    content: "";
    background-image: url(/wp-content/themes/orthopedic-surgery/common/img/count/09.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    transform: rotate(0deg);
    border-radius: 50px;
}
.wp-block-heading.is-style-count_title_10::before {
    content: "";
    background-image: url(/wp-content/themes/orthopedic-surgery/common/img/count/10.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    transform: rotate(0deg);
    border-radius: 50px;
}
.wp-block-heading.is-style-count_title_11::before {
    content: "";
    background-image: url(/wp-content/themes/orthopedic-surgery/common/img/count/11.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    transform: rotate(0deg);
    border-radius: 50px;
}
.wp-block-heading.is-style-count_title_12::before {
    content: "";
    background-image: url(/wp-content/themes/orthopedic-surgery/common/img/count/12.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    transform: rotate(0deg);
    border-radius: 50px;
}
.wp-block-heading.is-style-count_title_13::before {
    content: "";
    background-image: url(/wp-content/themes/orthopedic-surgery/common/img/count/13.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    transform: rotate(0deg);
    border-radius: 50px;
}
.wp-block-heading.is-style-count_title_14::before {
    content: "";
    background-image: url(/wp-content/themes/orthopedic-surgery/common/img/count/14.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    transform: rotate(0deg);
    border-radius: 50px;
}

.wp-block-heading.is-style-count_title_15::before {
    content: "";
    background-image: url(/wp-content/themes/orthopedic-surgery/common/img/count/15.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    transform: rotate(0deg);
    border-radius: 50px;
}

.wp-block-heading.is-style-checkmark_title {
    font-weight: 700;
    padding-left: 0px !important;
}

.wp-block-heading.is-style-checkmark_title::before {
    content: url(/wp-content/themes/orthopedic-surgery/common/img/check_og_hed.svg);
    padding-right: 0.3em;
}
.wp-block-heading.is-style-checkmark_title::after {
    display: none;
}

.is-style-checkmark_text::before {
    content: url(/wp-content/themes/orthopedic-surgery/common/img/check_og.svg);
    padding-right: 0.3em;
}
.wp-block-group.is-style-bg_overlay_dark,
.wp-block-group.is-style-bg_overlay_light {
    position: relative;
    overflow: hidden;
}
.wp-block-group.is-style-bg_overlay_dark > *,
.wp-block-group.is-style-bg_overlay_light > * {
    position: relative;
    z-index: 1;
}
.wp-block-group.is-style-bg_overlay_dark::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 0;
}
.wp-block-group.is-style-bg_overlay_light::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.45);
    z-index: 0;
}
.wp-block-group.is-style-bg_hover_dark {
    position: relative;
    overflow: hidden;
}
.wp-block-group.is-style-bg_hover_dark > * {
    position: relative;
    z-index: 1;
}
.wp-block-group.is-style-bg_hover_dark::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 0;
    transition: 0.5s;
}
.wp-block-group.is-style-bg_hover_dark:hover::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.652);
    z-index: 0;
}
.is-style-display_none-sp {
    display: none !important;
}
.is-style-display_none-pc {
    display: block !important;
}
.is-style-hihyouzi {
    display: none !important;
}

.editor-styles-wrapper .is-style-display_none-pc {
    display: block !important;
    position: relative;
}
.editor-styles-wrapper .is-style-display_none-sp,
.editor-styles-wrapper .is-style-hihyouzi {
    display: block !important;
    position: relative;
    opacity: 0.5;
}
.editor-styles-wrapper .is-style-hihyouzi::before {
    content: "常に非表示";
}
.editor-styles-wrapper .is-style-display_none-pc::before {
    content: "PC表示";
}
.editor-styles-wrapper .is-style-display_none-sp::before {
    content: "スマホ表示";
}
.editor-styles-wrapper .is-style-hihyouzi::before,
.editor-styles-wrapper .is-style-display_none-pc::before,
.editor-styles-wrapper .is-style-display_none-sp::before {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 4px 6px;
    margin-bottom: 6px;
    border-radius: 6px;
    border: 1px dashed #999;
    background: #fff;
    color: #333;
}
@media (max-width: 768px) {
    .is-style-display_none-sp {
        display: block !important;
    }
    .is-style-display_none-pc {
        display: none !important;
    }
    .wp-block-group.is-style-cardDesign2 {
        padding: 1rem;
    }
    .wp-block-group.is-style-simplecard {
        padding: 2rem 1rem;
    }
    .wp-block-group.is-style-tri_background::before {
        width: calc(100vw / 1.1);
    }
    .wp-block-group.is-style-tri_background::after {
        width: calc(100vw / 1.1);
    }
}
