@charset "utf-8";
.title{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 35px;
	line-height: 55px;
	letter-spacing: calc((120/1000)*1em);
}
@media only screen and (max-width: 767px){
	.title{
		font-size: 25px;
		line-height: 35px;
	}
}
.title img{
	width: 26px;
	height: auto;
	display: block;
	margin-bottom: 5px;
}
@media only screen and (max-width: 767px){
	.title img{
		width: 22px;
	}
}
.sub_title{
	color: #0E1646;
	font-family: "din-2014", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: calc((120/1000)*1em);
}
@media only screen and (max-width: 767px){
	.sub_title{
		font-style: normal;
		font-size: 11px;
		line-height: 21px;
	}
}
.copy{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 29px;
	line-height: 49px;
	letter-spacing: calc((120/1000)*1em);
	color: #0E1646;
	text-align: center;
	margin-top: 26px;
}
@media only screen and (max-width: 767px){
	.copy{
		font-size: 21px;
		line-height: 31px;
		margin-top: 24px;
	}
}


.contents01{
	width: 100%;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01{
		overflow: hidden;
	}
}
.contents01 .contents01_01{
	width: 1120px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 25px 0 0;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
		padding: 7px 0 0;
	}
}
.contents01 .contents01_01 ul{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 55px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 ul{
		margin-top: 30px;
	}
}
.contents01 .contents01_01 ul li{
	width: 339px;
	display: block;
	margin-top: 58px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 ul li{
		margin-top: 0;
	}
}
.contents01 .contents01_01 ul li:nth-child(-n+3){
	margin-top: 0;
}
.contents01 .contents01_01 ul li .img_box{
	width: auto;
	height: auto;
	position: relative;
}
.contents01 .contents01_01 ul li .img_box::after{
	content:'';
	display: block;
	width: 438px;
	height: 131px;
	background-image: url(../img/equipment/shadow.png);
	background-repeat:no-repeat; 
	background-size: 100% auto;
	position: absolute;
	top: 153px;
	left:-33px;
	z-index: -1;
}
.contents01 .contents01_01 ul li img{
	width: 100%;
	height: auto;
	display: block;
}
.contents01 .contents01_01 ul li h3{
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.01em;
	margin-top: 11px;
	color: #0E1646;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 ul li h3{
		margin-top: 15px;
	}
}
.contents01 .contents01_01 ul li .text01{
	font-size: 15px;
	line-height: 22px;
	margin-top: 6px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 ul li .text01{
		margin-top: 5px;
		margin-bottom: 40px;
	}
	.contents01 .contents01_01 ul li:last-of-type .text01{
		margin-bottom: 0;
	}
}
.contents01 .contents01_01 .t_inner{
	width: auto;
	height: auto;
	border: 1px solid #A09E9E;
	border-bottom: 0;
	margin-top: 80px;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .t_inner{
		overflow-x: scroll;
		margin-top: 50px;
	}
}
.contents01 .contents01_01 .t_inner table{
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .t_inner table{
		width: 467px;
		table-layout: fixed;
	}
}
.contents01 .contents01_01 .t_inner table tr{
	width: 100%;
	height: auto;
}
.contents01 .contents01_01 .t_inner table tr th{
	font-size: 16px;
	line-height: 26px;
	background-color: #0E1646;
	color: #fff;
	padding: 6px 18px;
	height: 50px;
	vertical-align: middle;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .t_inner table tr th{
		width: 50px;
		padding: 12px 0;
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 0.01em;
	}
	.contents01 .contents01_01 .t_inner table tr th.th01{
		width: 113px;
	}
}
.contents01 .contents01_01 .t_inner table tr .th02{
	width: 708px;
	height: auto;
	border-left: 1px solid #A09E9E;
	border-right: 1px solid #A09E9E;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .t_inner table tr .th02{
		width: auto;
	}
}
.contents01 .contents01_01 .t_inner table tr td{
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	padding: 6px 18px;
	vertical-align: middle;
	height: 60px;
	border-bottom: 1px solid #A09E9E;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .t_inner table tr td{
		font-size: 13px;
		line-height: 23px;
		text-align: left;
		padding: 6px 10px;
		height: auto;	
	}
}
.contents01 .contents01_01 .t_inner table tr .td02{
	text-align: left;
	width: 708px;
	height: auto;
	font-size: 14px;
	border-left: 1px solid #A09E9E;
	border-right: 1px solid #A09E9E;
	border-collapse: collapse; /*隣接するセルは境界線を共有します*/
	border-collapse: separate; /*隣接するセルは個別で境界線を持ちます*/
}
.contents01 .contents01_01 .t_inner table tr .td03{
	width: 112px;
	text-align: center;
}

/*------------------------------------------------
.contents02
------------------------------------------------*/
.contents02{
	width: 100%;
	height: auto;
	display: block;
}
.contents02 .contents02_01{
	width: 1120px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 93px 0 0;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01{
		width: 90%;
		max-width: 320px;
		padding: 85px 0 0;
	}
}
.contents02 .contents02_01 video{
	width: 100%;
	height: auto;
	display: block;
	margin: 30px auto 0;
}

.cta{
	margin-top: 0;
}










