.shape-main {
  padding-top: 15px;
}
.shape-main .routes-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 17px;
}
@media screen and (max-width: 1400px) {
  .shape-main .routes-wrapper {
    padding: 0 1.5rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 991px) {
  .shape-main .routes-wrapper {
    padding: 0 10px;
  }
}
.shape-main .section-content {
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .shape-main .section-content {
    padding: 0 1.5rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 991px) {
  .shape-main .section-content {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .shape-main .section-itemSearch {
    padding: 0 13px;
    box-sizing: border-box;
  }
}
.shape-main .section-itemSearch .itemSearch-inner {
  margin-bottom: 28px;
}
.shape-main .section-itemSearch .itemSearch-title {
  margin: 0 0 25px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 22px;
  line-height: 32px;
  color: #1C3388;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .shape-main .section-itemSearch .itemSearch-title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .shape-main .section-itemSearch .itemSearch-title {
    margin-bottom: 18px;
  }
}
.shape-main .section-itemSearch .itemSearch-title_text span {
  color: #050505;
}
.shape-main .section-itemSearch .itemSearch-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 17px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .shape-main .section-itemSearch .itemSearch-list {
    gap: 6px 8px;
  }
}
.shape-main .section-itemSearch .itemSearch-item {
  flex: 0 0 calc((100% - 68px) / 5);
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .shape-main .section-itemSearch .itemSearch-item {
    flex: 0 0 calc((100% - 24px) / 4);
  }
}
@media screen and (max-width: 575px) {
  .shape-main .section-itemSearch .itemSearch-item {
    flex: 0 0 calc((100% - 16px) / 3);
  }
}
.shape-main .section-itemSearch .itemSearch-item_wrapper {
  height: 100%;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 15px #00000017;
  border: 1px solid #FFFFFF;
}
.shape-main .section-itemSearch .itemSearch-item_wrapper:hover {
  border: 1px solid #BA9F57;
}
.shape-main .section-itemSearch .itemSearch-item_wrapper_active {
  background-color: #CCCCCC;
  border: 1px solid #CCCCCC;
}
.shape-main .section-itemSearch .itemSearch-item_link {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  padding: 7px 10px;
  box-sizing: border-box;
}
.shape-main .section-itemSearch .itemSearch-item_pic {
  max-width: 40px;
}
.shape-main .section-itemSearch .itemSearch-item_text {
  font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #434343;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .shape-main .section-itemSearch .itemSearch-item_text {
    font-size: 11px;
    line-height: 19px;
  }
}
.shape-main .section-itemSearch .itemSearch-link {
  display: block;
  margin-bottom: 30px;
  font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #1C3388;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .shape-main .section-itemSearch .itemSearch-link {
    font-size: 13px;
    line-height: 23px;
  }
}
.shape-main .section-itemSearch .itemSearch-moreInfo {
  width: 100%;
  margin-bottom: 10px;
}
.shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-link {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  background-color: #1C3388;
}
.shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-text {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-text {
    font-size: 12px;
    line-height: 14px;
  }
}
.shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-text br {
  display: none;
}
@media screen and (max-width: 575px) {
  .shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-text br {
    display: block;
  }
}
.shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-text span {
  font-size: 14px;
  line-height: 19px;
}
@media screen and (max-width: 1199px) {
  .shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-text span {
    font-size: 9px;
    line-height: 13px;
  }
}
.shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-arrow {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: auto;
  position: relative;
  transform: rotate(135deg);
  transition: all 0.3s linear 0s;
}
@media screen and (max-width: 767px) {
  .shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-arrow {
    transform: translateY(-25%) rotate(135deg);
  }
}
.shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-arrow::before {
  content: "";
  height: 1.5px;
  background: #FFFFFF;
  border-radius: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-arrow::after {
  content: "";
  width: 1.5px;
  background: #FFFFFF;
  border-radius: 1px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-arrow.rotate {
  transform: translateY(50%) rotate(315deg);
}
@media screen and (max-width: 767px) {
  .shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-arrow.rotate {
    transform: translateY(30%) rotate(315deg);
  }
}
.shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-inner {
  height: 0;
  overflow: hidden;
  transition: all 0.3s linear 0s;
}
.shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-form {
  margin: 10px 0 12px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-form {
    margin-bottom: 14px;
  }
}
.shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-title {
  margin-bottom: 17px;
  padding: 9px 0;
  font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  color: #FFFFFF;
  text-align: center;
  background-color: #1C3388;
}
@media screen and (max-width: 767px) {
  .shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-title {
    font-size: 16px;
    line-height: 27px;
  }
}
@media screen and (max-width: 767px) {
  .shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-title {
    padding: 0;
  }
}
.shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 22px 8px;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-container {
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 575px) {
  .shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-container {
    gap: 22px 0;
    flex-direction: column;
  }
}
.shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-btn {
  max-width: 270px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 14px 0;
  border-radius: 36px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  cursor: pointer;
  background-color: #BA9F57;
  border: 1px solid #BA9F57;
  position: relative;
}
@media screen and (max-width: 767px) {
  .shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-btn {
    font-size: 13px;
    line-height: 17px;
  }
}
.shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-btn_pic {
  max-width: 27px;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-btn_pic {
    max-width: 16px;
  }
}
.shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-input {
  flex: 0 0 calc((100% - 8px) / 2);
}
@media screen and (max-width: 575px) {
  .shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-input {
    flex: 1;
  }
}
.shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-input .rangeBar-inner {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  .shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-input .rangeBar-inner {
    max-width: 100%;
  }
}
.shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-input .rangeBar-slider {
  height: 3px;
  background-color: #EAEAEA;
  position: relative;
}
.shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-input .rangeBar-slider_bar {
  height: 100%;
  position: absolute;
  left: 0%;
  right: 0%;
  background-color: #515B60;
}
.shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-input .rangeBar-range {
  position: relative;
}
.shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-input .rangeBar-range_input {
  width: 100%;
  height: 3px;
  position: absolute;
  top: -4px;
  background: none;
  pointer-events: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-input .rangeBar-range_input::-webkit-slider-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #515B60;
  pointer-events: auto;
  appearance: none;
  -webkit-appearance: none;
}
.shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-input .rangeBar-range_input::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #515B60;
  pointer-events: auto;
  appearance: none;
  -webkit-appearance: none;
}
.shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-input .rangeBar-num {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-input .rangeBar-num_input {
  max-width: 70px;
  padding: 7px 15px 7px;
  box-sizing: border-box;
  border: 1px solid #BABABA;
  border-radius: 10px;
  text-align: right;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-input .rangeBar-num_input {
    font-size: 12px;
    line-height: 18px;
  }
}
.shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-input .rangeBar-num_text {
  margin: 0 4px;
  font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-input .rangeBar-num_text {
    font-size: 14px;
    line-height: 20px;
  }
}
.shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-input .dropdownMenu-arrow {
  max-width: 250px;
  width: 100%;
  height: 32px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 575px) {
  .shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-input .dropdownMenu-arrow {
    flex: 1;
    max-width: 100%;
  }
}
.shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-input .dropdownMenu-arrow:after {
  content: "";
  width: 15px;
  height: 8px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 20px;
  aspect-ratio: 1/0.8660254038;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: #D3AB23;
  transform: translateY(-50%);
  z-index: 9;
}
@media screen and (max-width: 991px) {
  .shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-input .dropdownMenu-arrow:after {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-input .dropdownMenu-arrow:after {
    right: 20px;
  }
}
.shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-input .dropdownMenu-select {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 5px;
  border: 1px solid #D3AB23;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-input .dropdownMenu-select {
    font-size: 12px;
    line-height: 18px;
  }
}
.shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-input .dropdownMenu-select option {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .shape-main .section-itemSearch .itemSearch-moreInfo .moreInfo-input .dropdownMenu-select option {
    font-size: 12px;
    line-height: 18px;
  }
}
.shape-main .section-result {
  margin-bottom: 55px;
}
@media screen and (max-width: 991px) {
  .shape-main .section-result {
    margin-bottom: 45px;
  }
}
.shape-main .section-result .result-inner {
  padding: 0;
}
.shape-main .section-result .result-mainTextBox {
  display: flex;
  flex-direction: column;
}
.shape-main .section-result .result-mainText {
  margin-right: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .shape-main .section-result .result-mainText {
    margin-bottom: 0;
  }
}
.shape-main .section-result .result-subTextBox {
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  .shape-main .section-result .result-subTextBox {
    display: block;
  }
}
.shape-main .section-result .result-textBox {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .shape-main .section-result .result-textBox_top {
    align-items: flex-end;
  }
}
@media screen and (max-width: 575px) {
  .shape-main .section-result .result-textBox_top {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 575px) {
  .shape-main .section-result .result-textBox_top .result-mainTextBox {
    margin-bottom: 20px;
  }
}
.shape-main .section-result .result-textBox_top .result-subTextBox {
  width: 100%;
}
@media screen and (max-width: 575px) {
  .shape-main .section-result .result-textBox_top .result-subTextBox {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .shape-main .section-result .result-textBox_top .result-subText {
    display: none;
  }
}
.shape-main .section-result .result-textBox_top .result-subText br:first-child {
  display: none;
}
@media screen and (max-width: 1199px) {
  .shape-main .section-result .result-textBox_top .result-subText br:first-child {
    display: block;
  }
}
.shape-main .section-result .result-textBox_top .result-arrange {
  justify-content: flex-end;
}
@media screen and (max-width: 575px) {
  .shape-main .section-result .result-textBox_top .result-arrange {
    width: 100%;
  }
}
.shape-main .section-result .result-textBox_bottom {
  flex-direction: column;
  align-items: center;
}
.shape-main .section-result .result-textBox_bottom .result-subText {
  margin-bottom: 20px;
}
.shape-main .section-result .result-nav {
  margin-bottom: 39px;
}
@media screen and (max-width: 1199px) {
  .shape-main .section-result .result-nav {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 991px) {
  .shape-main .section-result .result-nav {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
  }
}
.shape-main .section-result .result-list {
  display: flex;
}
.shape-main .section-result .result-item_start {
  margin-right: 10px;
}
.shape-main .section-result .result-item_num + .result-item_num {
  margin-left: 5px;
}
.shape-main .section-result .result-item_end {
  margin-left: 10px;
}
.shape-main .section-result .result-item_link {
  font-family: "Helvetica Neue", "Noto Sans JP", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 23px;
  color: #1C3388;
}
@media screen and (max-width: 767px) {
  .shape-main .section-result .result-item_link {
    font-size: 13px;
    line-height: 23px;
  }
}
.shape-main .section-result .result-item_link_passive {
  color: #1C338877;
}
.shape-main .section-result .result-table {
  margin-bottom: 20px;
}
.shape-main .section-result .result-th_title {
  font-size: 12px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .shape-main .section-result .result-th_title {
    font-size: 12px;
    line-height: 20px;
  }
}
.shape-main .section-result .result-td_text {
  font-size: 12px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .shape-main .section-result .result-td_text {
    font-size: 12px;
    line-height: 20px;
  }
}
.shape-main .section-result .result-td_type .result-td_link {
  margin-left: 10px;
  font-size: 12px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .shape-main .section-result .result-td_type .result-td_link {
    font-size: 12px;
    line-height: 20px;
  }
}
.shape-main .section-result .result-tr_sp .result-td_wrapper {
  margin-bottom: 0;
}
.shape-main .section-result .result-tr_sp .result-td_text {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 23px;
}
@media screen and (max-width: 767px) {
  .shape-main .section-result .result-tr_sp .result-td_text {
    font-size: 13px;
    line-height: 23px;
  }
}
.shape-main .section-result .result-tr_sp .result-td_text:nth-child(2) {
  margin-bottom: 0;
}
.shape-main .section-result .result-tr_sp .result-td_text_sm {
  margin-bottom: 0;
  font-size: 11px;
  line-height: 16px;
}
@media screen and (max-width: 767px) {
  .shape-main .section-result .result-tr_sp .result-td_text_sm {
    font-size: 11px;
    line-height: 16px;
  }
}
@media screen and (max-width: 991px) {
  .shape-main .section-result .result-tr_sp .result-td_info_link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  tbody.grid .result-tr_sp .result-td_info_link {
    flex-direction: column;
  }
}

/*# sourceMappingURL=shape.css.map */
