@charset "UTF-8";




#re-tooltip {
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
  padding: 9px 12px 8px 12px;
  font-size: 16px;
  line-height: 1.3;
  color: #555;
  z-index: 10;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

@media screen and (max-width: 768px) {
  #re-tooltip {
    width: 20rem;
    padding: 8px 10px 5px 10px;
    font-size: 13px;
    -webkit-transform: translate(-90%, -1rem);
    transform: translate(-90%, -1rem);
  }
}




.re-search input {
  vertical-align: middle;
  border: 1px solid #999;
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
  height: 70px;
  padding: 15px;
  font-size: 18px;
}
.re-search input:invalid {
	background-color: #fcc;
}
.re-search select {
  vertical-align: middle;
  border: 1px solid #999;
  border-radius: 10px;
  background: #fff url(../../img/re/ico_select.png) right center no-repeat;
  background-size: 30px;
  width: 100%;
  height: 70px;
  padding: 15px 35px 15px 15px;
  font-size: 18px;
}
.re-search input[type="checkbox"] {
  appearance: none;
  border-radius: 3px;
  border: 1px solid #ccc;
  background-color: #eee;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
}
.re-search input[type="checkbox"]:checked {
  border: 1px solid #fd8e26;
  background: #fd8e26 url(../../img/re/ico_check.png) center center no-repeat;
  background-size: 14px;
}
.re-search input[type="checkbox"]:checked + span {
  font-weight: bold;
  color: #630;
}

@media screen and (max-width: 768px) {
  .re-search input {
    border-radius: 5px;
    height: 40px;
    padding: 5px 10px;
    font-size: 16px;
  }
  .re-search select {
    border-radius: 5px;
    background: #fff url(../../img/re/ico_select.png) right center no-repeat;
    background-size: 20px;
    height: 40px;
    padding: 5px 25px 5px 10px;
    font-size: 16px;
  }
  .re-search input[type="checkbox"] {
    border-radius: 2px;
    height: 18px;
    width: 18px;
    margin: 0;
    padding: 0;
  }
  .re-search input[type="checkbox"]:checked {
    background: #fd8e26 url(../../img/re/ico_check.png) center center no-repeat;
    background-size: 12px;
  }
}




.re-search-top {
  position: relative;
  display: block;
  width: 100%;
  padding: 80px 0 100px 0;
}
.re-search-top h2 {
  position: relative;
  border-bottom: 2px solid #e0d6cc;
  margin: 0 0 30px 0;
  padding: 0 0 15px 80px;
  font-size: 50px;
  font-weight: normal;
  line-height: 1.2;
  color: #630;
}
.re-search-top h2:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  display: block;
  background: url(../../img/re/search/ico_search_title.png) center center no-repeat;
  background-size: 60px;
  width: 60px;
  height: 60px;
}
.re-search-top h2 + p {
  text-align: center;
}
.re-search-top ul {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.re-search-top ul li {
  width: 31.66%;
}
.re-search-top ul a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 45px;
  background-color: #80b419;
  width: 100%;
  height: 90px;
  padding-right: 20px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  z-index: 2;
}
.re-search-top ul a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -26px;
  display: block;
  background: url(../../img/re/ico_under.png) center bottom no-repeat;
  background-size: 36px;
  width: 36px;
  height: 26px;
  margin-left: -18px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.re-search-top ul a:hover {
  background-color: #e3eecc;
  color: #80b419;
}
.re-search-top ul a:hover:after {
  bottom: -30px;
  height: 30px;
}
.re-search-top ul a .image {
  display: block;
  border: 5px solid #80b419;
  border-radius: 45px;
  background-color: #fff;
  width: 90px;
  height: 90px;
  padding: 15px;
  font-size: 0;
}
.re-search-top ul a .image img {
  width: 100%;
}
.re-search-top ul a .image + span {
  display: block;
  width: calc(100% - 90px);
}

