/* --------------------
 Accessibility
-------------------- */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

[tabindex="-1"]:focus {
    outline: 0;
}

.skip-link:focus {
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    display: block;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* --------------------
 Styles
-------------------- */
@media (max-width: 767px) {
    .wp-block-buttons {
        margin-block: 10.6666666667vw;
    }
}

@media (max-width: 767px) {
    .wp-block-table {
        margin-block: 10.6666666667vw;
    }
}

@media (max-width: 767px) {
    .wp-block-columns {
        margin-block: 10.6666666667vw;
    }
}

@media (max-width: 767px) {
    .wp-block-group {
        margin-block: 10.6666666667vw;
    }
}

@media (max-width: 767px) {
    .wp-block-group.grid-mobile-stack {
        gap: 4.2666666667vw;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .wp-block-image {
        margin-block: 10.6666666667vw;
    }
}

.wp-block-image.aligncenter {
    margin-inline: auto;
}

.wp-block-image figcaption {
    text-align: center;
}

@media (max-width: 767px) {
    .wp-block-image figcaption {
        font-size: var(--fs11);
        line-height: 1.4;
    }
}

.wp-block-image.alignleft {
    float: left;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    margin-inline: 0;
    padding: 0 1em 1em 0;
}

.wp-block-image.alignleft figcaption {
    -webkit-margin-before: 0;
    margin-block-start: 0;
}

.wp-block-image.alignright {
    float: right;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    margin-inline: auto 0;
    padding: 0 0 1em 1em;
}

.wp-block-image.alignright figcaption {
    -webkit-margin-before: 0;
    margin-block-start: 0;
}

@media (max-width: 767px) {
    .wp-block-gallery {
        margin-block: 10.6666666667vw;
    }
}

@media (max-width: 599px) {
    .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
        width: 100%;
    }
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
    flex-grow: 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
    object-fit: contain !important;
}

@media (max-width: 767px) {
    p {
        line-height: 1.6;
    }
}

p.has-background {
    padding: 24px;
}

@media (min-width: 768px) {
    p.has-background {
        padding: 30px;
    }
}

p mark {
    padding-inline: 0.2em;
}

@media (max-width: 767px) {
    h1.wp-block-heading {
        font-size: var(--fs28);
    }
}

@media (min-width: 768px) {
    h1.wp-block-heading {
        margin: 40px 0 30px;
    }
}

@media (max-width: 767px) {
    h2.wp-block-heading {
        font-size: var(--fs24);
    }
}

@media (min-width: 768px) {
    h2.wp-block-heading {
        margin: 40px 0 30px;
    }
}

@media (max-width: 767px) {
    h3.wp-block-heading {
        font-size: var(--fs20);
    }
}

@media (min-width: 768px) {
    h3.wp-block-heading {
        margin: 40px 0 30px;
    }
}

@media (max-width: 767px) {
    h4.wp-block-heading {
        font-size: var(--fs16);
        margin: 8vw 0 2.6666666667vw;
    }
}

@media (max-width: 767px) {
    h5.wp-block-heading,
  h6.wp-block-heading {
        font-size: var(--fs14);
    }
}

.wp-block-heading.is-style-heading-h2 {
    background: linear-gradient(8deg, var(--color-blue) 40%, #4971BE 100%);
    color: var(--color-white);
    font-family: var(--ff-zom);
    font-size: var(--fs20);
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.45;
    margin: 14.9333333333vw 0 6.4vw;
    padding: 2.6666666667vw 4.2666666667vw;
}

@media (min-width: 768px) {
    .wp-block-heading.is-style-heading-h2 {
        font-size: var(--fs32);
        line-height: 1.4;
        margin: 100px 0 40px;
        padding: 20px 30px;
    }
}

.wp-block-heading.is-style-heading-h2:first-child {
    margin-top: 0;
}

.wp-block-heading.is-style-heading-h3 {
    border-bottom: 0.2666666667vw dashed var(--color-blue);
    color: var(--color-blue);
    font-size: var(--fs16);
    font-weight: 500;
    line-height: 1.4;
    margin: 8.5333333333vw 0 4.2666666667vw;
    padding: 0 0 2.6666666667vw;
}

@media (min-width: 768px) {
    .wp-block-heading.is-style-heading-h3 {
        border-bottom-width: 1px;
        font-size: var(--fs24);
        margin: 40px 0 32px;
        padding: 0 0 16px;
    }
}

.wp-block-heading.is-style-heading-h3 .small {
    font-size: var(--fs12);
    font-weight: 400;
}

@media (min-width: 768px) {
    .wp-block-heading.is-style-heading-h3 .small {
        font-size: var(--fs16);
    }
}

.wp-block-heading.is-style-heading-h3 em {
    background-color: var(--color-blue);
    border-radius: 1.0666666667vw;
    color: var(--color-white);
    display: block;
    flex: 0 0 auto;
    font-size: var(--fs13);
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    padding: 0.5333333333vw 1.0666666667vw;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .wp-block-heading.is-style-heading-h3 em {
        border-radius: 4px;
        font-size: var(--fs16);
        padding: 4px 6px;
    }
}

.wp-block-heading.is-style-heading-h3:has(em) {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 10px;
    justify-content: flex-start;
}

.wp-block-heading .is-style-heading-h2 + .is-style-heading-h3 {
    margin-top: 6.4vw;
}

@media (min-width: 768px) {
    .wp-block-heading .is-style-heading-h2 + .is-style-heading-h3 {
        margin-top: 40px;
    }
}

.wp-block-heading.is-style-heading-h4 {
    color: var(--color-blue);
    font-size: var(--fs16);
    font-weight: 500;
    line-height: 1.4;
    margin: 5.3333333333vw 0 3.2vw;
    padding: 0 0 0 4.2666666667vw;
    position: relative;
}

@media (min-width: 768px) {
    .wp-block-heading.is-style-heading-h4 {
        font-size: var(--fs22);
        margin: 30px 0 16px;
        padding: 0 0 0 16px;
    }
}

.wp-block-heading.is-style-heading-h4:before {
    background-color: var(--color-blue);
    bottom: 0;
    content: "";
    display: block;
    height: 0.5333333333vw;
    left: 0;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 2.6666666667vw;
}

@media (min-width: 768px) {
    .wp-block-heading.is-style-heading-h4:before {
        height: 2px;
        width: 10px;
    }
}

.wp-block-button:not(.is-style-outline, .is-style-button-01) .wp-element-button:not(.has-link-color, .has-text-color, .has-background) {
    transition: background-color var(--duration) var(--cubic) 0s, color var(--duration) var(--cubic) 0s;
}

.wp-block-button:not(.is-style-outline, .is-style-button-01) .wp-element-button:not(.has-link-color, .has-text-color, .has-background):focus {
    background-color: var(--color-white);
    color: var(--color-blue);
}

@media (hover: hover) and (pointer: fine) {
    .wp-block-button:not(.is-style-outline, .is-style-button-01) .wp-element-button:not(.has-link-color, .has-text-color, .has-background):hover {
        background-color: var(--color-white);
        color: var(--color-blue);
    }
}

.wp-block-button:not(.is-style-outline, .is-style-button-01) .wp-element-button:is(.has-link-color, .has-text-color, .has-background) {
    border: currentColor;
    transition: opacity var(--duration) var(--cubic) 0s;
}

.wp-block-button:not(.is-style-outline, .is-style-button-01) .wp-element-button:is(.has-link-color, .has-text-color, .has-background):focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .wp-block-button:not(.is-style-outline, .is-style-button-01) .wp-element-button:is(.has-link-color, .has-text-color, .has-background):hover {
        opacity: 0.65;
    }
}

.wp-block-button.is-style-outline .wp-element-button:not(.has-link-color, .has-text-color, .has-background) {
    transition: background-color var(--duration) var(--cubic) 0s, color var(--duration) var(--cubic) 0s;
}

.wp-block-button.is-style-outline .wp-element-button:not(.has-link-color, .has-text-color, .has-background):focus {
    background-color: var(--color-blue);
    color: var(--color-white);
}

@media (hover: hover) and (pointer: fine) {
    .wp-block-button.is-style-outline .wp-element-button:not(.has-link-color, .has-text-color, .has-background):hover {
        background-color: var(--color-blue);
        color: var(--color-white);
    }
}

.wp-block-button.is-style-outline .wp-element-button:is(.has-link-color, .has-text-color, .has-background) {
    border: currentColor;
    transition: opacity var(--duration) var(--cubic) 0s;
}

.wp-block-button.is-style-outline .wp-element-button:is(.has-link-color, .has-text-color, .has-background):focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .wp-block-button.is-style-outline .wp-element-button:is(.has-link-color, .has-text-color, .has-background):hover {
        opacity: 0.65;
    }
}

