.fixed {
    position: fixed !important;
}

.ui-widget-overlay {
  background: #000000 !important;
  opacity: .85 !important;
  filter: Alpha(Opacity=40);
}

.modal-title {
  display: flex;
  margin: auto;
  width: 685px;
  margin-left: 105px;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: bold !important;
  border-bottom:1px dotted #888;
}
#kousha-select-modal {
  overflow-y: visible;
}
#kousha-select-iframe {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 600px;
  border: none;
}
.ui-dialog-titlebar {
  display:none;
}

.ui-dialog {
  z-index: 50002 !important;
}

.search-img-address {
  background: url('../../img/kousha_select/search/address_frame.jpg') no-repeat;
}

.search-img-postal {
  background: url('../../img/kousha_select/search/yubin.jpg') no-repeat;
}

.search-content {
  height: 90px;
  padding: 35px 5px 5px 5px;
}

.search-img {
  width: 233px;
}

.search-btn {
  width: 50px;
  height: 25px;
  border: none;
  background: url('../../img/kousha_select/search/search.png') no-repeat;
  cursor: pointer;
  display: block;
}

.search .search-text {
  word-wrap: break-word;
  width: 139px;
  height: 19px;
  margin: 2px 2px 0 0;
  display: block;
  padding: 1px;
}

.search-q {
  font-size: 12px;
  text-align: left;
  font-weight: normal;
  line-height: 100%;
  margin: 2px 2px 5px 2px;
}

.search-q-strong {
  font-weight: bold;
}

.search-line-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 25px;
}

.search-radio-area {
  margin-top: 5px;
}

.search .search-radio-container {
  line-height: 11px;
  font-size: 11px;
  line-height: 11px;
  margin-top: 4px;
  height: 25px;
  font-weight: normal;
  background-color: unset !important;
  color: unset !important;
  width: auto;
  padding: unset;
  margin: unset;
  float: none;
  display: unset;
}

.search-note {
  line-height: 11px;
  font-size: 11px;
  line-height: 11px;
  margin-top: 4px;
  height: 25px;
}

.result {
  padding: 3px;
  width: 800px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.result-count {
  color: #00F;
  margin-top: 3px;
}

.result-hes {
  border: solid 1px;
  border-radius: 5px;
  margin: 7px;
  height: 70px;
  padding: 3px 8px;
  overflow: hidden;
  white-space: nowrap;
}

.result-hs {
  background-color: #CDC;
  border-color: #9B9;
}

.result-es {
  background-color: #C7DDE2;
  border-color: #8A9ED5;
}

.result-img-hs {
  width:  29px;
  height: 37px;
  margin-right: 10px;
}

.result-img-name {
  display: flex;
}

.result-name-target {
  font-size: 120%;
  font-weight: bold;
  padding-top: 8px;
}

.result-name {
  border-bottom: 1px solid rgb(12, 12, 12)
}

.result-name-hs {
  border-color: #475;
  color: #447754;
}

.result-name-es {
  border-color: #5A77C2;
  color: #343F85;
}

.result-target {
  color: #B50000;
  font-weight: bold;
  font-size: 80%;
}

.result-address {
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  margin: 3px 0 3px 0;
}

.result-zipcode {
  font-weight: normal;
  font-size: 90%;
}

.result-ku {
  margin-left: 10px;
}

.modal-result-box {
    transition: all .4s ease-in-out;
}

.modal-result-box:hover {
    box-shadow: 1px 1px 12px rgba(0,0,0,.65);
    cursor: pointer;
}

.search {
  display: flex;
  margin: auto;
  width: 700px;
}

.m-5 {
  margin: 5px;
}

.result h4 {
  background-color: unset;
  border: unset;
  outline: unset;
  padding: unset;
  margin-bottom: unset;
  line-height: unset;
}

.close-modal-box {
  width: 30px;
  float: right;
}
.result-title {
  background-color: rgb(214, 212, 212);
  border-radius: 5px;
  padding: 5px;
}

.close-modal-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.map {
  width: 693px;
  height: 327px;
  margin: 4px auto;
  position: relative;
}

.map-img-jp {
  width: 693px;
  height: 327px;
  /*z-index は同じ階層にしか適応されないため ここに画像を配置する*/
  background: url('../../img/kousha_select/map/map.png?20210521') no-repeat;
  position: absolute;
  z-index: -1;
}

.map-content {
  width: 216px;
  position:absolute;
}

.map-pref-h3 {
  position: absolute;
  z-index: 1;
  width: auto;
  margin: 0;
  padding: 0;
}

.map-ul {
  position: absolute;
  top:  -15px;
  left: -12px;
  width: 195px;
  margin: 0;
  list-style: none;
  z-index: 1;
  background: url('../../img/kousha_select/map/popup_bg.png');
  border: 1px solid #A5AAAF;
  visibility: hidden;
}

.map-content ul {
  padding: 40px 0px 9px 9px;
}

.map-ul-flex {
  display: flex;
  flex-wrap:  wrap;
  justify-content: space-between;
}

.map-li {
  display: block;
  width: 86px;
  height: 22px;
  background: url('../../img/kousha_select/map/link_bg.png') no-repeat;
  background-size: 86px 22px;
  padding: 0 0 0 17px;
  margin: 8px 4px 0 2px;
  font-size: 15px;
  line-height: 19px;
  color: #0099CC;
  text-decoration: underline;
  cursor: pointer;
  flex: 1 0 36%;
}

#map-position-hokaido {
  top: 36px;
  left: 580px;
}

#map-position-tohoku {
  top: 132px;
  left: 562px;
}

#map-position-kanto {
  top: 224px;
  left: 463px;
}

#map-position-shinetsuhokuriku {
  top: 98px;
  left: 364px;
}

#map-position-tokai {
  top: 228px;
  left: 360px;
}

#map-position-kinki {
  top: 140px;
  left: 300px;
}

#map-position-chugoku {
  top: 140px;
  left: 199px;
}

#map-position-shikoku {
  top: 249px;
  left: 209px
}

#map-position-kyushu {
  top: 172px;
  left: 44px;
}

#map-position-okinawa {
  top: 60px;
  left: 87px;
}

.city-chose {
  padding: 2px;
  background-color: #f2f6f8;
  border: 1px solid #cad3d8;
  color: #6f99c6;
  margin: 10px;
  cursor: pointer;
}

.loading {
  text-align: center;
}

.loading-text {
  text-align: center;
  font-size: small;
}

/* IE対応 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .search .search-radio-area {
    display: flex;
  }

  .search .search-radio-container {
    padding-right: 10px;
  }
}

div.FFt {
  position: relative;
  top: 3px;
  left: -2px;
}

#check-kousha,
.efo-hidden-text {
  background: none !important;
  width: 0px;
  height: 0px;
  border: none;
  opacity: 0;
}
