@charset "utf-8";
/* CSS Document */

.page-title{
  background:url(../images/img_keyvisual_001.jpg) 50% 0 / cover no-repeat;
}

@media only screen and (max-device-width: 750px) {
	.page-title{
	  background:url(../../../sp@main/contact/images/img_keyvisual_001.jpg) 50% 50% / cover no-repeat;
	}
}

.contact-list{
	display: flex;
	gap: 30px;
}
/*.contact-list li{
	float: left;
	width: 23%;
}
*/
.sp .contact-list{
	flex-direction: column;
	gap: 20px;
}