article h1,
article h2,
article h3,
article h4{
	font-family: 'roboto_slabbold','NotoSansJP';
} 
.slogan-inner h3{
	color: #fff;
}
.block-career .block-col{
	float: left;
	width: 50%;
}
.block-career .block-col:nth-child(1){
	padding-right:40px;
}
.block-career .block-col:nth-child(2){
	padding-left:40px;
}
.block-career{
	padding:60px 40px 80px;
	float:left;
	width:100%;
	border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
	background-image: url('../images/bg.png');
    background-size: 100%;        
    margin-bottom: 70px;
    margin-top: -22%;
    padding-top: 22%;
}
.block-career .wrapper{padding-top: 60px;}
.block-career ul{
	padding: 0;
}
.block-career ul li{
	list-style: none;
	position: relative;
	padding-left: 20px;
	margin-bottom: 5px;
}
.block-career ul li:before{
	content: '';
	width: 6px;
	height:6px;
	background: #000;
	display: inline-block;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 5px;
}
.block-intern{
	margin-top: 30px;
	text-align: center;
}
.block-intern img{
	margin-bottom: 20px;
	text-align: left;
	width: 100%;
}
.block-intern .block-text{
	max-width: 450px;
	margin: auto;
}
.block-intern .block-thx {
    color: #141414;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
    line-height: 1;
    font-family: 'roboto_slabbold','NotoSansJP';
    font-size: 13px;
}
.block-career-item .btn-apply a{
	background: #1faeb2;
	color: #fff;
	padding: 12px 30px;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'roboto_slabbold','NotoSansJP';
	margin:30px 0;
	letter-spacing: 3px;
}
.block-career-item .btn-apply a:hover{
	background: #333;
}

.block-career-item  .block-career-form{
	display: none;
	margin-bottom: 50px;
}
.block-career-item  .alert-success{
	display: none;
}
.block-career-form{
	margin-top:30px;
}
.block-career-form form .form-group:nth-child(1){
	display: none;
}
.block-career-form .ccm-block-type-form{
	max-width: 600px;	
}
.block-career-form form .form-group{
	width:50%;
	float:left;
	padding-right:15px;
} 
.block-career-form form .form-group.field-fileupload{

}
.block-career-form form input,
.block-career-form form select,
.block-career-form form .cs-placeholder{
	font-size:12px;
	border:1px solid #ddd;
	height:40px;
    color: #000;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    background: none;
    background: #fff;
}
.block-career-form  .cs-select{
	max-width:100%; 
}
.block-career-form  .cs-select .cs-placeholder{
	border: 1px solid #98937e;
    padding: 10px 20px;	
	height:40px;
	width:100%;	
}
.block-career-form  .cs-select .cs-options{
	border: 1px solid #98937e;	
}
.block-career-form  .cs-select .cs-options ul span{
	padding:0.5em 20px;
}
.block-career-form  .cs-select .cs-options ul span:hover{
	background:#1faeb2;
	color:#fff;
}
.block-career-form form p.requi#1faeb2{
	display:none;
}
.block-fileupload{
    position: relative;
    width: 100%;
    float: left;
    cursor: pointer;	
	border:1px solid #ddd;
	background: #fff;
}
.block-fileupload label {
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 0;
    font-weight:normal;
	font-size:12px;
    background-color: transparent;
    border: 1px solid #FFF;
    position: relative;
    cursor: pointer;
}
.block-fileupload:hover label{

}
.block-fileupload label:before{
	content:'';
	background:#1faeb2;
	position:absolute;
	right:-1px;
	top:-1px;
	height: calc(100% + 2px);
	width:55px;
}
.block-fileupload label:after{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	width: 16px;
	height: 19px;
	content: "\f15c";
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -10px;
	font-size:18px;
	color:#fff;
}
.block-fileupload:hover label:before{
	background:#ccc;
}
.block-fileupload:hover label:after{
	color:#1faeb2;
}
.block-fileupload label:hover{} 
.block-fileupload label:hover:after{background-position: top center;}
.block-fileupload input[type="file"]{position: absolute; top: 0; right: 0; bottom: 0; left: 0;opacity: 0; cursor: pointer; z-index: 1;}
.block-fileupload .fileupload-name{display: none;}
.block-fileupload.active .fileupload-name{display: block;}
.block-fileupload.active .question-name{display: none;}

.block-career-form form input.btn{
	border:none;
	background:#1faeb2;
	text-transform:uppercase;
	padding:15px 50px; 
	height:auto;
	letter-spacing:1px;
	color:#fff;
	display:inline-block;
	max-width: 150px;
}
.block-alert-row{
	position: relative;
}
@media(max-width:770px){
	.block-career .block-col{
		width:100%;
		padding:0!important;
		margin-bottom:30px;
	}
}
@media(max-width:680px){
	.block-career{
		padding:40px 0;
	}
}
@media(max-width:480px){
	.ccm-custom-style-careerleft{padding:0!important;}
}