@charset "UTF-8";

/* PC用 s */
@media(min-width:769px){
  .header-float-item.js-headerfloat__item.js-fixed {
    position: unset!important;
  }

/* --------------------------------
   【サイド簡易検索】左右で分割＆簡易検索UI
   -------------------------------- */
/*.pid10041 #side,
.pid10042 #side*/ {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 10px;
  display: table!important;
  z-index: 600;
}
 /* サイドのフローティングと重なるため
   ヘッダのフローティングを解除 */
.header-float-item.js-headerfloat__item.js-fixed{/* position:relative; */}
.sideSearch {
  margin-bottom: 15px;
  min-height: 523px;
  width: 300px;
  z-index: 600;
}
.sideSearchInner {position: relative;}
.sideSearchInner .overlay {z-index: 1;}
.sideSearchConditions #searchCondition{border:0;}
.sideSearch p {margin-bottom: 0;}
.searchHead {
  padding: 15px;
  background-color: var(--primary-color);
}
.searchHead p {
  background-image: url("../common2014/img/icon_search.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 20px;
  padding-left: 26px;
  color: #fff;
  font-size: 150%;
  font-weight: bold;
}
.searchInner {
  background-color: #F4F4F4;
  border: solid 1px #dcdcdc;
  border-radius: 0 0 5px 5px;
}
.searchInner .innerBox {position: relative;}
.searchInner .selectItems {
  font-size: 110%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 20px;
}
.searchInner a:hover,
.searchInner label {
  cursor: pointer;
  text-decoration: none;
}
.searchInner .ttl {
  font-weight: bold;
  font-size: 130%;
  padding: 5px 15px;
}
.searchInner .selectedContents {
  background: #fff;
  padding: 15px;
}
.searchInner .clBoxBtn {text-align: right;}
.searchInner .modalLink {
  font-weight: bold;
  font-size: 110%;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.searchInner .modalLink span {
  display: flex;
  align-items: center;
  position: absolute;
  right: 15px;
  bottom: 10px;
}
.searchInner .modalLink span:after {
  content: "";
  border: solid 2px var(--primary-color);
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
}
.searchInner .modalLink:hover span {text-decoration: underline!important;}
.searchInner .feature .outSelecter {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.searchInner .feature .outSelecter {
  color: var(--primary-color);
  font-size: 120%;
  font-weight: bold;
}
.searchInner .feature label:hover {text-decoration: underline;}
.searchInner .feature input[type="checkbox"],
.searchInner .featureTime input[type="checkbox"] {
  cursor: pointer;
  margin-right: 3px;
  vertical-align: middle;
  height: 15px;
  width: 15px;
}
.searchInner .searchBtn_outer {
  background: #ececec;
  border-top: solid 1px #dcdcdc;
  padding: 15px;
}
.searchInner .searchBtn {
  background: var(--primary-color);
  border-radius: 5px;
  box-shadow: 0px 1px 1px #adadad;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 130%;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  margin: 0 auto;
  width: 180px;
}
.searchInner .searchBtn:hover {background: #598ced;}
.searchInner .searchBtn:before {
  content: "";
  background-image: url("../common2014/img/icon_search.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 20px;
  margin-right: 5px;
  height: 20px;
  width: 20px;
}
/* --------------------------------
  【サイド簡易検索】左右で分割＆簡易検索UI
-------------------------------- */
.sideSearchPart .searchInner .flexBox {display: flex;}
.sideSearchPart .searchInner .area .ttl {width: 4.5em;}
.sideSearchPart .searchInner .selectItems {width: 100%;}
.sideSearchPart .searchInner .subject .ttl {width: 4.5em;}
.detailItemInner .innerItemWrap {width: calc(50% - 10px);}
#selectItems04 .innerItemWrap ul {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
  width: 100%;
}
#selectItems04 .innerItemWrap ul.itemList__ex {
  border-top: solid 1px #dcdcdc;
  padding-top: 5px;
}
#selectItems04 .innerItemWrap.week li {width: calc(100% / 7);}
#selectItems04 .innerItemWrap.kinmu li {width: calc(100% / 4);}
#selectItems04 .innerItemWrap.kinmu .itemList__ex li {width: 100%;}
#selectItems04 label {
  width: auto;
  display: inline-flex;
}
#selectItems04 .week .itemName {
  background-image: url("../common2014/img/icn_heading-search-day.png");
  background-size: 25px;
}
#selectItems04 .kinmu .itemName {
  background-image: url("../common2014/img/icn_heading-search-time.png");
  background-size: 22px;
}
.sideSearchPart .detailItemInner ul {margin-bottom: 0;}
.sideSearchPart #selectItems001 .workingsalary li {width: 50%;}
.sideSearchPart #selectItems001 .emergency .itemName {
  background-image: url("../common2014/img/icn_heading-search-emergency.png");
  background-size: 30px;
}
.sideSearchPart #selectItems001 .itemSetting {padding: 20px 10px;}
#selectItems001 .detailItemOuter {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#selectItems001 .detailTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 0;
  width: 100%;
}
#selectItems001 p {margin-bottom: 0;}
#selectItems001 .itemName,
#selectItems04 .itemName {
  background-color: #d6dfeb;
  background-repeat: no-repeat;
  background-position: center left 10px;
  box-sizing: border-box;
  font-size: 130%;
  font-weight: bold;
  padding-left: 45px;
  line-height: 30px;
  width: 100%;
}
#selectItems001 .feature .itemName {
  background-image: url("../common2014/img/icn_heading-search-feature.png");
  background-size: 30px;
}
#selectItems001 .working .itemName {
  background-image: url("../common2014/img/icn_heading-search-about.png");
  background-size: 25px;
}
#selectItems001 .kbn .itemName {
  background-image: url("../common2014/img/icn_heading-search-facility.png");
  background-size: 23px;
}
#selectItems001 .workingsalary .itemName {
  background-image: url("../common2014/img/icn_heading-search-income.png");
  background-size: 30px;
}
#selectItems001 .freeword .itemName {
  background-image: url("../common2014/img/icn_heading-search-freeword.png");
  background-size: 30px;
}
#selectItems001 .detailItemInner {
  box-sizing: border-box;
  padding: 10px 10px 0;
  width: 100%;
}
#selectItems001 .detailItemInner ul {
  display: flex;
  flex-wrap:  wrap;
  padding: 5px;
  width: 100%;
  margin-bottom: 0;
}
#selectItems001 .detailItemInner li {
  line-height: 2;
  width: 20%;
}
#selectItems001 input[type="checkbox"] {
  margin-right: 2px;
  vertical-align: middle;
}
#selectItems001 .freeword input[type="text"] {
  color: #333;
  margin: 10px;
  box-sizing: border-box;
  width: 100%;
}
#selectItems001 .itemSetting {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  margin: 0 auto;
  width: 160px;
}
#selectItems001 .itemSetting li {width: auto;}
#selectItems001 input.inputTxt,
#selectItems001 textarea.inputTxtArea{
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 8px;
  font-size: 100%;
  line-height: 1.1;
}
.modal-content h4 {
  font-size: 130%;
  font-weight: bold;
}
#modal-content-01 .detailItemInner #mapItems6 ul.itemList li:nth-child(5n),
#modal-content-01 .detailItemInner #mapItems9 ul.itemList li:nth-child(5n) {width: auto;}
#modal-content-01 .detailItemInner ul.itemList li:not(:last-child) {width: 6em;}
#modal-content-02 .detailItemInner ul.itemList li {width: 190px;}
#modal-content-02 .detailItemInner ul.itemList li.cl2 {width: 184px;}
.sideSearchFull #selectItems001 .detailItemInner.working,
.sideSearchFull #selectItems001 .detailItemInner.kbn {width: 50%;}
.sideSearchPart #selectItems001 .detailItemInner {width: 50%;}
.sideSearchFull #selectItems001 .detailItemInner.working li {width: calc(100% / 3);}
.sideSearchPart #selectItems001 .detailItemInner.working li {width: calc(100% / 3);}
#selectItems001 .detailItemInner.working li:last-child {width: auto;}
#selectItems001 .detailItemInner.kbn li {
  order: 1;
  width: calc(100% / 4);
}
#selectItems001 .detailItemInner.kbn li:nth-child(3),
#selectItems001 .detailItemInner.kbn li:nth-child(7) {
  order: 2;
  width: calc(100% / 2);
}
#selectItems001 .detailItemInner.kbn li:nth-child(6),
#selectItems001 .detailItemInner.kbn li:nth-child(8),
#selectItems001 .detailItemInner.kbn li:nth-child(9),
#selectItems001 .detailItemInner.kbn li:nth-child(10) {order: 3;}
#selectItems001 .detailItemInner.workingsalary ul {justify-content: space-between;}
.sideSearchFull #selectItems001 .workingsalary li {width: 8em;}
#selectItems001 .detailItemInner label {width: max-content;}
.searchInner .feature .outSelecter li {width: 50%;}
}
.clBoxBtn.clBoxBtnCity{
  margin-top:10px;
}


