@charset "UTF-8";
/* layout
------------------------------------------------------*/
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  padding-right: 17px;
}

.select-category::-webkit-scrollbar {
  width: 5px;
}

.select-category::-webkit-scrollbar-thumb {
  background: #999999;
}

.select-category::-webkit-scrollbar-track {
  background: #e6e6e6;
}

.select-check-category::-webkit-scrollbar {
  width: 5px;
}

.select-check-category::-webkit-scrollbar-thumb {
  background: #999999;
}

.select-check-category::-webkit-scrollbar-track {
  background: #e6e6e6;
}

.area-select-category::-webkit-scrollbar {
  width: 5px;
}

.area-select-category::-webkit-scrollbar-thumb {
  background: #999999;
}

.area-select-category::-webkit-scrollbar-track {
  background: #e6e6e6;
}

.area-select-check-category::-webkit-scrollbar {
  width: 5px;
}

.area-select-check-category::-webkit-scrollbar-thumb {
  background: #999999;
}

.area-select-check-category::-webkit-scrollbar-track {
  background: #e6e6e6;
}

input[type=checkbox]:checked + label::before {
  background: #1595dc;
}

input[type=checkbox]:checked + label::after {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  left: 4px;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  content: "";
  color: #fff;
  z-index: 10;
}

.content {
  margin: 0 auto;
  padding: 40px;
}

.modal {
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}

.modal__bg {
  position: relative;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  position: absolute;
  width: 100%;
}

.parent-check {
  margin-left: 25px;
  flex: 1;
  -webkit-flex: 1;
}
.parent-check .parent-check-category {
  position: relative;
  display: inline;
}
.parent-check .parent-check-category:last-child:after {
  display: none;
}
.parent-check .parent-check-category input[type=checkbox] + label {
  width: auto;
  padding: 5px 10px 5px 28px;
}
.parent-check .parent-check-category span {
  display: none;
}
.parent-check .parent-check-category span input[type=checkbox] + label {
  padding: 5px 0 5px 28px;
}
.parent-check .parent-check-category span:last-child input[type=checkbox] + label {
  padding: 5px 0 5px 28px;
}

.parent-checked-first:before {
  display: none !important;
}

.parent-checked {
  position: relative;
}
.parent-checked:before {
  position: relative;
  top: 2px;
  content: "／";
  padding: 0 5px;
  color: #ccc;
}
.parent-checked.wakaran:after {
  display: none;
}
.parent-checked.kakuninfirst:before {
  display: none;
}

