@charset "utf-8";
/* CSS Document */
.rl-reason {
	margin-bottom: 0;
}

.hc_list h2 {
	font-size: 3.7rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3rem;
}
.hc_list_contents {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hc_list_item {
	width: 32%;
	box-sizing: border-box;
	border-radius: 1rem;
	margin-bottom: 2rem;
	background: #fff;
	padding: 2rem 1.5rem;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	filter: drop-shadow(rgb(204, 204, 204) 5px 5px 0px);
	transition: .4s;
	box-shadow: inset -7px -7px 7px rgba(0,0,0,.1);
}
.hc_list_item:hover {
	transform: translateY(.5rem);
	filter: drop-shadow(rgb(204, 204, 204) 0px 0 0px);
	opacity: 1;
}
.hc_list_contents .new:before {
	content: "";
	width: 8rem;
	height: 8rem;
	background: url("../images/housecleaning/hc_icon_new.svg") 0 0 no-repeat;
	background-size: 100%;
	position: absolute;
	top: .5rem;
	left: .5rem;
}
.hc_aircon img {
	width: 75%;
	margin: 0 auto 2.5rem;
}
.hc_kitchen img {
	width: 85%;
	margin: 0 auto 1.5rem;
}
.hc_wetareas img {
	width: 45%;
	margin: 0 auto 1rem;
}
.hc_washer img {
	width: 35%;
	margin: 0 auto 1rem;
}
.hc_window img {
	width: 58%;
	margin: 0 auto 1rem;
}
.hc_setplan img {
	width: 100%;
	margin: 0 auto 5rem;
}

.hc_list_btn {
	font-size: 2.2rem;
	font-weight: bold;
	display: block;
	text-align: center;
	color: #fff;
	padding: .75rem 0;
	border-radius: 1.2rem;
	background-color: #C7361D;
	filter: drop-shadow(rgb(204, 204, 204) 3px 3px 0px);
	transition: .4s;
}
.hc_list_item:hover .hc_list_btn {
	transform: translateY(.5rem);
	filter: drop-shadow(rgb(204, 204, 204) 0px 0 0px);
	opacity: 1;
}
.hc_list_item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



@media screen and (max-width: 767px) {
.rl-reason {
	margin-top: 3rem;
}
.hc_list {
	margin-top: 3rem;
}
.hc_list h2 {
	font-size: 1.8rem;
	margin-bottom: 2rem;
}
.hc_list_contents {
}
.hc_list_item {
	width: 48%;
	padding: 1rem .5rem;
}
.hc_list_contents .new:before {
	width: 4rem;
	height: 4rem;
	top: .5rem;
	left: .5rem;
}
.hc_aircon img {
	margin: 0 auto 2.5rem;
}
.hc_kitchen img {
	margin: 0 auto 1.5rem;
}
.hc_wetareas img {
	margin: 0 auto 1rem;
}
.hc_washer img {
	margin: 0 auto 1rem;
}
.hc_window img {
	width: 44%;
	margin: 0 auto 1rem;
}
.hc_setplan img {
	margin: 0 auto 2.5rem;
}
.hc_list_btn {
	font-size: 1.3rem;
	padding: .5rem 0;
	position: relative;
}
.hc_list_btn:after {
	position: absolute;
	content: "＞";
	top: 50%;
	transform: translateY(-50%);
	left: 90%;
	font-size: 1.0rem;
}
}


