/* CSS INFORMATION -====================================================
File name : top.css
Description :
===================================================================== */

/* =====================================================================
*    header
* =================================================================== */
.header {
    background-color:#4d4d4d;
    box-shadow:0 1px 8px 0 rgba(0,0,0,0.2),0 1px 8px 0 rgba(0,0,0,0.2);
}
.header h1 {
    font-size:6vw;
    font-weight: 600;
    color:#fff;
    letter-spacing: 0.2rem;
    text-shadow: 1px 1px 0 
    #000;
}

.header .inner {
    width: 100%;
    padding:2.5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header button {
    font-family: inherit;
    font-size: 1.4rem;
    background-color: #f9b903;
    border-radius: 5px;
    color:#fff;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0.5rem 1rem;
    appearance: none;
    letter-spacing: 0.2rem;
    box-shadow: 0 2px 0 rgb(156, 156, 156);
}
.header button i {
    margin-right: 0.8rem;
    font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
    .header h1 {
        font-size:3.8rem;
    }
    .header .inner {
        padding:0.4% 1.5%;
    }
    .header button {
        font-size: 2rem;
        padding: 1rem 2rem;
    }
    .header button i {
        font-size: 1.8rem;
    }
}

@media screen and (min-width: 1100px) {
    .header button:active {
        -ms-transform: translateY(2px);
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
        box-shadow: none;
    }
    
}


/* =====================================================================
*    main
* =================================================================== */
.sec_ttl {
    font-size:1.75rem;
    font-weight: 700;
    padding: 0 0.8rem;
    text-shadow: rgba(0, 0, 0, 0.1) 0px 1px 1px;
    width: 100%;
    border-left:6px solid #d31111;
    margin:18px 0 12px;
}

.li_detail {
    box-shadow: 0 2px 8px rgba(0,0,0, .2), 0 2px 8px rgba(0,0,0, .2);
    margin-bottom:4%;
    background-color: #fff;
}
.li_head {
    background-color: #ededed;
    padding:0.8rem;
}

.li_ttl {
    font-size:1.4rem;
    line-height: 1.5;
    font-weight: 700;
}
.li_head time {
    font-size:0.87rem;
    color:#9e9e9e;
}
.li_text {
    padding: 0.8rem;
    font-size: 1.14rem;
}
.li_text_h {
    color:#d31111;
    font-weight: 600;
}
.li_text_nodata {
    text-align: center;
    line-height: 5em;
}
.off {
    display: none;
}
.corona_link {
    font-size: 1.6rem;
    padding-top: 1.4rem;
    display: none;
    text-align: center;
    width: 90%;
    margin: auto;
}
.saigai_category {
    font-size: 1.6rem;
    padding-bottom: 1.4rem;
    text-align: right;
    display: none;
}
select[name=select_category] {
    font-size: 1.4rem;
    vertical-align: text-top;
    height: 30px;
}

@media screen and (min-width: 768px) {
    .sec_ttl {
        font-size:3.2rem;
        margin:24px 0 12px;
    }
    .li_head time {
        font-size:1.7rem;
    }
    .li_ttl {
        font-size:2.6rem;
    }
    .li_text {
        font-size:2rem;
    }
    .corona_link {
        padding-top: 2.4rem;
        width: 100%;
    }
    .saigai_category {
        font-size: 2rem;
    }
    select[name=select_category] {
        font-size: 2rem;
    }
}

@media screen and (min-width: 1100px) {
    .sec_ttl {
        margin:24px 0 28px;
        padding: 0 1.4rem;
    }
    .corona_link {
        padding-top: 2.4rem;
        width: 100%;
    }
    .li_head {
        padding:1.2rem 1.4rem;
    }
    .li_head time {
        font-size:1.2rem;
    }
    .li_ttl {
        font-size:2rem;
    }
    .li_text {
        font-size:1.6rem;
        padding:1.2rem 1.4rem;
    }
}
