@charset "UTF-8";

.content-wrap {
	background: #e5e6e6;
}

div.main-img-wrap {
	width: 100%;
	position: relative;
}
.main-img-wrap:after {
	content: "";
	/*	width: 32.3%;*/
	height: 100%;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: url(../img/common/headd-bg.png) 50% 100% no-repeat;
	background-size: 100% auto;
}
div.main-img-wrap img {
	width: 100%;
	vertical-align: bottom;
}
div.cap-wrap {
	width: 100%;
	background: #e5e6e6;
	position: relative;
	box-sizing: border-box;
}
.cap-wrap:before {
	content: "";
	display: block;
	padding-top: 18.3%;
}
.cap-wrap div {
	/*	width: 18.1%;*/
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	/*
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	*/
}
.cap-wrap div img {
	display: block;
	/*
	margin: -10% auto 14%;
	width: 23.3%;
	*/
	height: auto;
}
.cap-wrap h2 {
	width: 100%;
	margin: auto;
	padding-bottom: 5%;
	border-bottom: 1px solid #0061b1;
}
.cap-wrap h2:before {
	/*
	content: "";
	display: block;
	padding-top: 50%;
	*/
}
.cap-wrap h2 span {
	color: #0061b1;
/*
	letter-spacing: .5rem;
	text-indent: .5rem;
*/
	display: block;
	text-align: center;
	line-height: 1;
}
.cap-wrap p {
	text-align: center;
	width: 100%;
	letter-spacing: .1rem;
	text-indent: .1rem;
}

.headd-wrap h1 {
	border-left-color: #004380;
	border-left-style: solid;
}
.headd-wrap div h2 {
	color: #004380;
}
ul.anc-box {}
.anc-box a {
	color: #ffffff;
	background: #004380;
	text-align: center;
	display: block;
}

