@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%;
}


@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;
	}




}


/* 新着情報ページ
---------------------------------------------------- */

li {
    list-style: none;
}



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

#built #RightColumn h2{
	margin-top: 25px;
}





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

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

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


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


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

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

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


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

#built #RightColumn table{
	width: 95%;
	margin: 0px auto;
}

#built #RightColumn th{
	background-color:#e5f5fd;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	padding: 10px 20px;
}

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

#built #RightColumn ul#juki li{
	float:left;
	width:31%;
	padding-right:10px;
	margin-bottom:20px;
	text-align:center;
}

#built #RightColumn ul#juki li.turn{
	padding-right:0px;
}
	
#built #RightColumn h3{
	font-weight: bold;
	letter-spacing: 1px;
	margin: 15px auto 0px auto;
	padding-top: 3px;
	padding-left: 20px;
}

#built #RightColumn .photos{
	float: left;
	width: 270px;
	height: 180px;
	padding: 20px 20px 20px 15px;
}


.iziModal .photos{
	float: left;
	width: 270px;
	height: 180px;
	padding: 20px 0px 10px 15px;

}



#built #RightColumn .photos02{
	float: right;
	width: 335px;
	height: 305px;
	padding: 20px 0px 0px 0px;
}


#built #RightColumn .photos03{
	float: right;
	width: 235px;
	height: 205px;
	padding: 20px 0px 0px 15px;
}


#built #RightColumn .detail{
	float:right;
	width: 60%;
	padding-top: 20px;
	padding-right: 15px;
} 


.iziModal .detail{
	float:right;
	width: 375px;
	padding-top: 20px;
	padding-right: 15px;
} 


.iziModal .detail2 {
    /* float: right; */
    width: 99%;
    /* padding-top: 20px; */
    padding-right: 15px;
    padding-left: 15px;
}




#built #RightColumn .detail02{
	float:left;
	width: 335px;
	padding-top: 20px;
	padding-right: 0px;
} 




#built #RightColumn .detail2{
	float:right;
	width: 60%;
	padding-top: 25px;
	padding-right: 15px;
} 

#built #RightColumn .detail p{
	padding: 0px 0px 5px 0px;
}

#built #RightColumn .detail2 p{
	padding: 0px 0px 5px 0px;
}

#built #RightColumn .detail .koji{	
	font-weight: bold;
	font-size: 116%;
}

#built #RightColumn .detail2 .koji{	
	font-weight: bold;
	font-size: 116%;
}

#built #RightColumn .detail .red{
	color: #CC0000;
}

#built #RightColumn .detail li{
	float: left;
	width: 130px;
	padding-right: 20px;
}

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

#built #RightColumn .detail dl{
	margin-bottom:15px;
	line-height:2;
} 



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

#RightColumn h2{
  border-bottom: solid 3px #d4d4d4;
  position: relative;
  line-height: 1.9em;
 letter-spacing: 0.05em;
}

#RightColumn h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #00a0e9;
  bottom: -3px;
  width: 20%;
}

#topics #RightColumn h3{
	width: 660px;
	height: 45px;
	font-weight: bold;
	font-size: 116%;
	padding: 5px 0px 0px 20px;
	background-image: url(../topics/images/h2_2.jpg);
}

#topics #RightColumn p.date{
	margin-top:20px;
	padding: 10px 0px 0px 0px;
	border-top: 1px dotted #CCCCCC;
	color: #00a0e9;
}

#topics #RightColumn p{
	padding: 15px;
	font-size: 100%;
	line-height:2;
}

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

#topics #RightColumn p.bold2{
font-family: 'Osaka','ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN','メイリオ', Meiryo,sans-serif;
font-weight:bold;
font-size: 14px;
}

#topics #RightColumn .nom {
font-size: 12px;
}



#topics #RightColumn .img_s{
	width:270px;
	margin:0px auto;
}

#topics #RightColumn #aed_text{
		float:left;
		width:450px;
}

