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

/*top
-------------------------------------*/
.intro{
	background:#71a655;
	color:#fff;
 vertical-align: middle;
	padding-bottom:15px;
}

.intro p{
	padding:15px 15px 0;
}

.list-group-item {
    padding: 0 0 0 15px;
}


.list-group-green li {
	background: url(../images/common/bg_list01.jpg) no-repeat left center,#fff;
}

.list-group-green li a {
	display:block;
	background:#fff;
	padding: 10px 0px;
}

.list-group-green li a:hover {
	background: #f5f5f3;
	display:block;
}

/*カルーセル*/

.carousel {
    margin-bottom: 20px;
}
.carousel-indicators {
	bottom:-35px;
}

.carousel-indicators li {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #000;
}

.carousel-indicators .active {
    background-color: #000;
				border: 1px solid #000;
}

.bg01{
	background: #e6e6e7 url(../images/top/bg01.jpg) no-repeat center top;
}

.bg02{
	background:#26A3BD;
	color:#fff;
	padding-bottom:5px;
}

.bg03{
	background:#f6f6f6;
	padding-bottom:5px;
}

.banbox{
	margin-bottom:15px;
	text-align:center;
}

.inline{
	text-align:justify;
	text-justify: distribute-all-lines;
}

.inline {
	text-align: justify;
	text-justify: distribute-all-lines;
}
 
.inline:after {
	content:"";
	display: inline-block;
	width: 100%;
	line-height:0;
	height: 0;
}

.ban_inline{
	list-style-type:none;
	text-align:center;
	margin-top:30px;
}
.ban_inline li{
	display:inline-block;
	width:49%;
}

/*INFORMATION*/
.info_box{
	position:relative;
	height:0;
	vertical-align:top;
	padding-top:79.01%;
	margin-bottom: 20px;
}

.info_box h3{
	background:rgba(255,255,255,0.8);
	color:#95bd25;
	font-weight:bold;
	font-size:20px;
	text-align:center;
	display:block;
	height:62px;
	line-height:62px;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100%;
}

.info_box img{
	width:100%;
	height:auto;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	display:block;
}

.info_box .comment{
	background:rgba(0,0,0,0.6) url(../images/common/icon_arrow.png) no-repeat 98% center;
	color:#fff;
	width:100%;
	display:block;
	padding:15px 20px 15px 15px;
	position:absolute;
	bottom:0;
	box-sizing:border-box;
	z-index:2;
}


/*news*/
.bg_news .container{
	padding: 20px 15px !important;
}

.news_tab {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    width: 100%;
}
.news_day {
	border-bottom: 1px solid #000;
	font-weight: bold;
	padding: 10px 0;
	text-align: left;
	vertical-align: top;
	width: 100%;
	display: block;
}
.news_day span{
	background:#00a0e9;
	color:#fff;
	padding:3px 20px ;
	font-weight: normal;
}
.news_title {
    line-height: normal;
    padding: 10px 0 0;
    text-align: left;
    vertical-align: top;
				width: 100%;
				display: block;
}
.news_img {
    border-right: 1px solid #ccc;
    line-height: normal;
    padding: 10px 10px 20px;
    text-align: center;
    vertical-align: top;
}
.news_comment {
    border-bottom: 1px solid #000;
    font-size: 14px;
    padding: 10px 0;
    vertical-align: top;
				width: 100%;
	display: block;
}



/*
----------------------------------------------*/

.cate_btn {
    list-style-type: none;
}
.cate_btn li {
    background: #433734 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    margin-bottom: 10px;
    width: 49%;
				display:inline-block;
}
.cate_btn li a:link, .cate_btn li a:active, .cate_btn li a:visited {
    border-radius: 4px;
    color: #fff;
    display: block;
    padding: 10px 0;
    text-align: center;
}
.cate_btn li a:hover {
    background: #6c5b56 none repeat scroll 0 0;
    border-radius: 4px;
    display: block;
    text-decoration: none;
}

.txt_2{
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
	padding-bottom:10px;
}

/*group
--------------------------------------------*/

section#01 {
  margin-top: -90px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 90px; /* 打ち消し用のパディング */
}


.tel{
	text-align: center;
	margin-bottom: 10px;
	font-size: 30px;
}

.project_box li{
	width:49%;
	display:inline-block;
	vertical-align:top;
}

.bg_contact{
	background: url(../images/top/bg_contact.jpg) no-repeat center top;
	background-size:cover;
}

#main_img {
    background: rgba(0, 0, 0, 0) url("../images/common/main_bg.jpg") no-repeat scroll center bottom / cover ;
}

/*事業内容
-------------------------------------------------*/

.bg_transportation{
	background: url(../images/transportation/bg_base01.png) repeat center top;
}


/*会社概要
-------------------------------------------------*/
.service_box{
	width:49%;
	display:inline-block;
	vertical-align:top;
}


/*会社概要
-------------------------------------------------*/


.bg_company{
	background: url(../images/company/img01.jpg) no-repeat center 80%;
	background-size:cover;
}
.com_tab{
	border:1px solid #efefef;
	width:100%;
	border-radius:6px;
}
.com_tab th{
	background: #efefef;
	border-bottom: 1px solid #fff;
	padding: 8px 10px;
	text-align: left;
	width: 100%;
	font-weight: normal;
	display: block;
}
.com_tab td{
	padding:8px 10px;
	display:block;
	width: 100%;
	background:#fff;
}

.com_tab tr:last-child td{
	border-bottom: none;
}

.link_btn{
	list-style-type:none;
	text-align: center;
}

.link_btn li{
	list-style-type: none;
	box-sizing: border-box;
	color: #fff;
	display:inline-block;
}

.link_btn li a:link, .link_btn li a:active, .link_btn li a:visited {
    background-color: #5d973e;
    color: #fff;
    border-radius:4px;
    text-decoration: none;
}

.link_btn li a:hover {
    background-color: #95bd25;
    color: #fff;
    
}


/*お問い合わせ
--------------------------------------------*/

.con_tab{
	border-bottom:1px solid #ddd;
}

.con_tab th{
	width: 100%;
	display: block;
	background: #f6f6f6;
	border: 1px solid #ddd;
	border-bottom: none;
	vertical-align: bottom;
	padding: 10px;
}
.con_tab td{
	width:100%;
	display:block;
	border:1px solid #ddd;
	border-top:none;
	vertical-align: bottom;
	border-bottom:none;
	padding: 10px;
}

/*採用情報*/
.recruit_bg{
	background: url(../images/recruit/main_bg.jpg) no-repeat center center;
}

.rec_list{
	list-style-type: none;
	font-size: 18px;
	margin:0 auto 20px;
	text-align:left;
}

.rec_list li{
	background: url(../images/recruit/icon_list.png) no-repeat left center;
	padding-left: 40px;	
	display:inline-block;
	margin:0 10px 0px;
	line-height:2;
	box-sizing:border-box;
}