/**
Theme Name: Responsive_Template
Theme URI: http://wordpress.org/
Description:
Author: CREATIVE
Author URI:
Tags: blue, silver, white, two-columns, fixed-width, right-sidebar, fixed-width, custom-header, threaded-comments, sticky-post, rtl-language-support, translation-ready
Text Domain:
**/
*{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
    font-size: 98%;
}
/*全般*/
html,body{
    width: 100%;
    min-width: 320px;
    height: 100%;
    min-height: 100%;
	color:#3d3a39;
}

img{
	width:100%;
	max-width: 100%;
	height: auto;
}

.f_m{
    font-family: "ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.tran{
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

ul li{
	list-style-type: none;
}

.clear{
	clear: both;
}

a{
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
transition: 0.3s;
}

.red{
	color:#f00;
}

.font_bold{
font-size: 120%;
font-weight: bold;
}

.align_right{
	text-align: right;
}

/*bootstrap3 オプション*/
.pd{
	padding: 0;
}

.pd_10{
	padding-left:10px;
	padding-right: 10px;
}

.pd_5{
	padding-left:2px;
	padding-right: 2px;
}

.pd_all{
	padding: 0;
}

.pd_l{
	padding-left: 0px;
}

.pd_r{
	padding-right: 0px;
}

.pd_b{
	padding-bottom: 10px;
}

.mg_b{
	margin-bottom: 20px;
}

.mb_5{
	margin-bottom: 5px;
}

.f_pd_l{
	padding-left: 0px;
}

.f_tx{
	text-align: left
}

.fl_r{
	float:right;
}

.pc{
	padding:0;
}

.sp_only{
	display: none;
}

.nav>li.sp_only{
	display: none;
}

.space{
	padding-bottom: 20px;
}

.space_margin{
	padding:10px 0px;
}

@media (max-width: 767px) {
	.pd{
		padding:0px 15px 0px 15px;
	}
	.f_pd_l{
		padding-left: 15px;
	}
	.f_tx{
		text-align: center;
	}
	.pc_only{
		display: none;
	}
	.sp_only{
		display: block;
	}
	
	.nav>li.sp_only{
		display: block;
	}
}

/*パンくず*/
.navigation a{
	color:#333;
}
.alignleft{
	display:inline;
	float:left;
	margin-right:1.5em;
}

.alignright{
	display:inline;
	float:right;
	margin-left:1.5em;
}

.aligncenter{
	clear:both;
	display:block;
	margin:0 auto;
}

/*ヘッダー*/
/*.header-line{
	width:100%;
	height:5px;
	background:#F08300;
}*/

#header{
	width: 100%;
	position: relative;
	float: left;
	padding: 0;
	border-top:solid 2px #302956;
}

#headerTop{
	width: 100%;
	padding: 0;
	position: relative;
	float: left;
	margin-bottom: 10px;
}

#headerTop .logo img{
width:auto;
}

#headerTop .logo a{
padding:10px 0px;
display: block;
}

.headerBottom{
	width: 100%;
	position: relative;
	float: left;
}

#headerBottom_sm{
	width: 100%;
	position: relative;
	float: left;
	display: none;
}

#header_contact a{
	display: block;
	float: right;
	box-sizing: border-box;
	width: 180px;
	height: 50px;
	line-height: 46px;
	background: #302956;
	border: 2px solid #302956;
	border-top: none;
	border-radius: 0px 0px 10px 10px;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	transition: .3s;
}

#header_contact a:hover{
    background: #fff;
    color: #302956;
}

@media (max-width: 767px) {
	#headerTop{
		display: none;
	}
	
	#headerBottom_sm{
		margin: 5px 0px;
		display: block;
	}
	
}


#main_menu{
	border-radius: 0;
	border: none;
	box-shadow: none;
	min-height: 30px;
	background-image: none;
	margin-bottom: 30px;
	border-bottom: solid 1px #ccc;
}

/*ヘッダー グローバルメニュー*/
#g_nav{
	border-radius: 0;
	border: none;
	box-shadow: none;
	min-height: 30px;
	background-image: none;
}

.navbar{
	margin-bottom: 0px;
}