div.box {
	background: #ffffff;
/*	border: 1px solid #eeefef;*/
	position: relative;
	margin: auto;
}
.box:before {
	content: "";
	display: block;
}
.box div {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.box div h3 {
	color: #0098a2;
	text-align: center
}
.box div img {
	display: block;
	margin: auto;
}


/* quality */
div.quality-wrap {
	border-bottom: 1px solid #0061b1;
	margin-top: -5%;
	padding-top: 5%;
}

.sec-03-list li a {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
.sec-03-list li a p {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background: rgba(0,0,0,.7);
	color: #ffffff;
	text-align: center;
}
.sec-03-list li a p:after {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url(../img/common/arrow-bw-right.svg) 50% 50% no-repeat;
	background-size: cover;
	margin-left: .2em;
}
.sec-03-list li img {
	width: 100%;
	height: auto;
}


/* process */



.process-list .last-box {
	color: #0098a2;
}



.anc-box a span.no-ls {
	letter-spacing: .1em;
	text-indent: .1em;
}














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


	.main-img-wrap::after {
		width: 52.3%;
	}
	.cap-wrap div {
		width: 38.1%;
	}
	.cap-wrap div img {
		margin: -14% auto 10%;
		width: 23.3%;
	}
	.cap-wrap h2 span {
		letter-spacing: .2rem;
		text-indent: .2rem;
	}
	.headd-wrap {
		margin-bottom: 8%;
	}
	.headd-wrap h1 {
		border-left-width: 10px;
		padding-left: .5em;
		font-size: 2.2rem;
	}
	.headd-wrap div {
		width: 94%;
		margin: 2% auto;
	}
	.headd-wrap div h2 {
		font-size: 1.6rem;
		padding-bottom: 3%;
	}
	.headd-wrap div p {
		font-size: 1.4rem;
		line-height: 1.8;
	}
	.anc-box {
		margin-top: 5%;
	}
	.anc-box a {
		position: relative;
	}
	.anc-box a span {
		line-height: 1.4;
		display: block;
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}


	.quality-wrap {
		padding: 8% 0;
	}
	.quality-wrap .anc-box {
		background: #0061b1;
	}
	.quality-wrap .anc-box li {
		width: 100%;
		position: relative;
	}
	.quality-wrap .anc-box li:nth-child(2):before,
	.quality-wrap .anc-box li:nth-child(2):after {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background: #ffffff;
		position: absolute;
		left: 0;
		z-index: 2;
	}
	.quality-wrap .anc-box li:nth-child(2):before {
		top: 0;
	}
	.quality-wrap .anc-box li:nth-child(2):after {
		bottom: 0;
	}
	.quality-wrap .anc-box a {
		font-size: 1.4rem;
	}
	.quality-wrap .anc-box a:before {
		content: "";
		display: block;
		padding-top: 15%;
	}
	.quality-list .box:before {
		padding-top: 44%;
	}
	.quality-list .box {
		width: 66%;
	}
	.quality-list .box:before {
		padding-top: 40%;
	}
	.quality-list > li > div p {
		font-size: 1.4rem;
		line-height: 1.8;
	}
	.quality-list > li > img {
		margin-top: 3%;
	}
	.quality-list > li:nth-child(-n+2) .box div h3 {
		letter-spacing: .5em;
		text-indent: .5em;
	}
	#sec-03 h3 span {
		display: block;
	}
	ul.sec-03-list li:first-child {
		margin-bottom: 3%;
	}
	.sec-03-list li a p {
		font-size: 1.8rem;
		line-height: 2.6;
	}
	.sec-03-list li a p:after {
		margin-bottom: -.5%;
	}

	
	
	.list > li {
		width: 94%;
		margin: auto;
		padding: 5% 0;
	}
	.list > li > img {
		width: 100%;
	}
	.list > li .box {
		margin-bottom: 3%;
	}
	.list > li .box div h3 {
		letter-spacing: .1em;
		text-indent: .1em;
		line-height: 1.4;
		margin: 2% 0;
		font-size: 1.7rem;
	}



	.process-wrap {
		padding: 8% 0;
	}



	.process-list .box {
		width: 100%;
	}
	.process-list .box:before {
		padding-top: 63%;
	}
	.process-list .box > div {
		width: 86%;
	}
	.process-list .box > div p {
		font-size: 1.4rem;
	}

	.process-list > li:nth-child(3) .box::before {
		padding-top: 71%;
	}

	.process-wrap ul.anc-box {
		margin: 0;
		width: 49%;
		float: left;
	}
	.process-wrap ul.anc-box:last-child {
		margin: 0 0 0 2%;
	}
	.process-wrap .anc-box li {
		margin-bottom: 2.5%;
	}

	.process-wrap .anc-box a {
		font-size: 1.4rem;
	}
	.process-wrap .anc-box a:before {
		content: "";
		display: block;
		padding-top: 24%;
	}
	.process-wrap .anc-box:nth-child(3) li:nth-child(n+2) a:after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 9px 16px 0 16px;
		border-color: #e5e6e6 transparent transparent transparent;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		margin: auto;
	}
	.process-wrap .anc-box:last-child li a:after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 9px 16px 0 16px;
		border-color: #e5e6e6 transparent transparent transparent;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		margin: auto;
	}




	#sec-12 .last-box {
		width: 94%;
		box-sizing: border-box;
		padding: 3% 4%;
		margin: 3% auto;

	}
	#sec-12 .last-box p {
		font-size: 1.3rem;
		line-height: 2;
	}
	#sec-12 .last-box:before {
		content: none;
	}


















}









