/* START: Partial styles */
@font-face {
    font-family: "NotoSansCJKjp";
    src: url("../../../fonts/Strensiq_jp/fonts/NotoSansCJKjp-Medium.otf");
}

@font-face {
    font-family: "NotoSansCJKjpBold";
    src: url("../../../fonts/Strensiq_jp/fonts/NotoSansCJKjp-Bold.otf");
}

body {
    font-family: 'NotoSansCJKjp', Arial, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
}

strong {
    font-family: 'NotoSansCJKjpBold', Arial, sans-serif;
}

a.link-element,
a.link-element:hover {
    color: inherit;
}

.text-blue {
    color: #003478 !important;
}

.top-header {
    border-top: solid 6px #DCDC16;
}

    .top-header .logo-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .top-header .header-mobile-btn {
        width: 100%;
        display: none;
    }

.navbar {
    background-color: #005F5F;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.2), 0 0px 10px rgba(0,0,0,0.24);
    z-index: 10;
}

    .navbar .collapse-row #mainLogo, .navbar .collapse-row #alexionLogo {
        display: none;
    }

    .navbar .navbar-nav .nav-item {
        width: 115px;
    }

        .navbar .navbar-nav .nav-item a {
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            position: relative;
            height: 100%;
            color: #FFF;
            font-size: 12px;
        }

        .navbar .navbar-nav .nav-item:first-child a {
            flex-direction: column;
        }

        .navbar .navbar-nav .nav-item .inner {
            position: relative;
            font-size: 13px;
        }

        .navbar .navbar-nav .nav-item .copyright-mark {
            position: absolute;
            top: -4px;
            right: -10px;
            font-size: 9px;
        }

        .navbar .navbar-nav .nav-item.active a:after {
            position: absolute;
            content: "";
            border-bottom: 3px solid #DFDF00;
            bottom: -8px;
            left: -1px;
            width: 100%;
        }

        .navbar .navbar-nav .nav-item a .fa-chevron-right {
            display: none;
        }

.page-header-mobile {
    background-color: #005F5F;
    padding: 20px 0;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    position: relative;
}

    .page-header-mobile .page-title {
        display: flex;
        align-items: center;
    }

        .page-header-mobile .page-title .title {
            padding-left: 16px;
            font-size: 25px;
            margin-bottom: 0;
            letter-spacing: 1px;
        }

            .page-header-mobile .page-title .title:before {
                position: absolute;
                content: "";
                border-left: 7px solid #DFDF00;
                height: 18px;
                top: 6px;
                left: 13px;
            }

    .page-header-mobile .exhibition-button {
        position: absolute;
        bottom: 10px;
        right: 26px;
        border: 2px solid #003478;
        border-radius: 5px;
        font-size: 14px;
        background: #FFF;
        width: 267px;
        display: flex;
        justify-content: center;
        padding: 8px 5px;
        text-decoration: none !important;
    }

    .page-header-mobile .exhibition-link {
        /* color          : #003478; */
        border-bottom: 3px solid #003478;
        padding: 5px 2px;
    }

        .page-header-mobile .exhibition-link img {
            width: 30px;
            margin-left: 15px;
        }

.page-header .inner {
    background-color: #005F5F;
    position: relative;
}

    .page-header .inner .exhibition-button {
        position: absolute;
        bottom: 10px;
        right: 26px;
        border: 2px solid #003478;
        border-radius: 5px;
        font-size: 14px;
        background: #FFF;
        width: 267px;
        display: flex;
        justify-content: center;
        padding: 8px 5px;
        text-decoration: none !important;
    }

    .page-header .inner .exhibition-link {
        color: #003478;
        border-bottom: 3px solid #003478;
        padding: 5px 2px;
    }

        .page-header .inner .exhibition-link img {
            width: 30px;
            margin-left: 15px;
        }

    .page-header .inner .row {
        margin-left: 0;
        margin-right: 0;
    }

.page-header .page-title {
    display: flex;
    align-items: center;
}

    .page-header .page-title .title {
        padding-left: 16px;
        position: relative;
        font-size: 31px;
    }

        .page-header .page-title .title:before {
            position: absolute;
            content: "";
            border-left: 7px solid #DFDF00;
            height: 28px;
            top: 5px;
            left: -1px;
        }