.wp-block-button.is-style-button-01 {
    min-width: 80vw;
}

@media (min-width: 768px) {
    .wp-block-button.is-style-button-01 {
        min-width: 440px;
    }
}

.wp-block-button.is-style-button-01 .wp-element-button {
    align-items: center;
    background-color: var(--color-white);
    border: 0.2666666667vw solid var(--color-blue);
    border-radius: 1.0666666667vw;
    color: var(--color-blue);
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs14);
    font-weight: 500;
    justify-content: flex-start;
    letter-spacing: 0.02em;
    line-height: 1.3;
    min-height: 12.8vw;
    padding: 1.0666666667vw 12.2666666667vw 1.0666666667vw 5.3333333333vw;
    position: relative;
    text-decoration: none;
    transition: background-color var(--duration) var(--cubic) 0s, color var(--duration) var(--cubic) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .wp-block-button.is-style-button-01 .wp-element-button {
        border-radius: 4px;
        border-width: 1px;
        font-size: var(--fs18);
        min-height: 60px;
        padding: 4px 56px 4px 24px;
    }
}

.wp-block-button.is-style-button-01 .wp-element-button:before, .wp-block-button.is-style-button-01 .wp-element-button:after {
    border-radius: 50%;
    bottom: 0;
    content: "";
    display: block;
    height: 1.6vw;
    margin: auto 0;
    position: absolute;
    right: 5.3333333333vw;
    top: 0;
    transform-origin: center;
    transition: transform var(--duration) var(--cubic) 0s, background-color var(--duration) var(--cubic) 0s;
    width: 1.6vw;
}

@media (min-width: 768px) {
    .wp-block-button.is-style-button-01 .wp-element-button:before, .wp-block-button.is-style-button-01 .wp-element-button:after {
        height: 8px;
        right: 24px;
        width: 8px;
    }
}

.wp-block-button.is-style-button-01 .wp-element-button:before {
    background-color: var(--color-white);
    transform: scale(0);
    z-index: 0;
}

.wp-block-button.is-style-button-01 .wp-element-button:after {
    background-color: var(--color-blue);
    transform: scale(1);
    z-index: 1;
}

.wp-block-button.is-style-button-01 .wp-element-button:focus {
    background-color: var(--color-blue);
    color: var(--color-white);
}

.wp-block-button.is-style-button-01 .wp-element-button:focus:before {
    transform: scale(1.75);
}

.wp-block-button.is-style-button-01 .wp-element-button:focus:after {
    transform: scale(0.75);
}

@media (hover: hover) and (pointer: fine) {
    .wp-block-button.is-style-button-01 .wp-element-button:hover {
        background-color: var(--color-blue);
        color: var(--color-white);
    }

    .wp-block-button.is-style-button-01 .wp-element-button:hover:before {
        transform: scale(1.75);
    }

    .wp-block-button.is-style-button-01 .wp-element-button:hover:after {
        transform: scale(0.75);
    }
}

