@charset "UTF-8";


/*****************************************************
　共通　
*****************************************************/
/* 表 
------------------------------------------------- */
/* ----- レイアウト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%;
}



	/*****************************************************
	　関連企業
	*****************************************************/

h4 {
    padding: 0.5em;
    background: #e5f5fd;
    border-left: solid 5px #00a0e9;
	font-weight: bold;
    letter-spacing: 1px;
	font-size: 1.3em;
    margin: 5px auto 20px auto;
    padding-top: 8px;
    padding-left: 20px;
	display: inline-block;
	width: 95%;
}


#company #RightColumn h1#h1kanren{
	width: 680px;
	height: 90px;
	text-indent: -9999px;
	font: 1px;
	background-image: url(../company/images/h1kanren.jpg);
}


#company #RightColumn dl{
	width: 100%;
}

#company #RightColumn dt{
	clear: both;
	float: left;
	width: 25%;
	padding-right:20px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#company #RightColumn dd{
	float: left;
	width: 69%;
	padding-bottom: 40px;
}

#company #RightColumn dd.c_detail{
	padding-top:5px;
	line-height: 1.8em;
}

#company #RightColumn dl#links{
	padding-top: 0px;
	padding-left: 15px;
}

#company #RightColumn dl#links dt{
	float: none;
	width:650px;
	padding-top: 15px;
	padding-left: 20px;
	background: url(../company/images/point.gif) no-repeat;
}

#company #RightColumn dl#links dd{
	float: none;
	width:650px;
	padding-bottom: 0px;
	padding-left: 20px;
}	

#company #RightColumn a:link{
	color: #00a0e9;
}

#company #RightColumn a:visited{
	color: #00a0e9;
}

#company #RightColumn a:hover{
	color:#FF3300;
}

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

.ctit {
    display: block;
    font-size: 1.2em;
    color: #00a0e9;
	margin-bottom:10px;
}



@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%;
	}
	
	
	#company #RightColumn dt {
    float: none;
    width: 100%;
    /* padding-right: 20px; */
    padding-bottom: 10px;
}
	#company #RightColumn dd {
    float: none;
    width: 100%;
}
	
}