.page-header .page-banner {
    background-image: url("../assets/page-banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 138px;
    width: 446px;
}

@media only screen and (min-width: 992px) {
    .breadcrumb-section {
        padding: 10px 0 20px 0;
    }
}

.breadcrumb-section a {
    color: #003478;
}

.breadcrumb-section ol.breadcrumb {
    padding-left: 0px;
    display: block;
    line-height: 23px;
}

.breadcrumb-section .breadcrumb .breadcrumb-item {
    font-size: 16px;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 0;
}

    .breadcrumb-section .breadcrumb .breadcrumb-item.active {
        text-decoration: none;
        color: #4d4d4d;
        display: inline;
    }

    .breadcrumb-section .breadcrumb .breadcrumb-item:first-child:before {
        content: "";
    }

    .breadcrumb-section .breadcrumb .breadcrumb-item:before {
        content: ">";
        padding: 0;
        float: none;
    }
/* END: Partial styles */

.outer-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 75%;
    max-width: 1050px;
    margin: 0 auto;
}

/* .text-container {
      font-size: 16px;
      font-family: 'NotoSansCJKjp';
      font-style: 'Bold-83pv-RKSJ-H';
      text-align: left;
    } */
.text-container {
    font-size: 16px;
    font-family: 'NotoSansCJKjp';    
    text-align: left;
    width: 82%;
    margin: 0 auto;
    line-height: 42px;
}

.img-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
    margin-bottom: 80px;
    flex-wrap: nowrap;
    margin-left: auto;
}

    .img-container img {
        width: 100%;
        max-width: 175px;
        height: auto;
        flex-shrink: 0;
    }

.buttonList {
    display: flex;
    justify-content: center;
    width: 100%;
}

.btn-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 400px;
    padding: 20px;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'NotoSansCJKjp';
    background-color: #005F5F;
    color: white;
    border: none;
    cursor: pointer;
    font-weight: bold;
}

    .btn-block img {
        width: 20px;
        height: auto;
    }

@media (min-width: 769px) and (max-width: 1024px) {
    .outer-container {
        width: 90%;
        padding-left: calc(20px + 2vw);
    }

    .img-container {
        gap: 15px;
    }

        .img-container img {
            width: 100%;
            max-width: 147px;
            height: 230px;
            flex-shrink: 0;
        }

    .btn-block {
        font-size: 15px;
    }

    .text-container {
        width: 93%;
    }
}

