@charset "UTF-8";


/*****************************************************
　共通　
*****************************************************/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

/* 表 
------------------------------------------------- */
/* ----- レイアウト1 ----- */
.layout_1{
	border-collapse:collapse;
	width:100%;
}
.layout_1 > tbody > tr > th,
.layout_1 > tbody > tr > td{
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	letter-spacing:0.1em;
	line-height:2;
	vertical-align:top;
}
.layout_1 > tbody > tr + tr th,
.layout_1 > tbody > tr + tr td{
	border-top:none;
}
.layout_1 > tbody > tr > th{
	box-sizing:border-box;
	font-weight:700;
	padding:23px 20px 24px 30px;
	text-align:left;
	width:175px;
}
.layout_1 > tbody > tr > td{
	padding:23px 0 24px 20px;
}
/* ----- レイアウト2 ----- */
.layout_2{
	border-collapse:collapse;
	width:100%;
}
.layout_2 > tbody > tr > th,
.layout_2 > tbody > tr > td{
	letter-spacing:0.1em;
	line-height:2;
}
.layout_2 > tbody > tr > th{
	text-align:left;
	width:120px;
}
/* 企業理念、コーポレートメッセージ等のテキスト 
------------------------------------------------- */
.txtarea{
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	padding:20px 25px;
}
.txtarea .largetxt{
	font-size:22px;
	font-size:2.2rem;
	font-weight:700;
	letter-spacing:0.1em;
	line-height:2;
	margin:0 0 15px;
}
.txtarea .txt p{
	letter-spacing:0.1em;
	line-height:2.4;
}
.txtarea .txt p + p{
	margin:1.5em 0 0;
}


/*****************************************************
　会社概要　
*****************************************************/
/* 表 
------------------------------------------------- */
#summary .layout_1 td dl + dl{
	margin:20px 0 0;
}
#summary .layout_1 td dl dt,
#summary .layout_1 td dl dd{
	letter-spacing:0.1em;
	line-height:2;
}
#summary .layout_1 td dl dt{
	font-weight:700;
}
#summary .layout_1 td dl dd p{
	line-height:inherit;
}


/*****************************************************
　セブンアクションズ　
*****************************************************/
/* 各アクション 
------------------------------------------------- */
.sa-item{
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	align-items:center;
	display:flex;
	padding:22px 0;
}
.sa-item + .sa-item{
	border-top:none;
}
.sa-item .num{
	color:#00a0e9;
	font-size:60px;
	font-size:6.0rem;
	font-weight:300;
	text-align:center;
	width:100px;
}
.sa-item .txt{
	box-sizing:border-box;
	padding:0 30px 0 0;
	width:calc(100% - 100px);
}
.sa-item .ttl{
	font-size:22px;
	font-size:2.2rem;
	font-weight:700;
	letter-spacing:0.1em;
	line-height:2;
	margin:0 0 5px;
}
.sa-item .txt p{
	letter-spacing:0.1em;
	line-height:2.3;
}


/*****************************************************
　沿革　
*****************************************************/
/* 表 
------------------------------------------------- */
#history .layout_1 .ex-link{
	color:#009fe9;
}


/*****************************************************
　品質・環境・労働安全衛生基本方針　
*****************************************************/
/* テキスト 
------------------------------------------------- */
#qeo-basicpolicy .txt{
	letter-spacing:0.1em;
	line-height:2;
}
/* リスト 
------------------------------------------------- */
#qeo-basicpolicy .list{
	list-style-type:none;
	margin:35px 0;
}
#qeo-basicpolicy .list li{
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	font-weight:700;
	letter-spacing:0.1em;
	line-height:2;
	padding:23px 30px 23px calc(30px + 1em);
}
#qeo-basicpolicy .list li:before{
	content:'・';
	margin:0 0 0 -1em;
}
#qeo-basicpolicy .list li + li{
	border-top:none;
}
/* メタ 
------------------------------------------------- */
#qeo-basicpolicy .meta{
	letter-spacing:0.1em;
	line-height:2;
	text-align:right;
}


