@charset "UTF-8";
/* --------------------
 LP
-------------------- */
:root {
    --duration: 0.35s;
    --cubic: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.lp {
    margin: 0 0 60px;
}

@media (min-width: 768px) {
    .lp {
        margin-bottom: 120px;
    }
}

.lp__head {
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .lp__head {
        align-items: stretch;
        display: flex;
        flex-flow: row-reverse nowrap;
        height: 300px;
    }
}

.lp__head__title {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch;
    padding: 0 20px;
    position: relative;
}

@media (min-width: 768px) {
    .lp__head__title {
        flex: 0 0 50%;
        padding: 0 0 0 30px;
    }
}

.lp__head__title-inner {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .lp__head__title-inner {
        background-color: transparent;
        border-radius: 0;
        margin: 0 0 0 auto;
        max-width: 600px;
        padding: 0;
    }
}

.lp__head__title__main {
    color: #2D3E6E;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

@media (min-width: 768px) {
    .lp__head__title__main {
        font-size: 3rem;
    }
}

@media (min-width: 992px) {
    .lp__head__title__main {
        font-size: 3.6rem;
    }
}

@media (min-width: 1240px) {
    .lp__head__title__main {
        font-size: 4.2rem;
    }
}

.lp__head__title__sub {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

@media (min-width: 768px) {
    .lp__head__title__sub {
        font-size: 2rem;
    }
}

@media (min-width: 992px) {
    .lp__head__title__sub {
        font-size: 2.4rem;
    }
}

@media (min-width: 1240px) {
    .lp__head__title__sub {
        font-size: 3rem;
    }
}

.lp__head__title:has(.lp__head__title__sub) .lp__head__title__main {
    margin: 0 0 12px;
}

.lp__head__fig {
    height: 350px;
    margin: 0 0 -55px;
    position: relative;
}

@media (min-width: 768px) {
    .lp__head__fig {
        flex: 0 0 50%;
        height: auto;
        margin: 0;
    }
}

.lp__head__fig:before {
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    bottom: 0;
    content: "";
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 1;
}

@media (min-width: 768px) {
    .lp__head__fig:before {
        display: block;
    }
}

.lp__head__fig img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.lp__head .com-page-head {
    background-image: url(../images/pages/news/news-head-bg.jpg);
}

.lp__breadcrumb {
    margin: 0 0 80px;
}

.lp__breadcrumb-container {
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .lp__breadcrumb-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1260px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.lp-container {
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .lp-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 960px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.lp__detail__title {
    margin: 0 0 40px;
}

.lp__detail__title .com-title {
    font-size: 1.8rem;
}

@media (min-width: 768px) {
    .lp__detail__title .com-title {
        font-size: 2.2rem;
    }
}

@media (min-width: 992px) {
    .lp__detail__title .com-title {
        font-size: 2.8rem;
    }
}

.lp__detail__content {
    margin: 0 0 100px;
}

.lp__detail__content p {
    font-size: 1.4rem;
    line-height: 2;
    margin: 0 0 1.5em;
}

@media (min-width: 768px) {
    .lp__detail__content p {
        font-size: 1.6rem;
    }
}

.lp:has(.lp__other) .lp__detail {
    margin: 0 0 60px;
}

@media (min-width: 768px) {
    .lp:has(.lp__other) .lp__detail {
        margin-bottom: 120px;
    }
}

.lp__other__title {
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .lp__other__item-wrapper {
        align-items: stretch;
        display: flex;
        flex-direction: row;
        gap: 15px;
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .lp__other__item-wrapper {
        column-gap: 40px;
    }
}

.lp__other__item {
    margin: 0 0 15px;
}

.lp__other__item:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .lp__other__item {
        margin-bottom: 0;
        width: calc(33.33333% - 10px);
    }
}

@media (min-width: 992px) {
    .lp__other__item {
        width: calc(33.33333% - 26.66667px);
    }
}

.lp__other__item__link {
    align-items: center;
    color: inherit;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

@media (min-width: 768px) {
    .lp__other__item__link {
        display: block;
        margin: 0 auto;
        max-width: 400px;
    }
}

.lp__other__item__link__thumb {
    margin: 0;
    position: relative;
    text-align: center;
    width: 140px;
}

@media (min-width: 768px) {
    .lp__other__item__link__thumb {
        margin-bottom: 10px;
        width: auto;
    }
}

.lp__other__item__link__thumb:before {
    content: "";
    display: block;
    padding: 62.5% 0 0;
    width: 100%;
}

.lp__other__item__link__thumb img {
    bottom: 0;
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.lp__other__item__link__info {
    padding: 0 0 0 20px;
    width: calc(100% - 140px);
}

@media (min-width: 768px) {
    .lp__other__item__link__info {
        align-items: stretch;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-left: 0;
        width: auto;
    }
}

.lp__other__item__link__info__date {
    display: block;
    font-family: "EB Garamond", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-weight: 400;
}

@media (min-width: 768px) {
    .lp__other__item__link__info__date {
        flex-grow: 0;
        flex-shrink: 0;
        width: 80px;
    }
}

.lp__other__item__link__info__title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lp__other__item__link:focus {
    opacity: 0.75;
}

@media (hover: hover) and (pointer: fine) {
    .lp__other__item__link:hover {
        opacity: 0.75;
    }
}

:root :where(.is-layout-flow) > * {
    margin-block: 30px 0;
}

:where(.lp-entry) {
    font-size: 1.4rem;
    line-height: 1.8;
}

@media (min-width: 768px) {
    :where(.lp-entry) {
        font-size: 1.6rem;
    }
}

:where(.lp-entry) .wp-block-group:after {
    clear: both;
    content: "";
    display: block;
}

:where(.lp-entry) .wp-block-image figcaption {
    font-size: 1.1rem;
}

@media (min-width: 768px) {
    :where(.lp-entry) .wp-block-image figcaption {
        font-size: 1.4rem;
    }
}

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

:where(.lp-entry) .wp-block-gallery.has-nested-images figure.wp-block-image {
    flex-grow: 0;
}

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

:where(.lp-entry) p.has-background {
    padding: 20px;
}

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

:where(.lp-entry) h1.wp-block-heading {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.6;
}

@media (min-width: 768px) {
    :where(.lp-entry) h1.wp-block-heading {
        font-size: 3rem;
    }
}

:where(.lp-entry) h2.wp-block-heading {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.6;
}

@media (min-width: 768px) {
    :where(.lp-entry) h2.wp-block-heading {
        font-size: 3rem;
    }
}

:where(.lp-entry) h3.wp-block-heading {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
}

@media (min-width: 768px) {
    :where(.lp-entry) h3.wp-block-heading {
        font-size: 2.4rem;
    }
}

:where(.lp-entry) h4.wp-block-heading {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
}

@media (min-width: 768px) {
    :where(.lp-entry) h4.wp-block-heading {
        font-size: 2rem;
    }
}

:where(.lp-entry) h5.wp-block-heading,
:where(.lp-entry) h6.wp-block-heading {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.6;
}

@media (min-width: 768px) {
    :where(.lp-entry) h5.wp-block-heading,
  :where(.lp-entry) h6.wp-block-heading {
        font-size: 1.6rem;
    }
}

:where(.lp-entry) .wp-block-heading.is-style-heading-h1 {
    background-color: rgba(45, 62, 110, 0.1);
    border-left: 5px solid #2D3E6E;
    font-size: 2.4rem;
    line-height: 1.6;
    margin: 50px 0 20px;
    padding: 8px 3px 8px 15px;
}

@media (min-width: 768px) {
    :where(.lp-entry) .wp-block-heading.is-style-heading-h1 {
        border-left-width: 10px;
        font-size: 3rem;
    }
}

:where(.lp-entry) .wp-block-heading.is-style-heading-h1:first-child {
    margin-top: 0;
}

:where(.lp-entry) a:not(.wp-block-button a) {
    text-decoration: underline;
    -webkit-text-decoration-color: color-mix(in srgb, currentColor, transparent 0%);
    text-decoration-color: color-mix(in srgb, currentColor, transparent 0%);
    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;
}

:where(.lp-entry) a:not(.wp-block-button a):focus {
    text-decoration: underline;
    -webkit-text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
    text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
}

@media (hover: hover) and (pointer: fine) {
    :where(.lp-entry) a:not(.wp-block-button a):hover {
        text-decoration: underline;
        -webkit-text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
        text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
    }
}

:where(.lp-entry) .wp-block-button:not(.is-style-fill, .is-style-outline, .is-style-button-link) .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;
}

:where(.lp-entry) .wp-block-button:not(.is-style-fill, .is-style-outline, .is-style-button-link) .wp-element-button:not(.has-link-color, .has-text-color, .has-background):focus {
    background-color: #ffffff;
    color: #2D3E6E;
}

@media (hover: hover) and (pointer: fine) {
    :where(.lp-entry) .wp-block-button:not(.is-style-fill, .is-style-outline, .is-style-button-link) .wp-element-button:not(.has-link-color, .has-text-color, .has-background):hover {
        background-color: #ffffff;
        color: #2D3E6E;
    }
}

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

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

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

:where(.lp-entry) .wp-block-button.is-style-fill .wp-element-button:not(.has-link-color, .has-text-color, .has-background) {
    background-color: #2D3E6E;
    border: 1px solid #2D3E6E;
    color: #ffffff;
    transition: background-color var(--duration) var(--cubic) 0s, color var(--duration) var(--cubic) 0s;
}

:where(.lp-entry) .wp-block-button.is-style-fill .wp-element-button:not(.has-link-color, .has-text-color, .has-background):focus {
    background-color: #ffffff;
    color: #2D3E6E;
}

@media (hover: hover) and (pointer: fine) {
    :where(.lp-entry) .wp-block-button.is-style-fill .wp-element-button:not(.has-link-color, .has-text-color, .has-background):hover {
        background-color: #ffffff;
        color: #2D3E6E;
    }
}

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

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

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

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

:where(.lp-entry) .wp-block-button.is-style-outline .wp-element-button:not(.has-link-color, .has-text-color, .has-background):focus {
    background-color: #2D3E6E;
    border-color: #2D3E6E;
    color: #ffffff;
}

@media (hover: hover) and (pointer: fine) {
    :where(.lp-entry) .wp-block-button.is-style-outline .wp-element-button:not(.has-link-color, .has-text-color, .has-background):hover {
        background-color: #2D3E6E;
        border-color: #2D3E6E;
        color: #ffffff;
    }
}

:where(.lp-entry) .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;
}

:where(.lp-entry) .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) {
    :where(.lp-entry) .wp-block-button.is-style-outline .wp-element-button:is(.has-link-color, .has-text-color, .has-background):hover {
        opacity: 0.65;
    }
}

:where(.lp-entry) .wp-block-button.is-style-button-link .wp-element-button {
    background: none;
    background-color: #2D3E6E;
    border: 1px solid #2D3E6E;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.2;
    margin: 0;
    padding: 18px 90px 18px 20px;
    position: relative;
    text-align: left;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, border-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

@media (min-width: 768px) {
    :where(.lp-entry) .wp-block-button.is-style-button-link .wp-element-button {
        font-size: 2rem;
        padding-left: 30px;
        padding-right: 130px;
    }
}

:where(.lp-entry) .wp-block-button.is-style-button-link .wp-element-button:before {
    background-image: url(../images/icons/icon-angle-right-long-white.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 94px 10px;
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    left: auto;
    margin: auto;
    position: absolute;
    right: 20px;
    top: 0;
    transition: right 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 50px;
}

@media (min-width: 768px) {
    :where(.lp-entry) .wp-block-button.is-style-button-link .wp-element-button:before {
        right: 30px;
        width: 75px;
    }
}

:where(.lp-entry) .wp-block-button.is-style-button-link .wp-element-button:after {
    background-image: url(../images/icons/icon-angle-right-long-navy.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 94px 10px;
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    left: auto;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 0;
    transition: right 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 50px;
}

@media (min-width: 768px) {
    :where(.lp-entry) .wp-block-button.is-style-button-link .wp-element-button:after {
        right: 30px;
        width: 75px;
    }
}

:where(.lp-entry) .wp-block-button.is-style-button-link .wp-element-button:focus {
    background-color: #fff;
    border-color: #2D3E6E;
    color: #2D3E6E;
}

:where(.lp-entry) .wp-block-button.is-style-button-link .wp-element-button:focus:before {
    opacity: 0;
    right: 20px;
}

:where(.lp-entry) .wp-block-button.is-style-button-link .wp-element-button:focus:after {
    opacity: 1;
    right: 20px;
}

@media (hover: hover) and (pointer: fine) {
    :where(.lp-entry) .wp-block-button.is-style-button-link .wp-element-button:hover {
        background-color: #fff;
        border-color: #2D3E6E;
        color: #2D3E6E;
    }

    :where(.lp-entry) .wp-block-button.is-style-button-link .wp-element-button:hover:before {
        opacity: 0;
        right: 20px;
    }

    :where(.lp-entry) .wp-block-button.is-style-button-link .wp-element-button:hover:after {
        opacity: 1;
        right: 20px;
    }
}

:where(.lp-entry) .wp-block-table .wp-element-caption {
    margin: 1.5em 0;
}

@media (max-width: 767px) {
    :where(.lp-entry) .wp-block-flexible-table-block-table {
        padding-bottom: 12px;
        white-space: nowrap;
    }
}

:where(.lp-entry) .wp-block-flexible-table-block-table table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

:where(.lp-entry) .wp-block-flexible-table-block-table table tr > th, :where(.lp-entry) .wp-block-flexible-table-block-table table tr > td {
    font-size: 1.2rem;
    padding: 6px 8px;
    text-align: left;
    vertical-align: middle;
}

@media (min-width: 768px) {
    :where(.lp-entry) .wp-block-flexible-table-block-table table tr > th, :where(.lp-entry) .wp-block-flexible-table-block-table table tr > td {
        font-size: 1.4rem;
        padding: 8px 12px;
    }
}

:where(.lp-entry) .wp-block-flexible-table-block-table table tr > th {
    background-color: #eeeeee;
    border-color: #aaa #aaa #aaa #aaa;
    border-style: solid;
    border-width: 1px;
    font-weight: 700;
}

:where(.lp-entry) .wp-block-flexible-table-block-table table tr > th:last-child {
    border-right-color: #aaa;
}

:where(.lp-entry) .wp-block-flexible-table-block-table table tr > td {
    border-color: #aaa;
    border-style: solid;
    border-width: 1px;
}

:where(.lp-entry) .wp-block-flexible-table-block-table.is-style-navy table tr > th {
    background-color: #2d3e6e;
    border-color: #ffffff #ffffff #ffffff #cccccc;
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    font-weight: 700;
}

:where(.lp-entry) .wp-block-flexible-table-block-table.is-style-navy table tr > th:last-child {
    border-right-color: #cccccc;
}

:where(.lp-entry) .wp-block-flexible-table-block-table.is-style-navy table tr > th.last-row-border {
    border-bottom-color: #cccccc;
}

:where(.lp-entry) .wp-block-flexible-table-block-table.is-style-navy table tr > td {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
}

:where(.lp-entry) .wp-block-flexible-table-block-table.is-style-gray table tr > th {
    background-color: #f1f5f8;
    border-color: #cccccc #cccccc #cccccc #cccccc;
    border-style: solid;
    border-width: 1px;
    font-weight: 700;
}

:where(.lp-entry) .wp-block-flexible-table-block-table.is-style-gray table tr > th:last-child {
    border-right-color: #cccccc;
}

:where(.lp-entry) .wp-block-flexible-table-block-table.is-style-gray table tr > td {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
}

:where(.lp-entry) .wp-block-flexible-table-block-table.is-style-yellow table tr > th {
    background-color: #ffdd6b;
    border-color: #ffffff #ffffff #ffffff #ffdd6b;
    border-style: solid;
    border-width: 1px;
    font-weight: 700;
}

:where(.lp-entry) .wp-block-flexible-table-block-table.is-style-yellow table tr > th:last-child {
    border-right-color: #ffdd6b;
}

:where(.lp-entry) .wp-block-flexible-table-block-table.is-style-yellow table tr > th.last-row-border {
    border-bottom-color: #ffdd6b;
}

:where(.lp-entry) .wp-block-flexible-table-block-table.is-style-yellow table tr > td {
    border-color: #ffdd6b;
    border-style: solid;
    border-width: 1px;
}

:where(.lp-entry) .wp-block-flexible-table-block-table.is-style-border table tr > th, :where(.lp-entry) .wp-block-flexible-table-block-table.is-style-border table tr > td {
    background-color: transparent;
    border-color: #2d3e6e;
    border-style: solid;
    border-width: 1px 0px;
    padding: 6px 8px;
    text-align: left;
    vertical-align: middle;
}

@media (min-width: 768px) {
    :where(.lp-entry) .wp-block-flexible-table-block-table.is-style-border table tr > th, :where(.lp-entry) .wp-block-flexible-table-block-table.is-style-border table tr > td {
        padding: 8px 12px;
    }
}

@media (max-width: 767px) {
    :where(.lp-entry) .has-small-font-size {
        font-size: 1.2rem !important;
    }
}

@media (max-width: 767px) {
    :where(.lp-entry) .has-medium-font-size {
        font-size: 1.4rem !important;
    }
}

@media (max-width: 767px) {
    :where(.lp-entry) .has-large-font-size {
        font-size: 1.6rem !important;
    }
}

@media (max-width: 767px) {
    :where(.lp-entry) .has-x-large-font-size {
        font-size: 2.4rem !important;
    }
}

@media (max-width: 767px) {
    :where(.lp-entry) .has-xx-large-font-size {
        font-size: 2.8rem !important;
    }
}

:where(.lp-entry) a:has(> img) {
    transition: t(opacity);
}

:where(.lp-entry) a:has(> img):focus {
    opacity: 0.75;
}

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

:where(.lp-entry) .wp-block-separator {
    background-color: #ccc;
    border: none;
}

:where(.lp-entry) .wp-block-separator.is-dashed {
    background-color: none;
    border-color: #ccc;
    border-style: dashed;
    border-width: 1px 0 0 0;
}

:where(.lp-entry) .wp-block-separator.is-style-thick-line {
    height: 2px !important;
    width: 100% !important;
}

@media (min-width: 768px) {
    :where(.lp-entry) .wp-block-separator.is-style-thick-line {
        height: 4px !important;
    }
}

:where(.lp-entry) .wp-block-spacer {
    margin-bottom: 0;
    margin-top: 0;
}