img:hover {
   opacity: 0.7;
}

.veu_cta {
    display: block;
    overflow: hidden;
    margin-top: 100px;
    margin-bottom: 30px;
    background-color: #efefef;
}

a.btn2{
  display: block;
  text-decoration: none;
	font-size:22px;
	height:45px;
	padding:6px 0;
  width: 450px;
  line-height: 37px;
  text-align: center;
  color: #fff;
  background: #f79621;
  border-radius: 24px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
	margin:40px auto 50px;
}
 
a.btn2:hover{
  color: #f79621;
  border: dashed 1px #f79621;
  background: #ffffff;
}
a.btn2:active{
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.mainSection-title, h2 {
    background-color: #45a61f;
    padding: 14px 10px 10px;
    border-top: 2px solid #337ab7;
    border-bottom: 1px solid #e9e9e9;
}


/* 採用情報 */

table.company {
	width: 96%;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0px 15px;
}

table.company th,
table.company td {
	padding: 10px;
}

table.company th {
	background: #008906;
	vertical-align: middle;
	text-align: center;
	width: 100px;
	overflow: visible;
	position: relative;
	color: #fff;
	font-weight: normal;
}

table.company th:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #008906;
	border-width: 10px;
	margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() { 
	table.company th::after {
		float: right;
		padding: 0;
		left: 30px;
		top: 10px;
		content: " ";
		height: 0;
		width: 0;
		position: relative;
		pointer-events: none;
		border: 10px solid transparent;
		border-left: #295890 10px solid;
		margin-top: -10px;
	}
}

table.company td {
	background: #f8f8f8;
	width: 360px;
	padding-left: 20px;
}

/* //採用情報 */

.btn-square {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #668ad8;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
}
.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}
.btn-square-shadow {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #668ad8;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
}
.btn-square-shadow:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border-bottom: none;
}