@media (max-width: 768px) {
    .outer-container {
        width: 100%;
        padding: 0 15px;
    }

    .text-container {
        font-size: 16px;
        text-align: left;
        width: 100%;
        line-height: 42px;
    }

    .img-container {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

        .img-container img {
            max-width: 220px;
            width: 100%;
            height: 230px;
            flex-shrink: 0;
        }

    .buttonList {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .btn-block {
        width: 100%;
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .img-container img {
        width: 100%;
        max-width: 210px;
        height: 230px;
        flex-shrink: 0;
    }
}

/*END: current changes*/

/* START: Partial styles */
.footer {
    margin: 25px auto 0px;
    padding: 0px;
}

    .footer .grass {
        background-image: url("../assets/grass.png");
        height: 178px;
        background-repeat: repeat-x;
        background-position: center;
        margin-bottom: -43px;
    }

    .footer .top-footer {
        background-color: #265F92;
        margin-bottom: -1px;
    }

        .footer .top-footer .navbar-nav {
            width: 100%;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
        }

            .footer .top-footer .navbar-nav .nav-item {
                width: 110px;
                height: 70px;
                border-bottom: 1.6px solid #FFF;
            }

                .footer .top-footer .navbar-nav .nav-item a {
                    position: relative;
                    display: flex;
                    align-items: center;
                    height: 100%;
                    color: #FFF;
                    font-size: 13px;
                    text-align: left;
                    padding-left: 0 !important;
                    flex-flow: wrap;
                }

                .footer .top-footer .navbar-nav .nav-item .inner {
                    position: relative;
                }

                .footer .top-footer .navbar-nav .nav-item .copyright-mark {
                    position: absolute;
                    top: -4px;
                    right: -13px;
                    font-size: 9px;
                }

                .footer .top-footer .navbar-nav .nav-item a .fa-chevron-right {
                    position: absolute;
                    right: -4px;
                    color: #DFDF00;
                    top: 50%;
                }

        .footer .top-footer .footer-btn-row {
            display: flex;
            justify-content: flex-end;
        }

            .footer .top-footer .footer-btn-row .login-img {
                width: 25px;
                margin-left: 34px;
            }

    .footer .footer-content {
        height: 170px;
        padding-top: 16px;
        text-align: center;
        color: #FFF;
        background-color: #265F92;
    }

        .footer .footer-content .sitemap-link a {
            font-size: 16px;
        }

        .footer .footer-content .logo-footer {
            width: 180px;
        }

.scroll-to-top {
    z-index: 1042;
    right: 1rem;
    bottom: 1rem;
    display: none;
}

    .scroll-to-top a {
        width: 3.5rem;
        height: 3.5rem;
        background-image: url("../assets/to-top.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
/* END: Partial styles */

@media only screen and (min-width: 1200px) {
    .page-header .page-title .title {
        margin-left: 80px;
    }

    .breadcrumb-section ol.breadcrumb {
        padding-left: 22px;
    }
}

.top-header .logo-row .header-btn {
    color: #4D4D4D;
}

    .top-header .logo-row .header-btn:hover {
        color: white;
    }

@media only screen and (max-width: 992px) {
    /* START: Partial styles */
    .top-header .logo-row {
        display: none;
    }

        .top-header .logo-row .header-btn {
            display: none;
        }

    .top-header .header-mobile-btn {
        display: block;
        margin-top: 47px !important;
        color: #4D4D4D;
    }

    .navbar {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 7;
        background-color: transparent;
    }

        .navbar .collapse-row {
            display: flex;
            align-items: center;
        }

            .navbar .collapse-row #mainLogo, .navbar .collapse-row #alexionLogo {
                display: block;
            }

        .navbar img.alexion-logo {
            margin-left: 3px;
            margin-top: 10px;
        }

        .navbar button.navbar-toggler {
            background-color: #005F5F;
            position: absolute;
            top: 21px;
            right: 16px;
        }

        .navbar .navbar-nav .nav-item {
            width: 100%;
            border-bottom: 1.6px solid #FFF;
        }

            .navbar .navbar-nav .nav-item.active a:after {
                display: none;
            }

            .navbar .navbar-nav .nav-item:first-child a {
                flex-direction: row;
            }

            .navbar .navbar-nav .nav-item .text {
                margin-left: 11px;
            }

            .navbar .navbar-nav .nav-item:last-child {
                margin-bottom: 34px;
            }

            .navbar .navbar-nav .nav-item a {
                justify-content: flex-start;
            }

                .navbar .navbar-nav .nav-item a br {
                    display: none;
                }

                .navbar .navbar-nav .nav-item a .fa-chevron-right {
                    display: block;
                    position: absolute;
                    right: 2px;
                    font-size: 16px;
                    color: #DFDF00;
                    top: 50%;
                    transform: translateY(-50%);
                }

    .page-header {
        padding: 25px 0;
    }

        .page-header .page-title .title {
            font-size: 1.75rem;
        }

        .page-header .page-banner {
            display: none;
        }

    .breadcrumb-section .breadcrumb {
        margin-bottom: 0;
        margin-bottom: 30px;
    }

    .video-title {
        padding-left: 0;
    }

    .pdf-card .left-side {
        display: block;
    }

        .pdf-card .left-side .title {
            display: block;
            font-weight: bold;
            color: #003478;
            margin-bottom: 16px;
        }

        .pdf-card .left-side img {
            width: 100%;
        }

    .pdf-card .right-side .title {
        display: none;
    }

    .pdf-card .right-side .download-btn {
        width: 100%;
    }

    .pdf-files .text-center {
        text-align: left !important;
    }

    .pdf-files .download-btn {
        width: 100%;
        margin-bottom: 25px;
    }
    /* END: Partial styles */

    .video-section .wrapper {
        margin: 0;
        padding: 16px 0;
        width: 100%;
        margin-bottom: 20px;
    }

        .video-section .wrapper .video-text {
            padding-top: 0;
            margin-top: 25px;
            line-height: 34px;
        }

            .video-section .wrapper .video-text br {
                display: block;
            }

        .video-section .wrapper .video-info {
            line-height: 34px;
        }

    /* START: Partial styles */
    .footer .top-footer .navbar-nav {
        flex-direction: column;
        justify-content: flex-start;
    }

        .footer .top-footer .navbar-nav .nav-item {
            width: 100%;
        }

            .footer .top-footer .navbar-nav .nav-item a {
                justify-content: flex-start;
            }

            .footer .top-footer .navbar-nav .nav-item .text {
                margin-left: 15px;
            }

            .footer .top-footer .navbar-nav .nav-item a .fa-chevron-right {
                right: 4px;
                font-size: 16px;
                transform: translateY(-50%);
            }

            .footer .top-footer .navbar-nav .nav-item a br {
                display: none;
            }

    .footer .top-footer .footer-btn-row button {
        width: 100%;
        justify-content: space-between;
        display: flex;
    }

    .footer .footer-content {
        height: 296px;
    }
    /* END: Partial styles */
}

@media only screen and (max-width: 600px) {
    .video-section .video-title br {
        display: block;
    }
}

@media only screen and (max-width: 1023px) {
    .page-header-mobile {
        display: flex;
        padding: 20px 0 85px 0;
    }

        .page-header-mobile .exhibition-button {
            right: 10px;
        }

    .page-header {
        display: none;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 992px) {
    /* START: Partial styles */
    .footer .top-footer .navbar-nav {
        flex-direction: column;
        justify-content: flex-start;
    }

        .footer .top-footer .navbar-nav .nav-item {
            width: 100%;
        }

            .footer .top-footer .navbar-nav .nav-item a {
                justify-content: flex-start;
            }
    /* END: Partial styles */
}

.no-underline {
    text-decoration: none !important;
}

/* .tab-links-section .box .left-side {
    background: #c1c0c0;
    padding: 22px 10px;
    color: #fff;
    border-bottom: 5px solid #005f5f;
}

.tab-links-section .box .right-side {
    background: #005f5f;
    padding: 20px 10px;
    color: #fff;
}

.tab-links-section .box .right-side::after,
.tab-links-section .box .right-side::before {
    top: 99%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.tab-links-section .box .right-side::after {
    border-color: rgba(251, 126, 180, 0);
    border-top-color: #005f5f;
    border-width: 10px;
    margin-left: -10px;
}

.tab-links-section .box .right-side::before {
    border-color: rgba(251, 126, 180, 0);
    border-top-color: #005f5f;
    border-width: 18px;
    margin-left: -18px;
} */

.tingle-modal * {
    box-sizing: border-box
}

.tingle-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    cursor: url("data:image/svg+xml,%3Csvg width='19' height='19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.514.535l-6.42 6.42L2.677.536a1.517 1.517 0 00-2.14 0 1.517 1.517 0 000 2.14l6.42 6.419-6.42 6.419a1.517 1.517 0 000 2.14 1.517 1.517 0 002.14 0l6.419-6.42 6.419 6.42a1.517 1.517 0 002.14 0 1.517 1.517 0 000-2.14l-6.42-6.42 6.42-6.418a1.517 1.517 0 000-2.14 1.516 1.516 0 00-2.14 0z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E"), auto
}

@supports ((-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px))) {
    .tingle-modal {
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px);
        background: #00000080 !important;
    }
}

.tingle-modal--confirm .tingle-modal-box {
    text-align: center
}

.tingle-modal--noOverlayClose {
    cursor: default
}

.tingle-modal--noClose .tingle-modal__close {
    display: none
}

.tingle-modal__close {
    position: fixed;
    top: 2.5rem;
    right: 2.5rem;
    z-index: 1000;
    padding: 0;
    width: 2rem;
    height: 2rem;
    border: none;
    background-color: transparent;
    color: #fff;
    cursor: pointer
}

    .tingle-modal__close svg * {
        fill: currentColor
    }

.tingle-modal__closeLabel {
    display: none
}

.tingle-modal__close:hover {
    color: #fff
}

.tingle-modal-box {
    position: relative;
    flex-shrink: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 60%;
    border-radius: 4px;
    background: #fff;
    opacity: 1;
    cursor: auto;
    will-change: transform, opacity
}

.tingle-modal-box__content {
    padding: 3rem 3rem
}

.tingle-modal-box__footer {
    padding: 1.5rem 2rem;
    width: auto;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #f5f5f5;
    cursor: auto
}

    .tingle-modal-box__footer::after {
        display: table;
        clear: both;
        content: ""
    }

.tingle-modal-box__footer--sticky {
    position: fixed;
    bottom: -200px;
    z-index: 10001;
    opacity: 1;
    transition: bottom .3s ease-in-out .3s
}

.tingle-enabled {
    position: fixed;
    right: 0;
    left: 0;
    overflow: hidden
}

.tingle-modal--visible .tingle-modal-box__footer {
    bottom: 0
}

.tingle-modal--visible {
    visibility: visible;
    opacity: 1
}

    .tingle-modal--visible .tingle-modal-box {
        -webkit-animation: scale 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
        animation: scale 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards
    }

.tingle-modal--overflow {
    overflow-y: scroll;
    padding-top: 8vh
}

.tingle-btn {
    display: inline-block;
    margin: 0 .5rem;
    padding: 1rem 2rem;
    border: none;
    background-color: grey;
    box-shadow: none;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    font-size: inherit;
    font-family: inherit;
    line-height: normal;
    cursor: pointer;
    transition: background-color .4s ease
}

.tingle-btn--primary {
    background-color: #3498db
}

.tingle-btn--danger {
    background-color: #e74c3c
}

.tingle-btn--default {
    background-color: #34495e
}

.tingle-btn--pull-left {
    float: left
}

.tingle-btn--pull-right {
    float: right
}

@media (max-width: 540px) {
    .tingle-modal {
        top: 0;
        display: block;
        padding-top: 60px;
        width: 100%
    }

    .tingle-modal-box {
        width: auto;
        border-radius: 0
    }

    .tingle-modal-box__content {
        overflow-y: scroll
    }

    .tingle-modal--noClose {
        top: 0
    }

    .tingle-modal--noOverlayClose {
        padding-top: 0
    }

    .tingle-modal-box__footer .tingle-btn {
        display: block;
        float: none;
        margin-bottom: 1rem;
        width: 100%
    }

    .tingle-modal__close {
        top: 0;
        right: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 60px;
        border: none;
        background-color: #2c3e50;
        box-shadow: none;
        color: #fff
    }

    .tingle-modal__closeLabel {
        display: inline-block;
        vertical-align: middle;
        font-size: 1.6rem;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif
    }

    .tingle-modal__closeIcon {
        display: inline-block;
        margin-right: .8rem;
        width: 1.6rem;
        vertical-align: middle;
        font-size: 0
    }
}

@-webkit-keyframes scale {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.tingle-modal {
    z-index: 3000;
    display: flex !important;
    visibility: visible;
    background-color: rgba(0, 0, 0, 0);
    transition: all .4s;
    cursor: default;
    pointer-events: none
}

@media (max-width: 767.98px) {
    .tingle-modal {
        padding-top: 0
    }
}

.tingle-modal:before {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    cursor: default
}

.tingle-enabled .tingle-modal {
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0.5)
}

.tingle-enabled {
    position: static;
    right: auto;
    left: auto;
    overflow: auto
}

.tingle-modal--overflow {
    padding: 0
}

    .tingle-modal--overflow .tingle-modal-box {
        pointer-events: none;
        padding: 8vh 0
    }

.tingle-modal-box {
    width: auto;
    border-radius: .3rem;
    background: none;
    -webkit-animation: .4s ease-out forwards modalOut;
    animation: .4s ease-out forwards modalOut
}

@media (max-width: 767.98px) {
    .tingle-modal-box {
        padding: 0 1rem
    }
}

.tingle-modal--visible .tingle-modal-box {
    -webkit-animation: .4s ease-out forwards modalIn;
    animation: .4s ease-out forwards modalIn
}

@-webkit-keyframes modalIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes modalIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes modalOut {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }
}

@keyframes modalOut {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }
}