.wp-block-button.is-style-button-01.has-custom-width {
    min-width: auto;
}

.wp-block-column .wp-block-button.is-style-button-01 {
    min-width: auto;
}

@media (max-width: 767px) {
    .wp-block-ndotheme-faq .faq-item__contents .wp-block-button.is-style-button-01 {
        min-width: 69.3333333333vw;
    }
}

.wp-block-buttons.ndo-buttons-grid {
    display: grid;
}

@media (max-width: 767px) {
    .wp-block-buttons.ndo-buttons-grid {
        gap: 4.2666666667vw;
        grid-template-columns: 1fr;
    }
}

.wp-block-buttons.ndo-buttons-grid .wp-block-button {
    width: 100%;
}

.wp-block-buttons.ndo-buttons-grid .wp-block-button__link,
.wp-block-buttons.ndo-buttons-grid .wp-element-button {
    width: 100%;
}

@media (max-width: 767px) {
    .wp-block-list {
        line-height: 1.6;
    }
}

.wp-block-list.is-style-list-01 {
    margin-bottom: 6.4vw;
    padding: 0;
}

@media (min-width: 768px) {
    .wp-block-list.is-style-list-01 {
        margin-bottom: 60px;
    }
}

.wp-block-list.is-style-list-01 > li {
    margin: 0;
    padding: 0;
}

ul.wp-block-list.is-style-list-01 {
    list-style: none;
}

ul.wp-block-list.is-style-list-01 > li {
    padding: 0 0 0 4.2666666667vw;
    position: relative;
}

@media (min-width: 768px) {
    ul.wp-block-list.is-style-list-01 > li {
        padding: 0 0 0 16px;
    }
}

ul.wp-block-list.is-style-list-01 > li:before {
    background-color: var(--color-blue);
    content: "";
    display: block;
    height: 0.2666666667vw;
    left: 0;
    position: absolute;
    top: 0.5lh;
    width: 2.1333333333vw;
}

@media (min-width: 768px) {
    ul.wp-block-list.is-style-list-01 > li:before {
        height: 1px;
        width: 8px;
    }
}

ol.wp-block-list.is-style-list-01 > li {
    margin-left: 1em;
    padding-left: 0.5em;
}

ol.wp-block-list.is-style-list-01 > li::marker {
    color: var(--color-blue);
    font-weight: 700;
}

.is-style-list-02-wrapper {
    background-color: var(--color-pale-blue);
    margin: 6.4vw 0;
    padding: 5.3333333333vw;
}

@media (min-width: 768px) {
    .is-style-list-02-wrapper {
        margin: 40px 0;
        padding: 40px var(--c-pad) 50px;
    }
}

.wp-block-list.is-style-list-02 {
    margin: 0 auto;
    max-width: 788px;
    padding: 0;
    width: 100%;
}

.wp-block-list.is-style-list-02 > li {
    color: var(--color-blue);
    font-size: var(--fs15);
    font-weight: 500;
    line-height: 1.9;
    margin: 0 0 3.2vw 5.3333333333vw;
    padding: 0 0 2.1333333333vw 0;
    position: relative;
}

@media (min-width: 768px) {
    .wp-block-list.is-style-list-02 > li {
        border-bottom-width: 1px;
        font-size: var(--fs20);
        margin: 0 0 20px 20px;
        padding: 0 0 8px 0;
    }
}

.wp-block-list.is-style-list-02 > li:after {
    border-bottom: 0.2666666667vw dashed var(--color-blue);
    bottom: 0;
    content: "";
    display: block;
    left: -5.3333333333vw;
    position: absolute;
    right: 0;
}

@media (min-width: 768px) {
    .wp-block-list.is-style-list-02 > li:after {
        border-bottom-width: 1px;
        left: -20px;
    }
}

.wp-block-list.is-style-list-02 > li:last-child {
    margin-bottom: 0;
}

ol.wp-block-list.is-style-list-02 li {
    padding-left: 0.2em;
}

.wp-block-list.is-style-list-03 {
    background-color: var(--color-pale-blue);
    counter-reset: counter;
    list-style: none;
    margin: 6.4vw 0;
    padding: 3.2vw 5.3333333333vw 5.3333333333vw;
}

@media (min-width: 768px) {
    .wp-block-list.is-style-list-03 {
        margin: 40px 0;
        padding: 32px var(--c-pad) 50px;
    }
}

.wp-block-list.is-style-list-03 > li {
    color: var(--color-blue);
    counter-increment: counter;
    font-size: var(--fs15);
    font-weight: 500;
    line-height: 1.9;
    margin: 0 auto 1.0666666667vw;
    max-width: 788px;
    padding: 0;
    position: relative;
}

@media (min-width: 768px) {
    .wp-block-list.is-style-list-03 > li {
        font-size: var(--fs20);
        margin: 0 auto 12px;
    }
}

.wp-block-list.is-style-list-03 > li a {
    color: inherit;
    display: block;
    padding: 2.1333333333vw 4.5333333333vw 9px 0;
    position: relative;
    text-decoration: none;
}

@media (min-width: 768px) {
    .wp-block-list.is-style-list-03 > li a {
        padding: 8px 22px 9px 0;
    }
}

.wp-block-list.is-style-list-03 > li a:before {
    border-bottom: 1px solid var(--color-blue);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
}

.wp-block-list.is-style-list-03 > li a:after {
    background-color: var(--color-blue);
    bottom: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: "";
    display: block;
    height: 2.1333333333vw;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform var(--duration) var(--cubic) 0s;
    width: 2.4vw;
}