@media screen and (max-width: 768px) {
  .re-search-top {
    padding: 40px 0 70px 0;
  }
  .re-search-top h2 {
    margin: 0 0 20px 0;
    padding: 0 0 10px 40px;
    font-size: 24px;
  }
  .re-search-top h2:before {
    top: -3px;
    background: url(../../img/re/search/ico_search_title.png) center center no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
  }
  .re-search-top h2 + p {
    text-align: left;
  }
  .re-search-top ul {
    display: block;
  }
  .re-search-top ul li {
    width: 100%;
    margin-top: 25px;
  }
  .re-search-top ul a {
    border-radius: 30px;
    width: 100%;
    height: 60px;
    padding-right: 20px;
    font-size: 20px;
  }
  .re-search-top ul a:after {
    bottom: -18px;
    background: url(../../img/re/ico_under.png) center bottom no-repeat;
    background-size: 24px;
    width: 24px;
    height: 18px;
    margin-left: -12px;
  }
  .re-search-top ul a:hover:after {
    bottom: -18px;
    height: 18px;
  }
  .re-search-top ul a .image {
    border: 3px solid #80b419;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    padding: 10px;
  }
  .re-search-top ul a .image + span {
    width: calc(100% - 60px);
  }
}




.re-map-search {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.re-map-search dt {
  width: 280px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.re-map-search dd {
  display: flex;
  gap: 4px;
  width: calc(100% - 280px);
  margin-bottom: 10px;
}
.re-map-search .re-send {
  display: block;
  width: 260px;
  max-width: 260px;
}
.re-map-search .re-send button {
  width: 260px;
  max-width: 260px;
  padding: 5px 10px;
}

.re-map-icon {
  display: flex;
  border: 1px solid #ccc;
  border-top: none;
  background-color: #fff;
  width: 100%;
}
.re-map-icon dt {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #80b419;
  width: 150px;
  height: 60px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  line-height: 1.3;
  color: #fff;
}
.re-map-icon dd {
  position: relative;
  background-color: #fff;
  width: calc(100% - 150px);
  height: 60px;
  padding: 0 40px;
  overflow: hidden;
}
.re-map-icon ul {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
}
.re-map-icon ul li span {
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-right: 20px;
  font-size: 16px;
  line-height: 1;
  color: #666;
}
.re-map-icon ul li span img {
  width: 44px;
  margin-right: 5px;
}
.re-map-icon ul .ar-prev,
.re-map-icon ul .ar-next {
  content: "";
  position: absolute;
  top: 5px;
  display: block;
  border-radius: 5px;
  background-color: #80b419;
  width: 30px;
  height: 50px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.re-map-icon ul .ar-prev {
  left: -35px;
}
.re-map-icon ul .ar-next {
  right: -35px;
}
.re-map-icon ul .ar-prev:before,
.re-map-icon ul .ar-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width:0;
  height:0;
  border-style:solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #fff;
  margin: -8px 0 0 -4px;
}
.re-map-icon ul .ar-prev:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: -8px 0 0 -6px;
}

.renewal .search-service-title {
  margin: 60px 0 30px 0;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
  color: #630;
}
.renewal .re-slick.search-service .slick-dots {
  display: none !important;
}
.renewal .re-slick.search-service .box {
  display: flex;
  align-items: center;
}
.renewal .re-slick.search-service .read h3 {
  -webkit-line-clamp: 2;
  font-weight: bold;
}
.renewal .re-slick.search-service .read h3 a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-decoration: none;
  color: #630;
}
.renewal .re-slick.search-service .read h3 a:hover {
  text-decoration: underline;
}
.renewal .re-slick .search-sp,
.renewal .re-slick .search {
  display: block;
  border: 1px solid #ddd;
  border-radius: 20px;
  background-color: #fff;
  width: 350px;
  font-size: 16px;
  color: #555;
  overflow: hidden;
}
.renewal .re-slick .search-sp {
  height: 100%;
}
.renewal .re-slick .search {
  height: auto;
}
.renewal .re-slick .read .search-tag {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1;
}
_::-webkit-full-page-media, _:future, :root .renewal .re-slick .read .search-tag {
  height: 46px;
}
.renewal .re-slick .read .search-tag a,
.renewal .re-slick .read .search-tag span {
  display: inline-block;
  vertical-align: bottom;
  border: 1px solid #80b419;
  border-radius: 4px;
  background-color: #fff;
  width: auto;
  margin: 0 2px 2px 0;
  padding: 4px 6px 3px 6px;
  font-size: 12px;
  line-height: 1.2;
  color: #80b419;
}
.renewal .re-slick .read .search-tag a:hover {
  background-color: #80b419;
  color: #fff;
}
.renewal .re-slick .data .detail {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: right;
}
.renewal .re-slick .data .detail a {
  position: relative;
  padding-right: 1.2em;
  text-decoration: none;
  color: #80b419;
}
.renewal .re-slick .data .detail a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width:0;
  height:0;
  border-style:solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #80b419;
  margin-top: -9px;
}
.renewal .re-slick .data .detail a:hover {
  text-decoration: underline;
}
.renewal .re-slick.osusume .slick-dots {
  display: none !important;
}

