@charset "utf-8";

/* ------------------------------
 カタログ（PC）
------------------------------ */
.contents h3 {
	margin-bottom: 25px;
}
.cms_block.catalogBox {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #cfd7d9;
}
.cms_text.w972.fr h4 {
	position: relative;
	padding-left: 0;
	font-size: 2rem;
	font-weight: bold;
}
.cms_text.w972.fr h4::before {
	content: none;
}
.cms_text.w972.fr.new h4 {
	padding-left: 72px;
}
.cms_text.w972.fr.new h4::before {
	content: "NEW";
	display: inline-block;
	width: 64px;
	height: 24px;
	border-radius: 4px;
	background-color: #3e62ae;
	color: #fff;
	font-size: 1.2rem;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
}
.catalogBox .cms_blank::after {
	content: none;
}
.catalogBox .cms_pdf a {
	width: 270px;
	padding: 15px 0 15px 39px;
	border-width: 1px;
	border-style: solid;
	border-image-source: linear-gradient(90deg, rgba(0,92,171,1) 0%, rgba(18,181,201,1) 100%);
	border-image-slice: 1;
		background: url(/wm/img/icon/pdf.png) no-repeat 15px center / 18px 18px;
}
@media print, screen and (min-width: 768px) {
	.cms_block.catalogBox + .cms_block.mb0 {
		margin-top: 50px;
	}
	.cms_block.catalogBox + .cms_block.mb0 > h2 {
		margin-top: 96px;
	}
	.cms_image.w180 {
		margin-bottom: 0;
	}
	.cms_text.w972 {
		width: 972px;
		margin-bottom: 50px;
	}
	.cms_link.btn-dcatalog,
	.catalogBox .cms_pdf {
		display: inline-block;
	}
	.catalogBox .cms_link.btn-dcatalog {
		margin-left: 463px;
	}
	.catalogBox .cms_pdf {
		float: right;
	}
	.catalogBox .cms_link.btn-dcatalog + .cms_pdf {
		float: none;
		margin-left: 12px;
	}
}

/* ------------------------------
 カタログダウンロード（スマホ）
------------------------------ */
@media screen and (max-width: 767px) {
	.cms_block.catalogBox {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.cms_block.catalogBox + .cms_block.mb0 {
		margin-top: 30px;
	}
	.cms_block.catalogBox + .cms_block.mb0 > h2 {
		margin-top: 50px;
	}
	.contents h3 {
		margin-bottom: 20px;
	}
	.w180 {
		margin-left: auto;
		margin-right: auto;
	}
	.w180.cms_fl {
		margin-bottom: 20px;
	}
	.cms_text.w972 {
		margin-bottom: 20px;
	}
	.cms_text.w972.fr h4 {
		margin-bottom: 10px;
		font-size: 1.8rem;
	}
	.cms_link.btn-dcatalog,
	.catalogBox .cms_pdf {
		text-align: center;
	}
	.cms_link.btn-dcatalog {
		margin-bottom: 15px;
	}
	.catalogBox .cms_pdf a {
		width: 80%;
		max-width: 360px;
		text-align: left;
	}
}