@charset "utf-8";
/* CSS Document */

/* ボタン右揃え */
.blog-item .text-box .link {
    float: right !important;
}



   .text {
        flex-direction: row;
        justify-content: space-between;
    }

    .responsibility-list, .salary-list {
        width: 32%;
		margin-bottom:50px;
     }
	.salary-list2 {
    width: 65%;
 	border: dotted #767676 1px;
  	padding: 0.5em;
}

	.font_s{
		font-size:90%;
	}


/* スマホ時 */
@media (max-width: 768px){
.col-md-6 {
 
    padding-bottom: 50px;
}
	
.sec-title {
    margin-bottom: 10px;
}
	.text {
    display: flex;
    flex-direction: column;
	flex-wrap: wrap;
}

.responsibility-list, .salary-list,.salary-list2 {
    width: 100%;
 	border: dotted #767676 1px;
  	padding: 0.5em;
}

.responsibility-list li,.salary-list li,.salary-list2 li{
	text-indent: 1em;
	list-style-position: inside;
}
.shane_tm_about .about_inner{
	display:block !important;
}
.shane_tm_about .left{
	margin:0 auto !important;
}
.shane_tm_about .right{
	width:100%;
}
	
	
}






.blog-item .img-box ul {
    
    bottom: 80% !important;
	
	
	
}