/**==============================================**/
/**==============================================**/
/*
/*			tab 〜
/*
/*			600px〜
/*
/**==============================================**/
/**==============================================**/
@media all and (min-width: 600px) {

	.main-img-wrap::after {
		width: 52.3%;
	}
	.cap-wrap div {
		width: 38.1%;
	}
	.cap-wrap div img {
		margin: -14% auto 10%;
		width: 23.3%;
	}
	.cap-wrap h2 {
		letter-spacing: .3em;
		text-indent: .3em;
	}
	.headd-wrap {
		margin-bottom: 8%;
	}
	.headd-wrap h1 {
		border-left-width: 10px;
		padding-left: .5em;
		font-size: 23px;
		letter-spacing: .2em;
	}
	.headd-wrap div {
		width: 94%;
		margin: 2% auto;
	}
	.headd-wrap div h2 {
		font-size: 19px;
		padding-bottom: 2%;
	}
	.anc-box a {
		position: relative;
	}
	.anc-box a span {
		line-height: 1.4;
		display: block;
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		font-weight: bold;
	}


	.quality-wrap {
		padding: 8% 0;
	}
	.quality-wrap .anc-box {
		background: #0061b1;
	}
	.quality-wrap .anc-box li {
		width: 33.3%;
		float: left;
		position: relative;
	}
	.quality-wrap .anc-box li:nth-child(2):before,
	.quality-wrap .anc-box li:nth-child(2):after {
		content: "";
		display: block;
		width: 1px;
		height: 100%;
		background: #ffffff;
		position: absolute;
		top: 0;
		z-index: 2;
	}
	.quality-wrap .anc-box li:nth-child(2):before {
		left: 0;
	}
	.quality-wrap .anc-box li:nth-child(2):after {
		right: 0;
	}
	.quality-wrap .anc-box a:before {
		content: "";
		display: block;
		padding-top: 23%;
	}
	.quality-list .box:before {
		padding-top: 44%;
	}
	.quality-list .box {
		width: 47.5%;
	}
	.quality-list .box:before {
		padding-top: 40%;
	}
	.quality-list > li > img {
		margin-top: 3%;
	}
	.quality-list > li:nth-child(-n+2) .box div h3 {}
	
	
	
	
	.quality-wrap #sec-03 > div {
		margin: auto;
		width: 70%;
	}
	.quality-wrap #sec-03 > div .box {
		width: 100%;
	}
	.quality-wrap #sec-03 > div .box:before {
		padding-top: 33%;
	}
	.quality-wrap #sec-03 .box div {
		-webkit-transform: translate(-50%, -68%);
		-ms-transform: translate(-50%, -68%);
		transform: translate(-50%, -68%);
	}
	.quality-wrap #sec-03 .img-wrap {
		float: none;
		margin: auto;
		width: 100%;
		margin-top: -6%;
	}
	.quality-wrap #sec-03 .img-wrap ul.sec-03-list {}
	.sec-03-list li {
		width: 48.7%;
	}
	.sec-03-list li:first-child {
		float: left;
	}
	.sec-03-list li:last-child {
		float: right;
	}

	
	
	
	
	
	
	.list > li {
		width: 94%;
		margin: auto;
		padding: 5% 0;
	}
	.list > li > img {
		width: 100%;
	}
	.list > li .box {
		margin-bottom: 3%;
	}
	.list > li .box div h3 {
		letter-spacing: .1em;
		text-indent: .1em;
		line-height: 1.4;
		margin: 2% 0;
		font-size: 20px;
	}



	.process-wrap {
		padding: 8% 0;
	}



	.process-list .box {
		width: 71%;
	}
	.process-list .box:before {
		padding-top: 63%;
	}
	.process-list .box > div {
		width: 86%;
	}
	.process-wrap ul.anc-box {
		margin: 0;
		width: 49%;
		float: left;
	}
	.process-wrap ul.anc-box:last-child {
		margin: 0 0 0 2%;
	}
	.process-wrap .anc-box li {
		margin-bottom: 2.5%;
	}
	.process-wrap .anc-box a {
		font-size: 16px;
	}
	.process-wrap .anc-box a:before {
		content: "";
		display: block;
		padding-top: 20%;
	}
	.process-wrap .anc-box:nth-child(3) li:nth-child(n+2) a:after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 12px 19px 0 19px;
		border-color: #e5e6e6 transparent transparent transparent;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		margin: auto;
	}
	.process-wrap .anc-box:last-child li a:after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 12px 19px 0 19px;
		border-color: #e5e6e6 transparent transparent transparent;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		margin: auto;
	}

	#sec-12 .last-box {
		width: 100%;
		box-sizing: border-box;
		padding: 3% 4%;
		margin: 3% auto;
	}
	#sec-12 .last-box p {
		font-size: 14px;
	}
	#sec-12 .last-box:before {
		content: none;
	}



}





/**==============================================**/
/**==============================================**/
/*
/*			sp-l 〜 tab
/*
/*			600px〜739px
/*
/**==============================================**/
/**==============================================**/
@media all and (min-width: 600px) and (max-width: 739px){









}