#topics #RightColumn #aed{
		float:right;
		width:180px;
		padding-top:15px;
		padding-right:10px;
}

#topics #RightColumn #t23_txt{
		float:left;
		width:300px;
}

#topics #RightColumn #t23_img{
		float:right;
		width:330px;
		padding-top:15px;
		padding-right:10px;
}



#topics #RightColumn dl{
	width: 680px;
	padding-top: 20px;
}

#topics #RightColumn dt{
	clear: both;
	float: left;
	width: 255px;
	padding-right:20px;
	padding-bottom: 30px;
}

#topics #RightColumn dd{
	float: left;
	width: 400px;
	padding-bottom: 20px;
	line-height:1.8;
}

#topics #RightColumn dd.c_detail{
	padding-top:25px;
}

#topics #RightColumn .salespoint{
	color:#FF6600;
}


.sample_01{
 margin-left:10px;
 width: 98%;
 border-collapse: collapse;
 }
 .sample_01 th{
 width: 25%;
 padding: 3px;
 text-align: left;
 vertical-align: top;
 color: #333;
 background-color: #eee;
 border: 1px solid #b9b9b9;
 }
 .sample_01 td{
 padding: 3px;
 background-color: #fff;
 border: 1px solid #b9b9b9;
 }


/* 囲みボックス
---------------------------------------------------- */

.title-box1{
  margin: 1em 0;
  padding: 0.7em;
  position: relative;
  border: 1px solid #50A454;
}

.title-box1-title{
position: absolute;
top: -0.8em;
left: 20px;
font-weight: bold;
font-size: 1.2em;
background: #fff;
padding: 0 0.5em;
color: #50A454;
}

.title-box1 p{
  margin: 0;
  padding: 0;
font-weight: 600;
}


.topics_midashi1 {
  padding: 0.5rem 1.4rem;
  font-weight: 600;
  background:#9ae6fd;
}

/*topics*/
.box5 {
    margin: 1em auto;
    padding: 1em;
    font-weight: 600;
    background-color: #e2f6ff;
}

.box6 {
    margin: 1em auto;
    padding: 1em;
    font-weight: 600;
    background-color: #f3fbff;
    border-bottom-style: solid;
    border-bottom-color: #00a0e9;
}

/* --------------------------------------------------------
	flex
-------------------------------------------------------- */

.table_design06 {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
}
.table_design06 th, .table_design06 td {
  padding: 1em;
}
.table_design06 th {
  font-weight: bold;
  text-align: left;
  width: 30%;
  min-width: 4em;
  padding-right: 3em;
  position: relative;
}
.table_design06 th::after {
  content: '・・';
  color: #4d9bc1;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}


@media screen and (min-width: 768px) {
  .boxLayoutAlternate .boxItem {
    display: flex;
  }
  .boxLayoutAlternate .boxItem img {
    margin: 0;
  }
  .boxLayoutAlternate .boxItem:nth-child(2n) img {
    margin-left: auto;
  }
  .boxLayoutAlternate .boxItem .alternateItem {
    width: 48%;
  }
.boxLayoutAlternate .boxItem .alternateItem1 {
    width: 60%;
  }
	
 .boxLayoutAlternate .boxItem .alternateItem2 {
    width: 99%;
  }
	
 .boxLayoutAlternate .boxItem .alternateItem3 {
    width: 40%;
  }
	
  .boxLayoutAlternate .boxItem:nth-child(2n) .alternateItem:nth-child(2) {
    order: -1;
  }
  .boxLayoutAlternate .boxItem:nth-child(2n) .alternateItem3:nth-child(2) {
    order: -1;
  }
	
}



.newsList {
  max-width: 900px;
  margin: 20px auto;
}

.newsfontmid{
    font-weight: 500;
    font-size: 1.3em;
    line-height: 1.3em;
    margin-bottom: 5px;
}

.newsfontsml{
    margin-top: 10px;
    font-size: 1.0em;
    line-height: 1.4em;
}






