@charset "UTF-8";
/* CSS Information
============================================
File: custom.css
Site: Okinawa Story Covid19
============================================= */

/* Preview mode
============================================ */

.os-l-preview {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    background: rgba(0, 78, 162, 0.85);
    padding: 1.5rem;
}
.os-l-preview__lead {
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
}
@media (min-width: 48em) {
    .os-l-preview__lead {
        font-size: 1.4rem;
    }
}

/* Cookie mode
============================================ */

/* FontAwesome */
.u-icon-bef:before, .u-icon-aft:after {
    font-family: "FontAwesome";
}
.u-icon-bef-close:before, .u-icon-aft-close:after {
    content: "\f00d";
}

/* クッキーコンテンツ */
.os-l-cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    display: none !important;
    /* OCVBブルー 透過率75% */
    background: rgba(0, 78, 162, 0.75);
}
.os-l-cookie__inner {
    position: relative;
    max-width: 131rem;
    padding: 1.5rem;
    margin: 0 auto;
}
.os-l-cookie__unit {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.os-l-cookie__unit--pc {
    display: none;
}
.os-l-cookie__unit-text {
    width: calc(100% - 8rem);
    padding-right: 1rem;
    color: #fff;
    font-size: 1.2rem;
}
.os-l-cookie__unit-text-link {
    color: #ff0 !important;
    text-decoration: underline;
}
.os-l-cookie__unit-btn {
    width: 8rem;
}
.os-l-cookie__unit-btn-link {
    display: block;
    color: #fff !important;
    text-decoration: none !important;
    padding: 0.5rem;
    text-align: center;
    background: #22bcb8;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 0.4rem;
}
.os-l-cookie__close-btn {
    position: absolute;
    top: -2rem;
    right: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    background-color: #006dba;
    border: solid 1px #fff;
    border-radius: 50%;
    color: #fff !important;
    text-decoration: none !important;
}
.os-l-cookie--bg-03 .os-l-cookie__close-btn {
    background-color: #000;
}
@media (min-width: 48em) {
    .os-l-cookie__unit--pc {
        display: flex;
    }
    .os-l-cookie__unit--sp {
        display: none;
    }
    .os-l-cookie__unit-text {
        width: calc(100% - 10rem);
        padding-right: 3rem;
        font-size: 1.4rem;
    }
    .os-l-cookie__unit-btn {
        width: 10rem;
    }
    .os-l-cookie__unit-btn-link {
        padding: 1rem;
        font-size: 1.4rem;
    }
}
@media (min-width: 64.0625em) {
    .os-l-cookie__close-btn {
        top: -1.5rem;
    }
    .os-l-cookie__inner {
        padding: 3rem 1.5rem;
    }
}

/* Body Cookie Class
============================================ */
body.os-cookie-display.os-cookie-enabled .os-l-cookie {
    display: block !important;
}

body.os-cookie-display.os-cookie-enabled .os-c-footer-covid {
    display: none !important;
}

body.os-cookie-display.os-cookie-enabled .onesignal-bell-container {
    display: none !important;
}

/* Overwrite
============================================ */
.c-alert-wapper .c-alert__text span {
    float: none !important;
}