@charset “UTF-8”;

/*  recruit_msg */
h1.user-recruit-h1 {
	position: relative;
	padding: 0.6em;
 	background: #8cc884;
 	margin-bottom: 30px;
 	color: #fff;
}

h1.user-recruit-h1:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 10px solid transparent;
  border-top: 10px solid #8cc884;
  width: 0;
  height: 0;
}


p.user-recruit-p {
	font-size: 114%;
	line-height: 160%;
}


/* recruit 先輩社員からのメッセージリンクボタン */
.user-centering-item a {
	margin: 0 auto;
}
.user-btn1 {
	display: block;
	position: relative;
	width: 250px;
	padding: 0.5em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #058bc8;
	font-size: 114%;
}
.user-btn1:hover {
	 opacity:0.8;
	 cursor: pointer;
	 text-decoration: none;
	 color: #fff;
}

/* recruit　リストアイコン */
ul {
	list-style: none;
}
ul.recruit {
	font-size: 114%;
	line-height: 160%;	
}
ul.user-list1 li {
	position: relative;
}

ul.user-list1 li::after {
	display: block;
 	content: '';
 	position: absolute;
 	top: .5em;
  left: -1em;
  width: 6px;
  height: 6px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}