/*kyujin-search*/
#kyujin-search{
margin:80px auto;
text-align: center;
}

#kyujin-search h2{
width: 90%;
max-width: 300px;
margin:0 auto 10px;
padding: 8px 0;
background-color: rgba(255,139,159,1.0);
border:3px solid rgba(255,255,255,1.0);
border-radius: 30px;
font-size: 1.8rem;
}

#kyujin-search .kyujin-search-frame{
position: relative;
padding: 30px 0 20px;
border-radius: 10px;
background-color: rgba(255,139,159,0.3);
}

.kyujin-search-accordion-container {
position: relative;
}

.kyujin-search-accordion-title {
display: block;
position: relative;
cursor: pointer;
}

.kyujin-search-accordion-title:after {
display: block;
position: absolute;
top: 17px;
right: 30px;
transition: all 0.5s ease-in-out;
width: 8px;
height: 8px;
border-top: solid 2px rgba(255,255,255,1.0);
border-right: solid 2px rgba(255,255,255,1.0);
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
content: "";
}

.kyujin-search-accordion-title.open:after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
top:20px;
}

.kyujin-search-accordion-content {
display: none;
}

#kyujin-search dl{
display: flex;
flex-wrap: wrap;
width: 90%;
margin:0 auto 15px;
}

#kyujin-search dt{
width: 20%;
padding: 15px 0 0 0;
border-radius: 10px 0 0 10px;
background-color: rgba(255,139,159,1.0);
}

#kyujin-search dd{
width: 80%;
padding: 20px 0 12px 20px;
border-radius: 0 10px 10px 0;
box-sizing: border-box;
background-color: rgba(255,255,255,1.0);
text-align: left;
line-height: 1.8;
}

#kyujin-search .free-word input, textarea {
width:95%;
margin:0 0 10px 0;
padding: 10px;
color: rgba(51,51,51,1.0);
font-size: 1.6rem;
}

::placeholder{
color: rgba(51,51,51,1.0);
}

/*kyujin-search チェックボックス*/
label.checkbox_label {
cursor: pointer;
position: relative;
padding-left: 1.7em;
margin-right: 1.8em;
overflow: hidden;
display: inline-block;
line-height: 1.2;
}

label.checkbox_label:before {
content: '';
position: absolute;
width: 1.0em;
height: 1.0em;
left: 0px;
top: 0;
border: 1px solid rgba(51,51,51,0.5);
z-index: 3;
}

label.checkbox_label.focus:before {
border-color: rgba(51,51,51,0.5);
}

/*チェックマーク*/
label.checkbox_label:after {
content: '';
position: absolute;
top:0.65em;
left:0.43em;
display: block;
margin-top: -0.5em;
width: .3em;
height: .5em;
border-right: 2px solid rgba(51,51,51,1.0);
border-bottom: 2px solid rgba(51,51,51,1.0);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
z-index: 1;
}

label.checkbox_label input[type="checkbox"] {
-moz-appearance: none;
-webkit-appearance: none;
position: absolute;
left: -1.8em;
width: 1.8em;
height: 2em;
display: block;
box-shadow: 1.8em 0px 1px #fff;
z-index: 2;
margin: 0px;
padding: 0px;
background: #fff;
border-radius: 0;
border: none;
}

label.checkbox_label input:checked {
box-shadow: none;
}

label.checkbox_label input:checked:focus {
box-shadow: 1.8em 0px 1px rgba(51,51,51,0.5);
opacity: .05;
}

label.checkbox_label input:focus {
box-shadow: 1.8em 0px 1px #fff;
}

.pseudo_checkbox a:hover{
text-decoration: none;
}

#search_city li{
cursor: pointer;
position: relative;
padding-left: 1.7em;
margin-right: 1.8em;
overflow: hidden;
display: inline-block;
line-height: 1.2; 
}

#search_city label:before {
content: '';
position: absolute;
width: 1.0em;
height: 1.0em;
left: 0px;
top: 0;
border: 1px solid rgba(51,51,51,0.5);
z-index: 3;
}

