/* ===========================================
 * tiltrotator use css
=========================================== */
#tiltrotator_col1{
	padding: 60px 0;
}
#tiltrotator_col1Inner .block{
	display: flex;
	justify-content: space-between;
}
#tiltrotator_col1Inner .block .box{
	width: 540px;
}
#tiltrotator_col1Inner .block .box h3{
	font-size: 28px;
    color: #004ea2;
    margin-bottom: 20px;
}
#tiltrotator_col1Inner .block .box p {
    line-height: 1.6em;
    margin-bottom: 20px;
}
#tiltrotator_col1Inner .block .box h4{
	font-size: 22px;
    color: #004ea2;
}
#tiltrotator_col1Inner .block .box ul{
	list-style: none;
}
#tiltrotator_col1Inner .block .box ul li{
	position: relative;
    padding: 5px 0 5px 25px;
}
#tiltrotator_col1Inner .block .box ul li::before{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    content: "\f00c";
    position: absolute;
    top: 5px;
    left: 0;
    color: #004EA2;
}
#tiltrotator_col1Inner .block .box img{
	width: 540px;
	object-fit: cover;
}
#tiltrotator_col1Inner .img_box{
	width: 1100px;
	margin: 60px 0;
}
#tiltrotator_col1Inner .img_box img{
	width: 1100px;
	object-fit: cover;
}
#tiltrotator_col1Inner .movie_block{
	display: flex;
	justify-content: space-between;
}
#tiltrotator_col1Inner .movie_block .box{
	width: 540px;
}
#tiltrotator_col1Inner .movie_block .box video{
	width: 100%;
}

#tiltrotator_link{
	padding: 100px 0;
	background: #004ea2;
}
#tiltrotator_linkInner{
	background: #fff;
	padding: 40px;
	box-sizing: border-box;
}
#tiltrotator_linkInner h3{
	font-size: 24px;
    color: #004ea2;
}
#tiltrotator_linkInner .block{
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
#tiltrotator_linkInner .block .btn{
	width: 240px;
    height: 56px;
    border-radius: 4px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
    background: #004EA2;
    background: linear-gradient(-47deg, rgba(0, 78, 162, 1) 0%, rgba(26, 150, 213, 1) 100%);
    text-align: center;
	position: relative;
}
#tiltrotator_linkInner .block .btn a{
	display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 56px;
}
#tiltrotator_linkInner .block .btn a.btn_img1{
	padding-left: 20px;
}
#tiltrotator_linkInner .block .btn a.btn_img1 img{
	position: absolute;
	top: -10px;
	left: 10px;
	width: 38px;
	object-fit: cover;
}
#tiltrotator_linkInner .block .btn a.btn_img2{
	padding-left: 40px;
}
#tiltrotator_linkInner .block .btn a.btn_img2 img{
	position: absolute;
	top: -25px;
	left: 10px;
	width: 80px;
	object-fit: cover;
}
#tiltrotator_linkInner .block .btn a.btn_img3{
	padding-left: 20px;
}
#tiltrotator_linkInner .block .btn a.btn_img3 img{
	position: absolute;
	top: -25px;
	left: 10px;
	width: 77px;
	object-fit: cover;
}

#tiltrotator_col2{
	padding: 60px 0;
}
.tiltrotator_col2Inner{
	background: #fff;
	border: 1px solid #a2a2a2;
	border-radius: 5px;
	padding: 40px;
	box-sizing: border-box;
}
.tiltrotator_col2Inner h4{
	font-size: 22px;
    color: #004ea2;
    position: relative;
    padding-left: 20px;
}
.tiltrotator_col2Inner h4::before {
    position: absolute;
    left: 0;
    top: 16px;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #004EA2;
    background: linear-gradient(-47deg, rgba(0, 78, 162, 1) 0%, rgba(26, 150, 213, 1) 100%);
}
.tiltrotator_col2Inner hr{
	border: none;
	background: #a2a2a2;
	width: 100%;
	height: 1px;
	margin: 10px 0;
}
.tiltrotator_col2Inner h5{
	font-size: 22px;
    color: #004ea2;
}
#tiltrotator{
	margin-bottom: 40px;
}
#tiltrotator .block .box{
	width: 1018px;
}
#tiltrotator .block .box img{
	width: 1018px;
	object-fit: cover;
}
#bucket,
#grapple{
	margin-bottom: 40px;
}
#bucket .block,
#grapple .block{
	display: flex;
	flex-wrap: wrap;
	gap:29px;
}
#bucket .block .box,
#grapple .block .box{
	width: 320px;
	text-align: center;
}
#bucket .block .box img,
#grapple .block .box img{
	height: 200px;
	object-fit: cover;
	margin: 0 auto;
}
#bucket .block .box p,
#grapple .block .box p{
	text-align: center;
}
#other{}
#other .block{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
}
#other .block:last-of-type{
	margin-bottom: 0;
}
#other .block .box{
	width: 480px;
	text-align: center;
}
#other .block .box img{
	height: 300px;
	object-fit: cover;
	margin: 0 auto;
}
#other .block .box p{
	text-align: center;
}