.tingle-modal-box__content {
    padding: 0
}

.attributeModal-content {
    border: solid 2px #173F8A !important;
}

.tingle-modal--overflow .tingle-modal-box {
    pointer-events: none;
    padding: 0vh 0;
}

@media (min-width: 768px) {
    .attributeModal-body {
        padding: 38px !important;
    }

    .sp-only {
        display: none;
    }
}

.attributeModal-body {
    text-align: center;
    color: #173F8A;
}

    .attributeModal-body > p {
        margin-bottom: 1em;
    }

.text-size-large {
    font-size: 1.125rem;
}

.text-weight-bold {
    font-weight: bold;
}

.attributeModal-body {
    text-align: center;
    color: #173F8A;
}

.attributeModal-btns > a, .attributeModal-btns button {
    margin: 0 8px;
    min-width: 50%;
    height: 88px;
}

.attributeModal-btns > a, .attributeModal-btns button {
    margin: 0 8px;
    min-width: 50%;
    height: 88px;
}

.btn-tertiary {
    color: #30373a;
    background-color: #EDF2FA;
    border-color: #EDF2FA;
}

.tingle-modal-box {
    width: auto;
    border-radius: .3rem;
    background: none;
    -webkit-animation: .4s ease-out forwards modalOut;
    animation: .4s ease-out forwards modalOut;
    width: 540px;
    height: 274px;
}