.modal__content {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 960px;
}
.modal__content .js-modal-close {
  display: block;
  position: absolute;
  top: 16px;
  right: 10px;
  font-size: 2rem;
  color: #666666;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
.modal__content .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  height: 60px;
  border-bottom: 1px solid #E6E6E6;
}
.modal__content .tab-list li {
  position: relative;
  color: #1595DC;
  padding: 0 15px;
  font-size: 1.5rem;
  cursor: pointer;
}
.modal__content .tab-list li:not(:first-child):after {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  top: 50%;
  left: 0;
  width: 1px;
  height: 20px;
  background: #E6E6E6;
}
.modal__content .tab-list li.on-tab {
  position: relative;
  padding: 0 15px 0 40px;
  color: #666;
  font-size: 2rem;
}
.modal__content .tab-list li.on-tab.occupation:before {
  background: url(../common/images/contents-title-occupation.svg) no-repeat;
  background-position: center;
}
.modal__content .tab-list li.on-tab.industry:before {
  background: url(../common/images/contents-title-suppliers.svg) no-repeat;
  background-position: center;
}
.modal__content .tab-list li.on-tab.area:before {
  background: url(../common/images/contents-title-map.svg) no-repeat;
  background-position: center;
}
.modal__content .tab-list li.on-tab.status:before {
  background: url(../common/images/contents-title-employment-status.svg) no-repeat;
  background-position: center;
}
.modal__content .tab-list li.on-tab.income:before {
  background: url(../common/images/contents-title-income.svg) no-repeat;
  background-position: center;
}
.modal__content .tab-list li.on-tab.conditions:before {
  background: url(../common/images/contents-title-conditions.svg) no-repeat;
  background-position: center;
}
.modal__content .tab-list li.on-tab:before {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  top: 50%;
  left: 10px;
  width: 24px;
  height: 24px;
}
.modal__content .select-category {
  width: 400px;
  height: 400px;
  overflow-y: auto;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.modal__content .area-select-category {
  height: 400px;
}
.modal__content .select-category-items {
  cursor: pointer;
  padding: 16px 20px;
}
.modal__content .select-category-items:hover {
  background: #edf8fe;
}
.modal__content .select-category-items dl dt {
  font-size: 1.4rem;
  font-weight: bold;
  height: 17px;
  color: #808080;
}
.modal__content .select-category-items dl dt .selecting {
  display: none;
  position: relative;
  padding: 3px 0;
  top: -1px;
  width: 40px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  background: #1595dc;
  margin-left: 5px;
}
.modal__content .select-category-items dl dt .selecting.active {
  display: inline-block;
}
.modal__content .select-category-items dl dd {
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #808080;
  letter-spacing: 0.02em;
}
.modal__content .select-category-items:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}
.modal__content .select-category-items.active-job, .modal__content .select-category-items.active-work, .modal__content .select-category-items.active-area, .modal__content .select-category-items.active-status, .modal__content .select-category-items.active-income, .modal__content .select-category-items.active-conditions {
  background: #edf8fe;
}
.modal__content .select-category-items.active-job dl dt, .modal__content .select-category-items.active-work dl dt, .modal__content .select-category-items.active-area dl dt, .modal__content .select-category-items.active-status dl dt, .modal__content .select-category-items.active-income dl dt, .modal__content .select-category-items.active-conditions dl dt {
  position: relative;
  color: #1595dc;
  /*
  &:after{
  	@include border-radius(2px);
  	content:"選択中";

  }
  */
}
.modal__content .select-check-category {
  display: none;
  position: absolute;
  top: 60px;
  left: 400px;
  padding: 25px 0 25px 30px;
  width: 560px;
  height: 400px;
  background: #fff;
  overflow-y: scroll;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #E6E6E6;
  z-index: 999999;
}
.modal__content .select-check-category dl {
  list-style-type: none;
}
.modal__content .select-check-category dl dt {
  margin-bottom: 20px;
  color: #333;
}
.modal__content .select-check-category dl dt label {
  font-size: 1.6rem;
  font-weight: bold;
}
.modal__content .select-check-category dl dt label span {
  display: inline-block;
  margin-left: 8px;
  font-size: 1.2rem;
  font-weight: normal;
  color: #ff8338;
  letter-spacing: 0.02em;
}
.modal__content .select-check-category dl dd {
  padding-left: 25px;
}
.modal__content .area-select-check-category {
  padding: 25px 30px 25px 30px;
  height: 400px;
  background: #fff;
}
.modal__content .area-select-check-category dl {
  list-style-type: none;
}
.modal__content .area-select-check-category dl dt {
  margin-bottom: 20px;
  color: #333;
}
.modal__content .area-select-check-category dl dt label {
  font-size: 1.6rem;
  font-weight: bold;
}
.modal__content .area-select-check-category dl dt label span {
  display: inline-block;
  margin-left: 8px;
  font-size: 1.2rem;
  font-weight: normal;
  color: #ff8338;
  letter-spacing: 0.02em;
}
.modal__content .area-select-check-category dl dd {
  padding-left: 25px;
}
.modal__content .check-list ul li:not(:last-child) {
  margin-bottom: 18px;
}
.modal__content .check-list ul li label {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}
.modal__content .check-list ul li label span {
  display: inline-block;
  margin-left: 8px;
  font-size: 1.2rem;
  font-weight: normal;
  color: #ff8338;
  letter-spacing: 0.02em;
}
.modal__content .tab-contents.hide {
  display: none;
}
.modal__content .tab-contents.income .select-check-category, .modal__content .tab-contents.status .select-check-category, .modal__content .tab-contents.conditions .select-check-category {
  display: block !important;
}
.modal__content .tab-contents .child-tab {
  position: relative;
  margin: 0 0 100px;
}
.modal__content .tab-contents .child-tab .child-inner-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 16px 20px;
  color: #808080;
  font-weight: 700;
  border-bottom: 1px solid #e6e6e6;
}
.modal__content .tab-contents .child-tab .child-inner-button .selecting {
  display: none;
  position: relative;
  padding: 3px 0;
  top: -1px;
  width: 40px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  background: #1595dc;
  margin-left: 5px;
}
.modal__content .tab-contents .child-tab .child-inner-button .selecting.active {
  display: inline-block;
}
.modal__content .tab-contents .child-tab .child-inner-button:first-of-type {
  top: 50px;
}
.modal__content .tab-contents .child-tab .child-inner-button:nth-of-type(2) {
  top: 100px;
}
.modal__content .tab-contents.status .child-tab .child-inner-button {
  cursor: pointer;
}
.modal__content .tab-contents.status .child-tab .child-inner-button:first-of-type {
  top: 50px;
}
.modal__content .tab-contents.status .child-tab .child-inner-button:nth-of-type(2) {
  top: 100px;
}
.modal__content .tab-contents.income .child-tab {
  margin: 50px 0;
}
.modal__content .tab-contents.income .child-tab .child-inner-button:first-of-type {
  top: -50px;
}
.modal__content .tab-contents.income .child-tab .child-inner-button:nth-of-type(2) {
  top: 50px;
}
.modal__content .tab-contents.conditions .child-tab {
  margin: 100px 0 0;
}
.modal__content .tab-contents.conditions .child-tab .child-inner-button:first-of-type {
  top: -100px;
}
.modal__content .tab-contents.conditions .child-tab .child-inner-button:nth-of-type(2) {
  top: -50px;
}

