.page-title2 {
	margin-bottom: 50px;
}
.arrow-img-outer {
	z-index: -1;
	margin-top: -200px;
}
@media screen and (max-width: 680px) {
	.arrow-img-outer {
		margin-top: -150px;
	}
}
/* --------------------------------------------------- */
#sec01 {
	max-width: 1300px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sec01 .box {
	width: 31%;
	margin-bottom: 30px;
}
#sec01 .box a {
}
#sec01 .box a .ph {
	display: block;
	overflow:hidden;
	margin-bottom: 4px;
}
#sec01 .box a .ph img {
	transform:scale(1.1);
	transition:0.3s;
}
#sec01 .box a:hover .ph img {
	transform:scale(1);
}
#sec01 .box a .txt {
	display: block;
	text-align: center;
	font-weight: 500;
}
@media print, screen and ( max-width : 1300px ) {
}
@media screen and (max-width: 910px) {
}
@media screen and (max-width: 680px) {
	#sec01 .box {
		width: 48%;
	}
}
/* --------------------------------------------------- */
.products-mv {
	width: 100%;
	height: 480px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 80px;
}
.products-mv1 {
	background-image: url("../images/products-steel/mv.jpg");
}
.products-mv2 {
	background-image: url("../images/products-alc/mv.jpg");
}
.products-mv3 {
	background-image: url("../images/products-ecp/mv.jpg");
}
.products-mv4 {
	background-image: url("../images/products-bolt/mv.jpg");
}
.products-mv5 {
	background-image: url("../images/products-lease/mv.jpg");
}
.products-mv6 {
	background-image: url("../images/products-equipment/mv.jpg");
}
@media print, screen and ( max-width : 1300px ) {
}
@media screen and (max-width: 910px) {
	.products-mv {
		height: 300px;
	}
}
@media screen and (max-width: 680px) {
	.products-mv {
        height: 180px;
        margin-bottom: 50px;
    }
}
/* --------------------------------------------------- */
#sec02 {
	max-width: 1250px;
	width: 90%;
	margin: 0 auto 100px;
	display: flex;
	justify-content: space-between;
}
#sec02 .box {
	width: 48%;
}
#sec02 .box .ttl {
	font-size: 1.2em;
	font-weight: 600;
	color: #163584;
	line-height: 1.8em;
	margin-bottom: 15px;
	letter-spacing: 2px;
}
#sec02 .box .ph {
	margin-bottom: 15px;
}
#sec02 .box p {
}
@media print, screen and ( max-width : 1300px ) {
}
@media screen and (max-width: 910px) {
}
@media screen and (max-width: 680px) {
	#sec02 {
        margin: 0 auto 50px;
        display: block;
    }
    #sec02 .box {
        width: 100%;
		margin-bottom: 30px;
    }
}
/* --------------------------------------------------- */
#sec03 {
	max-width: 1250px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
#sec03 h6 {
	margin-bottom: 1%;
	border-bottom: #ddd 1px dashed;
	border-left: #1E44A3 3px solid;
	padding: 15px 10px 15px 20px;
	background-color: rgba(255,255,255,.8);
	color: #1E44A3;
}
#sec03 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
}
#sec03 li {
	width: 49.5%;
	margin-bottom: 1%;
	border: #ddd 1px solid;
	padding: 15px 10px 15px 20px;
	border-radius: 4px;
	position: relative;
	background-color: #fff;
}
#sec03 li:last-child::after {
	content: "他";
	position: absolute;
	left: 100%;
	bottom: 0;
	margin-left: 5px;
}
#sec03 ul.other-off li:last-child::after {
	display: none;
}
@media print, screen and ( max-width : 1300px ) {
}
@media screen and (max-width: 910px) {
}
@media screen and (max-width: 680px) {
	#sec03 h6 {
		padding: 10px 10px 10px 15px;
		margin-bottom: 6px;
	}
	#sec03 ul {
		display: block;
		margin-bottom: 5px;
		padding-bottom: 10px;
	}
	#sec03 li {
		width: 100%;
		margin-bottom: 5px;
		line-height: 1.5em;
	}
	#sec03 li:last-child::after {
        left: auto;
        bottom: auto;
        margin-left: 0;
		right: 0;
		top: 100%;
		margin-top: 2px;
    }
}
/* --------------------------------------------------- */
#sec04 {
	max-width: 1250px;
	width: 90%;
	margin: 0 auto 100px;
}
#sec04 .box {
	width: 100%;
}
#sec04 .box .ttl {
	font-size: 1.2em;
	font-weight: 600;
	color: #163584;
	line-height: 1.8em;
	margin-bottom: 15px;
	letter-spacing: 2px;
}
#sec04 .box .ph {
	margin-bottom: 15px;
	position: relative;
	padding-top: 45%;
}
#sec04 .box .ph img {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
}
#sec04 .box p {
}
@media print, screen and ( max-width : 1300px ) {
}
@media screen and (max-width: 910px) {
}
@media screen and (max-width: 680px) {
	#sec04 {
        margin: 0 auto 50px;
    }
    #sec04 .box {
		margin-bottom: 30px;
    }
	#sec04 .box .ph {
        padding-top: 65%;
    }
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */


