a, abbr, address, article, aside, blockquote, canvas, caption, cite, code, dd, details, dt, fieldset, figcaption, figure, form, h1, h2, h3, h4, h5, h6, label, legend, li, p, pre, table, tbody, td, tfoot, th, thead, tr {
  font-family: "\30D2\30E9\30AE\30CE\89D2\30B4\30B7\30C3\30AF", "Hiragino Sans", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "HiraKakuProN-W3", "\30E1\30A4\30EA\30AA", Meiryo, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1em;
  color: #303030;
  word-wrap: break-word;
  list-style-type: none
}

.title__area {
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  /*align-items: center*/
}

.title__area-box {
  padding: 3px 33px 11px 35px;
  background: linear-gradient(270deg, #eaeaea -69.98%, #fff 100%);
  -webkit-filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
  border-radius: 0 4px 4px 0
}

.title__select {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 311px;
  margin: 6px auto 0;
  padding: 11px 0;
  background-color: #fff;
  border: 1px solid silver;
  border-radius: 8px
}

.title__select-text {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #1f59ba;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.title__select-inner {
  position: relative;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.title__select-inner::before, .title__select-inner::after {
  position: absolute;
  right: 15px;
  width: 7px;
  height: 6px;
  content: "";
  background-color: #d9d9d9
}

.title__select-inner::before {
  top: 4px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
  clip-path: polygon(50% 0, 100% 100%, 0 100%)
}

.title__select-inner::after {
  bottom: 4px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%)
}

.title__select-content {
  width: 150px;
  height: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #1f59ba;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: none
}

.title__select-content:focus {
  border: none;
  outline: 0
}

.title__select-content::-ms-expand {
  display: none
}

.title__period {
  position: absolute;
  display: flex;
  bottom: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  gap: 1px;
  width: 372px;
  z-index: 10;
  -webkit-filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4))
}

.title__period-button {
  position: relative;
  width: 46px;
  height: 46px;
  pointer-events: none;
  background-size: cover;
  opacity: .4
}

.title__period-button.is-active {
  pointer-events: auto;
  cursor: pointer;
  opacity: 1
}

.title__period-button.prev {
  background-image: url("../img/button_prev.svg")
}

.title__period-button.next {
  background-image: url("../img/button_next.svg")
}

.title__period-calendar {
  position: relative;
  flex: 1;
  text-align: center;
  background-color: #fff;
  border: 1px solid silver
}

.title__period-calendar input {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0
}

.title__period-calendar input::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0
}

.title__period-calendar input::-webkit-inner-spin-button {
  -webkit-appearance: none
}

.title__period-calendar input::-webkit-clear-button {
  -webkit-appearance: none
}

.title__period-calendar-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding-left: 28px;
  color: #1f59ba;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
  background-image: url("../img/icon_calendar.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 19px;
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.title__option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 440px;
  margin-top: -1px;
  padding: 11px 0;
  background-color: #fff;
  border: 1px solid silver;
  border-radius: 0 0 8px 8px
}

.title__option-list {
  display: flex;
  flex: 1;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding-left: 10px
}

.title__option-list input {
  display: none
}

.title__option-list input:checked+.title__option-text {
  background-image: url("../img/icon_check_on.svg")
}

.title__option-text {
  position: relative;
  display: block;
  padding-left: 21px;
  background-image: url("../img/icon_check_off.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
  color: #1f59ba;
  font-size: 17px;
  font-weight: bold;
  line-height: 18px;
  transition: background-image .2s ease-out;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.title__option-info {
  width: 22px;
  height: 22px;
  margin-right: 11px;
  cursor: pointer
}

.heading {
  margin: 0;
  font-size: 38px;
  font-weight: bold;
  line-height: 40px;
  color: #0c419a;
  text-shadow: 2px 2px 0 rgba(255, 255, 255, .9)
}

.heading__sub {
  font-size: 22px;
  font-weight: normal;
  line-height: 22px
}

.modal {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 30;
  width: 640px;
  padding: 25px 22px 20px;
  background-color: #fff;
  -webkit-filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.4));
  border-radius: 16px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.modal__title {
  display: flex;
  gap: 18px
}

.modal__title-text {
  margin: 0;
  font-size: 17px;
  font-weight: bold;
  line-height: 26px;
  color: #101010
}

.modal__content {
  display: flex;
  gap: 17px;
  margin-top: 17px
}

.modal__content-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 230px;
  overflow: hidden
}

.modal__content-image::after {
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 32px;
  height: 32px;
  background-image: url("../img/icon_zoom.svg");
  background-size: cover;
  content: ""
}

.modal__content-image img {
  width: 230px;
  height: 230px;
  object-fit: cover;
  cursor: zoom-in;
}

.modal__content-textarea {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 3px;
  height: 230px
}

.modal__content-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px
}

.modal__content-tag {
  padding: 2px 6px;
  margin: 0;
  font-size: 11px;
  line-height: 12px;
  color: #303030;
  text-align: center;
  background-color: #efeae2;
  border-radius: 16px
}

.modal__content-inner {
  overflow-y: scroll
}

.modal__content-text {
  margin: 0;
  font-size: 24px;
  line-height: 36px;
  color: #303030;
  word-wrap: break-word;
  white-space: pre-wrap
}

.info__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  background-color: rgba(0, 0, 0, .4)
}