@media (min-width: 768px) {
    .wp-block-list.is-style-list-03 > li a:after {
        height: 12px;
        width: 14px;
    }
}

.wp-block-list.is-style-list-03 > li a:focus:before {
    animation: bl var(--line-duration) var(--cubic) 0s 1 normal backwards;
}

.wp-block-list.is-style-list-03 > li a:focus:after {
    transform: translateY(0.8vw);
}

@media (min-width: 768px) {
    .wp-block-list.is-style-list-03 > li a:focus:after {
        transform: translateY(3px);
    }
}

@media (hover: hover) and (pointer: fine) {
    .wp-block-list.is-style-list-03 > li a:hover:before {
        animation: bl var(--line-duration) var(--cubic) 0s 1 normal backwards;
    }

    .wp-block-list.is-style-list-03 > li a:hover:after {
        transform: translateY(0.8vw);
    }
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
    .wp-block-list.is-style-list-03 > li a:hover:after {
        transform: translateY(3px);
    }
}

.wp-block-list.is-style-list-03 > li:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .wp-block-table,
  .wp-block-flexible-table-block-table {
        line-height: 1.6;
    }
}

.wp-block-table .wp-element-caption,
.wp-block-flexible-table-block-table .wp-element-caption {
    margin: 1.5em 0;
}

.wp-block-table.is-style-table-01,
.wp-block-flexible-table-block-table.is-style-table-01 {
    margin: 6.4vw 0;
}

@media (min-width: 768px) {
    .wp-block-table.is-style-table-01,
  .wp-block-flexible-table-block-table.is-style-table-01 {
        margin: 40px 0;
    }
}

.wp-block-table.is-style-table-01 table,
.wp-block-flexible-table-block-table.is-style-table-01 table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    width: 100%;
}

.wp-block-table.is-style-table-01 table > thead,
.wp-block-flexible-table-block-table.is-style-table-01 table > thead {
    border: none;
}

.wp-block-table.is-style-table-01 table > thead > tr,
.wp-block-flexible-table-block-table.is-style-table-01 table > thead > tr {
    border: none;
}

.wp-block-table.is-style-table-01 table > thead > tr > th, .wp-block-table.is-style-table-01 table > thead > tr > td,
.wp-block-flexible-table-block-table.is-style-table-01 table > thead > tr > th,
.wp-block-flexible-table-block-table.is-style-table-01 table > thead > tr > td {
    border: none;
    border-bottom: 0.2666666667vw dashed #BBBBBB;
    font-size: var(--fs13);
    line-height: 1.46;
    padding: 4.8vw 3.2vw;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: auto;
}

@media (min-width: 768px) {
    .wp-block-table.is-style-table-01 table > thead > tr > th, .wp-block-table.is-style-table-01 table > thead > tr > td,
  .wp-block-flexible-table-block-table.is-style-table-01 table > thead > tr > th,
  .wp-block-flexible-table-block-table.is-style-table-01 table > thead > tr > td {
        border-bottom-width: 1px;
        font-size: var(--fs14);
        line-height: 1.42;
        padding: 19px 46px;
    }
}

.wp-block-table.is-style-table-01 table > thead > tr > th:before, .wp-block-table.is-style-table-01 table > thead > tr > td:before,
.wp-block-flexible-table-block-table.is-style-table-01 table > thead > tr > th:before,
.wp-block-flexible-table-block-table.is-style-table-01 table > thead > tr > td:before {
    border-right: 0.2666666667vw dashed #BBBBBB;
    bottom: 1.6vw;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: auto;
    top: 1.6vw;
    width: 0.2666666667vw;
}

@media (min-width: 768px) {
    .wp-block-table.is-style-table-01 table > thead > tr > th:before, .wp-block-table.is-style-table-01 table > thead > tr > td:before,
  .wp-block-flexible-table-block-table.is-style-table-01 table > thead > tr > th:before,
  .wp-block-flexible-table-block-table.is-style-table-01 table > thead > tr > td:before {
        border-right-width: 1px;
        bottom: 6px;
        top: 6px;
        width: 1px;
    }
}

.wp-block-table.is-style-table-01 table > thead > tr > th:first-child, .wp-block-table.is-style-table-01 table > thead > tr > td:first-child,
.wp-block-flexible-table-block-table.is-style-table-01 table > thead > tr > th:first-child,
.wp-block-flexible-table-block-table.is-style-table-01 table > thead > tr > td:first-child {
    border-left: none;
}

.wp-block-table.is-style-table-01 table > thead > tr > th:first-child:before, .wp-block-table.is-style-table-01 table > thead > tr > td:first-child:before,
.wp-block-flexible-table-block-table.is-style-table-01 table > thead > tr > th:first-child:before,
.wp-block-flexible-table-block-table.is-style-table-01 table > thead > tr > td:first-child:before {
    display: none;
}

.wp-block-table.is-style-table-01 table > thead > tr > td,
.wp-block-flexible-table-block-table.is-style-table-01 table > thead > tr > td {
    word-break: break-all;
}

.wp-block-table.is-style-table-01 table > thead > tr > td a,
.wp-block-flexible-table-block-table.is-style-table-01 table > thead > tr > td a {
    color: var(--color-blue);
    text-decoration: underline;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    transition: -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
}