/*****************************************************
　登録証　
*****************************************************/
/* リスト 
------------------------------------------------- */
.rc-item_list{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.rc-item{
	max-width:285px;
	text-align:center;
	width:32%;
}
.rc-item a{
	display:block;
	position:relative;
}
.rc-item a:before{
	background:url('../../images/new/common/zoom_icon.png') no-repeat center center;
	background-size:contain;
	bottom:0;
	content:'';
	display:block;
	height:25px;
	position:absolute;
	right:0;
	width:25px;
	z-index:0;
}
.rc-item .ttl{
	font-size:16px;
	font-size:1.6rem;
	font-weight:400;
	letter-spacing:0.1em;
	line-height:2;
	margin:12px 0 0;
}


/*****************************************************
　関連リンク　
*****************************************************/
/* リスト 
------------------------------------------------- */
#link .link-list{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	list-style-type:none;
}
#link .link-list li{
	border-bottom:1px solid #ddd;
	letter-spacing:0.1em;
	line-height:2;
	max-width:280px;
	padding:23px 0;
	text-align:center;
	width:32%;
}
#link .link-list li:nth-child(1),
#link .link-list li:nth-child(2),
#link .link-list li:nth-child(3){
	border-top:1px solid #ddd;
}
#link .link-list li.large{
	max-width:580px;
	width:66%;
}
#link .link-list li a{
	color:#00a0e9;
}


/*****************************************************
　認証取得　
*****************************************************/
#certification{
	margin-bottom:100px;
}
/* リスト 
------------------------------------------------- */
.certification-item_list{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.certification-item_list .certification-item{
	max-width:200px;
	width:23%;
}



/*ボタン*/


*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

#RightColumn .btn,
#RightColumn a.btn,
#RightColumn button.btn {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #00a0e9;
  border-radius: 0.5rem;
}


#RightColumn a.btn-flat {
  overflow: hidden;
  padding: 1.5rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #00a0e9;
}

#RightColumn a.btn-flat span {
  position: relative;
  font-size: 1.2em;
}

#RightColumn a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 30px;
  width: 150%;
  height: 500%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-70%) rotate(135deg);
  transform: translateX(-98%) translateY(-70%) rotate(135deg);
  background: #7cd6ff;
}

#RightColumn a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(135deg);
  transform: translateX(-9%) translateY(-25%) rotate(135deg);
}




