@charset "UTF-8";
.modal-area {
  z-index: 10001;
  position: fixed;
}

@media screen and (max-width: 640px) {
  .modalDd {
    padding: 20px !important;
  }
}

.typeChoice {
  display: block;
  padding: 50px 20px;
}

.modalToggle {
  margin-bottom: 10px;
  border: 1px solid #d6d6d6;
  box-shadow: none;
  color: #000;
  background-color: #f5f5f5;
  width: 100%;
  -webkit-appearance: none;
  font-size: 12px;
  line-height: 3;
  padding: 0 1em;
  width: 100%;
  max-width: 190px;
  border-radius: 10px;
}

.modalCloseLayer {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease;
}
@media screen and (max-width: 640px) {
  .modalCloseLayer {
    padding: 5px;
  }
}
.modalCloseLayer.is-shown {
  opacity: 1;
  visibility: visible;
}

.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  z-index: 9999;
  width: 740px;
  border-radius: 10px;
  background: #fff;
  transition: all 0.4s ease;
}
@media screen and (max-width: 640px) {
  .modal {
    top: 63px;
    left: 5px;
    transform: translate(0, 120%);
    width: calc(100% - 10px);
    height: calc(100% - 63px);
  }
}
.modal.is-shown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 640px) {
  .modal.is-shown {
    transform: translate(0, 0);
  }
}
.modal_hl {
  position: relative;
  display: block;
  padding: 15px 0;
  border-radius: 10px 10px 0 0;
  background: #1cb5b6;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .modal_hl {
    font-size: 18px;
  }
}
.modal .back {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  font-size: 10px;
  font-weight: bold;
}
.modal .modalCloseIcon {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  cursor: pointer;
}
.modal .modalCloseIcon:before, .modal .modalCloseIcon:after {
  content: "";
  position: absolute;
  top: 15px;
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
}
.modal .modalCloseIcon:before {
  transform: rotate(45deg);
}
.modal .modalCloseIcon:after {
  transform: rotate(-45deg);
}

.stepBox {
  display: flex;
  justify-content: space-between;
  padding: 30px;
}
@media screen and (max-width: 640px) {
  .stepBox {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100% - 48px);
    padding: 0;
    overflow: hidden;
  }
}

.stepInner {
  width: 325px;
}
@media screen and (max-width: 640px) {
  .stepInner {
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
    border-radius: 0 0 10px 10px;
    background: #fff;
  }
}
@media screen and (max-width: 640px) {
  .stepInner:last-child {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(100%, 0, 0);
    padding-bottom: 12px;
  }
}

.stepTit {
  padding: 10px 0;
  background: #1cb5b6;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .stepTit {
    padding: 20px;
    text-align: center;
    background: #edf8f9;
    color: #1cb5b6;
  }
}
.stepTit span {
  display: block;
  font-weight: bold;
  letter-spacing: 2px;
}
@media screen and (max-width: 640px) {
  .stepTit span {
    display: inline-block;
  }
}
.stepTit .txtEn {
  margin-bottom: 5px;
  font-size: 11px;
}
@media screen and (max-width: 640px) {
  .stepTit .txtEn {
    margin: 0 5px 0 0;
  }
}
.stepTit .titBig {
  font-size: 15px;
}

.classifyingList,
.desiredArea {
  height: 310px;
  border: 2px solid #e1e1e1;
  border-top: 0;
  color: #535353;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .classifyingList,
  .desiredArea {
    height: 100%;
    border: none;
  }
}

.classifyingList {
  padding: 20px;
  overflow-y: scroll;
}
@media screen and (max-width: 640px) {
  .classifyingList {
    padding: 10px;
  }
}
.classifyingList li {
  position: relative;
  margin-bottom: 10px;
  padding: 20px 20px 20px 30px;
  background: #f4f4f4;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  cursor: pointer;
}
.classifyingList li:after {
  content: "▶";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: block;
  margin-left: auto;
  font-size: 10px;
  color: #1cb5b6;
  opacity: 0;
}
.classifyingList li:hover {
  background: #edf8f9;
}
.classifyingList li:last-child {
  margin-bottom: 0;
}
.classifyingList .small {
  font-size: 11px;
}
.classifyingList .setting {
  display: none;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.classifyingList .act {
  background: #edf8f9;
  color: #1cb5b6;
}
.classifyingList .act:after {
  opacity: 1;
}

.defaultArea {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
}

.desiredArea {
  position: relative;
}

.desiredList {
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  overflow-y: scroll;
}
.desiredList.is-active {
  visibility: visible;
  opacity: 1;
}
.desiredList input[type=checkbox] {
  display: none;
}

.cstmCheck {
  position: relative;
  display: block;
  padding: 10px 10px 10px 60px;
  border-bottom: 2px solid #e1e1e1;
  font-size: 13px;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .cstmCheck {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cstmCheck:after {
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid #e1e1e1;
  content: "";
  border-radius: 2px;
  background: #fff;
}
.cstmCheck:before {
  transition: opacity 0.2s linear;
  position: absolute;
  top: 45%;
  left: 39px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 4px;
  height: 7px;
  border-right: 2px solid #1cb5b6;
  border-bottom: 2px solid #1cb5b6;
  content: "";
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) translateY(-50%);
  z-index: 1;
}
.cstmCheck:hover {
  background: #edf8f9;
}

.level1 .cstmCheck,
.tit .cstmCheck {
  padding-left: 40px;
}
.level1 .cstmCheck:after,
.tit .cstmCheck:after {
  left: 15px;
}
.level1 .cstmCheck:before,
.tit .cstmCheck:before {
  left: 19px;
}

.level1 .cstmCheck {
  background: #f4f4f4;
}
@media screen and (max-width: 640px) {
  .level1 .cstmCheck {
    background: #fff;
  }
}

.tit .cstmCheck {
  font-weight: bold;
}

.desiredList .disabled {
  color: #ccc;
}
.desiredList .disabled:hover {
  background: transparent;
  border-top: 2px solid #efeee8;
}
.desiredList .disabled:hover + li {
  border-top: 2px solid #efeee8;
}

input[type=checkbox]:checked + .cstmCheck:before {
  opacity: 1;
}

.searchBtnBox {
  border-radius: 0 0 10px 10px;
  padding: 10px 0 20px;
  background: #edf8f9;
}
@media screen and (max-width: 640px) {
  .searchBtnBox {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    transition: all 0.4s ease;
  }
}

.btnBlockInner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .btnBlockInner {
    flex-direction: column;
  }
}

.modalClose {
  display: block;
  width: 260px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin: 0 -80px 0 auto;
  padding: 15px 0;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0 3px 4px 0 #CCC;
  background: #3b9ad1;
  background: -moz-linear-gradient(top, #3b9ad1 0%, #0877b2 100%);
  background: -webkit-linear-gradient(top, #3b9ad1 0%, #0877b2 100%);
  background: linear-gradient(to bottom, #3b9ad1 0%, #0877b2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3b9ad1", endColorstr="#0877b2",GradientType=0 );
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.modalClose:hover {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: 0 1px 0 0 #CCC;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .modalClose {
    margin: 0 auto;
  }
}

.condtionClear {
  margin-left: auto;
  padding: 10px 20px 0 0;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .condtionClear {
    margin: auto;
    padding: 20px 0 0;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .is-second .back {
    visibility: visible;
    opacity: 1;
  }
  .is-second .stepInner:last-child {
    transform: translate3d(0, 0, 0);
  }
  .is-second .searchBtnBox {
    opacity: 1;
    visibility: visible;
  }
}/*# sourceMappingURL=modal.css.map */