.search-form {
  margin-top: 32px;
}
.search-form--wavy {
  display: inline-block;
}
.search-form--color {
  display: inline-block;
  color: #e10041;
  width: 64px;
  margin-right: 8px;
  margin-top: 4px;
}
.search-dlist--title {
  font-weight: bold;
}
.search-dlist--input .form-tag {
  margin-top: 4px;
}
.search-dlist--flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.search-toggle {
  white-space: nowrap;
}
.search-cardset__item {
  border-top: 1px solid #bebfc2;
  border-bottom: 1px solid #bebfc2;
}
.search-cardset__item:nth-child(n+2) {
  margin-top: -1px;
}
.search-cardset__item--text {
  cursor: pointer;
  display: block;
  padding: 8px 50px 8px 16px;
  position: relative;
}
.search-cardset__item--text:before {
  content: "";
  display: block;
  height: 2px;
  width: 14px;
  right: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  background-color: #323233;
}
.search-cardset__item--text:after {
  content: "";
  display: block;
  height: 14px;
  width: 2px;
  right: 19px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  background-color: #323233;
}
.search-cardset__item--text.is-open {
  background-color: #fce3ea;
}
.search-cardset__item--text.is-open:after {
  display: none;
}
.search-cardset__child {
  padding: 8px 0 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.search-cardset__check {
  height: 26px;
  margin-top: 8px;
  max-width: 100%;
}
.search-cardset__check .form-tag {
  max-width: 100%;
  margin-right: 8px;
}
.search-cardset__check .form-tag__label {
  margin-bottom: 0;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.search-showcheck {
  text-align: center;
}

.search-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 24px;
}

@media screen and (max-width: 1023px) {
  .search-form--wavy {
    margin-left: 8px;
    margin-right: 8px;
  }
  .search-form--small {
    width: 120px;
  }
  .search-form--color {
    font-size: 1rem;
  }
  .search-item {
    position: relative;
  }
  .search-item:nth-child(n+2) {
    margin-top: 24px;
  }
  .search-block {
    border-top: 1px solid #bebfc2;
  }
  .search-block .search-dlist--title {
    margin-top: 16px;
  }
  .search-block .search-toggle {
    top: 16px;
  }
  .search-block .search-dlist--spflex {
    margin-top: 16px;
  }
  .search-dlist--spflex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
        align-items: baseline;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .search-dlist--spflex .search-dlist--title {
    margin-top: 0;
    padding-top: 0;
  }
  .search-dlist--spflex .form-tag__wrap {
    margin-top: -12px;
  }
  .search-dlist--spflex .search-dlist--input {
    margin-top: 0;
  }
  .search-dlist--lang {
    margin-top: 28px !important;
  }
  .search-dlist--title {
    font-size: 1.2rem;
  }
  .search-dlist--top .search-dlist--title {
    padding-top: 4px;
  }
  .search-dlist--input {
    margin-top: 12px;
  }
  .search-toggle {
    position: absolute;
    top: 0;
    right: 0;
  }
  .search-color {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .search-color:first-child {
    margin-top: 24px;
  }
  .search-type {
    margin-top: 8px;
  }
  .search-pulldown {
    width: 200px;
  }
  .search-form .search-pulldown {
    position: absolute !important;
    right: 0;
    top: 0px;
  }
  .search-pulldown--first {
    top: 12px;
  }
  .search-cardset__wrap {
    margin-top: 12px;
  }
  .search-cardset__list:nth-child(2) {
    margin-top: -1px;
  }
  .search-showcheck {
    margin-top: 24px;
  }
  .search-showcheck .form-check__text {
    font-size: 1.4rem;
  }
  .search-button--reset {
    margin-right: 6px;
    height: 40px;
    width: 120px;
  }
  .search-button--search {
    height: 40px;
    width: 232px;
  }
  .search-tag {
    margin-top: 8px;
  }
}

@media all and (min-width: 1024px) {
  .search-form--wavy {
    margin-left: 16px;
    margin-right: 16px;
  }
  .search-form--small {
    width: 160px;
  }
  .search-form--color {
    font-size: 1.2rem;
  }
  .search-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .search-item:nth-child(n+2) {
    margin-top: 32px;
  }
  .search-dlist {
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
        align-items: baseline;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .search-dlist--top {
    -ms-flex-align: start;
        align-items: flex-start;
    min-width: 0px;
  }
  .search-dlist--title {
    width: 120px;
    margin-right: 24px;
  }
  .search-dlist--top .search-dlist--title {
    padding-top: 4px;
  }
  .search-dlist--input {
    -ms-flex: 1;
        flex: 1;
    min-width: 0px;
  }
  .search-toggle {
    padding-top: 4px;
    width: 228px;
    margin-left: 16px;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .search-color {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .search-color:nth-child(n+2) {
    margin-top: 8px;
  }
  .search-pulldown {
    height: 38px;
    width: 228px;
    margin-left: 16px;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .search-cardset__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .search-cardset__list {
    width: calc((100% - 10px) / 2);
  }
  .search-showcheck {
    margin-top: 32px;
  }
  .search-button--reset {
    height: 40px;
    width: 160px;
    margin-right: 8px;
  }
  .search-button--search {
    height: 40px;
    width: 280px;
  }
}

@media print {
  .search-form--wavy {
    margin-left: 16px;
    margin-right: 16px;
  }
  .search-form--small {
    width: 160px;
  }
  .search-form--color {
    font-size: 1.2rem;
  }
  .search-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .search-item:nth-child(n+2) {
    margin-top: 32px;
  }
  .search-dlist {
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
        align-items: baseline;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .search-dlist--top {
    -ms-flex-align: start;
        align-items: flex-start;
    min-width: 0px;
  }
  .search-dlist--title {
    width: 120px;
    margin-right: 24px;
  }
  .search-dlist--top .search-dlist--title {
    padding-top: 4px;
  }
  .search-dlist--input {
    -ms-flex: 1;
        flex: 1;
    min-width: 0px;
  }
  .search-toggle {
    padding-top: 4px;
    width: 228px;
    margin-left: 16px;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .search-color {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .search-color:nth-child(n+2) {
    margin-top: 8px;
  }
  .search-pulldown {
    height: 38px;
    width: 228px;
    margin-left: 16px;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .search-cardset__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .search-cardset__list {
    width: calc((100% - 10px) / 2);
  }
  .search-showcheck {
    margin-top: 32px;
  }
  .search-button--reset {
    height: 40px;
    width: 160px;
    margin-right: 8px;
  }
  .search-button--search {
    height: 40px;
    width: 280px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1232px) {
  .search-button--reset .button-border {
    font-size: 1.6rem;
  }
}
/*# sourceMappingURL=maps/search.css.map */
