@charset "UTF-8";
/* CSS Document */

.ds-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

html {
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

.earthquake-sharing [id] {
    scroll-margin-top: var(--ds-scroll-offset, 120px);
}

.ds-copy {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    line-height: 2.25em;
    font-size: clamp(1.5rem, 3vw, 1.75rem);
}
.ds-ul-list {
    background: #e9edf4;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    height: 100%;
}
.ds-ul-list li {
    padding-bottom: 15px;
    padding-left: 5px;
    list-style-type: "▶";
     color: #1D50A2;
    font-size: 1rem;
}
.ds-ul-list.ds-bg-white {
    margin-left: 10px;
}
.ds-ul-list li a {
     color: #000;
    font-size: clamp(1.5rem, 3vw, 1.75rem);
        line-height: 1.75em;
}
.ds-ul-list.ds-small {
     margin-left: 10px;
}
.ds-ul-list.ds-small li {
     padding-bottom: 0px;
}
.ds-ul-list li span {
     color: #000;
    font-size: 1.5rem;
        line-height: 1.75em;
}
.ds-h2 {
    background-color: #1D50A2;
    color: #FFFFFF;
    padding-top: 3px;
    padding-right: 50px;
    padding-bottom: 5px;
    padding-left: 50px;
    border-radius: 50px;
    font-size: clamp(2.25rem, 3vw, 2.5rem);
    line-height: 1em;
    letter-spacing: 3px;
    font-weight: bold;
}
.ds-h2-link {
    font-size: clamp(2.5rem, 3vw, 3rem);
    line-height: 1.5em;
    margin-top: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #000;
}
.ds-h3 {
    font-size: clamp(2rem, 3vw, 2.4rem);
    line-height: 1.5em;
    margin-top: 20px;
    font-weight: normal;
    color: #000;
}
.ds-h3-heading {
    font-size: clamp(2.3rem, 3vw, 3rem);
    line-height: 1.5em;
    margin-top: 20px;
    font-weight: normal;
    color: #000;
}
.ds-h3-link {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    line-height: 1.25em;
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}
.ds-h3-link small {
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    font-weight: bold;
}
.ds-h5 {
    font-size: clamp(2rem, 3vw, 2.25rem);
    line-height: 1.5em;
    font-weight: bold;
    color: #1D50A2;
}
.ds-color-blue {
    color: #1D50A2;
}
.ds-bg-white {
    background: #fff;
}
.ds-bg-blue {
    background: #d5dceb;
}
.ds-bg-lblue {
    background: #e9edf4;
}
.ds-bg-dblue {
    background: #95a6cd;
}
.ds-hidden {
    overflow-y: hidden;
}

.ds-reveal,
.ds-link-box {
    opacity: 0;
    transform: translateY(28px);
    transition:
        opacity 0.55s ease,
        transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--ds-reveal-delay, 0ms);
}