.navbar-default{
	background: none;
}

.container-fluid{
	padding: 0;
}

.navbar-brand{
	display: block;
	position: relative;
	height: auto;
	padding: 0px 0px 0px 5px;
	cursor: pointer;
	max-width: 80%;
	margin-top:8px;
}

.navbar-brand img{
	width: 100%;
}
.navbar-nav{
	margin: 0px auto;
	float:none;
}

.nav-stacked > li + li{
	margin-top: 0px;
}

.navbar-collapse{
	padding:0;
}

.nav > li{
	width: 14.2%;
	text-align: center;
}

.navbar-nav > li > a{
	padding: 22px 0px;
	cursor: pointer;
	z-index: 100;
	color:#3d3a39;
}

.navbar-nav > li > a.current{
    text-decoration: none;
	background:#302956;
	color:#fff;
}

.navbar-default .navbar-nav > li > a.current{
	color:#fff;
}

.navbar-nav li a h2{
	font-size: 12px;
	margin: 0px;
	letter-spacing: 0;
	position: relative;
	font-weight: nomal;
}

.icon-bar{
	background: white !important;;
}

.navbar-toggle{
	position: relative;
    float: right;
    padding: 3% 2%;
    margin-right: 5px;
    margin-bottom: 8px;
    background: #302956 !important;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 7px;
}

.mb{
	display: none  !important;
}

@media (max-width: 767px) {
	.navbar-nav{
		width:100%;
		margin:0px auto;
		padding: 0;
	}

	.navbar-nav li a.current h2{
		font-weight: bold;
		font-size: 1.4em;
		color:#302956;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	}
	
	.navbar-nav li h2{
		font-weight: normal;
		font-size: 12px;
	}
	
	.nav > li{
		width: 100%;
		padding: 10px;
	}
	#g_nav{
		margin: 0;
		background-color: #fff;
	}
	#g_nav .navbar-collapse{
		background: rgba(255,255,255,0.7);
		padding: 0;
	}
	#g_nav li{
		border-bottom: 1px dotted #302956;
	}
	.navbar-nav li a h2{
		color:#3d3a39;
	}
	
	.container-fluid > .navbar-header{
		margin:0;
	}
	
	.container-fluid > .navbar-collapse{
		margin:0;
	}
	
	.navbar-default .navbar-nav > li > a.current{
		background:none;
	}
	
	.mb{
		display: block !important;
	}
	.pc{
		display: none !important;
	}
}

/*ヘッダー グローバル装飾*/
.navbar-default .navbar-nav > li > a{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    color:#333;
      text-shadow: none;
    }

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
  background-color: #302956;
  color: white;
  text-shadow: none;
}

/*ヘッダー スライダー*/
#main_slider{
	width: 100%;
	position: relative;
	float: left;
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	#main_slider{
		margin-bottom: 10px;
	}
}

#main_slider .item img{
	width: 100%;
}

/*フッター*/
#footer{
	width: 100%;
	height: auto;
	text-align: center;
	color: #eeeeef;
	float: left;
	background: #eeeeef;
	padding:10px 0px 0px;
}
#copy{
	background: #595757;
	color: white;
	line-height: 2em;
	font-size: 0.9em;
}

.footer_wrap{
	color:#3d3a39;
	text-align: left;
	padding-top: 20px;
}

.f_img{
	background-image:url(images/footer_bg.png);
	background-repeat:no-repeat;
	background-position:20% top;
	background-size: contain;
	padding-bottom:10px;
}

#f_logo a{
	display: block;
	height: 0;
	background-image:url(images/f_logo.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size: contain;
	padding-top: 20.66%;
	width:90%;
}

.address{
margin-top:5px;
line-height: 1.7;
}

.footer_wrap a{
	color:#3d3a39;
}

.footer_wrap .f_center h4{
	font-size: 95%;
	font-weight: bold;
}

.footer_wrap .f_center .f_menu_center{
	padding-left: 30px;
	font-size: 80%;
}

.footer_wrap .f_center .f_menu_center li{
	list-style-type:disc;
	line-height: 2;
}

.footer_wrap .f_bottom{
	padding:40px 0px 0px 0px;
}