#tiltrotator_lineup{
	padding: 60px 0;
}
#tiltrotator_lineupInner h3{
	font-size: 28px;
    color: #004ea2;
	text-align: center;
}
#tiltrotator_lineupInner .block{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}
#tiltrotator_lineupInner .block .box{
	background: #fff;
    border: 1px solid #a2a2a2;
    border-radius: 4px;
    padding: 37px 40px;
    width: 540px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
#tiltrotator_lineupInner .block .box .title {
    display: flex;
    border-bottom: 1px solid #a2a2a2;
    padding-bottom: 25px;
}
#tiltrotator_lineupInner .block .box .title .icon{
    width: 50px;
    height: 50px;
}
#tiltrotator_lineupInner .block .box .title .icon img{
    width: 50px;
    height: 50px;
	object-fit: cover;
}
#tiltrotator_lineupInner .block .box .title h4 {
    padding-left: 25px;
    font-size: 22px;
    color: #004ea2;
    letter-spacing: normal;
}
#tiltrotator_lineupInner .block .box .img_box{
	width: 458px;
	margin: 40px 0;
}
#tiltrotator_lineupInner .block .box .img_box img{
	width: 458px;
	object-fit: cover;
}
#tiltrotator_lineupInner .block .box .btn{
	width: 220px;
    height: 52px;
    border-radius: 4px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
    background: #004EA2;
    background: linear-gradient(-47deg, rgba(0, 78, 162, 1) 0%, rgba(26, 150, 213, 1) 100%);
    text-align: center;
    margin: 10px auto 0;
	position: relative;
}
#tiltrotator_lineupInner .block .box .btn::after{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    content: "\f063";
    position: absolute;
    top: 10px;
    right: 20px;
    color: #fff;
}
#tiltrotator_lineupInner .block .box .btn a{
	display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 52px;
	padding-right: 20px;
}
#tiltrotator_lineupInner .block .box .btn a i{
	padding-left: 20px;
}

#tiltrotator_product{
	padding: 0 0 60px 0;
}
#tiltrotator_product .title{
    background: #004EA2;
	padding: 50px 0;
}
#tiltrotator_product .title h2{
	text-align: center;
	color: #fff;
	font-size: 26px;
	line-height: normal;
}
.tiltrotator_productInner{
	padding: 60px 0;
}
.tiltrotator_productInner h3{
	text-align: center;
	font-size: 26px;
}
.tiltrotator_productInner .img_box{
	width: 1000px;
	margin: 20px auto;
}
.tiltrotator_productInner .img_box img{
	width: 1000px;
	object-fit: cover;
}
.tiltrotator_productInner h4{
	font-size: 16px;
}
.tiltrotator_productInner table{
	border-collapse: collapse;
	margin: 10px 0;
}
.tiltrotator_productInner table tr{
	border-bottom: 1px solid #a2a2a2;
}
.tiltrotator_productInner table tr:first-of-type{
	border-top: 1px solid #a2a2a2;
}
.tiltrotator_productInner table tr th{
	background: #f6f6f8;
	padding: 20px;
	width: 190px;
	box-sizing: border-box;
	border-left: 1px solid #a2a2a2;
}
.tiltrotator_productInner table tr th:first-child{
	width: 340px;
	padding: 20px 70px;
	border: none;
}
.tiltrotator_productInner table tr td{
	padding: 20px 40px;
	width: 190px;
	box-sizing: border-box;
	text-align: center;
	border-left: 1px solid #a2a2a2;
}
.tiltrotator_productInner table tr td:first-child{
	width: 340px;
	padding: 20px 70px;
	text-align: left;
	border: none;
}
.tiltrotator_productInner .movie_block{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.tiltrotator_productInner .movie_block .box{
	width: 350px;
}
.tiltrotator_productInner .movie_block .box p{
	text-align: center;
	font-weight: 700;
}
.tiltrotator_productInner .movie_block .box video {
    width: 100%;
}


#tiltrotator_col3{
	padding: 60px 0;
}
#tiltrotator_col3 .btn_area1{
	display: flex;
	justify-content: space-around;
	margin-bottom: 40px;
}
#tiltrotator_col3 .btn_area1 .btn{
	width: 460px;
    height: 80px;
    border-radius: 4px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
    background: #004EA2;
    background: linear-gradient(-47deg, rgba(37, 140, 197, 1) 0%, rgba(97, 186, 235, 1) 100%);
    text-align: center;
    margin: 10px auto 0;
}
#tiltrotator_col3 .btn_area1 .arrow{
	position: relative;
}
#tiltrotator_col3 .btn_area1 .arrow::after{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    content: "\f061";
    position: absolute;
    top: 22px;
    right: 30px;
    color: #fff;
	transform: rotate(-45deg);
}
#tiltrotator_col3 .btn_area1 .btn a{
	display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 80px;
}
#tiltrotator_col3 .btn_area2 .btn{
	width: 460px;
    height: 80px;
    border-radius: 4px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
    background: #004EA2;
    background: linear-gradient(-47deg, rgba(0, 78, 162, 1) 0%, rgba(26, 150, 213, 1) 100%);
    text-align: center;
    margin: 10px auto 0;
}
#tiltrotator_col3 .btn_area2 .btn a{
	display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 80px;
}
#tiltrotator_col3 .btn_area2 .btn a i{
	padding-right: 10px;
}

