a {
  border-bottom: none !important;
}

form select {
  height: auto !important;
}

.contents__wrapper #top_left_body {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 60px;
  float: none !important;
}
.contents__wrapper #top_left_body .headline {
  display: inline-block;
  border-bottom: 1px dotted #181818 !important;
}
.contents__wrapper #top_left_body .headline a {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}
.contents__wrapper form[name=page] {
  margin-top: 30px;
  text-align: center;
  padding: 20px 0;
}
.contents__wrapper form[name=page] select {
  padding: 12px 40px 12px 20px;
  font-size: 16px;
  border: 2px solid #ddd;
  border-radius: 8px;
  background: white;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23333" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 120px;
}
.contents__wrapper form[name=page] select:hover {
  border-color: #c40018;
  box-shadow: 0 2px 8px rgba(0, 123, 255, 0.2);
}
.contents__wrapper .before-next {
  text-align: center;
}

/* max 768px
--------------------------------------------------*/
@media screen and (max-width: 786px) {
  .contents__wrapper form[name=page] {
    margin-top: 15px;
    padding: 10px;
  }
  .contents__wrapper form[name=page] select {
    width: 100%;
    max-width: 280px;
    padding: 16px 40px 16px 20px;
    font-size: 16px;
  }
}
/* min 768px
--------------------------------------------------*/
@media screen and (min-width: 786px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}/*# sourceMappingURL=search.css.map */