@charset "UTF-8";
:root {
  --orange-color: #ffd692;
  --pink-color: #ffebee;
  --yellow-color01: #fffae6;
  --yellow-color02: #fff3af;
  --bule-color01: #e9faf8;
  --bule-color02: #e6f0ff;
  --gray-color01: #cccccc;
  --gray-color02: #333333;
  --gray-color03: #f2f2f2;
  --gray-color04: #808080;
  --white-color: #ffffff;
}

/******************************************************************
  ■search
*****************************************************************/
.search .tgl-cts {
  display: block;
}
.search .btn_plus {
  top: -15px;
}

@media (min-width: 768px) {
  .search-form-wrap {
    background: var(--gray-color03);
    padding: 40px 6.12%;
  }
  .search-form-wrap .btn_plus {
    display: none;
  }
}

.btn-search-tgl {
  padding-block: 16px;
  letter-spacing: 0.1em;
  max-width: none;
  text-align: center;
  cursor: none;
}
@media (max-width: 767px) {
  .btn-search-tgl {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .btn-search-tgl {
    max-width: 300px;
    cursor: pointer;
    margin-left: auto;
    display: block;
  }
}

.fig-search {
  position: relative;
  top: 3px;
  width: 18px !important;
  height: 18px !important;
  margin-top: 3px;
}

#search-header {
  display: none;
}

.slide-btn,
.fade-btn {
  padding: 10px;
  background: #e9e9e9;
  text-align: center;
  cursor: pointer;
}

/*プルダウンのスタイル*/
.select-kcd {
  cursor: pointer;
  color: var(--gray-color02);
}

.select-kcd,
.select-kkcd,
.select-scd,
.pull-conditions,
.pram-free,
.search-form-fw {
  width: 100%;
  padding: 15px 10px;
  margin: 0 auto 30px;
  border: solid 2px var(--gray-color01);
}

/*チェックボックスのスタイル*/
.search-form .check-ttl {
  margin: 0;
  background: #dcdcdc;
  padding: 8px 0px;
  text-align: center;
}
@media (min-width: 768px) {
  .search-form .check-ttl {
    background: none;
    padding: 0;
    text-align: left;
  }
  .search-form .check-ttl span {
    display: inline-block;
    width: 180px;
    background: #dcdcdc;
    padding: 6px;
    text-align: center;
  }
}

.wrap-box ul,
.check-list ul {
  margin: 0 -10px 20px;
  font-size: 0;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .wrap-box ul,
  .check-list ul {
    margin: 20px 10px 20px;
  }
}

.search-form ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  letter-spacing: 1px;
  margin: 0 10px 10px;
}

.search-form li label a:hover {
  text-decoration: underline;
}

.search-form input[type=checkbox]:checked {
  background: red;
}

.search-form input[type=checkbox] {
  display: none;
}

.search-form .allcheck,
.search-form .checkbox > a,
.search-form .radiobtn > a {
  padding: 10px 0;
  cursor: pointer;
  display: block;
}

.search-form .allcheck {
  margin: 0 0 10px;
}

.search-form .checkbox,
.search-form .radiobtn {
  position: relative;
  display: block;
  padding: 0 0 0 25px;
}

.search-form .checkbox::before,
.search-form .checkbox::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  cursor: pointer;
}

.search-form .checkbox::after {
  transition: opacity 0.2s linear;
  width: 9px;
  height: 13px;
  left: 5px;
  bottom: 4px;
  border-right: 3px solid var(--white-color);
  border-bottom: 3px solid var(--white-color);
  opacity: 0;
  transform: rotate(45deg);
}

.search-form .checkbox::before {
  transition: border-color 0.2s linear;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 2px solid var(--gray-color04);
  opacity: 1;
}

.search-form input[type=checkbox]:checked + .checkbox::before {
  border: 2px solid var(--gray-color04);
  background: var(--gray-color04);
}

.search-form input[type=checkbox]:checked + .checkbox::after {
  opacity: 1;
}

.search-form-fw-btn {
  width: 100%;
  margin: 30px auto 0;
  text-align: center;
}

.search-form-fw-btn input[type=button] {
  width: 320px;
  padding: 15px 0;
  text-align: center;
  background: var(--orange-color);
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: var(--gray-color02);
  transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
  .search-form-fw-btn input[type=button] {
    width: 240px;
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .search-form-fw-btn input[type=button]:hover {
    opacity: 0.8;
  }
}

/*ラジオボタンのスタイル*/
.search-form input[type=radio] {
  display: none;
}

.search-form .radiobtn,
#search-form-1 .radiobtn {
  padding: 0 0 0 40px;
  cursor: pointer;
}

.search-form .radiobtn::before,
.search-form .radiobtn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: 50%;
}

.search-form .radiobtn::before {
  transition: opacity 0.2s linear;
  top: 7px;
  left: 8px;
  width: 15px;
  height: 15px;
  background-color: #e64d34;
  border: 2px solid #e64d34;
  opacity: 0;
}

.search-form input[type=radio]:checked + .radiobtn::before {
  opacity: 1;
}

.search-form .radiobtn::after {
  transition: border-color 0.2s linear;
  width: 30px;
  height: 30px;
  border: 2px solid #bbbbbb;
  border: 1px solid #d2d2d2;
  opacity: 1;
}

.search-form input[type=radio]:checked + .radiobtn::after {
  opacity: 0;
}

input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--gray-color02);
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  input::-webkit-input-placeholder,
  input:-moz-placeholder,
  input::-moz-placeholder,
  input:-ms-input-placeholder,
  input:-ms-input-placeholder {
    color: #aaa;
    font-size: 1.4rem;
  }
}

.search-form .kwText {
  width: 100%;
  line-height: 1;
  padding: 0;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .search-form .txt-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.search-form .txt-wrap .item-tit {
  text-align: center;
  background: #dcdcdc;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .search-form .txt-wrap .item-tit {
    width: 180px;
    background: #dcdcdc;
    padding: 6px;
  }
}
.search-form .txt-wrap .search-form-fw {
  width: calc(100% - 40px);
  padding: 5px;
  margin: 20px 0 0 20px;
}
@media (min-width: 768px) {
  .search-form .txt-wrap .search-form-fw {
    width: calc(100% - 190px);
    margin: 0;
    padding: 5px 17px;
    border: solid 1px #ddd;
    background: var(--white-color);
  }
}

/*====================================================================================================================

スマホ～タブレット用(縦サイズ)用css (max-width:768px) /

====================================================================================================================*/
@media (max-width: 767px) {
  /******************************************************************
    7■search
  *****************************************************************/
  .wrap-box ul,
  .check-list ul {
    margin: 0;
  }
  .wrap-box > p,
  .search-form ul li {
    display: block;
    margin: auto;
    padding: 0 20px;
    border-bottom: 1px solid var(--gray-color01);
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .wrap-box > p,
  .search-form ul li {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .search-form .allcheck,
  .search-form .checkbox > a {
    padding: 15px 0;
    margin: auto;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .search-form .allcheck,
  .search-form .checkbox > a {
    padding-left: 1em;
  }
}
/* スマホ～タブレット用(縦サイズ)用css end *//*# sourceMappingURL=common_search.css.map */