#modal-content-01 .detailItemInner .areaList_outer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0;
  width: 100%;
}
#modal-content-01 .areaList_inner {width: 260px;}
#modal-content-01 .itemName {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 3px;
}
#modal-content-01 .areaItem_List {
  border: solid 1px #ccc;
  border-radius: 8px;
  box-sizing: border-box;
  overflow-y: scroll;
  width: 100%;
  height: 350px;
}
#modal-content-01 .detailItemSecWide {
  box-sizing: border-box;
  /*width: 860px;*/
  width: 650px;
}
#modal-content-01 .detailItemInner {padding: 18px;}
#modal-content-01 .areaItem_List li:not(:last-child) {border-bottom: solid 1px #ccc;}
#modal-content-01 .areaItem_List ul.areaItemCityGroup li{border-bottom: solid 1px #ccc;}
#modal-content-01 .areaItem_List label {
  padding: 5px 16px;
  font-size: 18px!important;
  font-weight: bold;
}
#modal-content-01 .areaItem_List label.select {
  background-color: #e4ebf5;
}
#modal-content-01 .areaItem_List label.selected::after {
  display: inline-block;
  width: 52px;
  margin-left: 4px;
  padding: 4px 0 3px;
  border: none;
  color: #fff;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background: #82ad2b;
  content: "\9078\629E\4E2D";
}
#modal-content-01 .areaList_inner:not(.areaList_right) li input[type="checkbox"] {display: none;}
#modal-content-01 .setup {
  background: linear-gradient(to bottom,#fff,#e7e6e7 48%,#d8d8d8 52%,#e5e5e5);
  border: solid 1px #ccc;
  box-sizing: border-box;
  border-radius: 8px;
  color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  width: 240px;
  height: 58px;
}
#modal-content-01 .itemSetting_bottom .clear {
  color: #808080;
  font-size: 14px;
  margin-top: 5px;
}
#modal-content-01 .itemSetting_bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#modal-content-01 .itemSetting_bottom .clear:hover {text-decoration: underline!important;}
#modal-content-01 .detailItemInner h4 {font-size: 20px;}
#modal-content-01 .detailItemInner .itemSetting {
  margin: 26px 0 0;
  justify-content: center;
  width: 100%;
}
#modal-content-01 .areaList_right .areaItem_List,
#modal-content-01 .areaList_right .areaItem_List div,
#modal-content-01 .areaList_right .areaItem_List ul {
  display: flex;
  flex-direction: column;
  margin: 0!important;
  width: 100%;
}
#modal-content-01 .areaList_right .areaItem_List ul.areaItemCityGroup{
  margin-left: 20px!important;
}
#modal-content-01 .areaList_right .areaItem_List li {width: 100%!important;}
#modal-content-01 .areaList_inner .areaItem_List .mapItemsEnpty{
  background: #F7F7F7;
  font-size: 16px;
  text-align: center;
  display: block;
  height: 100%;
  padding-top: 50%;
  box-sizing: border-box;
}
/* PC用 e */
/* SP用 s */
@media(max-width: 768px){
  .side_search .mv_test_search {margin: 0;}
  .side_search .quick_search_link p {width: 180px;}
}
/* SP用 e */