@charset "utf-8";
.lower__hero{ background-image: url(../img/3DprinterBasic/hero.png); }
h2{
	font-weight: bold;
	font-size: 40px;
	line-height: 150%;
}
@media (max-width: 640px) {
	h2{
		font-size: 30px;
	}
}
h3{
	font-weight: bold;
	font-size: 30px;
	color: #fff;
	background: #14274E;
	padding: 15px 20px;
	margin: 180px 0 0;
}
h4{
	font-weight: bold;
	font-size: 22px;
	line-height: 150%;
	margin: 15px 0 0;
}



p{
	font-weight: bold;
	font-size: 14px;
	line-height: 200%;
	margin: 54px 0 0;
}
ul.list{
	margin: 80px 0 0;
}
ul.list li {
	margin: 40px 0 0;
}
ul.list li a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
ul.list li .num{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #14274E;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}
ul.list li .text{
	vertical-align: middle;
	font-weight: bold;
	font-size: 20px;
	margin-left: 14px;
}
ul.list li .text span{
	font-weight: normal;
	font-size: 12px;
	margin-left: 10px;
}
@media (max-width: 640px) {
	ul.list li .text span{
		display: block;
		margin-left: 0;
		margin-top: 5px;
	}
}

.block{
	margin: 0;
	padding: 100px 0 0
}
.block h2{
	border-bottom: 2px solid #14274E;
	padding-bottom: 5px;
	color: #14274E;
}
.block__title{
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	color: #14274E;
	border-bottom: 5px solid #14274E;
	padding-bottom: 15px;
}
.block__title-num{
	font-weight: bold;
	font-size: 100px;
	color: #14274E;
	margin: 0 30px 0 0;
}
.block__title-text{
	font-weight: bold;
	font-size: 40px;
	color: #14274E;
}
.block__title-text span{
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 0 20px;
}
@media (max-width: 640px) {
	.block__title{
		align-items: center;
	}
	.block__title-num{
		font-size: 70px;
		margin: 0 20px 0 0;
	}
	.block__title-text{
		font-size: 30px;
	}
	.block__title-text span{
		margin: 5px 0 0;
		font-size: 14px;
		display: block;
	}
}

.block__wrap{
	display: flex;
	justify-content: space-between;
	margin: 40px 0 0;
}
.block__wrap-text{
	width: 48%;
	font-weight: normal;
	font-size: 14px;
	line-height: 200%;
}
.block__wrap-img{
	width: 48%;
	height: 300px;
	background-color: #ddd;
	background-position: center center;
	background-size: cover;
}
@media (max-width: 640px) {
	.block__wrap{
		display: block;
	}
	.block__wrap-text{
		width: 100%;
	}
	.block__wrap-img{
		width: 100%;
		margin: 20px 0 0;
		height: 200px;
	}
}

table{
	margin: 60px 0 0;
	width: 100%;
}
th{
	background: #4A5E88;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	line-height: 150%;
	padding: 20px 0;
	border: 1px solid #fff;
}
td{
	border: 1px solid #4A5E88;
	font-weight: bold;
	font-size: 14px;
	line-height: 150%;
	vertical-align: middle;
	padding: 10px 30px;
	height: 70px;
	box-sizing: border-box;
}
.table_2 th{
	font-size: 12px;
}
.table_2 td{
	text-align: center;
}
.table_2 td.ta-left{
	text-align: left;
}
@media (max-width: 640px) {
	th{
		font-size: 12px;
	}
	td{
		font-size: 12px;
		padding: 10px 10px;
	}
	.table_2 th{
		padding: 10px 20px;
	}
	.table_2 td.ta-left{
		text-align: center;
	}
	.table_wrap{
		width: 100%;
		overflow-x: auto;
	}
}