.contents_header {
	padding-top: 60px;
}

.contents_header_inner{
	width: 980px;
	margin: 0 auto;
	padding-bottom: 0;
}
.contents_cylinder{
	padding-bottom: 70px;
}
.contents_cylinder_inner,
.cylinder_product_inner{
	width: 980px;
	margin: 0 auto;
}
.contents_cylinder_ttl{
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 20px;
	font-size: 36px;
	line-height: 42px;
	font-weight: bold;
}
.contents_cylinder_ttl:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 50px;
	height: 3px;
	background: #c00;
}

@media screen and (max-width: 736px) {
	.contents_header {
		padding-top: 40px;
	}
	.contents_cylinder{
		padding-bottom: 40px;
	}
	.contents_header_inner,
	.contents_cylinder_inner,
	.cylinder_product_inner{
		padding: 0 4%;
		width: 100%;
	}
	.contents_cylinder_ttl{
		margin-bottom: 25px;
		font-size: 24px;
		line-height: 1.3;
	}
}

/* ----------------------------- セクション ----------------------------- */

.contents_cylinder_section{
	padding-top: 70px;
}
.contents_cylinder_section_ttl{
	margin-bottom: 50px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
.cylinder_attention {
	width: 100%;
	padding: 43px 54px;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 5px solid #efefef;
	font-size: 18px;
}
.cylinder_attention span {
	font-size: 14px;
}
.contents_cylinder_section .cylinder_attention_note {
	font-size: 18px;
	padding-left: 60px;
}
.contents_cylinder_section .links{
	color: #c00;
	text-decoration: underline;
}


@media screen and (max-width: 736px) {
	.contents_cylinder_section{
	padding-top: 30px;
	}
	.contents_cylinder_section_ttl{
		font-size: 20px;
		margin-bottom: 25px;
	}
	.cylinder_attention {
		padding: 15px;
		margin-bottom: 25px;
		font-size: 16px;
	}
	.contents_cylinder_section .text--plane.note {
		font-size: 16px;
		padding-left: 0;
	}
	.contents_cylinder_section .cylinder_attention_note {
		font-size: 14px;
		padding-left: 0;
	}
}


.cylinder_product {
	padding-bottom: 70px;
}

.cylinder_product_ttl {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	line-height: 50px;
	text-align: center;
	background-color: #22272a;
	margin-bottom: 30px;
}

.cylinder_product_list_item_ttl {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}

.cylinder_product_container_ttl {
	font-size: 18px;
	font-weight: bold;
}

.cylinder_product_list_item {
	float: left;
}

.cylinder_product_list_item:last-child {
	float: right;
}

.cylinder_product_container {
	width: 320px;
	height: 428px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
	border: 1px solid #e4e7e9;
	float: left;
	position: relative;
}

.cylinder_product_container img {
	display: block;
	margin: 0 auto;
}

.cylinder_product_container img.cylinder_product_img_fv200 {
	width: 215px;
	margin-top: 30px;
}

.cylinder_product_container img.cylinder_product_img_ffv300 {
	width: 234px;
	margin-top: 40px;
}

.cylinder_product_container img.cylinder_product_img_eu9igb {
	width: 152px;
	margin-top: 50px;
}

.cylinder_product_container_link {
	width: 260px;
	position: absolute;
	bottom: 30px;
	left: 30px;
}

.cylinder_product_container_link .links {
	background: #c00;
}


@media screen and (max-width: 736px) {
	.cylinder_product {
		padding-bottom: 40px;
	}

	.cylinder_product_ttl {
		line-height: 50px;
		margin-bottom: 15px;
	}

	.cylinder_product_list_item_ttl {
		font-size: 14px;
		padding-bottom: 5px;
	}

	.cylinder_product_list_item,
	.cylinder_product_list_item:last-child {
		float: none;
	}
	
	.cylinder_product_list_item:first-child {
		padding-bottom: 15px;
	}

	.cylinder_product_container {
		width: 100%;
		height: auto;
		padding: 20px;
		float: none;
	}

	.cylinder_product_container img.cylinder_product_img_fv200 {
		width: 161.5px;
		margin: 30px auto 25px;
	}

	.cylinder_product_container img.cylinder_product_img_ffv300 {
		width: 175.5px;
		margin: 35px auto 30px;
	}

	.cylinder_product_container img.cylinder_product_img_eu9igb {
		width: 114px;
		margin: 35px auto 30px;
	}

	.cylinder_product_container_link {
		width: 85%;
		position: static;
		margin: 0 auto;
	}
}