/*チェックマーク*/
#search_city label:after {
content: '';
position: absolute;
top:0.65em;
left:0.43em;
display: block;
margin-top: -0.5em;
width: .3em;
height: .5em;
border-right: 2px solid rgba(51,51,51,1.0);
border-bottom: 2px solid rgba(51,51,51,1.0);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
z-index: 1;
}

#search_city li input[type="checkbox"] {
-moz-appearance: none;
-webkit-appearance: none;
position: absolute;
left: -1.8em;
width: 1.8em;
height: 2em;
display: block;
box-shadow: 1.8em 0px 1px #fff;
z-index: 2;
margin: 0px;
padding: 0px;
background: #fff;
border-radius: 0;
border: none;
}

#search_city li input:checked {
box-shadow: none;
}

#search_city li input:checked:focus {
box-shadow: 1.8em 0px 1px rgba(51,51,51,0.5);
opacity: .05;
}

#search_city li input:focus {
box-shadow: 1.8em 0px 1px #fff;
}

/*kyujin-search チェックボックスおわり*/

#kyujin-search .btn-kyujin-search{
display: block;
width: 30%;
margin:20px auto 0;
padding: 12px 0 10px;
border: 3px solid rgba(255,255,255,1.0);
border-radius: 30px;
box-sizing: border-box;
background-color: rgba(255,139,159,1.0);
transition:0.5s;
cursor: pointer;
}

#kyujin-search .btn-kyujin-search:hover{
border-radius: 10px;
}

#kyujin-search .btn-kyujin-search span{
font-size: 1.8rem;
}

#kyujin-search .btn-kyujin-search img{
width: 18px;
padding: 2px 5px 7px 0;
}

.br-jimu{
display: none;
}

/*プルダウンのデザイン*/
.pseudo_select,
.select_box{
  position: relative;
  display: inline-block;
  width: 95%;
}

#search_city{
margin-top: 10px;
}

.pseudo_select select,
.select_box select{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(118,118,118,1.0);
  background-color: #fff;
  font-size: 16px;
  cursor: pointer;
		color: rgba(51,51,51,1.0);
}

/* ▼マーク */
.pseudo_select::after,
.select_box::after{
  content: '';
  position: absolute;
  top: 25%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(118,118,118,1.0);
  border-right: 2px solid rgba(118,118,118,1.0);
  transform: rotate(135deg) translateY(-50%);
  pointer-events: none;
}

/*kyujin-search　768*/
@media screen and (max-width:768px) {
#kyujin-search .btn-kyujin-search{
width: 35%;
transition:none;
}

#kyujin-search .btn-kyujin-search:hover{
border-radius: 30px;
}

/*job-search チェックボックス*/
label.checkbox_label {
line-height: 2.0;
}

label.checkbox_label:before {
top: 6px;
}

label.checkbox_label:after {
top:1.1em;
}
}

/*kyujin-search　560*/
@media screen and (max-width:560px) {
#kyujin-search{
margin:60px auto;
}

#kyujin-search dl{
width: 100%;
margin:0 auto 15px;
font-size: 1.6rem;
}

#kyujin-search dt{
width: 90%;
margin:0 auto;
padding: 10px 0;
border-radius: 10px 10px 0 0;
}

#kyujin-search dd{
width: 90%;
margin:0 auto;
padding: 15px 15px 13px 15px;
border-radius: 0 0 10px 10px;
line-height: 2.6;
}

label.checkbox_label:before {
width: 1.2em;
height: 1.2em;
}

#kyujin-search .free-word input, textarea {
width:100%;
height: 50px;
font-size: 1.4rem;
}

label.checkbox_label {
margin-right: 1.0em;
line-height: 2.2;
}

#kyujin-search .btn-kyujin-search{
width: 80%;
transition:none;
}

#kyujin-search .btn-kyujin-search span{
font-size: 1.6rem;
}

.br-jimu{
display: block;
}

/*プルダウンのデザイン*/
.pseudo_select,
.select_box{
  width: 100%;
}
}



/*job-search　414*/
@media screen and (max-width:414px) {
#job-search .img-caregiver01{
width: 100px;
top:-70px;
}

label.checkbox_label:after {
top:1.2em;
}
}