@charset "utf-8";
.sec-out > p{
	font-size: 20px;
	line-height: 35px;
}

.sec-out h2{
	border-bottom: 3px solid #2162b1;
	color: #2162b1;
	font-size: 26px;
}

.equipment h3{
	background: #2162b1;
	border-radius: 5px;
	color: #ffffff;
	font-size: 22px;
	line-height: 45px;
	padding: 0 10px;
}

.equipment .body > div{
	width: 474px;
}

.equipment .body .txt-area .size{
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	padding: 10px 0;
}

.equipment .body .txt-area .sample{
	bottom: 0;
	position: absolute;
	right: 0;
	width: 474px;
}

.equipment .body .txt-area .sample h5{
	border-left: 5px solid #2162b1;
	color: #2162b1;
	font-size: 18px;
	font-weight: normal;
	padding-left: 5px;
}

.equipment .body .txt-area .sample .flex > div{
	width: 230px;
}

.equipment .body .txt-area .sample .zoom{
	background: #2162b1;
	bottom: 0;
	color: #ffffff;
	display: table-cell;
	font-size: 25px;
	height: 40px;
	position: absolute;
	right: 0;
	text-align: center;
	vertical-align: middle;
	width: 40px;
	z-index: 1;
}

.equipment .body .txt-area .sample .zoom a{
	color: #ffffff;
}

.sec3 .list{
	width: 640px;
}

.sec3 .img-bl{
	width: 307px;
}

.sec3 .img-bl > div{
	margin-bottom: 20px;
}

.sec3 .list .table{
	border: 3px solid #e5e5e5;
}

.sec3 .list .table .row{
	border-bottom: 1px solid #e5e5e5;
	line-height: 50px;
}

.sec3 .list .table .row.top{
	background: #f7f7f7;
	font-weight: bold;
}

.sec3 .list .table .row > div{
	display:table-cell;
}

.sec3 .list .table .row > div.title{
	padding-left: 30px;
	width: 440px;
}

.slide-area-car .flex-active-slide{
	border: 5px solid #2162b1;
}

.flex-direction-nav{
	display: none;
}

/*------------------------------------------------------------
	レスポンシブ
------------------------------------------------------------*/
@media all and (min-width: 0) and (max-width: 767px){
	.section{
		padding: 0 0 50px
	}

	.sec-out > p {
		font-size: 13px;
		line-height: 30px;
		letter-spacing: 0;
		padding: 0 10px;
	}
	
	.inner .in{
		margin: 0 auto;
		width: 95%;
	}
	
	.sec-out h2 {
		font-size: 20px;
		margin-top: 15px;
	}
	
	.equipment .body{
		display: block;
	}
	
	.equipment h3 {
		font-size: 15px;
		line-height: 30px;
	}
	
	.equipment .body > div,
	.sec3 .list{
		width: 100%;
	}
	
	.equipment .body .txt-area .sample {
		margin-top: 20px;
		position: static;
		width: 100%;
	}

	.equipment .body .txt-area p{
		font-size: 14px;
		margin-top: 20px;
	}
	
	.equipment .body .txt-area .sample .flex > div {
		width: 48%;
	}
	
	.sec3 .list .table .row > div.title {
		padding-left: 5px;
		width: 68%;
	}
	
	.sec3 .list .table .row > div.num {
		width: 32%;
	}

	.sec3 .list .table .row {
		line-height: 35px;
	}
	
	.sec3 .list .table {
		font-size: 12px;
	}
	
	.sec3 .list .table .row{
		display: table;
		width: 100%;
	}
}