@media screen and (max-width:640px){
	
	#tiltrotator_col1{
		padding: 60px 0;
	}
	#tiltrotator_col1Inner .block{
		display: block;
		justify-content: space-between;
	}
	#tiltrotator_col1Inner .block .box{
		width: 580px;
	}
	#tiltrotator_col1Inner .block .box h3{
		font-size: 32px;
		color: #004ea2;
		margin-bottom: 20px;
	}
	#tiltrotator_col1Inner .block .box p {
		line-height: 1.6em;
		margin-bottom: 20px;
	}
	#tiltrotator_col1Inner .block .box h4{
		font-size: 26px;
		color: #004ea2;
	}
	#tiltrotator_col1Inner .block .box ul{
		list-style: none;
	}
	#tiltrotator_col1Inner .block .box ul li{
		position: relative;
		padding: 5px 0 5px 25px;
	}
	#tiltrotator_col1Inner .block .box ul li::before{
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 20px;
		content: "\f00c";
		position: absolute;
		top: 5px;
		left: 0;
		color: #004EA2;
	}
	#tiltrotator_col1Inner .block .box img{
		width: 580px;
		object-fit: cover;
		margin-top: 40px;
	}
	#tiltrotator_col1Inner .img_box{
		width: 580px;
		margin: 60px 0;
	}
	#tiltrotator_col1Inner .img_box img{
		width: 580px;
		object-fit: cover;
	}
	#tiltrotator_col1Inner .movie_block{
		display: block;
		justify-content: space-between;
	}
	#tiltrotator_col1Inner .movie_block .box{
		width: 580px;
		margin: 20px 0 0;
	}
	#tiltrotator_col1Inner .movie_block .box video{
		width: 100%;
	}

	#tiltrotator_link{
		padding: 100px 0;
		background: #004ea2;
	}
	#tiltrotator_linkInner{
		background: #fff;
		padding: 30px;
		box-sizing: border-box;
	}
	#tiltrotator_linkInner h3{
		font-size: 28px;
		color: #004ea2;
	}
	#tiltrotator_linkInner .block{
		display: block;
		justify-content: space-between;
		margin-top: 20px;
	}
	#tiltrotator_linkInner .block .btn{
		width: 520px;
		height: 70px;
		border-radius: 4px;
		box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
		background: #004EA2;
		background: linear-gradient(-47deg, rgba(0, 78, 162, 1) 0%, rgba(26, 150, 213, 1) 100%);
		text-align: center;
		position: relative;
		margin-bottom: 40px;
	}
	#tiltrotator_linkInner .block .btn a{
		display: block;
		color: #fff;
		font-size: 22px;
		font-weight: 700;
		line-height: 70px;
	}
	#tiltrotator_linkInner .block .btn a.btn_img1{
		padding-left: 0;
	}
	#tiltrotator_linkInner .block .btn a.btn_img1 img{
		position: absolute;
		top: -20px;
		left: 60px;
		width: 60px;
		object-fit: cover;
	}
	#tiltrotator_linkInner .block .btn a.btn_img2{
		padding-left: 0;
	}
	#tiltrotator_linkInner .block .btn a.btn_img2 img{
		position: absolute;
		top: -20px;
		left: 50px;
		width: 95px;
		object-fit: cover;
	}
	#tiltrotator_linkInner .block .btn a.btn_img3{
		padding-left: 0;
	}
	#tiltrotator_linkInner .block .btn a.btn_img3 img{
		position: absolute;
		top: -30px;
		left: 50px;
		width: 115px;
		object-fit: cover;
	}

	#tiltrotator_col2{
		padding: 60px 0;
	}
	.tiltrotator_col2Inner{
		background: #fff;
		border: 1px solid #a2a2a2;
		border-radius: 5px;
		padding: 30px;
		box-sizing: border-box;
	}
	.tiltrotator_col2Inner h4{
		font-size: 26px;
		color: #004ea2;
		position: relative;
		padding-left: 20px;
	}
	.tiltrotator_col2Inner h4::before {
		position: absolute;
		left: 0;
		top: 16px;
		content: "";
		width: 10px;
		height: 10px;
		border-radius: 5px;
		background: #004EA2;
		background: linear-gradient(-47deg, rgba(0, 78, 162, 1) 0%, rgba(26, 150, 213, 1) 100%);
	}
	.tiltrotator_col2Inner hr{
		border: none;
		background: #a2a2a2;
		width: 100%;
		height: 1px;
		margin: 10px 0;
	}
	.tiltrotator_col2Inner h5{
		font-size: 26px;
		color: #004ea2;
	}
	#tiltrotator{
		margin-bottom: 40px;
	}
	#tiltrotator .block .box{
		width: 520px;
	}
	#tiltrotator .block .box img{
		width: 520px;
		object-fit: cover;
	}
	#bucket,
	#grapple{
		margin-bottom: 40px;
	}
	#bucket .block,
	#grapple .block{
		display: flex;
		flex-wrap: wrap;
		gap:0;
		justify-content: space-between;
	}
	#bucket .block .box,
	#grapple .block .box{
		width: 50%;
		text-align: center;
	}
	#bucket .block .box img,
	#grapple .block .box img{
		width: 250px;
		height: 200px;
		object-fit: cover;
		margin: 0 auto;
	}
	#bucket .block .box p,
	#grapple .block .box p{
		text-align: center;
	}
	#other{}
	#other .block{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 40px;
	}
	#other .block:last-of-type{
		margin-bottom: 0;
	}
	#other .block .box{
		width: 50%;
		text-align: center;
	}
	#other .block .box img{
		width: 250px;
		height: 200px;
		object-fit: cover;
		margin: 0 auto;
	}
	#other .block .box p{
		text-align: center;
	}

	#tiltrotator_lineup{
		padding: 60px 0;
	}
	#tiltrotator_lineupInner h3{
		font-size: 34px;
		color: #004ea2;
		text-align: center;
	}
	#tiltrotator_lineupInner .block{
		display: block;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 60px;
	}
	#tiltrotator_lineupInner .block .box{
		background: #fff;
		border: 1px solid #a2a2a2;
		border-radius: 4px;
		padding: 30px;
		width: 580px;
		box-sizing: border-box;
		margin-bottom: 30px;
	}
	#tiltrotator_lineupInner .block .box .title {
		display: flex;
		border-bottom: 1px solid #a2a2a2;
		padding-bottom: 25px;
	}
	#tiltrotator_lineupInner .block .box .title .icon{
		width: 50px;
		height: 50px;
	}
	#tiltrotator_lineupInner .block .box .title .icon img{
		width: 50px;
		height: 50px;
		object-fit: cover;
	}
	#tiltrotator_lineupInner .block .box .title h4 {
		padding-left: 25px;
		font-size: 28px;
		color: #004ea2;
		letter-spacing: normal;
	}
	#tiltrotator_lineupInner .block .box .img_box{
		width: 520px;
		margin: 40px 0;
	}
	#tiltrotator_lineupInner .block .box .img_box img{
		width: 520px;
		object-fit: cover;
	}
	#tiltrotator_lineupInner .block .box .btn{
		width: 320px;
		height: 70px;
		border-radius: 4px;
		box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
		background: #004EA2;
		background: linear-gradient(-47deg, rgba(0, 78, 162, 1) 0%, rgba(26, 150, 213, 1) 100%);
		text-align: center;
		margin: 10px auto 0;
		position: relative;
	}
	#tiltrotator_lineupInner .block .box .btn::after{
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 20px;
		content: "\f063";
		position: absolute;
		top: 20px;
		right: 20px;
		color: #fff;
	}
	#tiltrotator_lineupInner .block .box .btn a{
		display: block;
		color: #fff;
		font-size: 20px;
		font-weight: 700;
		line-height: 70px;
		padding-right: 20px;
	}
	#tiltrotator_lineupInner .block .box .btn a i{
		padding-left: 20px;
	}

	#tiltrotator_product{
		padding: 0 0 0 0;
	}
	#tiltrotator_product .title{
		background: #004EA2;
		padding: 50px 0;
	}
	#tiltrotator_product .title h2{
		text-align: center;
		color: #fff;
		font-size: 32px;
		line-height: normal;
	}
	.tiltrotator_productInner{
		padding: 60px 0;
	}
	.tiltrotator_productInner h3{
		text-align: center;
		font-size: 32px;
	}
	.tiltrotator_productInner .img_box{
		width: 580px;
		margin: 20px auto;
	}
	.tiltrotator_productInner .img_box img{
		width: 580px;
		object-fit: cover;
	}
	.tiltrotator_productInner h4{
		font-size: 20px;
	}
	.tiltrotator_productInner table{
		border-collapse: collapse;
		margin: 10px 0;
	}
	.tiltrotator_productInner table tr{
		border-bottom: 1px solid #a2a2a2;
	}
	.tiltrotator_productInner table tr:first-of-type{
		border-top: 1px solid #a2a2a2;
	}
	.tiltrotator_productInner table tr th{
		background: #f6f6f8;
		padding: 10px 0;
		width: 75px;
		box-sizing: border-box;
		border-left: 1px solid #a2a2a2;
	}
	.tiltrotator_productInner table tr th:first-child{
		width: 280px;
		padding: 10px 0;
		border: none;
	}
	.tiltrotator_productInner table tr td{
		padding: 10px 0;
		width: 75px;
		box-sizing: border-box;
		text-align: center;
		border-left: 1px solid #a2a2a2;
	}
	.tiltrotator_productInner table tr td:first-child{
		width: 280px;
		padding: 10px 0;
		text-align: left;
		border: none;
	}
	.tiltrotator_productInner .movie_block{
		display: block;
		justify-content: space-between;
		margin-top: 40px;
	}
	.tiltrotator_productInner .movie_block .box{
		width: 580px;
		margin-bottom: 20px;
	}
	.tiltrotator_productInner .movie_block .box:last-of-type{
		margin: 0;
	}
	.tiltrotator_productInner .movie_block .box p{
		text-align: center;
		font-weight: 700;
	}
	.tiltrotator_productInner .movie_block .box video {
		width: 100%;
	}


	#tiltrotator_col3{
		padding: 60px 0;
	}
	#tiltrotator_col3 .btn_area1{
		display: block;
		justify-content: space-around;
		margin-bottom: 40px;
	}
	#tiltrotator_col3 .btn_area1 .btn{
		width: 460px;
		height: 80px;
		border-radius: 4px;
		box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
		background: #004EA2;
		background: linear-gradient(-47deg, rgba(37, 140, 197, 1) 0%, rgba(97, 186, 235, 1) 100%);
		text-align: center;
		margin: 10px auto 0;
	}
	#tiltrotator_col3 .btn_area1 .arrow{
		position: relative;
	}
	#tiltrotator_col3 .btn_area1 .arrow::after{
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-size: 24px;
		content: "\f061";
		position: absolute;
		top: 22px;
		right: 30px;
		color: #fff;
		transform: rotate(-45deg);
	}
	#tiltrotator_col3 .btn_area1 .btn a{
		display: block;
		color: #fff;
		font-size: 24px;
		font-weight: 700;
		line-height: 80px;
	}
	#tiltrotator_col3 .btn_area2 .btn{
		width: 460px;
		height: 80px;
		border-radius: 4px;
		box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
		background: #004EA2;
		background: linear-gradient(-47deg, rgba(0, 78, 162, 1) 0%, rgba(26, 150, 213, 1) 100%);
		text-align: center;
		margin: 10px auto 0;
	}
	#tiltrotator_col3 .btn_area2 .btn a{
		display: block;
		color: #fff;
		font-size: 24px;
		font-weight: 700;
		line-height: 80px;
	}
	#tiltrotator_col3 .btn_area2 .btn a i{
		padding-right: 10px;
	}
	
	
}

