@charset "UTF-8";

/*ギャラリー*/
.widget_gallery01 .inner_item img{
	object-fit: contain!important;
}
.widget_gallery01 .heading.block_header_2{
	text-align: center!important;
}

/*FAX*/
#fax+section>.content_wrapper{
	padding: 32px 20px 40px;
	background: #fff5fc;
	border: none;
}
#fax+section .contents_btn01 a{
	background: var(--i_btn_txt_color);
}
#fax+section .contents_btn01 a:before{
	border-color: #fff;
}
#fax+section .contents_btn01 a span::before,
#fax+section .contents_btn01 a span::after{
	display: none;
}
#fax+section .contents_btn01 a span{
	position: relative;
	padding: 1.5rem 4rem 1.5rem 6rem!important;
	color: #fff;
	font-size: 1.8rem;
}
#fax+section .contents_btn01 a span::before{
	content: "";
	display: block;
	width: 3rem;
	height: 3rem;
	position: absolute;
	top: 50%;
	left: 2rem;
	transform: translateY(-50%);
	background: url(/common/upload_data/e-kazokusocom/image/ico_pdf.png) no-repeat center left/contain;
	border: none;
}
@media screen and (min-width: 601px){
	#fax+section .contents_btn01 a{
		width: 30rem!important;
	}
}
@media screen and (max-width: 600px){
	#fax+section.block_text_6 .wrapper_item:first-child .inner_item_txt{
		padding: 0!important;
	}
	#fax+section .contents_btn01 a{
		width: 60vw!important;
	}
	#fax+section .contents_btn01 a span {
		padding: 1.5rem 1rem 1.5rem 3rem!important;
		font-size: 1.6rem;
	}
	#fax+section .contents_btn01 a span::before {
		left: 0;
	}
}