@charset "utf-8";
/* CSS Document */
.wrapper.progress .contents {
  width: 100%;
  padding: 0 30px 30px 30px;
}
.gm-style .gm-style-iw {
  font-size: 12px;
}
.wrapper.progress .title {
  font-weight: bold;
}
#gmap {
  height: 650px;
}
@media screen and (max-width: 767px) {/*SP*/
  .wrapper.progress .contents {
    padding: 15px;
  }
  #gmap {
    height: 750px;
  }
}
/*-2023.03追記-*/
/*検索部分*/
@media all and (-ms-high-contrast: none) {
  .history .refinementTable {
    table-layout: fixed;
  }
}
.history .contents h2 {
  background: url(images/h2_icon.png) no-repeat left 3px;
  background-size: 24px auto;
}
.history .read {
  margin-bottom: 15px;
}
.history .refinementTable th {
  width: 100px;
  vertical-align: top;
  padding: 15px;
  color: #0078AC;
  background: #CFE6FC;
  font-weight: bold;
  border-right: #bdcede solid 1px;
  border-bottom: #bdcede solid 1px;
}
.history .refinementTable td {
  padding: 15px;
  border-right: #bdcede solid 1px;
  border-bottom: #bdcede solid 1px;
}
.history .updateDate {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.history .updateDate .line + .line {
  margin-left: 15px;
}
.history .updateDate select {
  margin: 0 5px;
  padding: 6px 10px;
  border-radius: 3px;
  border: #DDD solid 1px;
}
.history .updateDate select:first-of-type {
  margin-left: 0;
}
.history .updateDate + .colorRed {
  margin-top: 5px;
}
.history .btnArea {
  text-align: center;
  margin: 15px 0 0 0;
}
.history .btnArea .narrowBtn {
  background: #053978;
  padding: 10px 25px;
  color: #FFF;
  border: 0;
  font-size: 16px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "メイリオ", Meiryo, "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.history .btnArea .narrowBtn:disabled, .history .btnArea .narrowBtn:disabled:hover {
  background: #495665;
  color: #a9b0b7;
  opacity: 0.5;
  cursor: default;
}
.history .btnArea .narrowBtn:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  cursor: pointer;
}
.history .allDel {
  margin-bottom: 15px;
}
.history .allDel label {
  background: #ebf1f7;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
}
.history .allDel label:hover {
  cursor: pointer;
}
.history .tunnelWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.history .tunnelWrap .tunnelBox {
  width: 49%;
  margin-bottom: 15px;
}
.history .tunnelWrap .tunnelBox .c_name {
  font-weight: bold;
  color: #053978;
  position: relative;
}
.history .tunnelWrap .tunnelBox label {
  display: block;
}
.history .tunnelWrap .tunnelBox label:hover {
  cursor: pointer;
}
.history .tunnelWrap .tunnelBox label input[type="radio"] {
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.history .tunnelWrap .tunnelBox label input[type="checkbox"] {
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
/*マップ部分*/
.history .resultWrap {
  margin-top: 30px;
}
.history .mapImg img {
  max-width: 100%;
}
.history .detailArea {
  background: #FFF;
  padding: 20px 0 12px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.history .detailArea img {
  max-width: 100%;
}
.history .detailArea .chara {
  width: 250px;
  margin-right: 10px;
  padding: 5px 0 0 0;
}
.history .detailArea .chara .title {
  margin-bottom: 5px;
}
.history .detailArea .chara .title.onlyText {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}
.history .detailArea .fukidashi {
  width: 820px;
  width: -webkit-calc(100% - 260px);
  width: -moz-calc(100% - 260px);
  width: calc(100% - 260px);
  padding: 15px 20px 10px 20px;
  border-radius: 15px;
  position: relative;
  background: #FFF;
}
.history .detailArea .fukidashi.green {
  border: solid 3px #299954;
}
.history .detailArea .fukidashi.orange {
  border: solid 3px #e99432;
}
.history .detailArea .fukidashi.blue {
  border: solid 3px #28b8c5;
}
.history .detailArea .fukidashi .time {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  margin: 3px 0 5px 0;
}
.history .detailArea .fukidashi.green .time {
  color: #299954 !important;
}
.history .detailArea .fukidashi.orange .time {
  color: #e99432 !important;
}
.history .detailArea .fukidashi .address {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  flex-wrap: wrap;
}
.history .detailArea .fukidashi .address .icon {
  width: 18px;
  margin-right: 10px;
}
.history .detailArea .fukidashi .address .icon img {
  max-width: 100%;
}
.history .detailArea .fukidashi .address .posi {
  width: 93%;
  width: -webkit-calc(100% - 28px);
  width: -moz-calc(100% - 28px);
  width: calc(100% - 28px);
}
.history .detailArea .fukidashi .address .posi2 {
  font-size: 22px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
}
.history .detailArea .fukidashi .att {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-top: 3px;
  text-align: right;
}
.history .refinementTable {
  width: 100%;
  border-top: #bdcede solid 1px;
  border-left: #bdcede solid 1px;
}
.history .mapNone {
  margin-top: 70px;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {/*SP*/
  /*緑*/
  .history .detailArea .fukidashi.green:after, .history .detailArea .fukidashi.green:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .history .detailArea .fukidashi.green:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 10px;
    margin-top: -10px;
  }
  .history .detailArea .fukidashi.green:before {
    border-color: rgba(41, 153, 84, 0);
    border-right-color: #299954;
    border-width: 14px;
    margin-top: -14px;
  }
  /*オレンジ*/
  .history .detailArea .fukidashi.orange:after, .history .detailArea .fukidashi.orange:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .history .detailArea .fukidashi.orange:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 10px;
    margin-top: -10px;
  }
  .history .detailArea .fukidashi.orange:before {
    border-color: rgba(233, 148, 50, 0);
    border-right-color: #e99432;
    border-width: 14px;
    margin-top: -14px;
  }
  /*水色*/
  .history .detailArea .fukidashi.blue:after, .history .detailArea .fukidashi.blue:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .history .detailArea .fukidashi.blue:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 10px;
    margin-top: -10px;
  }
  .history .detailArea .fukidashi.blue:before {
    border-color: rgba(40, 184, 197, 0);
    border-right-color: #28b8c5;
    border-width: 14px;
    margin-top: -14px;
  }
}
@media screen and (max-width: 767px) {/*SP*/
  /*検索部分*/
  .history .contents h2 {
    font-size: 20px;
    padding: 0 0 15px 32px;
    background-size: 18px auto !important;
    background-position: left 3px !important;
    margin-bottom: 20px;
  }
  .history .refinementTable th, .history .refinementTable td {
    display: block;
    width: 100%;
    padding: 10px 15px;
  }
  .history .tunnelWrap .tunnelBox {
    width: 100%;
    margin-bottom: 0;
  }
  .history .tunnelWrap .tunnelBox label {
    margin-left: 0;
  }
  .history .tunnelWrap .tunnelBox + .tunnelBox {
    margin: 10px 0 0 0;
  }
  .history .updateDate select {
    font-size: 14px;
    padding: 6px 25px 6px 10px;
    -webkit-appearance: none;
    background: url("../images/next_arw.png") no-repeat right 10px top 50% / 10px auto;
  }
  /*マップ部分*/
  .history .detailArea {
    padding: 0 0 15px 0;
  }
  .history .detailArea .chara {
    order: 2;
    width: 100%;
    margin-right: 0;
  }
  .history .detailArea .chara img {
    max-width: 180px;
  }
  .history .detailArea .chara .title {
    width: 100%;
    text-align: center;
  }
  .history .detailArea .chara .title.onlyText {
    display: block;
  }
  .history .detailArea .chara .illust {
    text-align: center;
  }
  .history .detailArea .fukidashi {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
    padding: 12px 20px;
  }
  .history .detailArea .fukidashi .time {
    font-size: 14px;
  }
  .history .detailArea .fukidashi .address, .history .detailArea .fukidashi .address .posi2 {
    font-size: 16px;
  }
  .history .detailArea .fukidashi .address .icon {
    width: 12px;
  }
  /*緑*/
  .history .detailArea .fukidashi.green:after, .history .detailArea .fukidashi.green:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 50%;
  }
  .history .detailArea .fukidashi.green:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    border-top-color: #FFFFFF;
  }
  .history .detailArea .fukidashi.green:before {
    border-color: rgba(2, 153, 149, 0);
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-width: 12px;
    border-right-width: 12px;
    margin-left: -12px;
    margin-top: 2px;
    border-top-color: #299954;
  }
  /*オレンジ*/
  .history .detailArea .fukidashi.orange:after, .history .detailArea .fukidashi.orange:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 50%;
  }
  .history .detailArea .fukidashi.orange:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    border-top-color: #FFFFFF;
  }
  .history .detailArea .fukidashi.orange:before {
    border-color: rgba(233, 148, 50, 0);
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-width: 12px;
    border-right-width: 12px;
    margin-left: -12px;
    margin-top: 2px;
    border-top-color: #E99432;
  }
  /*水色*/
  .history .detailArea .fukidashi.blue:after, .history .detailArea .fukidashi.blue:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 50%;
  }
  .history .detailArea .fukidashi.blue:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    border-top-color: #FFFFFF;
  }
  .history .detailArea .fukidashi.blue:before {
    border-color: rgba(40, 184, 197, 0);
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-width: 12px;
    border-right-width: 12px;
    margin-left: -12px;
    margin-top: 2px;
    border-top-color: #28b8c5;
  }
  .history .mapNone {
    margin-top: 30px;
  }
}