@charset 'UTF-8';
*{box-sizing: border-box;}
img{height: auto;}

/*--h要素--*/
.h_gray {
	width: 740px;
	height: 40px;
	background: url(../../../_images/making/_common/gray_back.gif) no-repeat;
	margin-bottom: 30px;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
}

/*-----------------------------------------------
お見積用FAX用紙ダウンロード
------------------------------------------------*/
.fax_download .fax_li {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0;
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
}
.fax_download .fax_li li {
	width: calc(100% / 3);
	height: 325px;
	text-align: center;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.fax_download .fax_li li img {
	width: 210px;
}

.fax_download .fax_li li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
    transition: all  0.3s ease;
}
.fax_download .fax_li li a:hover {
	background: #fff441;
}

.fax_download .download_btn {
	width: 165px;
	height: 37px;
	background-color: #91f5f3;
	margin: 10px auto 0 auto;
	font-size: 13px;
	font-weight: 700;
	line-height: 37px;
	text-align: center;
	border-bottom: 3px solid #509f9d;
	border-radius: 5px;
	cursor: pointer;
	position: relative;
}
.fax_download .download_btn:after {
	content: url(../../../_images/guide/fax/arrow.webp);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 20px;
}