@media screen and (max-width:1024px){
	/*****************************************************
	　共通　
	*****************************************************/
	/* 表 
	------------------------------------------------- */
	/* ----- レイアウト1 ----- */
	.layout_1{
		display:block;
	}
	.layout_1 > tbody > tr > th,
	.layout_1 > tbody > tr > td{
		display:block;
	}
	.layout_1 > tbody > tr > th{
		border-bottom:none;
		border-top:0.13vw solid #ddd;
		padding:4vw 0 1.73vw;
		text-align:center;
		width:auto;
	}
	.layout_1 > tbody > tr > td{
		border-bottom:0.13vw solid #ddd;
		border-top:none;
		padding:1.73vw 0 4vw;
	}
	/* ----- レイアウト2 ----- */
	.layout_2{
		display:block;
	}
	.layout_2 > tbody > tr > th,
	.layout_2 > tbody > tr > td{
		display:block;
	}
	.layout_2 > tbody > tr > th{
		width:auto;
	}
	/* 企業理念、コーポレートメッセージ等のテキスト 
	------------------------------------------------- */
	.txtarea{
		border-bottom-width:0.13vw;
		border-top-width:0.13vw;
		padding:4vw 0;
	}
	.txtarea .largetxt{
		font-size:3.73vw;
		margin:0 0 2vw;
		text-align:center;
	}
	.txtarea .txt{
		line-height:2;
	}


	/*****************************************************
	　会社概要　
	*****************************************************/
	/* 表 
	------------------------------------------------- */
	#summary .layout_1 td dl + dl{
		margin:3.33vw 0 0;
	}


	/*****************************************************
	　セブンアクションズ　
	*****************************************************/
	/* 各アクション 
	------------------------------------------------- */
	.sa-item{
		border-bottom-width:0.13vw;
		border-top-width:0.13vw;
		padding:2.93vw 0;
	}
	.sa-item .num{
		font-size:9.33vw;
		width:13.33vw;
	}
	.sa-item .txt{
		padding:0 1.33vw 0 0;
		width:calc(100% - 13.33vw);
	}
	.sa-item .ttl{
		font-size:3.2vw;
		margin:0 0 1.33vw;
	}
	.sa-item .txt p{
		line-height:2;
	}


	/*****************************************************
	　品質・環境・労働安全衛生基本方針　
	*****************************************************/
	/* リスト 
	------------------------------------------------- */
	#qeo-basicpolicy .list{
		margin:6.66vw 0 4.66vw;
	}
	#qeo-basicpolicy .list li{
		border-bottom-width:0.13vw;
		border-top-width:0.13vw;
		padding:3.06vw 1.33vw 3.06vw 1em;
	}


	/*****************************************************
	　登録証　
	*****************************************************/
	/* リスト 
	------------------------------------------------- */
	.rc-item_list{
		justify-content:center;
	}
	.rc-item{
		max-width:none;
		width:37.77vw;
	}
	.rc-item:nth-child(2){
		margin:0 0 0 8vw;
	}
	.rc-item:nth-child(3){
		margin:6.66vw 0 0;
	}
	.rc-item a:before{
		height:6vw;
		width:6vw;
	}
	.rc-item .ttl{
		font-size:3.2vw;
		margin:2vw 0 0;
	}


	/*****************************************************
	　関連リンク　
	*****************************************************/
	/* リスト 
	------------------------------------------------- */
	#link .link-list{
		display:block;
	}
	#link .link-list li{
		border-bottom:0.13vw solid #ddd;
		border-top:0.13vw solid #ddd;
		max-width:none;
		padding:3.73vw 0;
		text-align:left;
		width:auto;
	}
	#link .link-list li:nth-child(1){
		border-top:0.13vw solid #ddd;
	}
	#link .link-list li + li,
	#link .link-list li:nth-child(2),
	#link .link-list li:nth-child(3){
		border-top:none;
	}
	#link .link-list li.large{
		max-width:none;
		width:auto;
	}


	/*****************************************************
	　認証取得　
	*****************************************************/
	#certification{
		margin-bottom:10.66vw;
	}
	/* リスト 
	------------------------------------------------- */
	.certification-item_list .certification-item{
		max-width:none;
		width:37.77vw;
	}
	.certification-item_list .certification-item:nth-child(3),
	.certification-item_list .certification-item:nth-child(4){
		margin:6.66vw 0 0;
	}
	.certification-item_list .certification-item img{
		width:100%;
	}
}


/* 生コン事業部のページ
---------------------------------------------------- */

li {
    list-style: none;
}



/* 生コン事業部のページ
---------------------------------------------------- */
#concrete #RightColumn h1{

}

#concrete #RightColumn h2{

}

#concrete #RightColumn h2#h200{
/* ページコンテンツ移動の為 */
	height:1px;
}

#concrete #RightColumn h2#h201{
	background-image: url(../concrete/images/h201.jpg);
}

#concrete #RightColumn h2#h202{
	background-image: url(../concrete/images/h202.jpg);
}

#concrete #RightColumn p{
	padding: 15px;
	line-height:2;
}

#concrete #RightColumn #kikaku01{
	float: left;
	width: 190px;
	padding-top: 15px;
	padding-left: 15px;
}

#concrete #RightColumn #kikaku02{
	float: right;
	width: 70%;
	padding-top: 15px;
	padding-right: 15px;
}

#concrete #RightColumn #kikaku03{
	float: left;
	width: 20%;
	height: 320px;
	padding-top: 15px;
	padding-left: 15px;
}

#concrete #RightColumn #kikaku03 a{
	display:block;
	height: 320px;
}


#concrete #RightColumn #kikaku02 table{
	width: 100%;
}

#concrete #RightColumn #kikaku02 th{
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	padding: 10px;
}

#concrete #RightColumn #kikaku02 td{
	padding: 10px;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}

