header {
     background: #333;
 }
header a, header a:hover {
    color: #fff;
    text-decoration: none;
}
header a {
    font-size: .9rem;
    line-height: 50px;
    padding: 0 1em;
    text-align: center;
}
header a:hover {
    background: #999;
}
/* ヘッダーここまで */

/* ログイン画面 */
.save_password {
    position: relative;
}
.save_password > label {
    padding-left: 2rem;
}
.save_password > input[type="checkbox"] {
    display: none;
}
.save_password > .pwcheck {
    position: absolute;
    top: 0;
    left: 0;
    color: #007bff;
    pointer-events: none;
}
.pwcheck {
    font-size: 2em !important;
    line-height: .9em !important;
}
.save_password > input[type="checkbox"] + .pwcheck + .pwcheck,
.save_password > input[type="checkbox"]:checked + .pwcheck {
    display: none;
}
.save_password > input[type="checkbox"] + .pwcheck,
.save_password > input[type="checkbox"]:checked + .pwcheck + .pwcheck {
    display: inline;
}
/* ログイン画面ここまで */

/* 一覧画面 */
.listview {
    font-size: .9rem;
}
.listview th, .listview td {
    padding: .45rem;
}
.listview th:first-of-type,
.listview td:first-of-type {
    padding-left: .45rem;
}
.listview a {
    display: block;
    word-wrap: normal;
}
.listview a:hover {
    text-decoration: none;
}
.listview td.tools {
    position: relative;
}
/* modal */

/* toggle */
.opentoggle {
    cursor: pointer;
}
.closetoggle {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.opentoggleinput:checked ~ .closetoggle {
    display: block;
}
.opentoggleinput:checked ~ .operation-tools {
    display: flex;
    flex-flow: row nowrap;
}
input[name="tooltoggle"] {
    display: none;
}
/* toggleここまで */

/* 情報入力画面 */
.location_select_modal {
    position: relative;
    max-width: 800px;
    max-height: 600px;
    width: 95%;
    height: 95%;
}

.yolp-ymapbanner {
    display: none; /* Yahooマップをスマートフォンで表示した際の「大きな地図で見る」ボタンを強制的に非表示 */
}
/* 情報入力画面ここまで */

.listview .operation {
    color: #28a745
}
.listview .operation:hover {
    color: #2E7D32;
}
.listview .operation-tools {
    position: absolute;
    right: 0;
    display: none;
    z-index: 1;
}
.listview a.operation:focus ~ .operation-tools,
.operation-tools:active {
    display: flex;
    flex-flow: row nowrap;
}
.listview .operation-tools a {
    display: block;
    width: 5.5rem;
    background: #007bff;
    color: #fff;
    margin-left: .2rem;
    padding: .5rem 1rem;
    border-radius: 5px;
}
.listview .operation-tools a:hover {
    background-color: #6610f2;
}
.listview .operation-tools a.delete {
    background-color: #dc3545;
}
.listview .operation-tools a.delete:hover {
    background-color: #c62828;
}

/* 地図 */
.map-container{
    max-width: 1140px!important;
}
.map-wrapper{
    height: 80vh;
    width: 100%;
}
@media (max-width: 768px) {
    .map-wrapper{
        width: auto;
    }
}

.align-center{
    text-align: center;
}
.infowindow-content{
    overflow: scroll;
}
.yolp-infowindow{
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}
.yolp-infowindow table{
    border-collapse:collapse;
}
.yolp-infowindow table tr,
.yolp-infowindow table td{
    background: #fff!important;
    border: 1px solid #fff!important;
}
.yolp-infowindow table tr:first-child td:first-child > div{
    height: 65px!important;
}
.yolp-infowindow table tr:first-child td:first-child > a{
    height: 40px!important;
    width: 40px!important;
    right: 5px!important;
    background: #333!important;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    transition: all .25s ease-out;
    border-radius: 50%;
}
.yolp-infowindow table tr:first-child td:first-child > a:before{
    content: "×";
    color: #fff;
    font-size: 2rem;
}
.yolp-infowindow table tr:first-child td:first-child > a:hover{
    opacity: 0.8;
}
.disaster-information--title{
    font-size: 1.1rem;
    font-weight: bold;
    border-bottom: 1px solid #333;
    margin: 0px;
}
.disaster-information--date{
    font-size: 0.9rem;
    text-align: right;
    margin-bottom: 0.8em;
}
.disaster-information--img{
    max-height: 300px;
    text-align: center;
    margin-bottom: 10px;
}
.disaster-information--img img{
    max-width: 100%;
    max-height: 300px;
    height: auto;
    width: auto;
}
.disaster-type{
    
}
.disaster-type--icon{
    
}
.disaster-information--address{
    background-color: #efefef;
    padding: 8px;
    text-align: center;
    font-weight: bold;
}
.disaster-information--point{
    font-size: 0.9rem;
    font-weight: normal;
}