@charset "UTF-8";

#contents p{padding:15px 10px 0 20px;}


.btn_detail{
	margin-top:2em;
}
.btn_detail a:after{
	font-family:'FontAwesome';
	content:"\f0a9";
	margin-left:10px;
}
.btn_detail a{
	color:#f2f2f2;
	text-shadow:none;
	padding:0.4em 1em;
	border-radius:2px;
	background:rgba(237,20,60,1.00);
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	text-decoration:none;
}
.btn_detail a:hover{
	color:#fff;
	text-decoration:none;
	background:rgba(239,77,87,0.60);
}

.news-box{float: left;
width: 66%;
}

.news_tit{color:#f2f2f2;
	font-weight: bold;
	text-shadow:none;
	padding:6px 20px;
	border-radius:2px;
	background:rgba(229,0,45,1);
	text-align:left;
	
}

.wrap_inpei{width: 100%;
	background-color: #eeeeef;
	padding: 1em 0 0;
	margin: 0;
}

.wrap_inpei_box{
	float: left;
	width: 56%;
	text-align: center;
}

.wrap_inpei_box p{font-size: 180%;
line-height: 1.4;
font-weight: bold;
margin-bottom: 0.5em;}

.wrap_inpei .catch{
	width: 100%;
	background-color: #f3c2ce;
	text-align: center;
	padding: 0.5em 0;
	font-size: 140%;
	font-weight: bold;
}


/*jutaku*/
h2{
	font-size:220%;
	margin:2em auto 0.5em;
	font-weight: bold;
}
main#jutaku{
	width:100%;
	margin-top:30px;
}
#job_index {
	background: url(../images/index/index_bg.jpg) no-repeat right bottom;
	padding-bottom: 5em;
}

.job_read {	line-height: 2;}

#job_menu{
	width:100%;
}
#job_menu ul{
	margin: 0em auto 2em;
}

#job_menu ul:after{
    clear:both;
    content:'';
    display:block;
}

#job_menu ul li{
	float:left;
	width: 23.4%;
	border:1px solid #bbb;
	box-shadow:inset 0 0 0 2px #fff;
	margin:0 0.5em;
	background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#e6e6e6 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e6e6e6 100%);
}
#job_menu ul li img{width: 100%;}
#job_menu ul li p{
	text-align:left;
	margin-right:0.5em;
	padding: 0.3em;

}

/* -----------------------------------------------
赤いお問い合わせボタン
------------------------------------------------*/
.btn_contact{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    width: 100%;
}
.btn_contact a{
    display: inline-block;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    padding: 7px 50px;
    background-color: rgba(230,0,18,1);
    color: white;
}
.btn_contact a:hover{
    background-color: #ff5d63;
    text-decoration: none;
    transition: 0.3s;
}


/*-----------------------------------------------------------
 グループ企業
-----------------------------------------------------------*/
.com-boxL{
	width:56%;
	float:left;
	border:1px solid #bbb;
	margin-bottom:3em;
	margin-top: 3em;
}

.com-name{
	background:#f5f5f5;
	padding:0.6em 1em;
	font-size:120%;
	font-weight:bold;
}
.com-name a{
	color:#222222;
}
.com-info{
	display:table;
	table-layout:fixed;
	width:100%;
	line-height:1.5;
	padding:1em 0;
	vertical-align:top;
}
.com-add,.com-logo,.com-logo2{
	display:table-cell;
	vertical-align:middle;
}
.com-add{
	padding-left:1.2em;
}

.com-logo2{
	width:50%;
	text-align:center;
	padding-right:0.5em;
}

.com-biz{
	border-top:1px dotted #bbb;
	line-height:1.5;
	margin:0 1em;
	padding:0.6em 0 0.6em 4.6em ;
	text-indent:-4.6em;
}


/* -----------------------------------------------
 PC用
------------------------------------------------*/
@media print, screen and (min-width: 769px) {
		

	


}

/* -----------------------------------------------
 スマホ用
------------------------------------------------*/
@media screen and (min-width: 450px) and (max-width: 768px){
	
	#job_menu{	width:96%;margin: 0 auto;}
	#job_menu ul{width: 100%;}
	#job_menu ul li{
	float:left;
	width: 45%;
	text-align:center;
	margin-left:0.8em;
		margin-bottom: 0.8em;
}
	
}

@media screen and  (max-width: 449px) {
	#job_menu{	width:96%;margin: 0 auto;}
	#job_menu ul{width: 100%;}
	#job_menu ul li{
	float:none;
	width: 85%;
	text-align:center;
	margin:0.8em auto;
}
	
.com-info{display: block;}
.com-add,.com-logo,.com-logo2{display:block;}
.com-logo2{	width:70%;
	text-align:center;
	margin: 1.2em auto 0;
}

	
	

	
}

@media screen and (max-width: 768px) {
	
	header .resizeimage img{
	margin:0 auto;
	vertical-align: bottom;
}
	
	.main-pht{width:96%;
	margin: 0.6em auto;}
#job_index {
	background: url(../images/index/index_bg.jpg) no-repeat right bottom ;
	padding-bottom: 5em;
}
	.job_read {	line-height: 150%; 
		color: #FFFFFF; text-shadow:1px 1px 0px #222222;
	text-align: center;}

	.wrap_inpei_box{float: none;width: 96%;}
	.wrap_inpei_box img{width: 70%;}
.wrap_inpei_box p{font-size: 140%;
line-height: 1.4;
font-weight: bold;
margin-bottom: 0.5em;}	

.img-inpei{width: 70%;
	margin: 0.5em auto;}
	
.wrap_inpei .catch{font-size: 100%;}
	
	
	.com-boxL{
	width:95%;
	float:none;
	border:1px solid #bbb;
	margin:1em auto;
}

	.com-logo2 img{width: 70%;}
	
}	