/* --------------------
 News detail
-------------------- */
.com-breadcrumb {
    max-width: calc(1000px + var(--c-pad)*2);
}

.news {
    padding: 12px 0 0;
}

@media (min-width: 768px) {
    .news {
        padding: 20px 0 0;
    }
}

.news__detail {
    margin: 0;
}

@media (min-width: 768px) {
    .news__detail {
        margin: 0 0 40px;
    }
}

.news__detail__main {
    margin: 0 0 60px;
}

.news__detail__main-container {
    margin: 0 auto;
    max-width: calc(1000px + var(--c-pad)*2);
    padding: 0 20px;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .news__detail__main-container {
        padding: 0 30px;
    }
}

.news__detail__main__head {
    margin: 0 0 30px;
}

.news__detail__main__head__title {
    font-size: var(--fs30);
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.2;
    margin: 0 0 8px;
    text-align: left;
}

@media (min-width: 768px) {
    .news__detail__main__head__title {
        font-size: var(--fs40);
    }
}

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

.news__detail__main__head__date {
    color: var(--color-theme);
    display: block;
    font-size: var(--fs10);
    letter-spacing: 0.16em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .news__detail__main__head__date {
        font-size: var(--fs13);
    }
}

.news__detail__main__content {
    padding: 0 10px;
}

@media (min-width: 768px) {
    .news__detail__main__content {
        padding: 0;
    }
}

.news__detail__nav {
    background-color: #f5fdff;
    padding: 60px 0 30px;
}

@media (min-width: 768px) {
    .news__detail__nav {
        padding: 40px 0;
    }
}

.news__detail__nav-container {
    align-items: stretch;
    display: flex;
    flex-flow: column nowrap;
    gap: 0 30px;
    justify-content: stretch;
    margin: 0 auto;
    max-width: calc(1100px + var(--c-pad)*2);
    padding: 0 20px;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .news__detail__nav-container {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        padding: 0 30px;
    }
}

.news__detail__nav__prev {
    margin: 0 0 30px;
    min-width: 1px;
    order: 2;
    padding: 0 0 30px;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .news__detail__nav__prev {
        margin-bottom: 0;
        order: 1;
        padding-bottom: 0;
        width: calc(50% - 120px);
    }
}

.news__detail__nav__prev:after {
    background-image: url(../images/commons/com-dashed-line.svg);
    background-position: center;
    background-repeat: space;
    background-size: 16px 1px;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    width: auto;
}

@media (min-width: 768px) {
    .news__detail__nav__prev:after {
        display: none;
    }
}

.news__detail__nav__prev a {
    color: inherit;
    display: block;
    padding: 0 20px;
    position: relative;
    text-decoration: none;
    transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .news__detail__nav__prev a {
        padding: 0 0 0 50px;
        width: -webkit-fit-content;
        width: fit-content;
    }
}

.news__detail__nav__prev a:after {
    background-image: url(../images/icons/icon-lightblue-circle-arrow-left.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 12px;
    left: -10px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 12px;
}

@media (min-width: 768px) {
    .news__detail__nav__prev a:after {
        height: 18px;
        left: 0;
        width: 18px;
    }
}

.news__detail__nav__prev a time {
    display: block;
    font-size: var(--fs12);
    font-weight: 400;
    letter-spacing: 0.16em;
    line-height: 1.2;
    margin: 0 0 4px;
}

@media (min-width: 768px) {
    .news__detail__nav__prev a time {
        font-size: var(--fs13);
    }
}

.news__detail__nav__prev a span {
    display: block;
    font-size: var(--fs16);
    font-weight: 400;
    letter-spacing: 0.16em;
    line-height: 1.2;
    margin: 0;
}

.news__detail__nav__prev a:focus {
    color: var(--color-theme);
}

@media (hover: hover) and (pointer: fine) {
    .news__detail__nav__prev a:hover {
        color: var(--color-theme);
    }
}

.news__detail__nav__action {
    margin: 0 0 40px;
    order: 1;
}

@media (min-width: 768px) {
    .news__detail__nav__action {
        margin: 0;
        order: 2;
        width: 210px;
    }
}

.news__detail__nav__action a {
    align-items: center;
    background-color: #85e5f6;
    border: 2px solid #ffffff;
    border-radius: 8px;
    box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.05);
    color: #399fb7;
    display: flex;
    flex-flow: row nowrap;
    font-size: var(--fs14);
    font-weight: 700;
    height: 60px;
    justify-content: center;
    letter-spacing: 0.16em;
    line-height: 1.2;
    margin: 0 auto;
    padding: 0.05em 0;
    position: relative;
    text-decoration: none;
    transition: background-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;
    width: 210px;
}

@media (min-width: 768px) {
    .news__detail__nav__action a {
        background-color: var(--color-theme);
        font-size: var(--fs18);
        height: 64px;
    }
}

.news__detail__nav__action a:focus {
    background-color: #f5fdff;
    border-color: var(--color-theme);
}

@media (hover: hover) and (pointer: fine) {
    .news__detail__nav__action a:hover {
        background-color: #f5fdff;
        border-color: var(--color-theme);
    }
}

.news__detail__nav__action a:after {
    background-color: #ffffff;
    bottom: 0;
    content: "";
    display: block;
    height: 9px;
    margin: auto 0;
    -webkit-mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 12"><polyline points="0 11.5 20 11.5 9.5 .5" style="fill: none; stroke: %23fff; stroke-miterlimit: 10;"/><rect width="22" height="12" style="fill: none;"/></svg>');
    mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 12"><polyline points="0 11.5 20 11.5 9.5 .5" style="fill: none; stroke: %23fff; stroke-miterlimit: 10;"/><rect width="22" height="12" style="fill: none;"/></svg>');
    -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: 12px;
    top: 0;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 16px;
}

@media (min-width: 768px) {
    .news__detail__nav__action a:after {
        display: none;
        height: 10px;
        right: 30px;
        width: 18px;
    }
}

@media (min-width: 992px) {
    .news__detail__nav__action a:after {
        height: 12px;
        width: 22px;
    }
}

.news__detail__nav__next {
    min-width: 1px;
    order: 3;
    width: 100%;
}

@media (min-width: 768px) {
    .news__detail__nav__next {
        width: calc(50% - 120px);
    }
}

.news__detail__nav__next a {
    color: inherit;
    display: block;
    padding: 0 20px;
    position: relative;
    text-decoration: none;
    transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .news__detail__nav__next a {
        padding: 0 50px 0 0;
        text-align: right;
        width: -webkit-fit-content;
        width: fit-content;
    }
}

.news__detail__nav__next a:after {
    background-image: url(../images/icons/icon-lightblue-circle-arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 12px;
    margin: auto;
    position: absolute;
    right: -10px;
    top: 0;
    width: 12px;
}

@media (min-width: 768px) {
    .news__detail__nav__next a:after {
        height: 18px;
        right: 0;
        width: 18px;
    }
}

.news__detail__nav__next a time {
    display: block;
    font-size: var(--fs12);
    font-weight: 400;
    letter-spacing: 0.16em;
    line-height: 1.2;
    margin: 0 0 4px;
}

@media (min-width: 768px) {
    .news__detail__nav__next a time {
        font-size: var(--fs13);
    }
}

.news__detail__nav__next a span {
    display: block;
    font-size: var(--fs16);
    font-weight: 400;
    letter-spacing: 0.16em;
    line-height: 1.2;
    margin: 0;
}

.news__detail__nav__next a:focus {
    color: var(--color-theme);
}

@media (hover: hover) and (pointer: fine) {
    .news__detail__nav__next a:hover {
        color: var(--color-theme);
    }
}