.footer_wrap .f_bottom_line{
	border-bottom: solid 1px #fff;
	margin-bottom: 20px;
}

.footer_wrap .f_bottom h4{
	font-size: 105%;
	font-weight: bold;
	text-align: center;
}

.footer_wrap .f_bottom .f_menu_bottom{
	padding-left: 30px;
	font-size: 80%;
}

.footer_wrap .f_bottom .f_menu_bottom li{
	float: left;
	padding-right:20px;
	margin-top: 3%;
}

@media (max-width: 767px) {
	
}

/*sidebar左*/
#sidebar{
	width:100%;
}
@media (max-width: 767px) {
	#sidebar{
	display: none;
	}
}

#sidebar .bn{
	padding:0px;
	text-align: center;
	background: #ccc;
	margin-bottom: 10px;
}

/*sidebar右*/
#sidebar2{
	width:100%;
}
@media (max-width: 767px) {
	#sidebar2{
	display: none;
	}
}

#sidebar2 .bn{
	padding:0px;
	text-align: center;
	background: #ccc;
	margin-bottom: 10px;
}

/*各ページ共通 大枠*/
.entry{
	text-align: left;
}

#page{
	min-width: 320px;
	width: 100%;
	min-height: 100%;
	float: left;
	position: relative;
}

.frame{
    width: 100%;
    max-width: 950px;
    margin: auto;
}

@media (max-width: 767px){
	.frame{
    	width: 100%;
    	max-width: 950px;
    	margin: auto;
	}
}

.row{
	margin: 0 auto;
}

#contents{
	padding: 0px;
	width: 100%;
	float: left;
	position: relative;
}

@media (max-width: 767px) {
	#contents{
		width: 100%;
		float: left;
	}
}

.maincontents{
	padding: 0px 5px;
	/*width: 960px;*/
	position: relative;
	margin:0px auto;
}

@media (max-width: 767px) {
	.maincontents {
    	width:100%;
	}
}

.page_wrap{
	margin-bottom:20px;
	line-height: 1.7;
}

/*各ページ共通 見出し　テキスト*/
h2.page_title_left{
	border-bottom: dotted 1px #302956;
	padding-bottom: 5px;
	text-align: left;
	font-size: 170%;
	font-weight: bold;
}

h3.page_title_blue{
	background:#0097e0;
	padding: 5px 5px;
	text-align: left;
	font-size: 140%;
	font-weight: bold;
	color:#fff;
	border-radius: 5px;
}

h3.page_title{
	background:#302956;
	padding: 5px 5px;
	text-align: left;
	font-size: 140%;
	font-weight: bold;
	color:#fff;
	border-radius: 5px;
	margin-bottom:0;
}

h3.h3_midashi{
	font-size: 150%;
}

h4.h4_midashi{
	font-size: 120%;
	font-weight: bold;
	color:#fff;
	background: #2665ae;
	margin-bottom: 0;
	margin-top: 20px;
	padding:10px 0px 10px 5px;
	border-radius: 5px;
}

h4.h4_midashi_top{
	font-size: 120%;
	font-weight: bold;
	color:#fff;
	background: #2665ae;
	margin-bottom: 0;
	margin-top: 5px;
	padding:10px 0px 10px 5px;
	border-radius: 5px;
}

.page_disc{
	margin:10px 0px 20px 0px;
}

.page_disc2{
	margin:5px 0px 10px 0px;
}

@media (max-width: 767px) {
	h2.page_title_left{
	font-size: 150%;
}
	
}


/*TOPページ 陸中建設について*/
.news_link a{
	display: block;
	width: 100%;
	bottom: 0;
	background: #fff;
	color:#3d3a39;
	padding:10px 0px;
	text-align: center;
	border-bottom: solid 1px #F08300;
	margin-bottom: 10px;
}

.news_link .hvr-fade{
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}

.news_link .hvr-fade:hover{
	background: #F08300;
	text-decoration: none;
	color:#fff;
}

.news_link .hvr-fade .i_color{
	color:#0097e0;
}

.news_link .hvr-fade:hover .i_color{
	color:#fff;
}

