.subpage .top-03 {
	padding: 80px 0 60px 0 !important;
	position: relative;
	background: #fff;
}

.search-block {
	border-bottom: #cccccc 1px solid;
	padding-bottom:50px;
	margin-bottom: 50px;
}

.subpage .top-03 .top-03_l h2 {
	text-align: center;
	font-family: 'Bathurst';
	color:#e9be54;
	font-size: 6rem;
	line-height: 1.5;
	margin-bottom: 40px;
	position: relative;
}
.subpage .top-03 .top-03_l h2:after {
    content: attr(data-text);
    display: block;
    font-size: 1.5rem;
    line-height: 1.2; 
	font-family: 'Noto Serif JP', serif;
	color:#383838;
	font-weight: normal;
}
.subpage .top-03 .top-03_l h2:before {
   content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  background:url("../../images/search/icon01.png") no-repeat;
  background-size: 38px;
position: absolute;
	top: -5%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.search-block .searchbox .schbutton {
	background: #884f9c;
	padding: 10px;
	margin-bottom: 15px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	
}
.search-block h3 {
	background: #884f9c;
	padding: 10px;
	font-size: 1.8rem;
	color:#fff;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	position: relative;
	margin-bottom: 40px;
	border-radius: 10px;
}

.search-block h3 span {
	font-size: 2.4rem;
}

.search-block h3 img {
	position: relative;
	right:10px;
	left: 10px;
	top:0px;
	margin-right: 15px;
}


.area-search {
	display: flex;
	justify-content: space-between;
}
.area-map {
	width: 48%;
}
.area-sentaku {
	width: 48%;
}
.area-sentaku h4 {
	font-size: 1.6rem;
	font-weight: normal;
	margin-bottom: 10px;
}

.areatitle  {
	background: #e9be54;
	padding: 10px 15px;
	border-radius: 10px;
	text-align: center;
	color:#fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 2rem;
	margin-bottom: 10px;
	position: relative;
}
.areatitle.active  {
	background: #884f9c;
}
.areatitle.active .select-tag {
	background: #fff;
	position: absolute;
	padding: 0px 10px;
	right:20px;
	top:18px;
	color: #383838;
	font-size: 1.2rem;
	border-radius: 10px;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
}
.areatitle.active i {
	color: #ff2e67;
}
.popup-areaselect {
display:flex;
	justify-content: space-between;
}


.popup-areaselect .todoufuken {
	width: 49%;
}
.popup-areaselect .shicyoson {
	width: 49%;
}

.popup-areaselect h5,
.popup-jobselect h5 {
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.popup-areaselect .title,
.popup-jobselect .title {
	background: #884f9c;
	padding: 5px 15px;
	color:#fff;
	font-size: 1.8rem;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 10px;
}

.select-todoufuken {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


/* checkbox02 */
.todoufuken input[type=radio] {
	display: none;
}
.todoufuken .check_label {
	display: block;
	margin: 0 0 5px;
	width: 16%;
	cursor: pointer;
	border: 1px solid #b3b3b3;
	border-radius: 5px;
	font-size: 14px;
	width: 49%;
	box-sizing: border-box;
	padding: 5px 15px;
	color:#383838;
}
.todoufuken .check_label span {
	color:#999999;
	font-size: 1.2rem;
}
.todoufuken input[type="radio"].checkbox01:checked + label {
	background: #e9be54;
	border: 1px solid #e9be54;
	color: #ffffff !important;
}
.todoufuken.check_label:hover {
	background-color: #dcdcdc;
}




.select-shicyoson {
	margin-top: 20px;
}
.select-shicyoson li {
	
}

.select-shicyoson li:nth-child(n + 2) {
  margin-left: 35px;
}

/*リセット */
.select-shicyoson input[type="checkbox"]  {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

  }

/* チェックボックスデザイン */
.select-shicyoson input[type="checkbox"] {
    cursor: pointer;
    padding-left: 0px;/*label手前にチェックボックス用の余白を開ける*/
    vertical-align: middle;
    position: relative;
	display: block;
  }
.select-shicyoson input[type="checkbox"]::before,
.select-shicyoson input[type="checkbox"]::after {
    content: "";
    display: block; 
    position: absolute;
	  z-index: 1;
  }
.select-shicyoson input[type="checkbox"]::before {
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #b3b3b3;
    width: 20px;/*チェックボックスの横幅*/
    height: 20px;/*チェックボックスの縦幅*/
    transform: translateY(-50%);
    top: 50%;
    left: 5px;
  }
.select-shicyoson input[type="checkbox"]::after {
    border-bottom: 2px solid #884f9c;/*チェックの太さ*/
    border-left: 2px solid #884f9c;/*チェックの太さ*/
    opacity: 0;/*チェック前は非表示*/
    height: 6px;/*チェックの高さ*/
    width: 11px;/*チェックの横幅*/
    transform: rotate(-45deg);
    top: -7px;/*チェック時の位置調整*/
    left: 10px;/*チェック時の位置調整*/
  }
.select-shicyoson input[type="checkbox"]:checked::after {
    opacity: 1;/*チェック後表示*/
  }
.select-shicyoson label.space {
	position: relative;
	padding-left: 100px;
	padding: 8px 10px 11px 40px;
    display:block;
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
	margin: 0 !important;
	top: -17px;
	line-height: 1;
	font-size: 1.5rem;
}
.select-shicyoson label.space span {
	color:#999999;
	font-size: 1.2rem;
}

.select-shicyoson input[type="checkbox"].checkbox02:checked + label {
	background: #e9be54;
	border: 0px solid #4dc1da;
	color: #ffffff !important;
}



@media screen and (max-width: 768px) {
	
	
.subpage .top-03 {
	padding: 40px 0 60px 0 !important;
	position: relative;
	background: #fff;
}
	
	
.search-block {
	border-bottom: #cccccc 1px solid;
	padding-bottom:30px;
	margin-bottom: 30px;
}

.subpage .top-03 .top-03_l h2 {
	text-align: center;
	font-family: 'Bathurst';
	font-size: 4rem;
	line-height: 1.5;
	margin-bottom: 30px;
	position: relative;
}
.subpage .top-03 .top-03_l h2:after {
    content: attr(data-text);
    display: block;
    font-size: 1.3rem;
    line-height: 1.2; 
	font-family: 'Noto Serif JP', serif;
	color:#383838;
	font-weight: normal;
}
.subpage .top-03 .top-03_l h2:before {
   content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background:url("../../images/search/icon01.png") no-repeat;
  background-size: 30px;
position: absolute;
	top: -5%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.search-block .searchbox .schbutton {
	background: #884f9c;
	padding: 10px;
	margin-bottom: 15px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	
}
.search-block h3 {
	background: #884f9c;
	padding: 10px;
	font-size: 1.4rem;
	color:#fff;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	position: relative;
	margin-bottom: 20px;
	border-radius: 10px;
}

.search-block h3 span {
	font-size: 1.8rem;
}

.search-block h3 img {
	position: relative;
	right:10px;
	left: 0px;
	top:0px;
	margin-right: 10px;
	width: 30px;
	height: auto;
}


.area-search {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}
.area-map {
	width: 100%;
	position: absolute;
	top:-40px;
	right:-10px;
}
.area-map img {
	width: 300px;
	height: auto;
}
.area-sentaku {
	width: 100%;
	margin-top: 40px;
}
.area-sentaku h4 {
	font-size: 1.4rem;
	font-weight: normal;
	margin-bottom: 10px;
}

.areatitle  {
	padding: 6px 15px;
	border-radius: 8px;
	text-align: center;
	color:#fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.6rem;
	margin-bottom: 5px;
	position: relative;
}
.areatitle.active  {
	background: #884f9c;
}
.areatitle.active .select-tag  {
	background: #fff;
	position: absolute;
	padding: 0px 10px;
	right:15px;
	top:11px;
	color: #383838;
	font-size: 1rem;
	border-radius: 10px;
	font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
}
.areatitle.active i {
	color: #ff2e67;
}
.popup-areaselect {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.popup-areaselect .todoufuken {
	width: auto;
}
.popup-areaselect .shicyoson {
	width: auto;
}

.popup-areaselect h5,
.popup-jobselect h5 {
	font-size: 1.4rem;
	margin-bottom: 10px;
}

.popup-areaselect .title,
.popup-jobselect .title {
	background: #884f9c;
	padding: 5px 15px;
	color:#fff;
	font-size: 1.5rem;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 10px;
}

.select-todoufuken {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


/* checkbox02 */
.todoufuken input[type=radio] {
	display: none;
}
.todoufuken .check_label {
	display: block;
	margin: 0 0 5px;
	width: 16%;
	cursor: pointer;
	border: 1px solid #b3b3b3;
	border-radius: 5px;
	font-size: 14px;
	width: 49%;
	box-sizing: border-box;
	padding: 5px 15px;
	color:#383838;
	font-size: 1.3rem;
}
.todoufuken .check_label span {
	color:#999999;
	font-size: 1rem;
}
.todoufuken input[type="radio"].checkbox01:checked + label {
	color: #ffffff !important;
}
.todoufuken.check_label:hover {
	background-color: #dcdcdc;
}




.select-shicyoson {
	margin-top: 20px;
}
.select-shicyoson li {
	
}

.select-shicyoson li:nth-child(n + 2) {
  margin-left: 25px;
}

/*リセット */
.select-shicyoson input[type="checkbox"]  {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

  }

/* チェックボックスデザイン */
.select-shicyoson input[type="checkbox"] {
    cursor: pointer;
    padding-left: 0px;/*label手前にチェックボックス用の余白を開ける*/
    vertical-align: middle;
    position: relative;
	display: block;
  }
.select-shicyoson input[type="checkbox"]::before,
.select-shicyoson input[type="checkbox"]::after {
    content: "";
    display: block; 
    position: absolute;
	  z-index: 1;
  }
.select-shicyoson input[type="checkbox"]::before {
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #b3b3b3;
    width: 15px;/*チェックボックスの横幅*/
    height: 15px;/*チェックボックスの縦幅*/
    transform: translateY(-50%);
    top: 50%;
    left: 5px;
  }
.select-shicyoson input[type="checkbox"]::after {

    opacity: 0;/*チェック前は非表示*/
    height: 6px;/*チェックの高さ*/
    width: 11px;/*チェックの横幅*/
    transform: rotate(-45deg);
    top: -6px;/*チェック時の位置調整*/
    left: 7px;/*チェック時の位置調整*/
  }
.select-shicyoson input[type="checkbox"]:checked::after {
    opacity: 1;/*チェック後表示*/
  }
.select-shicyoson label.space {
	position: relative;
	padding-left: 100px;
	padding: 8px 10px 11px 30px;
    display:block;
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
	margin: 0 !important;
	top: -15px;
	line-height: 1;
	font-size: 1.3rem;
}
.select-shicyoson label.space span {
	color:#999999;
	font-size: 1rem;
}

.select-shicyoson input[type="checkbox"].checkbox02:checked + label {

	color: #ffffff !important;
}
	
}





.check-sentaku {
	display: flex;
	flex-wrap: wrap;
}
.check-sentaku li {
	width: 32%;
	margin: 0 4px;
}

/* checkbox02 */
.check-sentaku input[type=checkbox] {
	display: none;
}
.check-sentaku .check_label {
	display: block;
	margin: 0 0 10px;
	width: 16%;
	cursor: pointer;
	border: 1px solid #b3b3b3;
	border-radius: 5px;
	font-size: 14px;
	width: 100%;
	box-sizing: border-box;
	padding: 8px 15px;
	color:#383838;
}
.check-sentaku .check_label span {
	color:#999999;
	font-size: 1.2rem;
}
.check-sentaku input[type="checkbox"].checkbox01:checked + label {
	background: #e9be54;
	border: 1px solid #e9be54;
	color: #ffffff !important;
	
}
.check-sentaku.check_label:hover {
	background-color: #dcdcdc;
}


table#table-search {
    width: 100%;
	box-sizing: border-box;
	margin-bottom: 40px;
}

table#table-search th {
    padding: 10px;
    border: #E3E3E3 solid;
    border-width: 0 1px 0px 0;
    font-weight: normal;
    line-height: 120%;
	color:#884f9c;
	width: 30%;
}
table#table-search td {
    padding: 15px 10px 10px 40px;
    text-align: center;
}


.select-money {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.select-money li {
	width: 48%;
}
.select-money li h5 {
	font-size: 1.6rem;
	margin-bottom: 10px;
	text-align: left;
}

.select-money select{
  position: relative;
  padding: 10px;
  width: 100%;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
	font-size: 1.6rem;
	border: 1px solid #b3b3b3;
	width: 100%;
}

.select-money .select-wrap {
    position: relative;
   width: 100%;
}

.select-money .select-wrap:after {
  content: "";
    position: absolute;
    right: 10px;
    top: 15px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    transform: translateY(-50%) rotate(
-135deg
);
  font-size: 20px;
  pointer-events: none;
}



.search-fix  {
	position: fixed;
	bottom:0;
	background: #a97cb6;
	z-index: 10;
	width: 100%;
}

.buttonbox {
	display: flex;
	justify-content: center;
	padding: 15px 0;
}
.buttonbox li {
	width:300px;
	text-align: center;
	margin: 0 10px;
}

.button-clear {
	background: #fff;
	border-radius: 40px;
}
.button-clear i {
	color: #a97cb6;
	margin-right: 10px;
}
.button-go {
	background: #e9be54;
	border-radius: 40px;
}
.button-clear a {
	display: block;
	padding: 10px;
}

.button-go a {
	color:#fff;
	display: block;
	padding: 10px;
	position: relative;
}
.button-go a:after {
	content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background:url("../../images/top/icon08.png") no-repeat;
	background-position:  center right;
  background-size: 20px;
	top:16px;
  right: 10px;
	margin-right: 10px;
  position: absolute;
}



@media screen and (max-width: 768px) {
	

.check-sentaku {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between
}
.check-sentaku li {
	width: 49%;
	margin: 0 0px;
	display: flex;
	
	
}

/* checkbox02 */
.check-sentaku input[type=checkbox] {
	display: none;
}
.check-sentaku .check_label {
	display: block;
	margin: 0 0 5px;
	cursor: pointer;
	border: 1px solid #b3b3b3;
	border-radius: 5px;
	width: 100%;
	padding: 8px 10px;
	color:#383838;
	font-size: 1.1rem;
	line-height: 1.5;
	box-sizing: border-box;
}
.check-sentaku .check_label span {
	color:#999999;
	font-size: 1.2rem;
}
.check-sentaku input[type="checkbox"].checkbox01:checked + label {
	color: #ffffff !important;
	
}
.check-sentaku.check_label:hover {
	background-color: #dcdcdc;
}


table#table-search {
    width: auto;
	box-sizing: border-box;
	margin-bottom: 20px;
	width: 100% !important;
}

table#table-search th {
    padding: 10px;
    border: #E3E3E3 solid;
    border-width: 0 0px 0px 0;
    font-weight: normal;
    line-height: 120%;
	width: 100% !important;
	display: block;
	box-sizing: border-box;
}
table#table-search td {
    padding: 10px;
    text-align: center;
	display: block;
	width: 100% !important;
	box-sizing: border-box;
}


.select-money {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 20px;
	width: 100% !important;
	
}
.select-money li {
	width: 100% !important;
	margin-bottom: 15px;
}
.select-money li h5 {
	font-size: 1.3rem;
	margin-bottom: 10px;
	text-align: left;
}

.select-money select {
  position: relative;
  padding: 10px;
width: 100% !important;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
	font-size: 1.4rem;
	border: 1px solid #b3b3b3;
}

.select-money .select-wrap {
    position: relative;
   width: 100%;
}

.select-money .select-wrap:after {
  content: "";
    position: absolute;
    right: 10px;
    top: 15px;
    width: 10px;
    height: 10px;
	
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    transform: translateY(-50%) rotate(
-135deg
);
  font-size: 20px;
  pointer-events: none;
}



.search-fix  {
	position: fixed;
	bottom:0;
	width: 100%;
}

.buttonbox {
	display: flex;
	justify-content:space-between;
	padding: 15px;
}
.buttonbox li {
	width:48%;
	text-align: center;
	margin: 0 0px;
	font-size: 1.4rem;
}

.button-clear {
	background: #fff;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
  justify-content: center;
  align-items: center;
	
}
.button-go {
	border-radius: 5px;
	display: flex;
	flex-direction: column;
  justify-content: center;
  align-items: center;
	
}
.button-clear a {
	display: block;
	padding: 5px;
	line-height: 1.5;
	font-size: 1.3rem;
	
	
}

.button-go a {
	color:#fff;
	display: block;
	padding: 5px;
	 position: relative;
	line-height: 1.5;
	font-size: 1.3rem;
}
.button-go a:after {
	content: "";
  display: none;
  width: 20px;
  height: 20px;
  background:url("../../images/top/icon08.png") no-repeat;
	background-position:  center right;
  background-size: 20px;
	top:4px;
  right: -10px;
	margin-right: 10px;
  position: absolute;
}

	
}