.wp-block-table.is-style-table-01 table > thead > tr > td a:focus,
.wp-block-flexible-table-block-table.is-style-table-01 table > thead > tr > td a:focus {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

@media (hover: hover) and (pointer: fine) {
    .wp-block-table.is-style-table-01 table > thead > tr > td a:hover,
  .wp-block-flexible-table-block-table.is-style-table-01 table > thead > tr > td a:hover {
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent;
    }
}

.wp-block-table.is-style-table-01 table > thead > tr > th,
.wp-block-flexible-table-block-table.is-style-table-01 table > thead > tr > th {
    background-color: var(--color-pale-blue);
    font-weight: 700;
    width: 32vw;
}

@media (min-width: 768px) {
    .wp-block-table.is-style-table-01 table > thead > tr > th,
  .wp-block-flexible-table-block-table.is-style-table-01 table > thead > tr > th {
        width: 210px;
    }
}

.wp-block-table.is-style-table-01 table > thead > tr:first-child > th, .wp-block-table.is-style-table-01 table > thead > tr:first-child > td,
.wp-block-flexible-table-block-table.is-style-table-01 table > thead > tr:first-child > th,
.wp-block-flexible-table-block-table.is-style-table-01 table > thead > tr:first-child > td {
    border-top: 0.2666666667vw dashed #BBBBBB;
}

@media (min-width: 768px) {
    .wp-block-table.is-style-table-01 table > thead > tr:first-child > th, .wp-block-table.is-style-table-01 table > thead > tr:first-child > td,
  .wp-block-flexible-table-block-table.is-style-table-01 table > thead > tr:first-child > th,
  .wp-block-flexible-table-block-table.is-style-table-01 table > thead > tr:first-child > td {
        border-top-width: 1px;
    }
}

.wp-block-table.is-style-table-01 table > tbody,
.wp-block-flexible-table-block-table.is-style-table-01 table > tbody {
    border: none;
}

.wp-block-table.is-style-table-01 table > tbody > tr,
.wp-block-flexible-table-block-table.is-style-table-01 table > tbody > tr {
    border: none;
}

.wp-block-table.is-style-table-01 table > tbody > tr > th, .wp-block-table.is-style-table-01 table > tbody > tr > td,
.wp-block-flexible-table-block-table.is-style-table-01 table > tbody > tr > th,
.wp-block-flexible-table-block-table.is-style-table-01 table > tbody > tr > td {
    border: none;
    border-bottom: 0.2666666667vw dashed #BBBBBB;
    font-size: var(--fs13);
    line-height: 1.46;
    padding: 4.8vw 3.2vw;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: auto;
}

@media (min-width: 768px) {
    .wp-block-table.is-style-table-01 table > tbody > tr > th, .wp-block-table.is-style-table-01 table > tbody > tr > td,
  .wp-block-flexible-table-block-table.is-style-table-01 table > tbody > tr > th,
  .wp-block-flexible-table-block-table.is-style-table-01 table > tbody > tr > td {
        border-bottom-width: 1px;
        font-size: var(--fs14);
        line-height: 1.42;
        padding: 19px 46px;
    }
}

.wp-block-table.is-style-table-01 table > tbody > tr > th:before, .wp-block-table.is-style-table-01 table > tbody > tr > td:before,
.wp-block-flexible-table-block-table.is-style-table-01 table > tbody > tr > th:before,
.wp-block-flexible-table-block-table.is-style-table-01 table > tbody > tr > td:before {
    border-right: 0.2666666667vw dashed #BBBBBB;
    bottom: 1.6vw;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: auto;
    top: 1.6vw;
    width: 0.2666666667vw;
}

@media (min-width: 768px) {
    .wp-block-table.is-style-table-01 table > tbody > tr > th:before, .wp-block-table.is-style-table-01 table > tbody > tr > td:before,
  .wp-block-flexible-table-block-table.is-style-table-01 table > tbody > tr > th:before,
  .wp-block-flexible-table-block-table.is-style-table-01 table > tbody > tr > td:before {
        border-right-width: 1px;
        bottom: 6px;
        top: 6px;
        width: 1px;
    }
}

.wp-block-table.is-style-table-01 table > tbody > tr > th:first-child, .wp-block-table.is-style-table-01 table > tbody > tr > td:first-child,
.wp-block-flexible-table-block-table.is-style-table-01 table > tbody > tr > th:first-child,
.wp-block-flexible-table-block-table.is-style-table-01 table > tbody > tr > td:first-child {
    border-left: none;
}

.wp-block-table.is-style-table-01 table > tbody > tr > th:first-child:before, .wp-block-table.is-style-table-01 table > tbody > tr > td:first-child:before,
.wp-block-flexible-table-block-table.is-style-table-01 table > tbody > tr > th:first-child:before,
.wp-block-flexible-table-block-table.is-style-table-01 table > tbody > tr > td:first-child:before {
    display: none;
}

.wp-block-table.is-style-table-01 table > tbody > tr > td,
.wp-block-flexible-table-block-table.is-style-table-01 table > tbody > tr > td {
    word-break: break-all;
}

.wp-block-table.is-style-table-01 table > tbody > tr > td a,
.wp-block-flexible-table-block-table.is-style-table-01 table > tbody > tr > td a {
    color: var(--color-blue);
    text-decoration: underline;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    transition: -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
}

.wp-block-table.is-style-table-01 table > tbody > tr > td a:focus,
.wp-block-flexible-table-block-table.is-style-table-01 table > tbody > tr > td a:focus {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

@media (hover: hover) and (pointer: fine) {
    .wp-block-table.is-style-table-01 table > tbody > tr > td a:hover,
  .wp-block-flexible-table-block-table.is-style-table-01 table > tbody > tr > td a:hover {
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent;
    }
}

.wp-block-table.is-style-table-01 table > tbody > tr > th,
.wp-block-flexible-table-block-table.is-style-table-01 table > tbody > tr > th {
    background-color: var(--color-pale-blue);
    font-weight: 700;
    width: 32vw;
}

@media (min-width: 768px) {
    .wp-block-table.is-style-table-01 table > tbody > tr > th,
  .wp-block-flexible-table-block-table.is-style-table-01 table > tbody > tr > th {
        width: 210px;
    }
}

.wp-block-table.is-style-table-01 table > tbody > tr:first-child > th, .wp-block-table.is-style-table-01 table > tbody > tr:first-child > td,
.wp-block-flexible-table-block-table.is-style-table-01 table > tbody > tr:first-child > th,
.wp-block-flexible-table-block-table.is-style-table-01 table > tbody > tr:first-child > td {
    border-top: 0.2666666667vw dashed #BBBBBB;
}

@media (min-width: 768px) {
    .wp-block-table.is-style-table-01 table > tbody > tr:first-child > th, .wp-block-table.is-style-table-01 table > tbody > tr:first-child > td,
  .wp-block-flexible-table-block-table.is-style-table-01 table > tbody > tr:first-child > th,
  .wp-block-flexible-table-block-table.is-style-table-01 table > tbody > tr:first-child > td {
        border-top-width: 1px;
    }
}

.wp-block-table.is-style-table-01 table > tfoot,
.wp-block-flexible-table-block-table.is-style-table-01 table > tfoot {
    border: none;
}

.wp-block-table.is-style-table-01 table > tfoot > tr,
.wp-block-flexible-table-block-table.is-style-table-01 table > tfoot > tr {
    border: none;
}

.wp-block-table.is-style-table-01 table > tfoot > tr > th, .wp-block-table.is-style-table-01 table > tfoot > tr > td,
.wp-block-flexible-table-block-table.is-style-table-01 table > tfoot > tr > th,
.wp-block-flexible-table-block-table.is-style-table-01 table > tfoot > tr > td {
    border: none;
    border-bottom: 0.2666666667vw dashed #BBBBBB;
    font-size: var(--fs13);
    line-height: 1.46;
    padding: 4.8vw 3.2vw;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: auto;
}

@media (min-width: 768px) {
    .wp-block-table.is-style-table-01 table > tfoot > tr > th, .wp-block-table.is-style-table-01 table > tfoot > tr > td,
  .wp-block-flexible-table-block-table.is-style-table-01 table > tfoot > tr > th,
  .wp-block-flexible-table-block-table.is-style-table-01 table > tfoot > tr > td {
        border-bottom-width: 1px;
        font-size: var(--fs14);
        line-height: 1.42;
        padding: 19px 46px;
    }
}

.wp-block-table.is-style-table-01 table > tfoot > tr > th:before, .wp-block-table.is-style-table-01 table > tfoot > tr > td:before,
.wp-block-flexible-table-block-table.is-style-table-01 table > tfoot > tr > th:before,
.wp-block-flexible-table-block-table.is-style-table-01 table > tfoot > tr > td:before {
    border-right: 0.2666666667vw dashed #BBBBBB;
    bottom: 1.6vw;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: auto;
    top: 1.6vw;
    width: 0.2666666667vw;
}

@media (min-width: 768px) {
    .wp-block-table.is-style-table-01 table > tfoot > tr > th:before, .wp-block-table.is-style-table-01 table > tfoot > tr > td:before,
  .wp-block-flexible-table-block-table.is-style-table-01 table > tfoot > tr > th:before,
  .wp-block-flexible-table-block-table.is-style-table-01 table > tfoot > tr > td:before {
        border-right-width: 1px;
        bottom: 6px;
        top: 6px;
        width: 1px;
    }
}

.wp-block-table.is-style-table-01 table > tfoot > tr > th:first-child, .wp-block-table.is-style-table-01 table > tfoot > tr > td:first-child,
.wp-block-flexible-table-block-table.is-style-table-01 table > tfoot > tr > th:first-child,
.wp-block-flexible-table-block-table.is-style-table-01 table > tfoot > tr > td:first-child {
    border-left: none;
}

.wp-block-table.is-style-table-01 table > tfoot > tr > th:first-child:before, .wp-block-table.is-style-table-01 table > tfoot > tr > td:first-child:before,
.wp-block-flexible-table-block-table.is-style-table-01 table > tfoot > tr > th:first-child:before,
.wp-block-flexible-table-block-table.is-style-table-01 table > tfoot > tr > td:first-child:before {
    display: none;
}

.wp-block-table.is-style-table-01 table > tfoot > tr > td,
.wp-block-flexible-table-block-table.is-style-table-01 table > tfoot > tr > td {
    word-break: break-all;
}

.wp-block-table.is-style-table-01 table > tfoot > tr > td a,
.wp-block-flexible-table-block-table.is-style-table-01 table > tfoot > tr > td a {
    color: var(--color-blue);
    text-decoration: underline;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    transition: -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
}

.wp-block-table.is-style-table-01 table > tfoot > tr > td a:focus,
.wp-block-flexible-table-block-table.is-style-table-01 table > tfoot > tr > td a:focus {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

@media (hover: hover) and (pointer: fine) {
    .wp-block-table.is-style-table-01 table > tfoot > tr > td a:hover,
  .wp-block-flexible-table-block-table.is-style-table-01 table > tfoot > tr > td a:hover {
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent;
    }
}

.wp-block-table.is-style-table-01 table > tfoot > tr > th,
.wp-block-flexible-table-block-table.is-style-table-01 table > tfoot > tr > th {
    font-weight: 700;
    width: 32vw;
}

@media (min-width: 768px) {
    .wp-block-table.is-style-table-01 table > tfoot > tr > th,
  .wp-block-flexible-table-block-table.is-style-table-01 table > tfoot > tr > th {
        width: 210px;
    }
}

.wp-block-table.is-style-table-01 table > tfoot > tr:first-child > th, .wp-block-table.is-style-table-01 table > tfoot > tr:first-child > td,
.wp-block-flexible-table-block-table.is-style-table-01 table > tfoot > tr:first-child > th,
.wp-block-flexible-table-block-table.is-style-table-01 table > tfoot > tr:first-child > td {
    border-top: 0.2666666667vw dashed #BBBBBB;
}

@media (min-width: 768px) {
    .wp-block-table.is-style-table-01 table > tfoot > tr:first-child > th, .wp-block-table.is-style-table-01 table > tfoot > tr:first-child > td,
  .wp-block-flexible-table-block-table.is-style-table-01 table > tfoot > tr:first-child > th,
  .wp-block-flexible-table-block-table.is-style-table-01 table > tfoot > tr:first-child > td {
        border-top-width: 1px;
    }
}

@media (max-width: 767px) {
    .has-small-font-size {
        font-size: var(--fs12) !important;
    }
}

@media (max-width: 767px) {
    .has-medium-font-size {
        font-size: var(--fs14) !important;
    }
}

@media (max-width: 767px) {
    .has-large-font-size {
        font-size: var(--fs16) !important;
    }
}

@media (max-width: 767px) {
    .has-x-large-font-size {
        font-size: var(--fs24) !important;
    }
}

@media (max-width: 767px) {
    .has-xx-large-font-size {
        font-size: var(--fs28) !important;
    }
}

.wp-block-separator {
    border: none;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0 0 0;
}

@media (max-width: 767px) {
    .wp-block-separator {
        margin-bottom: 16vw;
        margin-top: 16vw;
    }
}

.wp-block-separator.is-dashed {
    border-style: dashed;
}

.wp-block-spacer {
    margin-bottom: 0;
    margin-top: 0;
}

.underline-decoration {
    background: linear-gradient(to top, transparent 0.1em, var(--underline-color, #8d3353) 0.1em, var(--underline-color, #8d3353) 0.3em, transparent 0.3em);
    font-style: normal;
    font-weight: 400;
    padding: 0 0 0.2em;
}

:root :where(.page) a:has(> img) {
    transition: opacity var(--duration) var(--cubic) 0s;
}

:root :where(.page) a:has(> img):focus {
    opacity: 0.75;
}

@media (hover: hover) and (pointer: fine) {
    :root :where(.page) a:has(> img):hover {
        opacity: 0.75;
    }
}

:root :where(.page) a:not(.wp-block-button, .com-treatment-list__item, .cta01__info__main__actions__item, .cta02__actions__item) {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    transition: color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
    transition: color var(--duration) var(--cubic) 0s, text-decoration-color var(--duration) var(--cubic) 0s;
    transition: color var(--duration) var(--cubic) 0s, text-decoration-color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
}

:root :where(.page) a:not(.wp-block-button, .com-treatment-list__item, .cta01__info__main__actions__item, .cta02__actions__item):focus {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

@media (hover: hover) and (pointer: fine) {
    :root :where(.page) a:not(.wp-block-button, .com-treatment-list__item, .cta01__info__main__actions__item, .cta02__actions__item):hover {
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent;
    }
}

:root :where(.page) a:not(.wp-block-button, .com-treatment-list__item, .cta01__info__main__actions__item, .cta02__actions__item)[target=_blank]:after {
    background-color: currentColor;
    content: "";
    display: inline-block;
    height: 0.875em;
    margin: 0 0 0.125em 0.125em;
    -webkit-mask-image: url(../images/icons/icon-blue-external.svg);
    mask-image: url(../images/icons/icon-blue-external.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    vertical-align: middle;
    width: 0.875em;
}

.navigation.pagination .nav-links {
    align-items: center;
    display: flex;
    gap: 1.0666666667vw 3.2vw;
    justify-content: center;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .navigation.pagination .nav-links {
        gap: 8px 16px;
    }
}

.navigation.pagination .nav-links a.page-numbers, .navigation.pagination .nav-links span.page-numbers {
    align-items: center;
    color: var(--color-blue);
    display: flex;
    flex-flow: row nowrap;
    font-family: var(--ff-lora);
    font-size: var(--fs16);
    font-weight: 500;
    justify-content: center;
    letter-spacing: 0.05em;
    line-height: 1.05;
    min-height: 36px;
    min-width: 28px;
    padding: 0.25em 0.5em;
    position: relative;
    text-decoration: none;
    transition: color var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .navigation.pagination .nav-links a.page-numbers, .navigation.pagination .nav-links span.page-numbers {
        font-size: var(--fs18);
        min-height: 36px;
        min-width: 28px;
    }
}

.navigation.pagination .nav-links a.page-numbers.prev span, .navigation.pagination .nav-links a.page-numbers.next span, .navigation.pagination .nav-links span.page-numbers.prev span, .navigation.pagination .nav-links span.page-numbers.next span {
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    display: block;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    width: 1px;
}

.navigation.pagination .nav-links a.page-numbers.prev:before, .navigation.pagination .nav-links a.page-numbers.next:before, .navigation.pagination .nav-links span.page-numbers.prev:before, .navigation.pagination .nav-links span.page-numbers.next:before {
    background-color: var(--color-blue);
    bottom: 0;
    content: "";
    display: block;
    height: 3.2vw;
    left: 0;
    margin: auto;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color var(--duration) var(--cubic) 0s;
    width: 3.2vw;
}

@media (min-width: 768px) {
    .navigation.pagination .nav-links a.page-numbers.prev:before, .navigation.pagination .nav-links a.page-numbers.next:before, .navigation.pagination .nav-links span.page-numbers.prev:before, .navigation.pagination .nav-links span.page-numbers.next:before {
        height: 12px;
        width: 12px;
    }
}

.navigation.pagination .nav-links a.page-numbers.prev:focus:before, .navigation.pagination .nav-links a.page-numbers.next:focus:before, .navigation.pagination .nav-links span.page-numbers.prev:focus:before, .navigation.pagination .nav-links span.page-numbers.next:focus:before {
    background-color: var(--color-dark-gray);
}

@media (hover: hover) and (pointer: fine) {
    .navigation.pagination .nav-links a.page-numbers.prev:hover:before, .navigation.pagination .nav-links a.page-numbers.next:hover:before, .navigation.pagination .nav-links span.page-numbers.prev:hover:before, .navigation.pagination .nav-links span.page-numbers.next:hover:before {
        background-color: var(--color-dark-gray);
    }
}

.navigation.pagination .nav-links a.page-numbers.prev:before, .navigation.pagination .nav-links span.page-numbers.prev:before {
    -webkit-mask-image: url(../images/commons/com-pager-prev.svg);
    mask-image: url(../images/commons/com-pager-prev.svg);
    -webkit-mask-size: 2.1333333333vw 3.2vw;
    mask-size: 2.1333333333vw 3.2vw;
}

@media (min-width: 768px) {
    .navigation.pagination .nav-links a.page-numbers.prev:before, .navigation.pagination .nav-links span.page-numbers.prev:before {
        -webkit-mask-size: 8px 12px;
        mask-size: 8px 12px;
    }
}

.navigation.pagination .nav-links a.page-numbers.next:before, .navigation.pagination .nav-links span.page-numbers.next:before {
    -webkit-mask-image: url(../images/commons/com-pager-next.svg);
    mask-image: url(../images/commons/com-pager-next.svg);
    -webkit-mask-size: 2.1333333333vw 3.2vw;
    mask-size: 2.1333333333vw 3.2vw;
}

@media (min-width: 768px) {
    .navigation.pagination .nav-links a.page-numbers.next:before, .navigation.pagination .nav-links span.page-numbers.next:before {
        -webkit-mask-size: 8px 12px;
        mask-size: 8px 12px;
    }
}

.navigation.pagination .nav-links a.page-numbers:focus, .navigation.pagination .nav-links span.page-numbers:focus {
    color: var(--color-dark-gray);
}

@media (hover: hover) and (pointer: fine) {
    .navigation.pagination .nav-links a.page-numbers:hover, .navigation.pagination .nav-links span.page-numbers:hover {
        color: var(--color-dark-gray);
    }
}

.navigation.pagination .nav-links span.current.page-numbers {
    color: var(--color-dark-gray);
}

.post-nav-links {
    align-items: center;
    display: flex;
    gap: 1.0666666667vw 3.2vw;
    justify-content: center;
    margin: 21.3333333333vw auto 0;
    text-align: center;
}

@media (min-width: 768px) {
    .post-nav-links {
        gap: 8px 16px;
        margin: 100px 0 0;
    }
}

.post-nav-links a.post-page-numbers, .post-nav-links span.post-page-numbers {
    align-items: center;
    color: var(--color-blue);
    display: flex;
    flex-flow: row nowrap;
    font-family: var(--ff-lora);
    font-size: var(--fs16);
    font-weight: 500;
    justify-content: center;
    letter-spacing: 0.05em;
    line-height: 1.05;
    min-height: 36px;
    min-width: 28px;
    padding: 0.25em 0.5em;
    position: relative;
    text-decoration: none;
    transition: color var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .post-nav-links a.post-page-numbers, .post-nav-links span.post-page-numbers {
        font-size: var(--fs18);
        min-height: 36px;
        min-width: 28px;
    }
}

.post-nav-links a.post-page-numbers:focus {
    color: var(--color-dark-gray);
}

@media (hover: hover) and (pointer: fine) {
    .post-nav-links a.post-page-numbers:hover {
        color: var(--color-dark-gray);
    }
}

.post-nav-links span.current.post-page-numbers {
    color: var(--color-dark-gray);
}

/**
 * LIQUID SPEECH BALLOON
 */
.liquid-speech-balloon-wrap {
    margin: 10.6666666667vw 0;
}

@media (min-width: 768px) {
    .liquid-speech-balloon-wrap {
        margin: 60px 0;
    }
}

.liquid-speech-balloon-wrap .liquid-speech-balloon-avatar {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    height: 17.3333333333vw;
    width: 17.3333333333vw;
}

@media (min-width: 768px) {
    .liquid-speech-balloon-wrap .liquid-speech-balloon-avatar {
        height: 80px;
        width: 80px;
    }
}

.liquid-speech-balloon-wrap .liquid-speech-balloon-avatar:after {
    font-size: fsmb(11px);
    font-weight: 400;
    top: calc(100% + 2.13333vw);
}

@media (min-width: 768px) {
    .liquid-speech-balloon-wrap .liquid-speech-balloon-avatar:after {
        font-size: fspc(11px);
        top: calc(100% + 8px);
    }
}

.liquid-speech-balloon-wrap .liquid-speech-balloon-text {
    padding: 5.3333333333vw 4vw;
}

@media (min-width: 768px) {
    .liquid-speech-balloon-wrap .liquid-speech-balloon-text {
        padding: 25px;
    }
}

.liquid-speech-balloon-wrap .liquid-speech-balloon-text p {
    font-size: fsmb(14px);
    line-height: 1.4;
    margin: 0 0 1.5em;
}

.liquid-speech-balloon-wrap .liquid-speech-balloon-text p:last-of-type {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .liquid-speech-balloon-wrap .liquid-speech-balloon-text p {
        font-size: fspc(16px);
        line-height: 1.6;
    }
}

.liquid-speech-balloon-wrap:not(.liquid-speech-balloon-bubble, .liquid-speech-balloon-square, .liquid-speech-balloon-dashed, .liquid-speech-balloon-shadow, .liquid-speech-balloon-borderless) .liquid-speech-balloon-text {
    border: none !important;
}

.liquid-speech-balloon-wrap:not(.liquid-speech-balloon-right) .liquid-speech-balloon-arrow {
    left: -10px !important;
}

.liquid-speech-balloon-wrap.liquid-speech-balloon-right .liquid-speech-balloon-arrow {
    right: -17px !important;
}