/*TOPページ お知らせ・CSR*/
#news_list{
	padding: 0 10px;
	margin:30px 0px 50px 0px;
}

#news_list h3{
	width: auto;
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-size: 180%;
	line-height: 1.4em;
	font-weight: bold;
	border-bottom: solid 2px #333333;
}

#news_list .greeting{
	padding-bottom: 30px;
}

#news_list .news_img{
	width: 100%;
}

#news_list ul{
	padding:0;
}

.news_list_items{
	display: block;
	position: relative;
	width: 100%;
	float: left;
	padding: 10px 0;
	border-bottom: 1px dotted #333;
}

.news_list_items:last-child{
	border-bottom: none;
}

.news_list_items div{
	padding: 0px 2px;
}

.news_list_items div h4{
	margin: 0;
	font-size: 1em;
}

.news_list_items div a{
	font-size: 1em;
	line-height: 1.5;
	color: #555;
}

.news_list_items div a:visited{
	color:#3d3a39;;
}

.news_date{
	font-size: 1em;
}

.news_list_all{
	margin-top: 20px;
	display: block;
	position: relative;
	width: 100%;
	float: left;
	background: #F08300;
	text-align: center;
	border-bottom: 1px solid #7f4d22;
}

.news_list_all a{
	color: #fff;
	font-size: 1em;
	line-height: 1.6em;
	display: block;
}

.news_list_all a:hover{
	opacity: 0.7;
}


.info_link{
	width:100%;
	max-width:130px;
	color:#fff;
	text-align: center;
	float:right;
	font-size: 120%;
	margin-top:5px;
}

.info_link a{
	display: block;
	color:#fff;
	text-decoration: none;
	background:#302956;
	border: solid 1px #302956;
	border-radius: 5px 5px;
	padding:5px 0px;
}

.info_link a:hover{
	opacity: 0.6;
}

@media (max-width: 767px) {
	#news_list{
		margin:20px 0px;
	}
	#news_list h3{
		font-size: 120%;
	}
	.info_link{
		max-width:100%;
	}

}

/*お知らせ一覧*/
.info_all_table{
	border-collapse: collapse;
	width:100%;
	margin-bottom: 30px;
}

.info_all_table td{
	border-bottom: dotted 1px #ccc;
	padding:10px;
}

.info_all_time{
	width:10%;
}

.info_all_title .per{
	background: #009844;
	padding:5px 20px;
	color:#fff;
}

.info_all_title .info{
	background: #5b47bf;
	padding:5px 20px;
	color:#fff;
}

.info_all_title .new{
	background: #036eb7;
	padding:5px 20px;
	color:#fff;
}

.info_all_title .mid{
	background: #036eb7;
	padding:5px 20px;
	color:#fff;
}

.info_all_title a,.info_all_title_recruit a{
	color: #555;
	padding-left:20px;
}

.cate-icon{
	padding:5px;
}

@media (max-width: 767px) {
	.info_all_title_recruit a{
	display: block;
	padding-top:10px;
	padding-bottom:10px;
	color: #555;
	text-align: center;
	font-size: 120%;
	}
	
	.info_all_time{
	vertical-align: top;
	}
	
	.info_all_title a{
	padding-top:10px;
	padding-bottom: 10px;
	display: block;
	padding-left: 0;
	}
	
}


/*お知らせ詳細*/
.page_navi{
	text-align: right;
	height:100%;
}

.page_navi a{
	text-align: center;
	display: block;
	width:140px;
	padding:5px;
	background: #666;
	color:#fff;
	border-radius: 5px;
	margin:10px 0px;
	float:right;
}

