@charset "UTF-8";
/*旧モーダル デザイン変更*/
#cboxOverlay {
  background: rgba(0, 0, 0, 0.85);
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  background: none;
}

#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
  display: none;
}

#cboxWrapper,
#colorbox,
#cboxContent {
  float: none !important;
  width: 100%;
  max-width: 100%;
  margin: auto;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
}

#cboxLoadedContent {
  max-width: 100%;
}

#area_modal {
  position: relative;
  max-width: 736px !important;
  margin: auto;
  padding-bottom: 40px;
  border-radius: 32px;
  background: #f2f2f2;
  overflow: hidden;
}
#area_modal .cbox-content {
  position: relative;
  width: 100%;
  max-width: 632px;
  margin: auto;
  padding: 0 16px;
}
#area_modal .cbox-content .label-circle {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 1.5em;
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  margin-right: .3em;
  border-radius: 100px;
  background: #333;
}
#area_modal .cbox-content .zip-mark {
  font-size: 18px;
  display: inline;
  margin-right: .5em;
}
#area_modal .cbox-content .input-zip {
  width: 240px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 2px solid #E2E2E2;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
#area_modal .cbox-content .zip-note {
  font-size: 14px;
  margin-top: -1.0em !important;
  margin-left: 1.8em !important;
}
#area_modal .cbox-content .areaConfig_hometype label.home-type {
  -webkit-transition: .25s;
  transition: .25s;
  width: 100%;
  height: auto;
  padding: 10px 12px !important;
  border-radius: 10px;
  border: 2px solid #E2E2E2;
  background: #fff;
}
#area_modal .cbox-content .areaConfig_hometype label.home-type.checked {
  border: solid #e73600 2px;
  background: #fff;
}
#area_modal .cbox-content .areaConfig_hometype label.home-type span {
  font-size: 16px;
  padding-left: 38px;
}
#area_modal .cbox-content .areaConfig_hometype label.home-type span.sdu {
  background: url(/common_v10/images/icn-house.svg) no-repeat center left/24px 24px;
}
#area_modal .cbox-content .areaConfig_hometype label.home-type span.mdu {
  background: url(/common_v10/images/icn-apartment.svg) no-repeat center left/24px 24px;
}
#area_modal .cbox-content .areaConfig_hometype label.home-type input[type="radio"] {
  position: absolute;
  left: -9999px;
}
#area_modal a.cbox-close {
  position: absolute;
  z-index: 2;
  display: block;
  top: 15px;
  right: 15px;
  width: 32px;
  height: 32px;
}
#area_modal a.cbox-close span {
  display: none;
}
#area_modal a.cbox-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#area_modal a.cbox-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#area_modal a.cbox-close::before, #area_modal a.cbox-close::after {
  content: "";
  display: block;
  position: absolute;
  background: #333;
  width: 19px;
  height: 2px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 100px;
}
#area_modal .cbox-title {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  margin-top: 0 !important;
  padding: 18px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #area_modal .cbox-title {
    text-align: left;
  }
}

#cboxClose {
  display: none;
}