#concrete #RightColumn .setsubi01{
	float: left;
	width: 40%;
	padding: 15px 0px 0px 15px;
}

#concrete #RightColumn .setsubi02{
	float:right;
	width: 55%;
	padding: 15px 15px 0px 0px;
}

#concrete #RightColumn .setsubi02 table{
	width: 100%;
}

#concrete #RightColumn .setsubi02 th{
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	padding: 10px;
}

#concrete #RightColumn .setsubi02 td{
	padding: 10px;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}

#concrete #RightColumn table#gen{
	width: 100%;
	margin: 15px auto 0px auto;
}

#concrete #RightColumn th{
	background-color:#e5f5fd;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	padding: 5px;
	text-align: center;
}

#concrete #RightColumn td{
	padding: 5px 10px;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}

#concrete #RightColumn h3{
	width: 100%;
	font-size: 1.4em;
	font-weight: bold;
	margin: 35px auto 10px auto;
	padding-top: 3px;
	padding-left: 10px;
	border-bottom: 2px solid #00a0e9;
}

#concrete #RightColumn .l_photo{
	float:left;
	width: 40%;
	padding: 15px 0px 0px 15px;
}

#concrete #RightColumn .r_photo{
	float:right;
	width: 55%;
	padding: 15px 15px 0px 0px;
}

#concrete #RightColumn .r_photo table {
    width: 100%;
}

#concrete #RightColumn table.jisseki{
	width: 100%;
	margin: 10px auto 10px auto;
	font-size:12px;
}

#concrete #RightColumn table.jisseki td{
	padding: 5px 10px;
}

#concrete #RightColumn .j_box{
	padding: 15px 0px 0px 15px;
}

#concrete #RightColumn .j_box dl{
	float: left;
	padding-right: 10px;
}

#concrete #RightColumn .j_box dt{
	height: 210px;
}

#concrete #RightColumn .page_top{
	width: 125px;
	margin-top: 20px;
	padding-left: 555px;
}

#concrete #RightColumn #sikaku{
	width:100%;
	margin:0px auto 80px auto;
}

#concrete #RightColumn #sikaku td{
	text-align:center;
}

#concrete #RightColumn #s_kanri{
	width:100%;
	margin:20px auto;
}


#concrete #RightColumn .j_img{
	width:650px;
	margin:10px auto 0px auto;
}

#concrete #RightColumn .thanks{
	text-align:right;
	color:#FF0000;
	margin:5px 0px 10px 0px;
	padding:0px;
}

#concrete #RightColumn h4{
	font-weight:bold;
	text-align:center;
	font-size:1.3em;
}

#concrete #LeftColumn h4{
	width: 205px;
	height: 40px;
	text-indent: -9999px;
	font: 1px;
} 

#concrete #LeftColumn h4 a{
	display:block;
	width: 205px;
	height: 40px;
	overflow: hidden;
}

#concrete #LeftColumn h4 a:hover{
	background-position: -205px 0px;
}

#concrete #LeftColumn h4#h401 a{
	background-image: url(../concrete/images/h401.jpg);
}

#concrete #LeftColumn h4#h402 a{
	background-image: url(../concrete/images/h402.jpg);
}

#concrete #LeftColumn ul.jump{
	width: 195px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#concrete #LeftColumn ul.jump li{
	padding: 10px 0px 10px 25px;
	border-bottom: 1px dotted #333333;
	background: url(../concrete/images/point.jpg) no-repeat;
}
	
#concrete #LeftColumn ul.jump li a:link{
	color:#333333;
}	

#concrete #LeftColumn ul.jump li a:visited{
	color:#333333;
}	

#concrete #LeftColumn ul.jump li a:hover{
	color:#CC0000;
}	



@media screen and (max-width:1024px){

#built #RightColumn .detail {
    float: right;
    width: 95%;
    padding-top: 20px;
    padding-right: 15px;
}
	
#built #RightColumn .m_detail{
	float:right;
	width:95%;
	margin-top:20px;
	padding-right:15px;
}
	
#built #RightColumn .m_detail dt {
    float: left;
    width: 100%;
}


}