/*企業情報&仕事紹介*/
.enterprise_tab{
	width: 100%;
	position: relative;
	float: left;
	margin-bottom: 30px;
}
.enterprise_tab .tab_ul{
	width: 100%;
	position: relative;
	float: left;
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	z-index: 100;
}
.enterprise_tab .tab_ul li{
	display: block;
	float: left;
	height: 34px;
	line-height: 34px;
	margin-top: 6px;
	width: 20%;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	color: #777;
	background: #dedede;
	cursor: pointer;
	border-radius: 7px 7px 0 0;
	border: 1px solid #ccc;
	border-bottom: none;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
.enterprise_tab .tab_ul li.select{
	height: 40px;
	line-height: 40px;
	margin-top: 0px;
	background: #fff;
	border: 1px solid #ddd;
	border-bottom: none;
	color: #302956;
	font-size: 140%;
	border-radius: 7px 7px 0 0;
	/*box-shadow: 2px -1px 3px rgba(0,0,0,0.2);*/
	position: relative;
}
.enterprise_tab .tab_ul li.select:after{
	content: "　";
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	background: #fff;
	left: 0;
	bottom: -2px;
}
.enterprise_tab .view_box{
	/*background: #eee;*/
	border: 1px solid #ddd;
	width: 100%;
	position: relative;
	float: left;
	padding: 30px 20px;

}
.enterprise_tab .view_box h4{
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 0.2em;
	line-height: 1.3;
}
.enterprise_tab .view_box h4:first-letter{
	/*font-size: 1.2em;*/
	/*color: #9DC746;*/
}
.enterprise_tab .view_box p{
	/*text-indent: 1em;*/
	line-height: 1.6em;
	color: #555;
}

.enterprise_tab .view_box p.tab_text{
	font-size: 120%;
}

.enterprise_tab .company_ul{
font-size: 120%;
line-height: 2;
}

@media (max-width: 767px) {
	.enterprise_tab .tab_ul{
		padding: 0;
	}
	.enterprise_tab .tab_ul li{
		width: 100%;
		margin-left: 0;
		margin-bottom: 6px;
	}
	.enterprise_tab .tab_ul li.select{
		margin-top: 6px;
		border-radius: 0;
		background: #302956;
		color:#fff;
	}
	.enterprise_tab .view_box{
		padding: 30px 5px;
	}
	.enterprise_tab .view_box img{
		width: 100%;
		max-width: 100%;
	}
	.ajax-loader{
		max-width: 20px !important;
		max-height: 20px !important;
	}
}

.enterprise_tab h3.tab_inner_title{
	background: #302956;
	padding: 5px 5px;
	text-align: left;
	font-size: 140%;
	color:#fff;
}

.enterprise_tab .tab_inner_table1{
	width:100%;
	border-collapse: separate;
	border-spacing: 1px;
	background-color: #ccc;
	font-size: 120%;
	margin-bottom: 30px;
}

.enterprise_tab .tab_inner_table1 th,.enterprise_tab .tab_inner_table1 td{
	padding:10px;
}

.enterprise_tab .tab_inner_table1 th{
	border-left: solid 1px #fff;
	border-top: solid 1px #fff;
	background: #ddd;
	width:20%;
}

.enterprise_tab .tab_inner_table1 td{
	background-color: #fff;
}

.enterprise_tab .tab_inner_ul{
	width:100%;
	font-size: 120%;
	margin-bottom: 30px;
	padding:0;
}

.enterprise_tab .tab_inner_ul li:first-child{
	border-top: dotted 1px #ccc;
}

.enterprise_tab .tab_inner_ul li{
	padding:10px 0px;
	border-bottom: dotted 1px #ccc;
}

.enterprise_tab .tab_inner_ul .li_bold{
	font-weight: bold;
}

.hiden{
	display:none;
}

@media (max-width: 767px) {
	.enterprise_tab .view_box h4{
		letter-spacing: normal;
		font-size: 110%;
	}
	
	.enterprise_tab .company_ul{
		padding-left: 10px;
	}

	.enterprise_tab .tab_inner_table1 th{
		width:30%;
	}
	
	.enterprise_tab .tab_inner_table1 th,.enterprise_tab .tab_inner_table1 td{
		padding:5px;
	}
}




/*アクセス*/
.access_title{
	font-size: 150%;
	font-weight: bold;
}

.access_add{
	font-size: 130%;
}

.access_tel{
	font-size: 130%;
}

.access_map {
	position: relative;
	padding-bottom: 46.25%;
	height: 0;
	overflow: hidden;
}
 
.access_map img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 767px) {
	.access_map {
		padding-top: 0px;
		}
}

/*問い合わせ*/