.select-category-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0 30px;
}
.select-category-btns li:first-child {
  margin-right: 15px;
}
.select-category-btns li:first-child button {
  position: relative;
  width: 240px;
  color: #fff;
  background: -moz-linear-gradient(left, #ff8097, #ff8338);
  background: -webkit-linear-gradient(left, #ff8097, #ff8338);
  background: linear-gradient(to right, #ff8097, #ff8338);
}
.select-category-btns li:first-child button:after {
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  top: 50%;
  right: 13px;
  width: 7px;
  height: 11px;
  background: url(../common/images/icn_arrow-right-white.svg) no-repeat;
}
.select-category-btns li:nth-child(2) button {
  padding: 15px 0;
  width: 160px;
  color: #808080;
  border: 1px solid #e6e6e6;
}
.select-category-btns li button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  display: block;
  padding: 16px 0;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 769px) {
  /* ------------------------------------------------------*/
  .modal__content .sp-text {
    display: none;
  }
  .modal__content .back-select-category {
    display: none;
  }
  .modal__content .tab-contents.conditions .select-check-category {
    padding: 25px 30px 25px 30px;
  }
  .modal__content .tab-contents.conditions .check-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .modal__content .tab-contents.conditions .check-list ul li {
    width: 50%;
    padding: 0 30px 0 0;
  }
  .modal__content .tab-contents .child-tab .child-inner-button {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .modal__content .tab-contents .child-tab .child-inner-button:hover {
    background: #edf8fe;
  }
  .modal__content .select-category-items.active-job + .select-check-category, .modal__content .select-category-items.active-work + .select-check-category, .modal__content .select-category-items.active-area + .select-check-category, .modal__content .select-category-items.active-status + .select-check-category, .modal__content .select-category-items.active-income + .select-check-category, .modal__content .select-category-items.active-conditions + .select-check-category {
    display: block !important;
  }

  .select-category-btns li button {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
  }
  .select-category-btns li button:hover {
    opacity: 0.7;
  }

  .js-modal-close-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  /* ------------------------------------------------------*/
  .modal__content {
    position: absolute;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    top: 0;
    left: 0;
    padding: 0 0 60px;
    border-radius: 0;
    z-index: 99999999999999;
  }
  .modal__content .tab-contents {
    padding: 0;
  }
  .modal__content .sp-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 40px;
    background: red;
    padding: 0 15px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    background: -moz-linear-gradient(left, #89d0d2, #1595dc);
    background: -webkit-linear-gradient(left, #89d0d2, #1595dc);
    background: linear-gradient(to right, #89d0d2, #1595dc);
  }
  .modal__content .tab-list {
    height: 50px;
  }
  .modal__content .tab-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 33.3333%;
    height: 100%;
    padding: 0 15px 0 35px;
    border-right: 1px solid #e6e6e6;
    font-size: 1.4rem;
    font-weight: 500;
  }
  .modal__content .tab-list li:before {
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "";
    top: 50%;
    left: 15px;
    width: 15px;
    height: 15px;
    background-size: contain !important;
  }
  .modal__content .tab-list li:not(:first-child):after {
    height: 25px;
    background: #EBF5FB;
  }
  .modal__content .tab-list li.occupation:before {
    background: url(../common/images/contents-title-occupation.svg) no-repeat;
    background-position: center;
  }
  .modal__content .tab-list li.industry:before {
    background: url(../common/images/contents-title-suppliers.svg) no-repeat;
    background-position: center;
  }
  .modal__content .tab-list li.area:before {
    background: url(../common/images/contents-title-map.svg) no-repeat;
    background-position: center;
  }
  .modal__content .tab-list li.status:before {
    background: url(../common/images/contents-title-employment-status.svg) no-repeat;
    background-position: center;
  }
  .modal__content .tab-list li.income:before {
    background: url(../common/images/contents-title-income.svg) no-repeat;
    background-position: center;
  }
  .modal__content .tab-list li.conditions:before {
    background: url(../common/images/contents-title-conditions.svg) no-repeat;
    background-position: center;
  }
  .modal__content .tab-list li.on-tab {
    color: #1595DC;
    padding: 0 15px 0 35px;
    font-size: 1.4rem;
    background: #EBF5FB;
  }
  .modal__content .tab-list li.on-tab:before {
    left: 15px;
    width: 15px;
    height: 15px;
    background: red;
    background-size: contain !important;
  }
  .modal__content .tab-list-wrap {
    position: relative;
    padding: 0;
  }
  .modal__content .ps__rail-x, .modal__content .ps__rail-y {
    opacity: 0.6 !important;
  }
  .modal__content .ps-container > .ps-scrollbar-x-rail {
    margin: 0;
  }
  .modal__content .ps-container > .ps-scrollbar-x-rail {
    height: 3px;
    background: #E6E6E6;
    bottom: 0;
  }
  .modal__content .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    height: 3px;
    bottom: 0;
    border-radius: 0;
    background: #1595DC;
    z-index: 100;
    opacity: 1 !important;
  }
  .modal__content .js-modal-close {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
  }
  .modal__content .tab-list {
    width: 100%;
    padding: 0;
  }
  .modal__content .tab-list li span {
    display: none;
  }
  .modal__content .select-category, .modal__content .area-select-category {
    width: 100%;
    height: auto;
    border-bottom: none;
  }
  .modal__content .select-category .select-category-items, .modal__content .area-select-category .select-category-items {
    position: relative;
    padding: 11px 15px;
  }
  .modal__content .select-category .select-category-items:after, .modal__content .area-select-category .select-category-items:after {
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "";
    top: 50%;
    right: 15px;
    width: 6px;
    height: 10px;
    background: url(../common/images/icn_arrow-right-blue.svg) center/contain no-repeat;
  }
  .modal__content .select-category .select-category-items.active-job + .select-check-category, .modal__content .select-category .select-category-items.active-work + .select-check-category, .modal__content .select-category .select-category-items.active-area + .select-check-category, .modal__content .select-category .select-category-items.active-income + .select-check-category, .modal__content .select-category .select-category-items.active-status + .select-check-category, .modal__content .select-category .select-category-items.active-conditions + .select-check-category, .modal__content .area-select-category .select-category-items.active-job + .select-check-category, .modal__content .area-select-category .select-category-items.active-work + .select-check-category, .modal__content .area-select-category .select-category-items.active-area + .select-check-category, .modal__content .area-select-category .select-category-items.active-income + .select-check-category, .modal__content .area-select-category .select-category-items.active-status + .select-check-category, .modal__content .area-select-category .select-category-items.active-conditions + .select-check-category {
    display: none;
  }
  .modal__content .select-category .select-category-items.active-area + .select-check-category, .modal__content .area-select-category .select-category-items.active-area + .select-check-category {
    background: #edf8fe;
  }
  .modal__content .select-category .select-category-items dl dt, .modal__content .area-select-category .select-category-items dl dt {
    height: auto;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .modal__content .select-category .select-check-category, .modal__content .area-select-category .select-check-category {
    display: none;
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    transition: 0.7s ease;
    position: absolute;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 0;
    background: #EDF8FE;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    border-bottom: 1px solid #e6e6e6;
    z-index: 1000;
  }
  .modal__content .select-category .select-check-category.sp-active, .modal__content .area-select-category .select-check-category.sp-active {
    left: 0;
  }
  .modal__content .select-category .select-check-category .back-select-category, .modal__content .area-select-category .select-check-category .back-select-category {
    position: relative;
    color: #808080;
    padding: 13px 30px;
    font-size: 1.4rem;
    font-weight: 700;
    background: #fff;
    border-bottom: 1px solid #E6E6E6;
    line-height: 1.4;
  }
  .modal__content .select-category .select-check-category .back-select-category:before, .modal__content .area-select-category .select-check-category .back-select-category:before {
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "";
    top: 50%;
    left: 15px;
    width: 6px;
    height: 10px;
    background: url(../common/images/icn_arrow-left-orange.svg) center/contain no-repeat;
  }
  .modal__content .select-category .select-check-category dl dt, .modal__content .area-select-category .select-check-category dl dt {
    padding: 10px 10px 10px 30px;
    background: #fff;
    border-bottom: 1px solid #E6E6E6;
  }
  .modal__content .select-category .select-check-category dl dt label, .modal__content .area-select-category .select-check-category dl dt label {
    position: relative;
    font-size: 1.4rem;
    padding: 0 0 0 30px;
  }
  .modal__content .select-category .select-check-category dl dd, .modal__content .area-select-category .select-check-category dl dd {
    padding-left: 45px;
  }
  .modal__content .select-category .select-check-category dl .check-all, .modal__content .area-select-category .select-check-category dl .check-all {
    margin-bottom: 0;
  }
  .modal__content .select-category .select-check-category dl .check-all input[type=checkbox] + label, .modal__content .area-select-category .select-check-category dl .check-all input[type=checkbox] + label {
    position: relative;
    font-size: 1.4rem;
    padding: 0 0 0 30px;
  }
  .modal__content .select-category .select-check-category dl .check-all input[type=checkbox] + label:before, .modal__content .area-select-category .select-check-category dl .check-all input[type=checkbox] + label:before {
    left: 0 !important;
  }
  .modal__content .select-category .select-check-category dl .check-all input[type=checkbox]:checked + label:after, .modal__content .area-select-category .select-check-category dl .check-all input[type=checkbox]:checked + label:after {
    left: 4px;
  }
  .modal__content .select-category .area-select-check-category, .modal__content .area-select-category .area-select-check-category {
    padding: 0;
    background: #EDF8FE;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  .modal__content .select-category .area-select-check-category.sp-active, .modal__content .area-select-category .area-select-check-category.sp-active {
    left: 0;
  }
  .modal__content .select-category .area-select-check-category .back-select-category, .modal__content .area-select-category .area-select-check-category .back-select-category {
    position: relative;
    color: #808080;
    padding: 13px 30px;
    font-size: 1.4rem;
    font-weight: 700;
    background: #fff;
    border-bottom: 1px solid #E6E6E6;
    line-height: 1.4;
  }
  .modal__content .select-category .area-select-check-category .back-select-category:before, .modal__content .area-select-category .area-select-check-category .back-select-category:before {
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "";
    top: 50%;
    left: 15px;
    width: 6px;
    height: 10px;
    background: url(../common/images/icn_arrow-left-orange.svg) center/contain no-repeat;
  }
  .modal__content .select-category .area-select-check-category dl dt, .modal__content .area-select-category .area-select-check-category dl dt {
    padding: 10px 10px 10px 30px;
    background: #fff;
    border-bottom: 1px solid #E6E6E6;
  }
  .modal__content .select-category .area-select-check-category dl dt label, .modal__content .area-select-category .area-select-check-category dl dt label {
    position: relative;
    font-size: 1.4rem;
    padding: 0 0 0 30px;
  }
  .modal__content .select-category .area-select-check-category dl dd, .modal__content .area-select-category .area-select-check-category dl dd {
    padding-left: 45px;
  }
  .modal__content .select-category .area-select-check-category dl .check-all, .modal__content .area-select-category .area-select-check-category dl .check-all {
    margin-bottom: 0;
  }
  .modal__content .select-category .area-select-check-category dl .check-all input[type=checkbox] + label, .modal__content .area-select-category .area-select-check-category dl .check-all input[type=checkbox] + label {
    position: relative;
    font-size: 1.4rem;
    padding: 0 0 0 30px;
  }
  .modal__content .select-category .area-select-check-category dl .check-all input[type=checkbox] + label:before, .modal__content .area-select-category .area-select-check-category dl .check-all input[type=checkbox] + label:before {
    left: 0 !important;
  }
  .modal__content .select-category .area-select-check-category dl .check-all input[type=checkbox]:checked + label:after, .modal__content .area-select-category .area-select-check-category dl .check-all input[type=checkbox]:checked + label:after {
    left: 4px;
  }
  .modal__content .check-list {
    padding: 15px 0 120px 15px;
  }
  .modal__content .check-list ul li:not(:last-child) {
    margin-bottom: 8px;
  }
  .modal__content .check-list ul li input[type=checkbox] + label {
    left: 0;
    padding: 0 0 0 30px;
  }
  .modal__content .check-list ul li input[type=checkbox] + label:before {
    left: 0 !important;
  }
  .modal__content .check-list ul li input[type=checkbox]:checked + label:after {
    left: 4px;
  }
  .modal__content .income .child-tab,
.modal__content .status .child-tab,
.modal__content .conditions .child-tab {
    display: none;
  }
  .modal__content .income .select-check-category,
.modal__content .status .select-check-category,
.modal__content .conditions .select-check-category {
    top: 90px;
    display: block !important;
    left: 0;
    background: #fff;
  }
  .modal__content .income .select-check-category .check-list,
.modal__content .status .select-check-category .check-list,
.modal__content .conditions .select-check-category .check-list {
    padding: 0;
  }
  .modal__content .income .select-check-category .check-list ul li,
.modal__content .status .select-check-category .check-list ul li,
.modal__content .conditions .select-check-category .check-list ul li {
    padding: 10px 15px;
    line-height: 1.4;
    border-bottom: 1px solid #E6E6E6;
  }
  .modal__content .income .select-check-category .check-list ul li:not(:last-child),
.modal__content .status .select-check-category .check-list ul li:not(:last-child),
.modal__content .conditions .select-check-category .check-list ul li:not(:last-child) {
    margin: 0;
  }

  .js-modal-close-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #1595dc;
    z-index: 1590897978359414783;
    cursor: pointer;
  }

  .select-category-btns {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px;
    background: #F0F0F0;
    z-index: 9999999999999999;
  }
  .select-category-btns li {
    width: 49%;
  }
  .select-category-btns li:not(:last-child) {
    margin: 0 2% 0 0;
  }
  .select-category-btns li button {
    padding: 12px 0;
    font-size: 1.4rem;
  }
  .select-category-btns li:first-child button {
    width: 100%;
    padding: 13px 0;
  }
  .select-category-btns li:first-child button:after {
    right: 10px;
    width: 6px;
    height: 10px;
    background-size: contain;
    margin: 1px 0 0;
  }
  .select-category-btns li:last-child button {
    width: 100%;
    background: #fff;
    padding: 12px 0;
  }
  .select-category-btns li:last-child button:after {
    position: absolute;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "";
    top: 50%;
    right: 10px;
    width: 6px;
    height: 10px;
    background-size: contain;
    background: url(../common/images/icn_arrow-right-gray.svg) center/contain no-repeat;
    margin: 1px 0 0;
    opacity: 0.6;
  }

  .parent-check {
    margin: 10px 0 0;
    width: 100%;
    flex: auto;
    -webtkit-flex: auto;
    display: block !important;
  }

  input[type=checkbox] + label {
    padding: 10px 20px 10px 28px;
  }

  input[type=checkbox] + label::before {
    left: 0;
  }
}
@media screen and (min-width: 667px) and (max-width: 768px) {
  /* ------------------------------------------------------*/
}
@media screen and (max-width: 666px) {
  /* ------------------------------------------------------*/
}
@media screen and (max-width: 320px) {
  /* ------------------------------------------------------*/
}

/*# sourceMappingURL=modal.css.map */
