@charset "UTF-8";
/*=======================================
	responsive
=======================================*/
/*=======================================
　product_main_contents
=======================================*/
.product_main_contents .rightBox {
  /* 詳細検索 */
}
.product_main_contents .rightBox .stage_box {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .product_main_contents .rightBox .stage_box {
    margin-top: 30px;
  }
}
.product_main_contents .rightBox .stage_box .ttl__plain {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .product_main_contents .rightBox .stage_box .ttl__plain {
    margin-bottom: 15px;
  }
}
.product_main_contents .rightBox table {
  width: 100%;
  height: 100%;
}
.product_main_contents .rightBox table.searchTb1 {
  border-collapse: separate;
  border-spacing: 0 5px;
}
.product_main_contents .rightBox table.searchTb1 tr th, .product_main_contents .rightBox table.searchTb1 tr td {
  padding: 13px;
}
.product_main_contents .rightBox table.searchTb1 tr th {
  width: 22%;
  vertical-align: middle;
  background-color: #E4F5FE;
  font-size: 15px;
  line-height: 26px;
  color: #006dd9;
}
.product_main_contents .rightBox table.searchTb1 tr td {
  vertical-align: top;
  border-bottom: 1px dotted #939393;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 7px 37px;
  height: 100%;
}
.product_main_contents .rightBox table.searchTb1 tr td input.formTxt {
  height: 40px;
  border: 1px solid #c5c5c5;
  width: 100%;
  border-radius: 6px;
  padding: 10px 17px;
}
.product_main_contents .rightBox table.searchTb1 tr:first-child td {
  border-top: 1px dotted #939393;
}
.product_main_contents .rightBox table.searchTb1 tr.tb_axis td {
  -webkit-column-gap: 54.8px;
     -moz-column-gap: 54.8px;
          column-gap: 54.8px;
}
.product_main_contents .rightBox table.searchTb1 tr.tb_axis td .checkbox {
  min-width: auto !important;
}
.product_main_contents .rightBox .cmn_btn02::after {
  display: none;
}
.product_main_contents .rightBox .cmn_btn02.reset {
  margin-left: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .product_main_contents .rightBox .cmn_btn02.reset {
    margin-right: auto;
  }
}
.product_main_contents .rightBox .cmn_btn02.search {
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .product_main_contents .rightBox .cmn_btn02.search {
    margin-top: 50px;
    width: 280px;
    height: 60px;
  }
}
.product_main_contents .rightBox .cmn_btn02.search a::before {
  background: #B7E2F8;
}
.product_main_contents .rightBox .cmn_btn02.search a::after {
  background: -webkit-gradient(linear, left top, right top, from(#00a0f2), color-stop(26.45%, #0096ed), color-stop(50%, #006dd9), to(#00a0f2));
  background: linear-gradient(90deg, #00a0f2 0%, #0096ed 26.45%, #006dd9 50%, #00a0f2 100%);
}
.product_main_contents .rightBox .cmn_btn02.search a span {
  padding-left: 36px;
  position: relative;
}
.product_main_contents .rightBox .cmn_btn02.search a span::before {
  content: "";
  background: url("../images/common/icon_search.svg") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 21px;
  height: 21px;
}
.product_main_contents .rightBox .radio_btn input[type=radio] {
  display: none;
}
.product_main_contents .rightBox .radio_btn .radio {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: auto;
  padding-left: 22px;
}
.product_main_contents .rightBox .radio_btn .radio::before {
  background: #fff;
  border: 1px solid #939393;
  border-radius: 50%;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  position: absolute;
  top: 0.4em;
  left: 0;
}
.product_main_contents .rightBox .radio_btn .radio::after {
  background: #006DD9;
  border-radius: 50%;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  opacity: 0;
  position: absolute;
  top: 9px;
  left: 3px;
}
@media screen and (max-width: 768px) {
  .product_main_contents .rightBox .radio_btn .radio::after {
    top: 8px;
  }
}
.product_main_contents .rightBox .radio_btn input[type=radio]:checked + .radio::after {
  opacity: 1;
}
.product_main_contents .rightBox .checkbox {
  min-width: 172px;
}
@media screen and (max-width: 768px) {
  .product_main_contents .rightBox .checkbox {
    min-width: initial;
  }
}
.product_main_contents .rightBox .checkbox input[type=checkbox] {
  display: none;
}
.product_main_contents .rightBox .checkbox .checkbox03 {
  position: relative;
  cursor: pointer;
  padding-left: 22px;
}
.product_main_contents .rightBox .checkbox .checkbox03::before, .product_main_contents .rightBox .checkbox .checkbox03::after {
  content: "";
  position: absolute;
  display: block;
}
.product_main_contents .rightBox .checkbox .checkbox03::before {
  width: 14px;
  height: 14px;
  left: 0;
  top: 0.3em;
  background: #fff;
  border: 1px solid #707070;
}
.product_main_contents .rightBox .checkbox .checkbox03::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 5px;
  height: 9px;
  left: 5px;
  opacity: 0;
  top: 0.35em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.product_main_contents .rightBox .checkbox input[type=checkbox]:checked + .checkbox03::before {
  background: #006DD9;
  border: 1px solid #006DD9;
}
.product_main_contents .rightBox .checkbox input[type=checkbox]:checked + .checkbox03::after {
  opacity: 1;
}
.product_main_contents .rightBox {
  /* 検索結果 */
}
.product_main_contents .rightBox .type > .product_txt__has_bg {
  margin-bottom: 20px;
}
.product_main_contents .rightBox .type .product_ttl__line {
  margin-bottom: 0;
}
.product_main_contents .rightBox .type > .product_ttl__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .product_main_contents .rightBox .type > .product_ttl__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
  }
}
.product_main_contents .rightBox .type .series {
  margin-bottom: 10px;
  border-bottom: #006DD9 dotted 1px;
  padding-bottom: 5px;
  color: #006DD9;
  line-height: 1.4;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .product_main_contents .rightBox .type .series {
    font-size: 13px;
  }
}
.product_main_contents .rightBox .type .type__plain {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .product_main_contents .rightBox .type .type__plain {
    font-size: 13px;
  }
}
.product_main_contents .rightBox .type {
  /* 0件の場合 */
}
.product_main_contents .rightBox .type__not-found {
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .product_main_contents .rightBox .type__not-found {
    font-size: 18px;
  }
}/*# sourceMappingURL=search.css.map */