#searchRsultBox {
  padding: 10px 20px 20px 20px;
}
#searchOption h2 {
  font-size: 20px;
  color: #21b8d7;
  font-weight: bold;
  border-bottom: dotted 2px #21b8d7;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}
#searchOption h2:after {
  display: block;
  content: "";
  position: absolute;
  height: 3px;
  width: 15px;
  background: #21b8d7;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
#searchOption h2:before {
  content: "";
  position: absolute;
  height: 15px;
  width: 3px;
  background: #21b8d7;
  right: 11.5px;
  top: 50%;
  transform: translateY(-50%);
}
#searchOption h2.active:before {
  display: none;
}
#searchRsultBox .toggleBox {
  display: none;
}
#searchOption h3 {
  font-size: 16px;
  font-weight: bold;
  color: #21b8d7;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}
#searchOption h3:before {
  content: "";
  position: absolute;
  height: 15px;
  width: 3px;
  background: #21b8d7;
  right: 11.5px;
  top: 50%;
  transform: translateY(-50%);
}
#searchOption h3:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 15px;
  background: #21b8d7;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
#searchOption h3.active:before {
  display: none;
}
#searchRsultBox .optionBox {
  border-bottom: solid 1px #bebebe;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#searchRsultBox .optionBox li {
  margin: 0 10px 10px 0;
}
#searchRsultBox .optionBox .payment {
  display: flex;
}
#searchRsultBox .optionBox .payment li {
  width: 50%;
}
#searchHead {
  background: #eee;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}
#searchHead .tag {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: dotted 1px #bbb;
}
#searchHead .tag li {
  background: #21b8d7;
  border-radius: 60px;
  padding: 0 20px 0 30px;
  margin: 0 10px 10px 0 !important;
  color: #fff;
  font-weight: bold;
  position: relative;
}
#searchHead .tag li:before {
  font-family: 'icomoon' !important;
  color: #21b8d7;
  font-size: 10px;
  text-align: center;
  line-height: 22px;
  content: "\e904";
  background: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.moreLoad {
  text-align: center;
  width: 80%;
  margin: 40px auto 20px auto;
}
.moreLoad a {
  border: solid 1px #bdbdbd;
  display: block;
  border-radius: 5px;
  color: #7c7c7c;
  padding: 10px 10px 10px 25px;
  font-weight: bold;
  position: relative;
}
.moreLoad a:before {
  font-family: 'icomoon';
  content: "\e921";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #7c7c7c;
}
.baseJobBox.pickup {
  border: solid 2px #fdd933;
}
.baseJobBox .marker {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  overflow: hidden;
  width: 100px;
  height: 100px;
}
.baseJobBox .marker span {
  display: block;
  width: 115px;
  background: #fdd933;
  height: 80px;
  text-align: center;
  transform: rotate(-45deg);
  left: 0;
  top: 0;
  z-index: 20;
  transform-origin: bottom left;
  position: absolute;
  padding-top: 50px;
  font-weight: bold;
}
.baseJobBox.new .marker span {
  background: #21b8d7;
  color: #fff;
}
.notification {
  background: #ff0000;
  text-align: center;
  color: #fff;
  padding: 10px;
  font-weight: bold;
}
#jobDetails{
	background: #f5f5f5;
}
#jobDetailIn {
  padding:40px 20px;
}
#jobDetailIn #jobPh img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#jobtxt h2 {
  padding: 20px 0 10px 0;
  font-weight: bold;
}
#jobtxt .terms {
  margin: 20px 0;
}
#jobtxt .terms li:first-of-type {
  background: #8e8e8e;
  color: #fff;
  text-align: center;
}
#jobtxt .terms li:nth-of-type(2) {
  text-align: center;
}
#jobtxt .terms li:nth-of-type(2) span {
  font-size: 20px;
  color: #21b8d7;
	display: block;
}
#jobtxt .terms li:nth-of-type(3) {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
#jobtxt .terms li:nth-of-type(3) span {
  font-size: 30px;
  color: #21b8d7;
  padding: 0 3px;
}
#jobInfo{
	padding:40px 20px 20px 20px;
	position: relative;
}
#jobInfo h2{
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -20px;
	background: #fff;
	padding: 5px 20px;
	width: 60%;
	font-size: 22px;
	font-weight: bold;
}
#jobInfo h2:before{
  font-family: 'icomoon' !important;
  content: "\e90b";
	display: inline-block;
	color: #fdd000;
	margin-right: 10px;
	font-size: 18px;
}
#jobInfo h2:after{
  font-family: 'icomoon' !important;
  content: "\e90b";
	display: inline-block;
	color: #fdd000;
	margin-left: 10px;
	transform: rotateY(180deg);
	font-size: 18px;
}
.baseTable dt{
	border-top: dotted 1px #dcdcdc;
	padding: 20px 0 0 0;
	font-weight: bold;
}
.baseTable dd{
	padding:10px 0 20px 0;
	font-size: 18px;
}
.baseTable dd .red{
	display: block;
	background: #ff0000;
	color: #fff;
	text-align: center;
	padding: 5px;
}
.baseTable dd .paying{
	font-weight: bold;
	font-size: 24px;
	color: #21b8d7;
}
.baseTable dd h3{
	color: #21b8d7;
	font-size: 14px;
	border-left: solid 2px #21b8d7;
	padding-left: 5px;
	margin-bottom: 5px;
}
.baseTable dd h3:first-of-type~h3{
	margin-top: 20px;
}
.baseTable dd .list{
	padding-left: 20px;
}
.baseTable dd .list li{
	list-style: square;
}
#voice{
	background: #21b8d7;
	padding: 20px;
}
#voice .baseTable dt{
	border-top: none;
	color: #fff;
}
#voice .baseTable dd div:first-of-type~div{
	margin-top: 40px;
}
#voice .baseTable dd .prof{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	position: relative;
	padding-top: 110px;
	margin-bottom: 30px;
}
#voice .baseTable dd .prof:before{
  font-family: 'icomoon' !important;
	color: #21b8d7;
	font-size: 40px;
	line-height: 90px;
  content: "\e91d";
	background: #fff;
	width: 100px;
	height: 100px;
	position: absolute;
	border-radius: 50%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
