@charset "UTF-8";

/* series
---------------------------------------------------------------------------*/

/* .series-list
------------------------------------*/
.series-list {
	width: 960px;
	margin: 0 auto;
}

.series-list li {
	float: left;
	width: 462px;
	margin: 90px 36px 0 0;
}

.series-list li:nth-child(even) { margin-right: 0; }

.series-list li:nth-of-type(1),
.series-list li:nth-of-type(2) { margin-top: 0; }

.series-list figure {
	margin-bottom: 25px;
}

.series-list li .inner {
	padding: 0 15px;
}

.series-list li .inner .height {
	margin-bottom: 25px;
}

.series-list h2 {
	margin-bottom: 10px;
	font-size: 16px;
	text-align: center;
	line-height: 1.4;
}

.series-list .title-line strong {
	padding-bottom: 3px;
	padding-left: 2px;
}

.series-list h3 {
	margin-bottom: 20px;
	font-size: 21px;
	text-align: center;
	line-height: 1.45;
	letter-spacing: 0.02em;
}

.series-list p {
	font-size: 15px;
	text-align: justify;
	line-height: 1.65;
	letter-spacing: 0.05em;
}

.series-list .btn-set {
	overflow: hidden;
}

.series-list .btn-set .btn-link {
	float: left;
	width: 212px;
	margin-top: 10px;
}

.series-list .btn-set .btn-link:nth-of-type(1),
.series-list .btn-set .btn-link:nth-of-type(2) { margin-top: 0; }

.series-list .btn-set .btn-link:nth-child(even) { float: right; }

.series-list .btn-set .btn-link a {
	padding-right: 0;
	padding-left: 0;
}

/* .sec-order
------------------------------------*/
.sec-order {
	box-sizing: border-box;
	border: 1px solid #979797;
	border-radius: 12px;
	width: 880px;
	margin: 120px auto 0;
	padding: 0 15px 20px;
	text-align: center;
}

.sec-order h2 {
	margin: -10px 0 28px;
}

.sec-order h2 strong {
	display: inline-block;
	background: #FFFFFF;
	padding: 0 18px;
	font-size: 26px;
	letter-spacing: 0.08em;
}

.sec-order p {
	display: inline-block;
	margin-right: 30px;
	font-size: 15px;
	text-align: left;
	line-height: 1.7;
	letter-spacing: 0.08em;
}

.sec-order .btn-link {
	display: inline-block;
	-webkit-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
}

.sec-order .btn-link a {
	letter-spacing: 0.1em;
}

/* .btn-catalog
------------------------------------*/
.btn-catalog {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 10000;
	opacity: 0;
}