/**==============================================**/
/**==============================================**/
/*
/*			tab 〜　PC
/*
/*			740px〜
/*
/**==============================================**/
/**==============================================**/
@media all and (min-width: 740px) {

	/*
	.pc {
	display: block;
}
	*/







}






/**==============================================**/
/**==============================================**/
/*
/*			tab 〜　PC
/*
/*			740px〜959px
/*
/**==============================================**/
/**==============================================**/
@media all and (min-width: 740px) and (max-width: 959px){

	/*
	.sp.tab {
	display: block !important;
}
	.pc {
	display: none !important;
}
	*/









}












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

	.main-img-wrap:after {

		width: 32.3%;

	}

	.cap-wrap div {
		width: 22%;
	}
	.cap-wrap div img {
		margin: -7% auto 11.5%;
		width: 26.7%;
	}
	/* pc .cap-wrap */
	.cap-wrap h2 span {
		font-size: 38px;
	}


	div.headd-wrap {}
	.headd-wrap h1 {
		float: left;
		width: 14.5%;
		border-left-width: 25px;
		height: 322px;
	}
	.headd-wrap div {
		float: left;
		width: 45.3%;
		margin: 0;
		padding-right: 1.3%;
		box-sizing: border-box;
	}
	.headd-wrap div h2 {
		font-size: 21px;
	}
	.headd-wrap div p {
		font-size: 14px;
		padding-right: 1em;
		line-height: 2.2;
	}

	.headd-wrap ul.anc-box {
		background: none;
	}
	.anc-box li:before,
	.anc-box li:after {
		content: none;
	}
	.anc-box a {
		-webkit-transition: .5s;
		-moz-transition: .5s;
		-ms-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}
	.anc-box a:hover {
		opacity: .7;
	}




	/*
	.anc-box a span {
	line-height: 1.4;
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
	*/



	ul.list > li:nth-child(odd) > img {
		float: left;
	}
	ul.list > li:nth-child(odd) > div{
		float: right;	
	}
	ul.list > li:nth-child(even) > img {
		float: right;
	}
	ul.list > li:nth-child(even) > div {
		float: left;
	}

	
	.box div h3 {
		font-size: 26px;
	}

	.list > li .box div h3 {
		font-size: 26px;
	}


	.quality-wrap {
		padding: 0;
	}
	.quality-wrap .headd-wrap {
		margin-bottom: 5.9%;
	}
	.quality-wrap .headd-wrap h1 {
		background: url(../img/steel/quality-headd.svg) 50% 0 no-repeat;
		background-size: auto 100%;
	}
	.quality-wrap .headd-wrap ul.anc-box {
		width: 33%;
		margin: 0;
		float: left;
	}
	.quality-wrap .anc-box li {
		margin-bottom: 4.3%;
		float: none;
		width: 100%;
	}
	.quality-wrap .anc-box a {
		font-size: 20px;
		letter-spacing: .5em;
		text-indent: .5em;
	}
	.quality-wrap .anc-box a:before {
		padding-top: 23%;
	}
	.quality-list {
		margin: 0 4.1%;
	}
	.quality-list > li {
		margin-bottom: 6.7%;
		padding: 0;
	}
	.quality-list > li > img {
		width: 52%;
		height: auto;
		margin-top: 3.3%;
	}
	.quality-list > li > div {
		width: 44%;
	}
	.quality-list > li:nth-child(2) .box div h3 {
		letter-spacing: .5em;
		text-indent: .5em;
	}
	.list > li .box div h3 {}

	.quality-list div p {
		margin-top: -11%;
		position: relative;
		z-index: 2;
		font-size: 14px;
		line-height: 2.1;
	}
	.quality-list .box {
		width: 50%;
		margin-bottom: 2%;
	}
	.quality-list .box:before {
		padding-top: 100%;
	}
	
	.quality-wrap #sec-03 > div {
		float: none;
		margin: auto;
		width: 58%;
	}
	.quality-wrap #sec-03 > div .box {
		width: 100%;
	}
	.quality-wrap #sec-03 > div .box:before {
		padding-top: 33%;
	}
	.quality-wrap #sec-03 .box div {
		-webkit-transform: translate(-50%, -68%);
		-ms-transform: translate(-50%, -68%);
		transform: translate(-50%, -68%);
	}
	.quality-wrap #sec-03 .img-wrap {
		float: none;
		margin: auto;
		width: 100%;
		margin-top: -6%;
	}
	.quality-wrap #sec-03 .img-wrap ul.sec-03-list {}
	.sec-03-list li {
		width: 48.7%;
	}
	.sec-03-list li:first-child {
		float: left;
	}
	.sec-03-list li:last-child {
		float: right;
	}
	
	.sec-03-list li a {
		-webkit-transition: .5s;
		-moz-transition: .5s;
		-ms-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}
	.sec-03-list li a:hover {
		opacity: .7;
	}
	.sec-03-list li a p {
		font-size: 23px;
		line-height: 76px;
	}
	.sec-03-list li a p:after {
		margin-bottom: -.5%;
	}

	
	
	
	
	
	
	
	
	.process-list .box {
		width: 75.4%;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.process-list .box:before {
		padding-top: 50.5%;
	}
	.process-list .box > div {
		width: 86%;
	}

	.process-wrap {
		padding: 6.7% 0 3.8%;
	}
	.process-wrap .headd-wrap {
		margin-bottom: 9.4%;
	}
	.process-wrap .headd-wrap h1 {
		background: url(../img/steel/process-headd.svg) 50% 0 no-repeat;
		background-size: auto 100%;
	}
	.process-wrap ul.anc-box {
		float: left;
		margin: 0;
		width: 16%;
		float: left;
	}
	.process-wrap ul.anc-box:last-child {
		margin: 0 0 0 1%;
	}

	
	.process-list > li {
		margin-bottom: 5.5%;
		padding: 0;
		width: 100%;
	}
	.process-list > li > img {
		width: 47.6%;
		height: auto !important;
	}
	.process-list > li > div {
		width: 52.4%;
/*		padding-top: 4.4%;*/
		box-sizing: border-box;
		position: relative;
	}
	.process-list .box img {
		margin-bottom: 2%;
	}
	.process-list .box h3 {
		line-height: 1.6;
		margin-bottom: 6%;
	}
	.process-list .box p {
		font-size: 14px;
		line-height: 2;
	}
/*
	.process-list > li:nth-child(3) .box:before {
		padding-top: 71%;
	}
*/
	.process-wrap .anc-box li {
		width: 100%;
		margin-bottom: 2.5%;
	}
	.process-wrap .anc-box a {
		font-size: 17px;
	}
	.process-wrap .anc-box a:before {
		content: "";
		display: block;
		padding-top: 27.5%;
	}
	.process-wrap .anc-box:nth-child(3) li:nth-child(n+2) a:after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 12px 19px 0 19px;
		border-color: #e5e6e6 transparent transparent transparent;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		margin: auto;
	}
	.process-wrap .anc-box:last-child li a:after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 12px 19px 0 19px;
		border-color: #e5e6e6 transparent transparent transparent;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		margin: auto;
	}

	#sec-12 > div {
		padding-top: 4.4%;
	}
	#sec-12 div.box {
		margin-bottom: 6%;
	}
	#sec-12 .box:before {
		padding-top: 47.5%;
	}

	#sec-12 .last-box p {
		font-size: 16px;
	}

	#sec-12 .last-box {
		width: 64.7%;
		margin: 0 auto;
	}




	#sec-12 .box,
	#sec-12 .last-box {
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.process-list li:nth-child(odd) > div:after,
	.process-list li:nth-child(even) > div:after {
		content: "";
		display: block;
		width: 9.3%;
		height: 19%;
		position: absolute;
		top: 100%;
		background-size: contain;
	}

	.process-list li:nth-child(odd) > div:after {
		background: url(../img/steel/arrow-right-bottom.svg) 50% 50% no-repeat;
		left: 0;
	}
	.process-list li:nth-child(even) > div:after {
		background: url(../img/steel/arrow-left-bottom.svg) 50% 50% no-repeat;
		right: 0;
	}
	.process-list li#sec-12 > div:after {
		content: none;
	}















}




















