@charset "UTF-8";

div.over-wrap {
	background: #e5e6e6;
}
div.footer-nav {
	background-image: url(../img/common/footer-bg-gr.jpg);
}

div.main-img-wrap {
	width: 100%;
	position: relative;
}
div.main-img-wrap img {
	width: 100%;
	vertical-align: bottom;
}
div.main-img-wrap div.cap-wrap {
	position: absolute;
	width: 100%;
}
.cap-bar div.cap-box {
	background: #ffffff;
}
.cap-wrap h2 {
	text-align: center;
	color: #0061B1;
	background: url(../img/steel/steel-icon.svg) no-repeat;
	background-size: 27.5% auto;
}
.cap-wrap h3 {
	width: 76.4%;
	margin: auto;
	line-height: 1;
}
.cap-wrap h3 img {
	width: 83.7%;
	height: auto;
	margin: auto;
	display: block;
}

.cap-wrap h3 {
	text-align: center;
	border-bottom: 4px solid #221814;
	padding-bottom: 4%;
	margin-bottom: 8.5%;
}
.cap-wrap p {
	text-align: center;
	line-height: 1;
}
div.add-wrap {
	margin: auto;
}
.add-wrap dl {
	float: left;
}
.add-wrap dl dt {
	font-weight: bold;
}
.add-wrap a {
	float: right;
	position: relative;
	color: #ffffff;
	background-color: #0061b1;
	background-image: url(../img/common/arrow-white-right.svg);
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-position: 88% 50%;
}

/* facility／process 共通 */
div.facility-wrap {
	border-top: 1px solid #0061b1;
	border-bottom: 1px solid #0061b1;
}
div.facility-wrap.tamamura {
	border-bottom-color: #72699C;
}
div.facility-wrap,
div.table-wrap {
	text-align: center;
}
.facility-wrap h1,
.table-wrap h1 {
	display: inline-block;
	border-bottom: 4px solid #221814;
	font-weight: bold;
	letter-spacing: .5rem;
	text-indent: .5rem;
	text-align: center;
}
.facility-wrap h2 {
	text-align: center;
	font-weight: normal;
}
.facility-wrap h2{
	color: #0061b1;
	font-weight: bold;
}
.facility-wrap p {
	text-align: left;
}
.facility-wrap ul li {
	background: #F4F4F4;
}
.facility-wrap li h3 {
	color: #0061b1;
	font-weight: normal;
	text-align: center;
	font-weight: bold;
}
.facility-wrap.tamamura li h3 {
	color: #0098a2;
}

/* facility */
ul.facility-list li {
	position: relative;
}
ul.facility-list li:after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background: #0061b1;
	bottom: 0;
	left: 0;
	position: absolute;
}
.facility-list li h3 {
	box-sizing: border-box;
	padding: 0 2.6%;
}
.facility-wrap li h3 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.facility-wrap li img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}
.facility-wrap li p {
	padding: 0 5% 3%;
}

#example-table {
	margin: auto;
	width: 100%;
}
.table-wrap table {
	border-top: 1px solid #9F9FA0 !important;
	border-right: 1px solid #9F9FA0 !important;
	border-left: 1px solid #9F9FA0 !important;
}
.table-wrap tr {
	border-bottom: 1px solid #9F9FA0;
}
.table-wrap td {
	border-left: 1px solid #9F9FA0;
}
.table-wrap tr th,
.table-wrap tr td:nth-child(odd) {
	background: #fefefe;
}
.table-wrap tr td:nth-child(even) {
	background: #f7f7f7;
}
.table-wrap tr th {
	font-weight: normal;
}
.table-wrap tr:first-child th,
.table-wrap tr:first-child td {
	font-weight: bold;
}
.table-responsive {
	border-radius: 0 !important;
	border: 0 !important;
	margin-bottom: 20px;
}

div.facrory-link {}
.facrory-link a {
	max-width: 464px;
	margin: auto;
	display: block;
	position: relative;
}
.facrory-link a > img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.facrory-link a p {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	color: #ffffff;
}
.facrory-link a p span {
	display: table-cell;
	vertical-align: middle;
	width: 464px;
	text-align: center;
}







