@charset "utf-8";

/*----------------------------------------
  .search_section
----------------------------------------*/
.search_section {
  padding: 80px 0 150px 0;
  min-height: 730px;
}
.search_section .search_text {
  text-align: center;
  font-size: 1.6rem;
  margin: 45px 0 50px 0;
}
.search_section .search_main {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.search_section .search_main > input:first-child {
  width: 88.8%;
  border: 1px solid #dfdfdf;
  padding: 0 20px;
  height: 80px;
  line-height: 80px;
  font-size: 1.6rem;
  border-radius: 5px;
  margin-right: 1.2%;
}
.search_section .search_main .button_area {
  width: 10%; 
  position: relative;
  background-color: #bf1a20;
  border-radius: 5px;
}
.search_section .search_main .search_button {
  color: #ffffff;
  -webkit-appearance: none;
  border: none;
  border-radius: 5px;
  padding-top: 50px;
  width: 100%;
  height: 100%;
  background-color: #bf1a20;
  outline: none;
  cursor: pointer;
}
.search_section .search_main .button_area::after {
  content: "";
  display: block;
  width: 31px;
  height: 30px;
  background: url(/jp/search/img/bg-search.png) no-repeat center center;
  position: absolute;
  top: 17px;
  left: 50%;
  margin-left: -15.5px;
}
.search_section .search_main .note {
  color: #757575;
  margin-top: 18px;
  text-indent: -1em;
  padding-left: 1em;
}

/*----------------------------------------
  .search_list
----------------------------------------*/
.search_list {
  padding: 50px 0 60px 0;
  min-height: 725px;
}
.search_list h2 {
  margin-top: 25px;
  border-top: 1px solid #eeeeee;
  padding-top: 55px;
  text-align: center;
  font-size: 3.2rem;
}
.search_list .search_text {
  font-size: 1.6rem;
  margin: 40px 0 20px 0;
}
.search_list .search_text .number {
  font-size: 3.0rem;
  display: inline-block;
  margin-right: 3px;
}
.search_list .search_text .small {
  font-size: 1.4rem;
}
.search_list .search_list_area table {
  width: 100%;
}
.search_list .search_list_area table th {
  font-size: 1.6rem;
  text-align: center;
  font-weight: normal;
  background-color: #f5f5f5;
  border-left: 1px solid #e0e0e0;
  padding: 18px 10px;
}
.search_list .search_list_area table th:first-child {
  border-left: 1px solid #f5f5f5;
  width: 17%;
}
.search_list .search_list_area table th:nth-child(2) {
  width: 28%;
}
.search_list .search_list_area table th:nth-child(3) {
  width: 23%;
}
.search_list .search_list_area table th:nth-child(4),
.search_list .search_list_area table th:nth-child(5) {
  width: 12%;
}
.search_list .search_list_area table th:last-child {
  border-right: 1px solid #f5f5f5;
  width: 9%;
}
.search_list .search_list_area table td {
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #e0e0e0;
  padding: 12px 10px;
}
.search_list .search_list_area table tr:first-child td {
  border-top: none;
}
.search_list .button {
  margin-top: 60px;
}
.search_list .button a {
  display: block;
  width: 240px;
  margin: 0 auto;
  border: 1px solid #333;
  border-radius: 5px;
  text-align: center;
  position: relative;
  padding: 16px 0;
  font-size: 1.6rem;
  letter-spacing: 3px;
}
.search_list .button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
}