@charset "utf-8";

/* common */
.clearfix {
  clear: both;
}
.margin20 {
  margin: 20px 0;
}

.border_l {
  display: block;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #1c4937;
  font-size: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: solid 1px #1c4937;
  border-bottom: solid 1px #1c4937;
  margin-bottom: 25px;
  text-align: center;
}

.search .description {
  display: block;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 17px;
  text-align: center;
}

.search .lot_search {
  margin: 18px 0 25px;
  text-align: center;
}

.search .lot_search .line {
  margin: 8px 0
}

.search .lot_search input {
  padding: 10px 16px;
  font-size: 26px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.search .lot_search button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.search .lot_search button.default {
  color: #fff;
  background-color: #1c4937;
  border-color: #ccc;
  padding: 10px 16px;
  font-size: 26px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.search .lot_search .error {
  color: #cd3c3b;
  font-size: 22px;
}

/** 検索結果 */
.search .result {
  display: block;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #1c4937;
  font-size: 21px;
  margin-bottom: 10px;
  text-align: center;
}
.search ul.results {
  width: 100%;
}
.search ul.results li {
  float: left;
  width: 345px;
  border-right: 1px solid #1c4937;
  border-bottom: 1px solid #1c4937;
  background-color: #f8f2e6;
  padding: 8px 0;
  text-align: center;
  vertical-align: middle;
  font-size: 19px;
}
.search ul.results li:nth-child(-n+3) {
  border-top: 1px solid #1c4937;
}
.search ul.results li:nth-child(3n+1) {
  border-left: 1px solid #1c4937;
}

.search div.to_nlbc {
  margin-bottom: 25px;
}
.search div.to_nlbc a {
  display: block;
  width: 541px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  overflow: hidden;
  text-align: center;
  background-image: url(../../img/common/button_b.png);
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 24px;
  margin: 15px auto;
}
.search div.to_nlbc a span  {
  display: block;
  border: dotted 2px #fff;
  margin: 5px;
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 1.8em;
}
.search div.to_nlbc a span span{
  padding: 0;
  margin: 0;
  display: block;
  border: none;
  font-size: 13px;
  overflow: hidden;
  line-height: 1.2em;
}
.search div.to_nlbc a:link,
.search div.to_nlbc a:visited {
  color: #fff;
  background-color: #1c4937;
}
.search div.to_nlbc a:hover,
.search div.to_nlbc a:active {
  background-color: #333;
}


/** 問い合わせ */
.h_tel {
  border-top: 1px solid #1c4937;
  padding-top: 25px;
  position: relative;
  overflow: hidden;
}

.h_tel .hosoku {
  display: block;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #000;
  font-size: 17px;
  text-align: center;
}
.h_tel ul {
  display: block;
  margin-top: 45px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
  left: 50%;
  float: left;
}
.h_tel ul li {
  background-color: #1c4937;
  overflow: hidden;
  float: left;
  color: #fff;
  left: -50%;
  text-align: center;
  position: relative;
  margin: 0;
}
.h_tel ul li dl {
  margin: 5px;
  border: dotted 1px #fff;
  padding: 15px;
}
.h_tel ul li dl dt {
  font-size: 18px;
  border-bottom: solid 2px #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.h_tel ul li dl dd {
  display: block;
  background-image: url(../../img/common/fdial2.png);
  background-repeat: no-repeat;
  background-position: left top;
  font-size: 35px;
  text-align: center;
  line-height: 1.2em;
  padding-left: 75px;
  margin-left: 25px;
  margin-right: 25px;
}
.h_tel ul li dl dd span {
  display: block;
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1em;
}