.info__modal-inner {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 21px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 380px;
  max-height: 75%;
  min-height: 232px;
  padding: 40px 25px;
  background-color: #fff;
  border-radius: 16px;
}

.info__modal-box {
  overflow-y: scroll;
}

.info__modal-block {
  margin-bottom: 5px;
}

.info__modal-title {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px
}

.info__modal-text {
  margin: 0;
  margin-top: 8px;
  padding-left: 1px;
  font-size: 13px;
  line-height: 19px
}

.info__modal-note {
  position: relative;
  margin: 0;
  margin-top: 8px;
  padding-left: 1px;
  font-size: 13px;
  line-height: 14px;
  padding-left: 23px
}

.info__modal-title.mark::before {
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
  border-radius: 50%;
  content: ""
}

.info__modal-title.mark.network::before {
  border: solid 1px rgb(0, 255, 55);
  background-color: rgba(0, 255, 55, .5);
}

.info__modal-title.mark.powerOutage::before {
  border: solid 1px #f0c;
  background-color: rgba(243, 127, 249, .5);
}

.info__modal-title.line::before {
  width: 13px;
  height: 2px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  border-radius: 1px;
  content: ""
}

.info__modal-title.line.route::before {
  border: solid 1px #0ff;
  background-color: rgba(0, 255, 255, .5);
}



.info__modal-close {
  position: absolute;
  top: -5px;
  right: -48px;
  width: 40px;
  height: 40px;
  cursor: pointer
}

.info__modal .text-blue {
  color: blue;
  font-weight: bold;
}

.info__modal .text-green {
  color: green;
  font-weight: bold
}

.info__modal .text-red {
  color: red;
  font-weight: bold;
}

.info__modal .text-pink {
  color: magenta;
  font-weight: bold;
}

#report_image {
  -webkit-filter: drop-shadow(1px 0 0 #fff) drop-shadow(-1px 0 0 #fff) drop-shadow(0 1px 0 #fff) drop-shadow(0 -1px 0 #fff);
  filter: drop-shadow(1px 0 0 #fff) drop-shadow(-1px 0 0 #fff) drop-shadow(0 1px 0 #fff) drop-shadow(0 -1px 0 #fff)
}

#tokusetsu {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #fff;
  border-radius: 0 0 0 5px;
  padding: 5px;
  box-shadow: 2px 2px 5px gray;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #0a5f08;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold
}

#tokusetsu img {
  padding-bottom: 3px;
  width: 25px;
  height: auto
}

@media screen and (max-width: 749px) {
  .title__area {
    top: 0;
    left: 0;
    align-items: center;
    width: 100%;
    text-align: center
  }
  .title__area-box {
    width: 100%;
    padding: 5px 0 7px;
    background: linear-gradient(270deg, #eaeaea 3.94%, #fff 100%);
    border-radius: 0
  }
  .title__select {
    width: 240px;
    padding: 6px 0;
    margin-top: 4px
  }
  .title__select-text {
    font-size: 17px
  }
  .title__select-inner {
    position: relative
  }
  .title__select-inner::before, .title__select-inner::after {
    right: 4px
  }
  .title__select-inner::before {
    top: 3px
  }
  .title__select-inner::after {
    bottom: 3px
  }
  .title__select-content {
    width: 120px;
    font-size: 17px
  }
  .title__period {
    width: 280px;
    bottom: 64px
  }
  .title__period-button {
    width: 32px;
    height: 32px
  }
  .title__period-calendar-text {
    padding-left: 27px;
    font-size: 15px;
    user-select: none;
  }
  .title__option {
    width: 360px;
    padding: 16px 0 8px
  }
  .title__option-list {
    gap: 8px;
    padding-left: 12px
  }
  .title__option-text {
    padding-left: 19px;
    font-size: 13px;
    line-height: 16px
  }
  .title__option-info {
    margin-right: 3px
  }
  .heading {
    font-size: 24px;
    line-height: 28px
  }
  .heading__sub {
    font-size: 16px;
    line-height: 16px
  }
  .modal {
    bottom: 12px;
    width: calc(100vw - 50px);
    padding: 8px 10px 17px;
    border-radius: 8px
  }
  .modal__title {
    gap: 12px
  }
  .modal__title-text {
    font-size: 13px;
    line-height: 20px
  }
  .modal__content {
    gap: 11px;
    margin-top: 12px
  }
  .modal__content-image {
    width: 120px;
    height: 120px
  }
  .modal__content-image::after {
    width: 24px;
    height: 24px;
    cursor: zoom-in;
  }
  .modal__content-image img {
    width: 120px;
    height: 120px
  }
  .modal__content-textarea {
    height: 120px
  }
  .modal__content-tags {
    gap: 5px
  }
  .modal__content-text {
    font-size: 15px;
    line-height: 23px
  }
  .info__modal-inner {
    width: 250px;
    padding: 30px 20px
  }
  .info__modal-close {
    top: -45px;
    right: -7px
  }
  #tokusetsu {
    font-size: 12px;
    flex-direction: column
  }
  #tokusetsu img {
    padding: 0;
    width: 30px
  }
  #tokusetsu div:nth-of-type(1) {
    text-align: center
  }
  #tokusetsu div:nth-last-of-type(1) {
    display: none
  }
  #tokusetsu span {
    display: block
  }
  #tokusetsu span:nth-of-type(1) {
    display: none
  }
}