@media screen and (max-width: 1200px) {
  .re-map-search dt {
    width: 100%;
    margin-bottom: 5px;
  }
  .re-map-search dd {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .re-map-search {
    display: block;
  }
  .re-map-search dt {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .re-map-search dd {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
  }
  .re-map-search dd:last-child {
    margin-bottom: 0;
  }
  .re-map-search .re-send {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .re-map-search .re-send button {
    width: 100%;
    max-width: 100%;
    padding: 5px 10px;
  }
  .re-map-icon {
    position: relative;
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
  .re-map-icon dt {
    width: 70px;
    height: 40px;
    font-size: 11px;
  }
  .re-map-icon dd {
    width: calc(100% - 70px);
    height: 40px;
    padding: 0 30px;
  }
  .re-map-icon ul {
    height: 40px;
  }
  .re-map-icon ul li span {
    margin-right: 10px;
    font-size: 11px;
  }
  .re-map-icon ul li span img {
    width: 28px;
    margin-right: 0;
  }
  .re-map-icon ul .ar-prev,
  .re-map-icon ul .ar-next {
    width: 20px;
    height: 30px;
  }
  .re-map-icon ul .ar-prev {
    left: -25px;
  }
  .re-map-icon ul .ar-next {
    right: -25px;
  }

  .renewal .search-service-title {
    margin: 30px 0 18px 0;
    font-size: 18px;
  }
  .renewal .re-slick .search-sp,
  .renewal .re-slick .search {
    border-radius: 10px;
    width: 300px;
    font-size: 14px;
  }
  .renewal .re-slick .read .search-tag {
    margin-top: 8px;
    font-size: 11px;
  }
  _::-webkit-full-page-media, _:future, :root .renewal .re-slick .read .search-tag {
    height: 44px;
  }
  .renewal .re-slick .read .search-tag a,
  .renewal .re-slick .read .search-tag span {
    padding: 3px 5px 2px 5px;
    font-size: 11px;
  }
  .renewal .re-slick .data .detail {
    font-size: 14px;
  }
  .renewal .re-slick .data .detail a {
    padding-right: 1em;
  }
  .renewal .re-slick .data .detail a:after {
    border-width: 6px 0 6px 8px;
    margin-top: -7px;
  }
}




.re-search-terms {
  position: relative;
  display: block;
  width: 100%;
  padding: 80px 0 100px 0;
}

.re-search-terms .terms-tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #80b419;
  width: 100%;
  height: 82px;
  margin-top: 40px;
}
.re-search-terms .terms-tab li {
  display: block;
  border-radius: 10px 10px 0 0;
  background-color: #f8fbee;
  width: 49.8%;
  height: 70px;
  padding: 25px 5px 21px 5px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #80b419;
  cursor: pointer;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.re-search-terms .terms-tab li:hover {
  background-color: #d5e799;
  color: #333;
}
.re-search-terms .terms-tab li.active {
  background-color: #80b419;
  height: 80px;
  padding: 30px 5px 26px 5px;
  color: #fff;
}
.re-search-terms .terms-bg {
  border-radius: 0 0 20px 20px;
  background: #faf8f5 url(../../img/re/bg_mesh.png) center center;
  background-size: 30px;
  width: 100%;
  margin-bottom: 30px;
  padding: 40px 50px;
}
.re-search-terms .form-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.re-search-terms .form-area dt {
  width: 280px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.re-search-terms .form-area dd {
  display: flex;
  gap: 4px;
  width: calc(100% - 280px);
  margin-bottom: 10px;
}
.re-search-terms .select-title {
  margin: 20px 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.re-search-terms .select-area {
  display: flex;
  gap: 2%;
}
.re-search-terms .select-area dl {
  width: 32%;
}
.re-search-terms .select-area dl dt {
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
  font-size: 19px;
  font-weight: normal;
  line-height: 1.3;
  color: #630;
  pointer-events: none;
}
.re-search-terms .select-area dl dt:after {
  content: "";
  flex-grow: 1;
  display: block;
  background-color: #e0d6cc;
  height: 1px;
  margin-left: 8px;
}
.re-search-terms .select-area dl dd {
  display: block;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 22px;
  padding: 5px 10px;
  font-size: 17px;
  line-height: 1.4;
}
.re-search-terms .select-area dl dd:last-child {
  margin-bottom: 0;
}
.re-search-terms .select-area label {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 10px 0;
  cursor: pointer;
}
.re-search-terms .select-area label input {
  margin-top: 1px;
}
.re-search-terms .select-area label span {
  width: calc(100% - 28px);
}

@media screen and (max-width: 1100px) {
  .re-search-terms .form-area dt {
    width: 100%;
    margin-bottom: 5px;
  }
  .re-search-terms .form-area dd {
    width: 100%;
    margin-bottom: 20px;
  }
  .re-search-terms .terms-bg {
    padding: 30px 40px;
  }
  .re-search-terms .terms-tab li {
    font-size: 22px;
  }
  .re-search select,
  .re-search input {
    font-size: 16px;
  }
  .re-search-terms .select-area dl dt {
    font-size: 18px;
  }
  .re-search-terms .select-area dl dd {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .re-search-terms .select-area dl dt br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .re-search-terms {
    padding: 40px 0 50px 0;
  }

  .re-search-terms .terms-tab {
    width: calc(100% + 40px);
    height: 82px;
    margin: 20px -20px 0 -20px;
  }
  .re-search-terms .terms-tab li {
    background-color: #f8fbee;
    width: 49.25%;
    padding: 15px 5px 0 5px;
    font-size: 18px;
    line-height: 1.3;
  }
  .re-search-terms .terms-tab li.active {
    padding: 20px 5px 0 5px;
  }
  .re-search-terms .terms-bg {
    border-radius: 0;
    background: #faf8f5 url(../../img/re/bg_mesh.png) center center;
    background-size: 30px;
    width: calc(100% + 40px);
    margin: 0 -20px 20px -20px;
    padding: 20px;
  }
  .re-search-terms .form-area {
    display: block;
  }
  .re-search-terms .form-area dt {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .re-search-terms .form-area dd {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
  }
  .re-search-terms .form-area dd:last-child {
    margin-bottom: 0;
  }
  .re-search-terms .select-title {
    margin: 20px 0 10px 0;
    font-size: 16px;
  }
  .re-search-terms .select-area {
    display: block;
    width: 100%;
  }
  .re-search-terms .select-area dl {
    width: 100%;
  }
  .re-search-terms .select-area dl dt {
    position: relative;
    display: block;
    border-radius: 5px;
    background-color: #f1ece8;
    margin: 5px 0 0 0;
    padding: 8px 10px;
    font-size: 16px;
    font-weight: normal;
    pointer-events: auto;
  }
  .re-search-terms .select-area dl dt:before,
  .re-search-terms .select-area dl dt:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    background-color: #630;
    width: 12px;
    height: 2px;
    margin-top: -1px;
  }
  .re-search-terms .select-area dl dt:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .re-search-terms .select-area dl dt.active {
    border-radius: 5px 5px 0 0;
  }
  .re-search-terms .select-area dl dt.active:before {
    display: none;
  }
  .re-search-terms .select-area dl dd {
    display: none;
    border-radius: 0 0 5px 5px;
    margin: 0;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.4;
  }
  .re-search-terms .select-area dl dd:last-child {
    margin-bottom: 5px;
  }
  .re-search-terms .select-area label {
    margin: 5px 0;
  }
  .re-search-terms .select-area label input {
    margin-top: 1px;
  }
  .re-search-terms .select-area label span {
    width: calc(100% - 26px);
  }
}




.re-search-results {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 0 100px 0;
}

.re-search .results-title {
  border-radius: 10px;
  background-color: #f6f9ee;
  margin-bottom: 40px;
  padding: 25px 30px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  color: #000;
}

.re-search .results-area {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.results-area .results-area-main {
  position: relative;
  width: 66.666666%;
}
.results-area .results-area-side {
  position: relative;
  width: 29.166666%;
}

.results-area .result-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 8px;
  font-size: 20px;
  line-height: 1;
  border-bottom: 1px solid #ccc;
}
.results-area .result-note {
  margin-bottom: 60px;
  font-size: 16px;
}
.results-area .result-note li {
  position: relative;
  padding-left: 1em;
}
.results-area .result-note li::before {
  content: "\203B";
  position: absolute;
  top: 0;
  left: 0;
}
.results-area .result-pager {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
  width: 100%;
  height: 50px;
  margin: 40px 0;
  padding: 0 70px;
}
.results-area .result-pager:last-of-type {
  margin-bottom: 0;
}
.results-area .result-pager li a {
  display: block;
  border: 2px solid #80b419;
  border-radius: 4px;
  background-color: #fff;
  min-width: 50px;
  height: 50px;
  padding: 1px 8px 0 8px;
  font-size: 18px;
  font-weight: bold;
  line-height: 46px;
  text-align: center;
  color: #80b419;
  overflow: hidden;
}
.results-area .result-pager li a:hover,
.results-area .result-pager li.active a {
  background-color: #80b419;
  color: #fff;
}
.results-area .result-pager li span {
  display: block;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  color: #80b419;
  overflow: hidden;
}
.results-area .result-pager li.prev {
  position: absolute;
  top: 0;
  left: 0;
}
.results-area .result-pager li.next {
  position: absolute;
  top: 0;
  right: 0;
}

.results-area .results-data {
  border-radius: 20px;
  background: #faf8f5 url(../../img/re/bg_mesh.png) center center;
  background-size: 30px;
  margin-top: 20px;
  padding: 35px 40px;
}
.results-area .results-data h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  color: #630;
}
.results-area .results-data h3 a {
  text-decoration: none;
  color: #630;
}
.results-area .results-data h3 a:hover {
  text-decoration: underline;
  color: #fd8e26;
}
.results-area .results-data .data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
.results-area .results-data .data p {
  order: 1;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
}
.results-area .results-data .data ul {
  order: 2;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.results-area .results-data .data ul li {
  margin-left: 4px;
}
.results-area .results-data .data img {
  width: 50px;
}
.results-area .results-data .sp-data {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.results-area .results-data .sp-data .image {
  width: 48.6%;
}
.results-area .results-data .sp-data img {
  width: 100%;
}
.results-area .results-data .sp-data .read {
  width: 48%;
  font-size: 18px;
  line-height: 1.6;
}
.results-area .results-data .sp-data p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.results-area .results-data .sp-data .detail {
  margin-top: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: right;
}
.results-area .results-data .sp-data .detail a {
  position: relative;
  padding-right: 1.2em;
  text-decoration: none;
  color: #80b419;
}
.results-area .results-data .sp-data .detail a:hover {
  text-decoration: underline;
}
.results-area .results-data .sp-data .detail a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #80b419;
  margin-top: -9px;
}
.results-area .results-data table {
  display: block;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
}
.results-area .results-data table a {
  text-decoration: underline;
  color: #fd8e26;
}
.results-area .results-data table a:hover {
  text-decoration: none;
}
.results-area .results-data table .tel a {
  pointer-events: none;
  text-decoration: none;
  color: #555;
}
.results-area .results-data tbody {
  display: block;
  width: 100%;
}
.results-area .results-data table tr {
  display: table;
  border-bottom: 1px solid #ccc;
  width: 100%;
  min-height: 60px;
}
.results-area .results-data table tr:last-child {
  border-bottom: none;
}
.results-area .results-data table tr th {
  vertical-align: middle;
  background-color: #f5f2ee;
  width: 160px;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.results-area .results-data table tr td {
  vertical-align: middle;
  background-color: #fff;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 1.5;
}
.results-area .results-data table .same-service {
  font-size: 0;
}
.results-area .results-data table .same-service a,
.results-area .results-data table .same-service span {
  display: inline-block;
  border: 1px solid #80b419;
  border-radius: 4px;
  background-color: #fff;
  width: auto;
  margin: 2px 4px 2px 0;
  padding: 10px 10px 8px 10px;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  color: #80b419;
}
.results-area .results-data table .same-service a:hover {
  background-color: #80b419;
  color: #fff;
}
.results-area .results-data .re-btn {
  margin-top: 25px;
}
.results-area .results-data .re-btn.detail {
  margin-top: 35px;
}
.results-area .results-data .re-btn.detail a {
  padding-top: 24px;
  font-size: 24px;
}
.results-area .results-data .re-btn.detail a span {
  position: absolute;
  top: -20px;
  left: 50%;
  display: block;
  border: 2px solid #fd8e26;
  border-radius: 20px;
  background-color: #fff;
  width: 240px;
  height: 40px;
  margin-left: -120px;
  padding-top: 10px;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #fd8e26;
}
.results-area .results-data .re-btn.detail a span:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  width:0;
  height:0;
  border-style:solid;
  border-width: 6px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  margin-left: -6px;
}

.re-search .results-area .re-banner li {
  margin-bottom: 15px;
}
.re-search .results-area .re-banner img {
  width: 100%;
}
.re-search .results-area .search-area {
  position: sticky;
  top: 30px;
  border: none;
  border-radius: 10px;
  background-color: #faf8f5;
  margin-top: 30px;
  padding: 25px 20px 20px 20px;
  font-size: 16px;
}
.re-search .results-area .search-area h3 {
  position: relative;
  font-size: 24px;
  margin-bottom: 10px;
  padding-left: 40px;
  line-height: 1.2;
}
.re-search .results-area .search-area h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  background: url(../../img/re/search/ico_search_03.png) center center no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
.re-search .results-area .search-area ul {
  display: block;
  margin-top: 15px;
}
.re-search .results-area .search-area ul li {
  margin: 0 0 5px 0;
  padding: 0;
}
.re-search .results-area .search-area ul li:last-child {
  margin: 0;
  padding: 5px 0 0 0;
}
.re-search .results-area .search-area select {
  border-radius: 5px;
  background: #fff url(../../img/re/ico_select.png) right center no-repeat;
  background-size: 25px;
  height: 60px;
  padding: 5px 30px 5px 15px;
  font-size: 18px;
}
.re-search .results-area .search-area button {
  border-radius: 5px;
  height: 60px;
  font-size: 18px;
}

@media screen and (max-width: 1100px) {
  .results-area .results-data table tr th {
    font-size: 16px;
  }
  .results-area .results-data table tr td {
    font-size: 16px;
  }
  .results-area .results-data table .same-service a,
  .results-area .results-data table .same-service span {
    font-size: 16px;
  }

  .re-search .results-area .search-area {
    font-size: 14px;
  }
  .re-search .results-area .search-area h3 {
    font-size: 20px;
  }
  .re-search .results-area .search-area h3::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    background: url(../../img/re/search/ico_search_03.png) center center no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .re-search .results-area .search-area select {
    font-size: 16px;
  }
  .re-search .results-area .search-area button {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .re-search .results-area {
    display: block;
    width: 100%;
  }
  .re-search .results-area .results-area-main {
    width: 100%;
  }
  .re-search .results-area .results-area-side {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .re-search-results {
    position: relative;
    padding: 0 0 50px 0;
  }

  .re-search .results-title {
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 15px 20px;
    font-size: 18px;
  }

  .re-search .results-area {
    display: block;
    width: 100%;
  }
  .re-search .results-area .results-area-main {
    width: 100%;
  }
  .re-search .results-area .results-area-side {
    display: none;
  }

  .results-area .result-top {
    margin-bottom: 10px;
    padding-bottom: 8px;
    font-size: 14px;
  }
  .results-area .result-note {
    margin-bottom: 40px;
    font-size: 14px;
  }
  .results-area .result-pager {
    position: relative;
    gap: 2px;
    width: calc(100% + 2rem);
    height: 40px;
    margin: 20px -1rem;
    padding: 0 45px;
  }
  .results-area .result-pager li a {
    border-radius: 3px;
    min-width: 40px;
    height: 40px;
    padding: 1px 4px 0 4px;
    font-size: 12px;
    line-height: 36px;
  }
  .results-area .result-pager li span {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }

  .results-area .results-data {
    border-radius: 0;
    width: calc(100% + 40px);
    margin: 20px -20px 0 -20px;
    padding: 20px;
  }
  .results-area .results-data h3 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .results-area .results-data .data {
    display: block;
    margin: 15px 0;
  }
  .results-area .results-data .data p {
    margin-top: 10px;
    font-size: 16px;
  }
  .results-area .results-data .data ul {
    display: flex;
    justify-content: flex-end;
  }
  .results-area .results-data .data ul li {
    margin: 0 2px 0 0;
  }
  .results-area .results-data .data img {
    width: 40px;
  }
  .results-area .results-data .sp-data {
    display: block;
    margin: 15px 0;
  }
  .results-area .results-data .sp-data .image {
    width: 100%;
  }
  .results-area .results-data .sp-data .read {
    width: 100%;
    margin-top: 15px;
    font-size: 16px;
  }
  .results-area .results-data .sp-data p {
    -webkit-line-clamp: 4;
  }
  .results-area .results-data .sp-data .detail {
    margin-top: 10px;
  }
  .results-area .results-data .sp-data .detail a:after {
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #80b419;
    margin-top: -6px;
  }
  .results-area .results-data table {
    border: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
  .results-area .results-data table .tel a {
    text-decoration: underline;
    color: #fd8e26;
  }
  .results-area .results-data tbody {
    display: block;
    width: 100%;
  }
  .results-area .results-data table tr {
    display: flex;
    flex-wrap: wrap;
    min-height: inherit;
  }
  .results-area .results-data table tr th {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 120px;
    padding: 10px;
    font-size: 16px;
    line-height: 1.4;
  }
  .results-area .results-data table tr td {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 120px);
    padding: 10px;
    font-size: 16px;
    line-height: 1.4;
  }
  .results-area .results-data table .number {
    border-bottom: none;
  }
  .results-area .results-data table .number th,
  .results-area .results-data table .number td {
    border-bottom: 1px solid #ccc;
  }
  .results-area .results-data table .same-service {
    display: block;
  }
  .results-area .results-data table .same-service a,
  .results-area .results-data table .same-service span {
    border-radius: 3px;
    width: auto;
    padding: 7px 8px 5px 8px;
    font-size: 14px;
  }
  .results-area .results-data .re-btn {
    margin-top: 20px;
  }
  .results-area .results-data .re-btn.detail {
    margin-top: 30px;
  }
  .results-area .results-data .re-btn.detail a {
    padding-top: 24px;
    font-size: 18px;
  }
  .results-area .results-data .re-btn.detail a span {
    top: -18px;
    border-radius: 18px;
    width: 200px;
    height: 36px;
    margin-left: -100px;
    padding-top: 9px;
    font-size: 16px;
  }
}