@charset "utf-8";

/* 共通 */
[v-cloak]{
  display: none;
}

/* SP */
.rec_wrapper_sp{
  margin: 0;
}
.rec_wrapper_sp .rec_title {
  font-size: 16px;
  font-weight: bold;
  color: #68b7e6;
  border-bottom: 1px solid #68b7e6;
  margin-bottom: 10px;
  border-left: none;
  padding: 0;
  margin: 15px 0 15px 0;
}
.rec_wrapper_sp .rec_lists {
  padding: 0px 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin: 15px 0px 5px 0px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: #ffffff;
}
.rec_wrapper_sp .rec_lists li.rec_item{
  width: 100%;
  border-radius: 2px;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
  background: none;
  padding: 0;
  line-height: normal;
}
.rec_wrapper_sp .rec_lists li.rec_item:not(:last-child){
  border-bottom: 1px dashed #ccc;
}
.rec_wrapper_sp .rec_lists li.rec_item .rec_match_label {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  margin: 10px 0 0 0;
}
.rec_wrapper_sp .rec_lists li.rec_item .rec_midoku{
  display: inline-block;
  background: #f073aa;
  height: 20px;
  color: #fff;
  float: left;
  border-radius: 2px 0px 0px 2px;
  width: 35px;
  transition: .1s all linear;
  -webkit-transition: .1s all linear;
  -moz-transition: .1s all linear;
}
.rec_wrapper_sp .rec_lists li.rec_item .rec_midoku em {
  display: block;
  font-style: normal;
  line-height: 10px;
  height: 10px;
  margin: 5px 0px;
  border-right: 1px solid #fff;
  padding: 0px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}
.rec_wrapper_sp .rec_lists li.rec_item .rec_match{
  border-radius: 0px;
}
.rec_wrapper_sp .rec_lists li.rec_item .rec_match{
  width: 125px;
  height: 20px;
  line-height: 20px;
  background: url(/sol/contents/img/svg/myjob/match.svg) left top no-repeat;
  background-size: auto 100%;
  display: inline-block;
  float: left;
  border-radius: 2px 0px 0px 2px;
}
.rec_wrapper_sp .rec_lists li.rec_item .rec_reason_label {
  float: right;
  width: 130px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #68b7e6;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  line-height: 18px;
}
.rec_wrapper_sp .rec_lists li.rec_item .rec_reason_label > span {
  color: #68b7e6;
  font-weight: bold;
  font-size: 10px;
}
.rec_wrapper_sp .rec_lists li.rec_item .od_catch{
  border-radius: 4px 4px 0px 0px / 4px 4px 0px 0px;
  background-color: transparent;
  padding: 10px 0px;
  margin: 0;
  clear: both;
}
.rec_wrapper_sp .rec_lists li.rec_item .od_catch img {
  display: inline-block;
  vertical-align: middle;
  padding-left: 8px;
}
.rec_wrapper_sp .rec_lists li.rec_item .od_catch span{
  display: inline-block;
  vertical-align: middle;
  width: 92%;
  font-weight: 600;
  font-size: 14px;
}
.rec_wrapper_sp .rec_lists li.rec_item .info {
  padding-bottom: 8px;
}
.rec_wrapper_sp .rec_lists li.rec_item .info img{
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
}
.rec_wrapper_sp .rec_lists li.rec_item .info .kyuuyo span,
.rec_wrapper_sp .rec_lists li.rec_item .info .cond span {
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
}
.rec_wrapper_sp .rec_lists li.rec_item .duty span,
.rec_wrapper_sp .rec_lists li.rec_item .eki span{
  line-height: 24px;
  vertical-align: middle;
  width: auto;
}
.rec_wrapper_sp .rec_lists li.rec_item .dutyEki {
  display: block;
  margin-bottom: 8px;
}
.rec_wrapper_sp .rec_lists li.rec_item .duty,
.rec_wrapper_sp .rec_lists li.rec_item .eki {
  width: 100%;
  margin-bottom: 8px;
}
.rec_wrapper_sp .rec_lists li.rec_item:not(:last-child) .eki {
  margin-bottom: 10px;
}
.rec_wrapper_sp .rec_lists li.rec_item .eki img {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
}
.rec_wrapper_sp .rec_lists li.rec_item .kyuuyo {
  margin-bottom: 8px;
}
.rec_wrapper_sp .rec_lists li.rec_item .kyuuyo img {
  vertical-align: middle;
  height: 20px;
}
.rec_wrapper_sp .rec_lists div p,
.rec_wrapper_sp .rec_lists div span {
  color: #444444;
  font-size: 11px;
  display: inline-block;
}
.rec_wrapper_sp ._more{
  display: block !important;
  text-align: right;
}
.rec_wrapper_sp ._more ._more_wrapper{
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #d0d0d0;
  border-radius: 2px;
  color: #444;
  background: url(/sol/contents/img/svg/icon/arrow_mini_right.svg) no-repeat 95% center #fff;
  background-size: 7px 10px;
  padding: 0px 10px 0px 0px;
  width: 50%;
  margin: 10px 0;
  font-size: 14px;
}
.rec_wrapper_sp .rec_req_label{
  display: none !important;
  float: left;
}
.rec_wrapper_sp .rec_req_label._isReqA{
  display: block !important;
}

