.details-map{display:block;width:100%;min-height:400px;margin:0 0 1.5em 0;padding:0;background:#bee9f5;border-radius:var(--border-radius);overflow:hidden;border:1px solid var(--border-grey);position:relative}.details-map svg{width:100%;height:100%;display:block}.details-map svg path{fill:#d4f4d0}.map__spot{fill:transparent;stroke:#111;stroke-width:1;fill:var(--background-white,#fff);transition:stroke .2s ease;cursor:pointer}.map__spot:hover{stroke:var(--background-dark-red,#d32f2f);fill:var(--background-dark-red,#d32f2f)}.marker-line{stroke:#111;stroke-width:1;opacity:.6}.marker-card{pointer-events:none;transform:translate(calc(var(--card-x,20) * 1px),calc(var(--card-y,40) * 1px))}.marker-link:hover{text-decoration:none}.marker-card-content{transform:translate(.5px,1px)}.marker-card--bg{fill:#faf9f6;stroke-width:1;filter:drop-shadow(0 2px 4px rgba(0, 0, 0, .04))}.marker-card--active .marker-card--bg{fill:var(--background-green,#4caf50)!important}.marker-card__label{fill:var(--color-black);font-family:Arial,sans-serif;font-size:7px;font-weight:700;margin-bottom:5px}.marker-card--active .marker-card__label{fill:var(--background-white,#fff)!important}.marker-card__details{fill:#666;font-family:Arial,sans-serif;font-size:5px}.marker-card--active .marker-card__details{fill:var(--background-white,#fff)!important}.marker-card-icon-bg{fill:#f5f5f5}.marker-card-icon{fill:#8b4513;font-family:Arial,sans-serif;font-size:7px;text-anchor:middle}.marker-card--bg-active .marker-card__label{fill:var(--color-white)}.marker-card text{pointer-events:none}.chubu,.chugoku,.hokkaido,.kansai,.kanto,.kyushu,.okinawa,.shikoku,.tohoku{fill:#ededed;stroke:rgba(0,0,0,.04);cursor:pointer}.chubu:hover,.chugoku:hover,.hokkaido:hover,.kansai:hover,.kanto:hover,.kyushu:hover,.okinawa:hover,.shikoku:hover,.tohoku:hover{fill:var(--background-dark-red)}.details-map__report{position:absolute;top:1em;left:1em;width:275px;background-color:var(--background-white);border-radius:var(--border-radius);border:1px solid var(--border-grey);z-index:1}.details-map__report__content{display:block;padding:1em;position:relative}.details-map__report-live{position:absolute;top:12px;right:17px;padding:.5em .5em .5em 1.75em;border-radius:var(--border-radius);color:var(--color-white);background-color:var(--background-dark-red);font-size:.8em}.details-map__report-live-icon{position:absolute;top:11px;left:8px;width:10px;height:10px;margin-right:5px;background-color:var(--background-white);border-radius:100%}.details-map__report__item{display:block;margin-top:.8em;border:1px solid var(--border-grey);border-radius:var(--border-radius);position:relative}.details-map__report__item--image{position:absolute;top:0;bottom:0;right:0;width:65px;height:100%;object-fit:cover;border-top-right-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}.details-map__report__item__content{display:block;padding:.5em 4em .5em .75em}.details-map__report__item__content--title{display:block;font-size:.9em;font-weight:600;margin:0;padding:0}.details-map__report__item__content--status{display:block;font-size:.9em;margin:0;padding:0;color:var(--color-dark-red);font-weight:600}.reports{display:block;margin-top:1.5em;background-color:var(--background-white)}.reports__title{display:block;padding:1em;font-weight:600;border-bottom:1px solid var(--border-grey);position:relative}.reports__title--live{position:absolute;top:12px;right:12px;padding:.5em .5em .5em 1.75em;border-radius:var(--border-radius);color:var(--color-white);background-color:var(--background-dark-red);font-size:.8em}.reports__title--live-icon{position:absolute;top:11px;left:8px;width:10px;height:10px;margin-right:5px;background-color:var(--background-white);border-radius:100%}.reports__table{width:100%;border-collapse:separate;border-spacing:0}.reports__table tbody{display:table-row-group}.reports__table tr{box-shadow:0 1px 0 0 var(--border-grey)}.reports__table tr:last-child{box-shadow:none}.reports__table td{width:33%;padding:1em}.reports__table td:last-child{text-align:right;font-size:.9em;font-style:italic;color:var(--color-dark-grey)}.report__item--status{padding:.5em .75em}.report__item--status-active{color:var(--color-dark-red);font-weight:600}@media only screen and (max-width:820px){.details-map__report{display:none}.reports__table td:nth-child(3){display:none}}