#voice .baseTable dd .prof span{
	font-size: 18px;
	display: block;
}
#voice .baseTable dd .comment{
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	line-height: 1.6;
	position: relative;
}
#voice .baseTable dd .comment:before{
	content: "";
	width: 0;
height: 0;
border-style: solid;
border-width: 0 10px 10px 10px;
border-color: transparent transparent #ffffff transparent;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
}
#flow{
	padding: 20px;
}
#flow .baseTable dt{
	border-top: none;
}
#flow .baseTable dd ul{
	counter-reset: flowNum;
}
#flow .baseTable dd li{
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
	font-weight: bold;
}
#flow .baseTable dd li:before{
	counter-increment: flowNum;
	content:counter(flowNum);
	position: absolute;
	left: 0;
	width: 30px;
	height: 30px;
	background: #21b8d7;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	font-weight: bold;
}
#flow .baseTable dd li:after{
	content: "";
	width: 0;
height: 0;
border-style: solid;
border-width: 12px 5px 0 5px;
border-color: #21b9d7 transparent transparent transparent;
	position: absolute;
	left: 10px;
	bottom: -6px;
}
#flow .baseTable dd li:last-of-type:after{
	display: none;
}
.entryBtn{
	padding: 0 20px;
	margin-bottom: 40px;
}
.entryBtn li a{
	display: block;
	text-align: center;
	padding:15px 15px 15px 35px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	border-radius: 5px;
	position: relative;
}
.entryBtn li:first-of-type a{
	background: #fdd000;
}
.entryBtn li:first-of-type a:before{
  font-family: 'icomoon' !important;
  content: "\e906";
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 26px;
	pointer-events: none;
}
.entryBtn li:nth-of-type(2){
	margin-top: 20px;
}
.entryBtn li:nth-of-type(2) a{
	background: #e7e7e7;
}
.entryBtn li:nth-of-type(2) a.active{
	background: #21b8d7;
	color: #fff;
}
.entryBtn li:nth-of-type(2) a.active:after{
	content: "から削除";
}
.entryBtn li:nth-of-type(2) a:before{
  font-family: 'icomoon' !important;
  content: "\e90a";
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	pointer-events: none;
}
.entryBtn li:nth-of-type(2) a:after{
	content: "に追加";
}
#companyInfo{
	padding: 40px 20px;
	background: #f5f5f5;
}
#companyInfo h2{
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 10px 0;
	border-bottom: dotted 1px #a9a9a9;
}
#companyInfo dl{
	display: flex;
	flex-wrap: wrap;
}
#companyInfo dl dt{
	width: 35%;
	padding: 10px 0;
	border-bottom: dotted 1px #a9a9a9;
}
#companyInfo dl dd{
	width: 65%;
	padding: 10px 0;
	border-bottom: dotted 1px #a9a9a9;
}
#entryFloat{
	display: none;
}
@media screen and (min-width: 1025px) {
  #searchRsultBox {
    padding: 40px 0 40px 0;
    width: 1200px;
    margin: 0 auto;
    display: flex;
  }
	#searchRsultBox.favorite{
		flex-wrap: wrap;
	}
  #searchRsultBox #searchOption {
    width: 270px;
    margin-right: 50px;
  }
  #searchRsultBox #searchResult {
    width: 920px;
  }