.ds-reveal.is-inview,
.ds-link-box.is-inview {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .ds-reveal,
    .ds-link-box {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

.ds-link-box {
    background: #fff;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    -webkit-box-shadow: 5px 5px 5px hsla(0,0%,0%,0.25);
    box-shadow: 5px 5px 5px hsla(0,0%,0%,0.25);
    min-height:140px;
}

@media (max-width:767.98px) {
    .ds-link-box {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
}
.ds-p-link {
    padding-top: 80px;
    padding-right: 80px;
    padding-bottom: 80px;
    padding-left: 80px;
}
.ds-foot-link {
    font-size: clamp(1.5rem, 3vw, 1.75rem);
    letter-spacing: 2px;
}
.ds-foot-link a {
    text-decoration: underline;
}
@media (max-width:767.98px) {
.ds-p-link {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}
}
a:has(.ds-pdf-icon) {
    display: inline-block;
    line-height: 0;
}

a:has(.ds-pdf-icon):focus-visible {
    outline: 2px solid #1D50A2;
    outline-offset: 4px;
    border-radius: 4px;
}

.ds-pdf-icon {
    width: 50px;
    margin-bottom: 0;
    transition:
        transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.3s ease;
}

a:hover .ds-pdf-icon,
a:focus-visible .ds-pdf-icon {
    transform: scale(1.12) translateY(-4px);
}

@media (prefers-reduced-motion: reduce) {
    .ds-pdf-icon {
        transition: none;
    }

    a:hover .ds-pdf-icon,
    a:focus-visible .ds-pdf-icon {
        transform: none;
        filter: none;
    }
}
.ds-h-100 {
    height: 100%;
}

/* --------------------------------------------------------------------------
   Image slider
   -------------------------------------------------------------------------- */
.ds-slider {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.ds-slider__viewport {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    border-bottom: 8px solid #1D50A2;
}

.ds-slider__track {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.45s ease;
    will-change: transform;
}

.ds-slider__slide {
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
}

.ds-slider__thumb {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    cursor: zoom-in;
    line-height: 0;
}

.ds-slider__thumb:focus-visible {
    outline: 2px solid #1D50A2;
    outline-offset: -2px;
}

.ds-slider__img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
    pointer-events: none;
}

.ds-slider__btn {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: #8fa0c5;
    cursor: pointer;
    transition: background-color 0.2s ease, opacity 0.2s ease;
}

.ds-slider__btn:hover,
.ds-slider__btn:focus-visible {
    background-color: #1D50A2;
    outline: none;
}

.ds-slider__icon {
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.ds-slider__btn--prev .ds-slider__icon {
    margin-left: 4px;
    transform: rotate(-135deg);
}

.ds-slider__btn--next .ds-slider__icon {
    margin-right: 4px;
    transform: rotate(45deg);
}

@media (max-width: 575.98px) {
    .ds-slider {
        gap: 8px;
    }

    .ds-slider__btn {
        width: 36px;
        height: 36px;
    }

    .ds-slider__icon {
        width: 8px;
        height: 8px;
    }
}

/* --------------------------------------------------------------------------
   Image modal
   -------------------------------------------------------------------------- */
body.ds-modal-open {
    overflow: hidden;
}

.ds-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    box-sizing: border-box;
}

.ds-modal[hidden] {
    display: none;
}

.ds-modal__overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.75);
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.ds-modal.is-active .ds-modal__overlay {
    opacity: 1;
}

.ds-modal__dialog {
    position: relative;
    z-index: 1;
    max-width: min(1200px, 100%);
    max-height: 100%;
    margin: 0;
    opacity: 0;
    transform: scale(0.88);
    transition:
        opacity 0.35s ease,
        transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: center center;
}

.ds-modal.is-active .ds-modal__dialog {
    opacity: 1;
    transform: scale(1);
}

.ds-modal__close {
    position: absolute;
    top: -16px;
    right: -16px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: #1D50A2;
    color: #fff;
    font-size: 1.75rem;
    line-height: 1;
    cursor: pointer;
    opacity: 0;
    transform: scale(0.8);
    transition:
        background-color 0.2s ease,
        opacity 0.25s ease 0.12s,
        transform 0.3s cubic-bezier(0.22, 1, 0.36, 1) 0.12s;
}

.ds-modal.is-active .ds-modal__close {
    opacity: 1;
    transform: scale(1);
}

.ds-modal__close:hover,
.ds-modal__close:focus-visible {
    background-color: #164080;
    outline: none;
}

.ds-modal__figure {
    margin: 0;
    line-height: 0;
}

.ds-modal__img {
    display: block;
    max-width: 100%;
    max-height: calc(100vh - 48px);
    width: auto;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
}

@media (max-width: 575.98px) {
    .ds-modal {
        padding: 16px;
    }

    .ds-modal__close {
        top: -8px;
        right: -8px;
        width: 36px;
        height: 36px;
        font-size: 1.5rem;
    }

    .ds-modal__img {
        max-height: calc(100vh - 32px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .ds-modal__overlay,
    .ds-modal__dialog,
    .ds-modal__close {
        transition: none;
    }
}
.ds-slide-section {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
}
    .ds-md-none {
    display: inline;
}
        .ds-md-inline {
    display: none;
}
@media (max-width:767.98px) {
.ds-h-title {
    text-align: center!important;
}
    .ds-md-none {
    display: none;
}
        .ds-md-inline {
    display: inline;
}
}
.ds-shadow {box-shadow: 5px 5px 5px hsla(0,0%,0%,0.25);}
.ds-h-height {
    min-height: 130px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.ds-foot-link2 p a {
    position: relative;
}
.ds-foot-link2 p a:after {
    content: "▶";
    color: #1D50A2;
    font-size: 1rem;
    position: absolute;
    left: -15px;
    top: 7px;
}