@charset "utf-8";

.boxGry {
  padding: 30px 40px;
  background-color: #cfd0d1;
}

.tabList {
  width: 200px;
  height: 40px;
}

.tabListBox {
  padding: 18px;
}

/*search-select*/
#key {
  display: none;
}
#search-select select {
  background-color: #fff;
  width: 224px;
  height: 50px;
  font-size: 100%;
  font-family: "Hiragino Sans W3","ヒラギノ角ゴ ProN W3","WinGothic W3",sans-serif;
  padding: 0 15px;
  margin: 0;
}

#search-select select:focus {
  background-color: #fff;
  outline: 1px solid #005dff;
}

#search-select p, #result #area p.subtit {
  margin: 0;
}

#search-select .bgGry {
  position: relative;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  vertical-align: middle;
  border: 1px solid #ddd;
  background-repeat: no-repeat;
}

#search-select-prefecture,
#search-select-municipality,
#search-select-os {
  position: relative;
  z-index: 1;
  display: block;
  border: 1px solid #cfd0d1;
  border-radius: 0;
  background-image: none;
  box-shadow: none;
}

#search-select .bgGry::after {
  position: absolute;
  top: -9px;
  right: 30px;
  bottom: 0;
  margin: auto;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(135deg) translateY(-50%);
     -ms-transform: rotate(135deg) translateY(-50%);
     transform: rotate(135deg) translateY(-50%);
  z-index: 100;
}

#search-select p.select_map {
  background: #ebebeb;
  padding: 5px 12px 5px 10px;
}
#search-select p.select_map span {
  display: block;
  background: url('/mobile/set/data/network/img/p/icn_arrow_r.png') no-repeat right center;
}
#search-select p.subtit,#result #area p.subtit{
  font-size: 20px;
  padding: 23px 40px 24px;
  text-align: left;
  font-family: "Hiragino Sans W3","ヒラギノ角ゴ ProN W3","WinGothic W3",sans-serif;
  font-weight: bold;
  background-color: #cfd0d1;
}

.subtit + .bgGry,#result #area p.subtit {
  margin-bottom: 30px;
}
.subtit + .bgGry:last-child {
  margin-bottom: 0;
}

p.select_map a{
  margin-top: 30px;
}
/*result*/
#result {
  margin-top: 20px;
}
#result .flt_l {
  width: 340px;
}

#result .bgGry {
  padding: 18px;
}

#result #area {
  float: right;
}
#result .flt_r {
  width: 590px;
  height: 446px;
  position: relative;
  background: url('/mobile/set/data/network/img/p/bg_service-area-box.png') repeat-x 0 0;
}

/* clearfix */
#result:after {
  content: "";
  clear: both;
  display: block;
}

/*list*/
ul.link-list li.noBorder a {
  padding: 44px 0 45px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


.priceLayout .sectionLine:first-child {
  border: none;
  padding-top: 0;
}


select::-ms-expand {
    display: none;
}
