@charset "utf-8";

video {
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background-size: cover;
    background-position: left bottom;
}

#sp-bg{
    background-image: url("../img/top.png");
    background-size: cover;
    background-position: center bottom;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
}


#headcopy {
    padding: 100px 0;
    background-color: #ffffff;
}

#headcopy h2 {
    line-height: 1.7;
}

#headcopy ul {
    list-style: none;
    padding: 0;
    margin-bottom: 50px;
}

#headcopy li {
    padding: 5px 0;
    text-align: center;
}

#headcopy li:last-child {
    border-bottom: 0;
}

#headcopy p{
    font-size: 9pt;
    line-height: 1.6;
}

#headcopy a{
    transition: 0.4s;
}

#headcopy a:hover{
    opacity:0.5;
}

#headcopy h3{
    font-size: 13pt;
    font-weight: bold;
}


.main_v {
    width: 100%;
    min-height: 100vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

#main-title {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 250px;
    margin-left: -125px;
    margin-top: -125px;
    display: block;
}

footer p{
    color: #ffffff;
}

#covid{
text-align: center;
    font-family: sans-serif;
}
#covid h3{
    font-size: 14pt;
    border: 1px solid #cc0000;
    color: #cc0000;
    padding: 15px;
    margin-bottom: 30px;
}

#covid p{
    font-size: 12pt;
    margin-bottom: 30px; 
}

#covid h4{
    color: #cc0000;
    font-size: 12pt;
    font-weight: bold;
}

#covid .request{
    background-color: #fff1eb;
    padding: 20px 0 0 0;
}

#covid .request ul{
    padding-bottom: 20px;
}

#covid .request li{
    text-decoration: underline;
    
}



@media only screen and (max-width:767px) {
    .main_v {
        min-height: 100vh;
        background-size: cover;
        background-position: center center;
    }

    #main-title {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        width: 180px;
        height: 180px;
        margin-left: -90px;
        margin-top: -90px;
        display: block;
    }

    #headcopy {
        padding: 30px 0;
    }

    #headcopy h2 {
        font-size: 12pt;
    }
}