#searchRsultBox .toggleBox {
	display: block;
}
  #searchOption h2:before, #searchOption h2:after {
    display: none;
  }
  #searchHead {
    background: none;
    padding: 0;
    border-radius: 0;
    display: flex;
    align-items: flex-end;
  }
  #searchHead .sort {
    width: 180px;
    margin-bottom: 10px;
  }
  #searchHead .tag {
    width: 740px;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .moreLoad {
    text-align: center;
    width: 300px;
    margin: 50px auto 40px auto;
  }
  .moreLoad a {
    padding: 15px;
  }
  .moreLoad a:hover {
    background: #000;
    color: #fff;
  }
  .moreLoad a:hover:before {
    color: #fff;
  }
  .baseJobBox:hover {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .notification {
	  font-size: 24px;
  }
  #jobDetailIn {
    padding: 40px 0 80px 0;
	  width: 1200px;
	  margin: 0 auto;
	  display: flex;
  }
	#jobDetailIn #jobPh{
		order: 1;
		width: 580px;
	}
	#jobtxt{
		width: 580px;
		margin-right: 40px;
	}
	
  #jobtxt h2 {
	  font-size: 28px;
    padding: 0 0 20px 0;
  }
	#jobtxt .petList li{
		padding:5px 10px;
		font-weight: bold;
	}
  #jobtxt .terms {
	  margin: 10px 0;
  }
  #jobtxt .terms li:first-of-type {
	  padding:0px 10px;
	  border-radius: 5px;
	  display: inline-block;
	  margin-bottom: 10px;
  }
  #jobtxt .terms li:nth-of-type(2) {
	  text-align: left;
	  font-weight: bold;
	  margin-right: 20px;
  }
  #jobtxt .terms li:nth-of-type(3) {
    font-size: 20px;
	  text-align: right;
  }
	#jobtxt p{
		margin-top: 30px;
	}
#jobInfo{
	padding:60px 0 20px 0;
	width: 1200px;
	margin: 0 auto;
}
#jobInfo h2{
	top: -40px;
	padding:20px;
	width: 280px;
	font-size: 22px;
}
	.baseTable{
		display: flex;
		flex-wrap: wrap;
	}
.baseTable dt{
	width: 305px;
	padding: 30px 0;
}
.baseTable dd{
	width: 895px;
	border-top: dotted 1px #dcdcdc;
	padding: 30px 0;
	font-size: 16px;
}
.baseTable dd .red{
	display: inline-block;
	margin-left: 20px;
	line-height: 1.2;
	padding: 5px 20px;
}
.baseTable dd .paying{
	font-size: 28px;
}
#voice{
	padding:0;
}
	#voice .baseTable{
		width: 1200px;
		margin: 0 auto;
	}