/*
@media all and (max-width:321px){
.waiting-wrap p {
font-size: 1.2rem;
}
}
*/
/*
@media all and (min-width: 322px) and (max-width: 600px) {
.waiting-wrap p {
font-size: 1.3rem;
}
}
@media all and (min-width: 601px) and (max-width: 1289px) {
.waiting-wrap p {
font-size: 28px;
}
}
@media all and (min-width: 1290px) {
.waiting-wrap p {
font-size: 34px;
}
}
*/


/**==============================================**/
/**==============================================**/
/*
/*
/*			SP
/*
/*
/**==============================================**/
/**==============================================**/
@media all and (max-width:599px){


	div.main-img-wrap div.cap-wrap {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
	.cap-wrap div.cap-bar {
		width: 30%;
		margin: auto;
		position: relative;
	}
	.cap-bar:before {
		content: "";
		display: block;
		padding-top: 100%;
	}
	.cap-bar div.cap-box {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 35% auto 0;
		width: 100%;
		height: 100%;
		padding-bottom: 1%;
	}
	.cap-wrap h2 {
		padding-top: 35%;
		background-position: 50% 20%;
		line-height: 1;
		margin-bottom: 5%;
	}
	.cap-wrap h3 {
		border-bottom-width: 2px;
	}
	.cap-wrap p {
		font-size: 1.2rem;
		letter-spacing: .1rem;
		text-indent: .1rem;
	}
	div.add-wrap {
		width: 94%;
		margin: 3% auto;
	}
	.add-wrap dl {
		font-size: 1.4rem;
		width: 70%;
	}
	.add-wrap dl dt {
	}
	.add-wrap a {
		font-size: 1.4rem;
		width: 30%;
		line-height: 3;
		text-align: center;
	}




	/* facility */
	.facility-wrap h1,
	.table-wrap h1 {
		margin: 8% auto 5%;
	}
	.facility-wrap h2 {
		font-size: 1.6rem;
		width: 94%;
		margin: 0 auto 8%;
		font-weight: bold;
	}
	.facility-wrap .inner-wrap > p {
		margin-bottom: 8%;
		padding: 0 3%;
		line-height: 2;
		font-size: 1.4rem;
	}
	ul.facility-list {
		width: 94%;
		margin: auto;
	}
	ul.facility-list li {
		width: 49%;
		float: left;
		margin-bottom: 3%;
	}
	ul.facility-list li:nth-child(even) {
		float: right;
	}
	.facility-wrap li h3 {
		width: 180px;
		padding: 5% auto;
		font-size: 1.8rem;
		line-height: 1.3;
		font-weight: bold;
	}
	.facility-wrap li img {
		width: 100%;
		margin-bottom: 5%;
	}
	.facility-wrap li p {
		margin-top: 5%;
		margin-bottom: 2em;
		font-size: 1.4rem;
		line-height: 1.5;
	}

	.table-wrap div.table {
		width: 94%;
		margin: auto;
	}
	.table-wrap .table table {
		width: auto;
		margin: auto;
		font-size: 1.3rem;
	}
	.table-responsive {
		margin-bottom: 8% !important;
	}


	div.facrory-link {
		margin: 8% auto 10%;
	}
	.facrory-link a {
		max-width: 94%;
	}
	.facrory-link a p span {
		height: 100px;
		font-size: 2rem;
		font-weight: bold;
	}
	.facrory-link a p img {
		vertical-align: -7px;
		height: 1.5em;
	}



	th,td {
		line-height: 2.4;
	}







}









/**==============================================**/
/**==============================================**/
/*
/*
/*			tab 〜
/*
/*
/**==============================================**/
/**==============================================**/

@media all and (min-width: 600px) {

	div.add-wrap {
		margin: 20px auto 20px;
	}
	.add-wrap dl dt {
		font-size: 17px;
	}
	.add-wrap dl dd {
		font-size: 16px;
	}
	br.sp {
		display: none;
	}

	.add-wrap a {
		width: 102px;
		height: 45px;
		line-height: 45px;
		text-align: center;
	}


	/* tab〜  */
	.facility-wrap {
		padding-top: 40px;
	}
	.facility-wrap h1,
	.table-wrap h1 {
		margin: 20px auto 35px;
	}
	.facility-wrap h1 {
		font-size: 35px;
	}
	.facility-wrap h2 {
		font-size: 21px;
		margin-bottom: 20px;
	}
	.facility-wrap .inner-wrap > p {
		margin-bottom: 50px;
		padding: 0 11.4%;
	}

	.facility-wrap p {
		font-size: 14px;
		line-height: 2;
	}
	.facility-wrap li h3 {
		font-size: 23px;
	}


	/* facility */
	ul.facility-list li {
		width: 31.0%;
		margin-right: 3.5%;
		margin-bottom: 6%;
		float: left;
	}
	.facility-list li p {
		margin-bottom: 40px;
		padding: 0 4%;
	}
	.facility-list li h3 {
		padding: 25px 0 15px;
	}
	ul.facility-list li:nth-child(3n+3) {
		margin-right: 0;
	}
	.facility-wrap li h3 {
		width: 300px;
		height: 80px;
		vertical-align: middle;
	}
	.facility-wrap li img {}
	.facility-wrap li p {
		margin-bottom: 25px;
	}

	table {
		font-size: 14px;
	}
	table th,
	table td {
		line-height: 36px;
	}
	.table-responsive {
		margin-bottom: 90px !important;
	}
	div.facrory-link {
		margin-bottom: 50px;
	}
	.facrory-link a p span {
		height: 138px;
		font-size: 23px;
	}
	.facrory-link a p img {
		vertical-align: -8px;
		height: 1.5em;
	}



}









/**==============================================**/
/**==============================================**/
/*
/*
/*			tab 〜 PC
/*
/*
/**==============================================**/
/**==============================================**/

@media all and (min-width: 600px) and (max-width: 959px){

	div.main-img-wrap div.cap-wrap {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 100%;
	}
	.cap-wrap div.cap-bar {
		width: 30%;
		margin: auto;
		position: relative;
	}
	.cap-bar:before {
		content: "";
		display: block;
		padding-top: 100%;
	}
	.cap-bar div.cap-box {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 35% auto 0;
		width: 100%;
		height: 100%;
		padding-bottom: 1%;
	}
	.cap-wrap h2 {
		font-size: 1.3rem;
		padding-top: 35%;
		font-weight: normal;
		letter-spacing: .2rem;
		text-indent: .2rem;
		background-size: 30%;
		background-position: 50% 20%;
		line-height: 1;
		margin-bottom: 6%;
	}
	.cap-wrap h3 {
		border-bottom-width: 2px;
	}
	.cap-wrap p {
		font-size: 1.2rem;
		letter-spacing: .1rem;
		text-indent: .1rem;
	}

	div.add-wrap {
		width: 100%;
		padding: 0 0.75rem;
		box-sizing: border-box;
	}









}



/*
@media all and (min-width: 960px) and (max-width: 1280px){}
*/









/**==============================================**/
/**==============================================**/
/*
/*
/*			PC
/*
/*
/**==============================================**/
/**==============================================**/
@media print, screen and (min-width:960px){

	/* pc .cap-wrap */

	div.main-img-wrap div.cap-wrap {
		top: 0;
		max-width: 960px;
		margin: auto;
		left: 0;
		right: 0;
		height: 100%;
	}
	.cap-wrap div.cap-bar {
		width: 225px;
		height: 100%;
		background: rgba(255,255,255,.4);
		padding-top: 62px;
		box-sizing: border-box;
	}
	.cap-bar div.cap-box {
		width: 100%;
		height: 225px;
	}
	.cap-wrap h2 {
		font-size: 21px;
		padding: 39% 0 6%;
		background-position: 50% 40%;
		font-weight: normal;
		letter-spacing: .2rem;
		text-indent: .2rem;
		line-height: 1;
	}
	.cap-wrap p {
		font-size: 18px;
		letter-spacing: .3rem;
		text-indent: .3rem;
	}

	div.add-wrap {
		width: 100%;
		max-width: 810px;
	}
	.add-wrap dl dt {}
	.add-wrap a {
		-webkit-transition: .2s;
		-moz-transition: .2s;
		-ms-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
	}
	.add-wrap a:hover {
		opacity: .8;
	}
	.facrory-link a {
		-webkit-transition: .2s;
		-moz-transition: .2s;
		-ms-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
	}
	.facrory-link a:hover {
		opacity: .8;
	}








}



@media print, screen and (min-width: 961px) and (max-width:1039px){

	div.main-img-wrap div.cap-wrap {
		max-width: 960px !important;
	}

}

