/* PC */
.rec_wrapper_pc {
  padding: 20px 0 0 0;
  border: 1px solid #d0d0d0;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
.rec_wrapper_pc h3 {
  margin: 0 20px;
  border-bottom: 1px solid #69b7e7;
  color: #69b7e7;
  font-weight: bold;
  font-size: 18px;
}
.rec_wrapper_pc.pg_op21sd03 h3 {
  margin: 0 20px;
  border-bottom: none;
  color: #434e54;
  text-align: center;
}
.rec_wrapper_pc h3 ._more_link {
  display: inline-block;
  float: right;
  padding-right: 15px;
  background: url(/sol/contents/img/icon/link_left_icon_blue.png) right center no-repeat;
  font-weight: normal;
  font-size: 14px;
}
.rec_wrapper_pc.pg_op21sd03 ._more_link {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0 17px 0 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: url(/sol/contents/img/svg/icon/arrow_mini_right_bl.svg) no-repeat right center;
  background-size: 7px 12px;
  color: #008ce6;
  font-size: 12px;
  line-height: 1;
  text-align: right;
}
.rec_wrapper_pc.pg_op21sd03 ._rec_btm_link {
  margin: -10px 0 10px;
  padding: 0 20px;
  text-align: right;
}
.rec_wrapper_pc ul {
  display: table;
  border-spacing: 20px;
  width: 100%;
  table-layout: fixed;
}
.rec_wrapper_pc li {
  position: relative;
  display: table-cell;
  width: 2%;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 4px;
  background: none;
  color: inherit;
  vertical-align: top;
  font-size: inherit;
  line-height: inherit;
}
.rec_wrapper_pc .rec_item {
  padding-bottom: 15px;
  background: #fff;
}
.rec_wrapper_pc .rec_item .rec_label {
  position: absolute;
  margin-top: -10px;
  z-index: 1;
  min-width: 200px;
}
.rec_wrapper_pc .rec_item .rec_label .rec_midoku {
  display: inline-block !important;
  background: #f073aa;
  color: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  padding: 0;
  text-align: center;
  line-height: 28px;
  font-size: 10px;
  margin: -4px -10px 0px -7px;
  z-index: 2;
  position: relative;
  vertical-align: top;
  float: left;
}
.rec_wrapper_pc .rec_item .rec_label .rec_match {
  display: inline-block !important;
  margin-left: -5px;
  position: relative;
  z-index: 1;
  float: left;
}
.rec_wrapper_pc .rec_item a.rec_link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  border: 1px solid #d0d0d0;
  transition: .2s all linear;
  -webkit-transition: .2s all linear;
  -moz-transition: .2s all linear;
  border-radius: 4px;
}
.rec_wrapper_pc .rec_item .rec_head {
  background: #e1f1fa;
}
#kibou_rec .rec_wrapper_pc .rec_item .rec_head {
  background: #f0f8fc;
}
.rec_wrapper_pc .rec_item .rec_reason_label {
  padding: 17px 0 5px;
  text-align: center;
}
.rec_wrapper_pc .rec_item .rec_reason_label > span {
  display: inline-block;
  width: 140px;
  height: 20px;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #68b7e6;
  border-radius: 10px;
  background: #fff;
  color: #68b7e6;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  line-height: 20px;
}
.rec_wrapper_pc .rec_item .rec_title {
  display: block;
  background: url(/sol/contents/img/icon/link_left_icon_blue.png) 97% center no-repeat;
  border-radius: 4px 4px 0px 0px;
  margin-bottom: 5px;
  padding: 8px 20px 0px 10px;
  font-size: 12px;
  height: 55px;
}
.rec_wrapper_pc .rec_item .rec_info {
  display: block;
  position: relative;
  text-decoration: none;
  color: #444;
  font-weight: bold;
  font-size: 12px;
  padding: 5px 10px 5px 40px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rec_wrapper_pc .rec_item .rec_info.jikyuu_only{
  margin: 12px 0;
}
.rec_wrapper_pc .rec_item .rec_info.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rec_wrapper_pc .rec_item .rec_info em {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 5px;
  width: 30px;
  text-align: center;
}
.rec_wrapper_pc .rec_req_label{
  position: absolute;
  top: -10px;
  z-index: 1;
  left: -5px;
  border-radius: 4px 0px 0px 4px;
  overflow: hidden;
  display: none;
}
.rec_wrapper_pc .rec_req_label._isReqA{
  display: block;
}

/* 気になる　PC*/
.rec_wrapper_pc.pg_op21sd03 .rec_item a.rec_link{
	z-index: 0;
}
.rec_wrapper_pc.pg_op21sd03 .rec_item a.rec_link:hover{
	border: 1px solid #7fc3ea;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1), 0 4px 6px 0 rgba(0,0,0,0.15);
}
.rec_wrapper_pc .rec_fav_btn{
	text-align: right;
	display: none;
}
.rec_wrapper_pc .rec_fav_btn .rec_fav{
	width: 90px;
	padding-left: 10px;
	position: relative;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	background: #fff;
	color: #7fc3ea;
	text-decoration: none;
	font-weight: bold;
	box-shadow: 0px 2px 2px #d0d0d0;
	transition: .1s all linear;
	-webkit-transition: .1s all linear;
	-moz-transition: .1s all linear;
	text-align: center;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: -5px;
	z-index: 3;
	cursor: pointer;
	cursor: hand;
	font-size: 12px;
}
.rec_wrapper_pc .rec_fav_btn .rec_fav:hover{
	background: #e1f1fa;
}
.rec_wrapper_pc .rec_fav_btn .rec_fav span{
	position: absolute;
	left: 5px;
	font-size: 20px;
}
.rec_wrapper_pc .rec_fav_btn .rec_fav em{
	font-style: normal;
	font-weight: bold;
	display: none;
}
.rec_wrapper_pc .rec_fav_btn .rec_fav._stm_selected{
	color: #fff;
	background: #d0d0d0;
	box-shadow: none;
}
.rec_wrapper_pc .rec_fav_btn .rec_fav._stm_selected em{
	display: inline-block;
}
.rec_wrapper_pc .rec_fav_btn .rec_fav._stm_selected span{
	color: #fdec23;
}
.rec_wrapper_pc .rec_fav_btn .rec_fav._stm_selected:hover{
	background: #e5e5e5;
}
.rec_wrapper_pc .rec_fav_btn .rec_fav._fsn_is_loading:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(/sol/contents/img/svg/icon/loading.gif) no-repeat center center rgba(255, 255, 255, 0.5);
	background-size: 20px auto;
	z-index: 1;
}
.rec_wrapper_pc .rec_fav_btn ._stm_fav_message{
	margin-left: -32px;
}
/* 気になるSP*/
.rec_item{
	position: relative;
}
.rec_wrapper_sp .rec_fav_btn{
	position: absolute;
	bottom: 40px;
	right: 0px;
	display: none;
}
.rec_wrapper_sp .rec_fav_btn .rec_fav{
	position: relative;
    display: block;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    background: #fff;
    color: #7fc3ea;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0px 2px 2px #d0d0d0;
    text-align: center;
    height: 44px;
    line-height: 44px;
    width: 75px;
    padding-left: 15px;
}
.rec_wrapper_sp .rec_fav_btn .rec_fav span{
	font-size: 14px;
    position: absolute;
	color: #7fc3ea;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.rec_wrapper_sp .rec_fav_btn .rec_fav em{
	font-style: normal;
	font-weight: bold;
	display: none;
}
.rec_wrapper_sp .rec_fav_btn .rec_fav._stm_selected{
	color: #fff;
	background: #d0d0d0;
	box-shadow: none;
}
.rec_wrapper_sp .rec_fav_btn .rec_fav._stm_selected em{
	display: inline-block;
}
.rec_wrapper_sp .rec_fav_btn .rec_fav._stm_selected span{
	color: #fdec23;
}
.rec_wrapper_sp .rec_fav_btn .rec_fav._fsn_is_loading:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(/sol/contents/img/svg/icon/loading.gif) no-repeat center center rgba(255, 255, 255, 0.5);
	background-size: 20px auto;
	z-index: 1;
}
.rec_wrapper_sp ._stm_fav_message{
	color: #fff !important;
	bottom: 53px;
	left: -13px;
	transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
}
.rec_wrapper_sp ._stm_fav_message:after{
	left: 53px;
}
.rec_item span {
    pointer-events: none;
}