.modal-body {
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 500;
    Color: rgb(23, 63, 138);
    font-size: 16px;
    line-height: 32px;
}

.attributeModal-btns > a, .attributeModal-btns button {
    margin: 0 8px;
    min-width: 50%;
    height: 88px;
}

.btn-primary {
    color: #fff !important;
    background-color: #173F8A !important;
    /* border-color: #173F8A; */
}

.btn-tertiary {
    color: #30373a !important;
    background-color: #EDF2FA !important;
    border-color: #EDF2FA;
}

.attributeModal-btns {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #102b5e !important;
    border-color: #102b5e;
    text-decoration: none;
}

.btn-tertiary:hover {
    color: #30373a !important;
    background-color: #c5d5ef !important;
    border-color: #c5d5ef;
    text-decoration: none !important;
}

.attributeModal-body {
    text-align: center;
    color: #173F8A;
}

.tingle-modal--visible {
    visibility: visible;
    opacity: 1;
}

.tingle-enabled .tingle-modal {
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
    .btn-primary, .btn-tertiary {
        padding: .65rem 2rem;
    }
}

.btn-primary, .btn-tertiary {
    position: relative;
    background-color: transparent;
    border: 2px solid transparent;
    color: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .625rem 2rem;
    text-decoration: none;
    font-weight: bold;
    transition: background-color .1s, border-color .1s, color .1s;
}

.btn-primary, .btn-tertiary {
    position: relative;
    background-color: transparent;
    border: 2px solid transparent;
    color: inherit;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .625rem 2rem;
    text-decoration: none;
    font-weight: bold;
    transition: background-color .1s, border-color .1s, color .1s;
}

#modal-link [type=button]:not(:disabled),
#modal-link [type=reset]:not(:disabled),
#modal-link [type=submit]:not(:disabled),
#modal-link button:not(:disabled) {
    cursor: pointer;
}

@media (max-width: 540px) {
    .tingle-modal-box__content {
        overflow-y: scroll;
    }
}

@media (max-width: 540px) {
    .tingle-modal-box {
        width: auto;
        border-radius: 0;
    }
}

.cp_link {
    display: inline-block;
    padding: 5px;
    transition: .3s;
    color: #00A9E0;
}

    .cp_link:hover {
        transform: scale(1.1);
    }


.exhibition-link .cp_link {
    font-weight: 600;
} 