.contact_h5{
width:100%;
font-size: 110%;
font-weight: bold;
margin:0;
}

.contact_p{
margin: 5px 0px 30px 0px;
}

.p_label{
width:100%;
}

input[type="submit"]
{
	display: block;
	font-size: 100%;
    padding: 0.2em 0.4em;
    background: #302956;
    color: #ffffff;
    border-radius: 4px;
    width: 50%;
    height:50px;
    cursor: pointer;
    box-shadow: 0 0 1px rgba(21, 19, 40, 1);
    border: 1px solid #302956; 
    margin:0px auto;
}

/*問い合わせ*/

/*問い合わせコンタクトフォーム*/
div.wpcf7{
	font-size: 110%;
}

.form-title{
	font-size: 120%;
	margin:5px 0px;
}

span.wpcf7-list-item {
	display: block;
}

.form_textarea{
	width:100%;
}

.btn{
	background: #F08300;
	color:#fff;
}

.form-control2{
    display: block;
    width: 30%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control3{
    width: auto;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 5px;
}

/*topに戻るボタン*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}

#page-top a {
    background: #5b47bf;
    text-decoration: none;
    color: #fff;
    width: 80px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

#page-top a:hover {
    text-decoration: none;
    background: #bdb5e5;
}

.sp_onry{
	display: none;
}

@media (max-width: 767px) {
	.sp_onry{
		display: block;
		padding: 0px 10px;
	}
	.sp_onry .bn1{
		margin-bottom: 10px;
	}
	.sp_onry .sp_bn{
		width:49%;
		text-align: center;
		padding:0px;
		background: #ccc;
		margin-right: 2%;
	}
	.sp_onry .sp_bn_last{
		width:49%;
		text-align: center;
		padding:0px;
		background: #ccc;
	}
}

/*スライダーまわり*/
#slide_wrap{
	width: 100%;
	background: #333;
}
#slide_wrap .slide_inner {
	margin: 0 auto;
	width: 960px;

}

.slide_title, .slide_link{
	width:100%;
	max-width:130px;
	color:#fff;
}

.slide_title{
	float:left;
	border-radius: 8px 8px 0px 0px;
	background:#302956;
	padding:5px 0px;
	text-align: center;
}

.slide_link{
	float:right;
	text-align: center;
}

.slide_link a{
	display: block;
	color:#fff;
	text-decoration: none;
	background:#302956;
	padding:5px 0px;
}

.slide_link a:hover{
	opacity: 0.6;
}

@media (max-width: 767px) {
	.slide_title, .slide_link{
		max-width:100%;
	}

	.slide_title{
		float:none;
		text-align: left;
		padding-left:10px;
	}
	
	.slide_link{
		float:none;
		text-align: right;
}

	.slide_link a{
		border-radius: 0px 0px 8px 8px;
		padding:10px 10px 10px 0px;
}

	.slide_link a:hover{
		opacity: 0.6;
	}
}


/*スライダーまわり*/

/*スライダーまわり_施行用*/
#slide_wrap{
	width: 100%;
	background: #333;
}
#slide_wrap .slide_inner_per {
	margin: 0 auto;
	width: 960px;

}

.slide_title, .slide_link{
	width:100%;
	max-width:130px;
	color:#fff;
}

.slide_title{
	float:left;
	border-radius: 8px 8px 0px 0px;
	background:#302956;
	padding:5px 0px;
	text-align: center;
}

.slide_link{
	float:right;
	text-align: center;
}

.slide_link a{
	display: block;
	color:#fff;
	text-decoration: none;
	background:#302956;
	padding:5px 0px;
}

.slide_link a:hover{
	opacity: 0.6;
}

@media (max-width: 767px) {
	.slide_title, .slide_link{
		max-width:100%;
	}

	.slide_title{
		float:none;
		text-align: left;
		padding-left:10px;
	}
	
	.slide_link{
		float:none;
		text-align: right;
}

	.slide_link a{
		border-radius: 0px 0px 8px 8px;
		padding:10px 10px 10px 0px;
}

	.slide_link a:hover{
		opacity: 0.6;
	}
}


/*スライダーまわり_施行用*/