#voice .baseTable dd{
	border-top: none;
}
	#voice .baseTable dd div{
		display: flex;
		align-items: flex-start;
	}
#voice .baseTable dd .prof{
	width: 160px;
	margin-right: 30px;
	margin-bottom: 0;
}
#voice .baseTable dd .comment{
	width: 705px;
}
#voice .baseTable dd .comment:before{
	width: 0;
height: 0;
border-style: solid;
border-width: 10px 18px 10px 0;
border-color: transparent #ffffff transparent transparent;
	top: 45px;
	left: -18px;
	transform: none;
}
	#voice .baseTable dd div:nth-of-type(even) .prof{
		order: 2;
		margin-right: 0;
		margin-left: 30px;
	}
	#voice .baseTable dd div:nth-of-type(even) .comment:before{
		border-width: 10px 0 10px 18px;
border-color: transparent transparent transparent #ffffff;
	left:auto;
		right: -18px;
		
	}
#flow{
	padding: 0;
	width: 1200px;
	margin: 0 auto;
}
#flow .baseTable dd{
	border-top: none;
}
#flow .baseTable dd li{
	padding-left: 50px;
	margin-bottom: 30px;
	line-height: 40px;
}
#flow .baseTable dd li:before{
	width: 40px;
	height: 40px;
	font-size: 20px;
}
#flow .baseTable dd li:after{
	content: "";
	width: 0;
height: 0;
border-style: solid;
border-width: 14px 6px 0 6px;
border-color: #21b9d7 transparent transparent transparent;
	position: absolute;
	left: 14px;
	bottom: -10px;
}
.entryBtn{
	width: 700px;
	margin: 0 auto;
	padding: 40px 0;
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
}
	.entryBtn li{
		width: 48%;
	}
	.entryBtn li:first-of-type{
		margin-right: 4%;
	}
.entryBtn li a{
	padding:20px 15px 20px 35px;
	font-size: 20px;
}
.entryBtn li:nth-of-type(2){
	margin-top: 0;
}
	.entryBtn li a:hover{
		color: #fff;
	}
	.entryBtn li a:hover:before{
		color: #fff;
	}
	.entryBtn li:first-of-type a:hover{
		background: #000;
	}
	.entryBtn li:nth-of-type(2) a:hover{
		background: #21b8d7;
		cursor: pointer;
	}
#companyInfo{
	padding: 60px 0;
}
#companyInfo h2{
	width: 1200px;
	margin: 0 auto;
	font-size: 16px;
	padding: 0 0 20px 0;
}
#companyInfo dl{
	width: 1200px;
	margin: 0 auto;
}
#companyInfo dl dt{
	width: 15%;
	padding: 20px 0;
	font-weight: bold;
}
#companyInfo dl dd{
	width: 33%;
	padding: 20px 0;
	margin-right: 4%;
}
	#companyInfo dl dd:nth-of-type(even){
		margin-right: 0;
	}
#entryFloat{
	display: block;
	position: fixed;
	right: 0;
	top: 145px;
}
#entryFloat li a{
	text-align: center;
	display: block;
	color: #000;
	padding:70px 20px 20px 20px;
	position: relative;
	font-weight: bold;
		border-right: none;
}
#entryFloat li:first-of-type a{
	background: #fdd000;
	border-bottom: none;
}
	#entryFloat li a:hover{
		color: #fff;
	}
	#entryFloat li:first-of-type a:hover{
		background: #000;
	}
	#entryFloat li:nth-of-type(2) a:hover{
		background: #21b8d7;
		cursor: pointer;
	}
#entryFloat li a:before{
  font-family: 'icomoon' !important;
	position: absolute;
	left: 50%;
	top:20px;
	transform: translateX(-50%);
	font-size: 30px;
	pointer-events: none;
}
#entryFloat li:first-of-type a:before{
  content: "\e906";
}
#entryFloat li:nth-of-type(2) a{
	background: #e7e7e7;
}
	#entryFloat li:nth-of-type(2) a.active{
		background: #21b8d7;
		color: #fff;
	}
#entryFloat li:nth-of-type(2) a:before{
  content: "\e90a";
}
}