.bottom_menu_wrap{
	width:100%;
	background: #403672;
	padding:20px 0px 0px 0px;
}

.sp_img{
position: relative;
}
.sp_img p{
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	margin: 0;
	padding: 5px 0 5px 5px;
	width: 100%;
	background: rgba(80, 80, 80, 0.75);
}
.sp_img a {
	text-decoration: none;
}
.sp_img a:hover p{
	text-decoration: underline;
}


/*施工実績*/
.performance_wrap{
border-bottom: dotted 1px #302956;
padding:10px 0px 20px 0px;
margin-bottom: 10px;
}

.performance_wrap p{
font-size: 110%;
}

.performance_wrap h4 a{
color:#009844;
font-size: 110%;
font-weight: bold;

}

.performance_wrap .per_img a:hover{
opacity: 0.7;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
transition: 0.3s;
}

.performance_wrap .detail_link{
text-align: center;


margin-top:10px;
}

.performance_wrap .detail_link a{
display: block;
color:#fff;
padding:10px 0px;
background: #009844;
}

.performance_wrap .detail_link a:hover{
color:#009844;
text-decoration: none;
background: #99d6b4;
}

/*施行詳細*/
#per_box{
margin:20px 0px 10px 0px;
}

#per_box h3{
color:#009844;
font-weight: bold;
}

#per_box h4{
margin-top:30px;
background: #009844;
padding:10px 0px 10px 10px;
color:#fff;
}

/*採用詳細*/
#recruit_box{
	margin:20px 0px 10px 0px;
}

h3.recruit{
	background:#036eb7;
}

#recruit_box table{
	font-size: 110%;
	border-top:solid 1px #d6d4dd;
	border-bottom:solid 1px #d6d4dd;
}

#recruit_box table th,#recruit_box table td{
	padding:20px 20px 20px 10px;
}

#recruit_box table th{
	background: #d6d4dd;
	border-top:solid 1px #fff;
}

#recruit_box table .th_top{
	border-top:solid 1px #d6d4dd;
}

#recruit_box table td{
	border-top:solid 1px #d6d4dd;
}

@media (max-width: 767px) {
	#recruit_box table th{
		width:20%;
	}

	#recruit_box table th,#recruit_box table td{
		padding:10px;
	}
}

/*機械詳細*/
#machine_box{
margin:20px 0px 10px 0px;
}

#machine_main{
margin:0 auto;
}

#machine_box table{
border-top: solid 1px #dbdcdc;
border-bottom: solid 1px #dbdcdc;
margin-top:30px;
}

#machine_box table th{
background: #dbdcdc;
padding:10px;
border-bottom: solid 1px #fff;
}

#machine_box table th.th_last{
border-bottom:none;
}


/*保有機械*/
#machine_menu{
margin:30px 0px 0px 0px;
text-align: center;
font-size: 110%;
}

#machine_menu a{
display: block;
background: #333;
padding:7px 0px;
color:#fff;

}

#machine_menu a:hover{
opacity: 0.7;
text-decoration: none;
}


#link_position1,#link_position2,#link_position3,#link_position4{
	width:100%;
	height:20px;
}

#link_position2,#link_position3,#link_position4{
	width:100%;
	height:20px;
	
}

@media (max-width: 767px) {
	.machine_menu{
	display: none;
	}

	#link_position1,#link_position2,#link_position3,#link_position4{
		height:10px;
	}

}

.machine_table{
width:100%;
}

.machine_h3{
background:#2b3687;
padding:8px;
color:#fff;
border-radius: 5px;
font-size:130%;
}

.attach_table{
	width:100%;
	border:solid 1px #ccc;
	margin-bottom: 20px;
}

.attach_table th{
	text-align: center;
	border:solid 1px #ccc;
	padding:5px 0px;
	font-size: 110%;
	background: #333;
	color:#fff;
}

.attach_table td{
	text-align: center;
	border:solid 1px #ccc;
	padding:5px 0px;
}

.thumb_p{
background: #000;
color:#fff;
padding:15px 5px;
font-size: 80%;

}




/*スマホ用TELリンク*/
@media (max-width: 767px) {
	a.tel-link {
		color: #06F;
	}
}